summaryrefslogtreecommitdiffstats
path: root/gcc
diff options
context:
space:
mode:
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>2004-12-17 00:54:49 +0000
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>2004-12-17 00:54:49 +0000
commita565cf4de49d154b8b3e84ee55f24dfb3cccfc30 (patch)
tree7de791d3806ed6bdfed33c626b56a69c35483c0d /gcc
parent866318b48f8b12a829f13a67f32c60704c3a959d (diff)
downloadppe42-gcc-a565cf4de49d154b8b3e84ee55f24dfb3cccfc30.tar.gz
ppe42-gcc-a565cf4de49d154b8b3e84ee55f24dfb3cccfc30.zip
2004-12-16 Andrew Pinski <pinskia@physics.uc.edu>
* gcc.dg/visibility-c.c: Change compile to assemble for the test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92293 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/gcc.dg/visibility-c.c3
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index c5530fad3a4..f879b238554 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,5 +1,10 @@
2004-12-16 Andrew Pinski <pinskia@physics.uc.edu>
+ * gcc.dg/visibility-c.c: Change compile to
+ assemble for the test.
+
+2004-12-16 Andrew Pinski <pinskia@physics.uc.edu>
+
PR target/19041
* gcc.dg/visibility-c.c: New test.
diff --git a/gcc/testsuite/gcc.dg/visibility-c.c b/gcc/testsuite/gcc.dg/visibility-c.c
index 66b4d2547c6..22412e02b54 100644
--- a/gcc/testsuite/gcc.dg/visibility-c.c
+++ b/gcc/testsuite/gcc.dg/visibility-c.c
@@ -1,7 +1,6 @@
/* Test that visibility works on common symbols also. */
-/* { dg-do compile } */
+/* { dg-do assemble } */
/* { dg-require-visibility "" } */
-/* { dg-final { scan-hidden "options" } } */
int options __attribute__((__visibility__("hidden")));
OpenPOWER on IntegriCloud