From: Andrew Pinski Date: Fri, 17 Dec 2004 00:54:49 +0000 (+0000) Subject: visibility-c.c: Change compile to assemble for the test. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=93a1c06dc0308104a00a588bec6d4649e48a289d;p=gcc.git visibility-c.c: Change compile to assemble for the test. 2004-12-16 Andrew Pinski * gcc.dg/visibility-c.c: Change compile to assemble for the test. From-SVN: r92293 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c5530fad3a4..f879b238554 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-12-16 Andrew Pinski + + * gcc.dg/visibility-c.c: Change compile to + assemble for the test. + 2004-12-16 Andrew Pinski PR target/19041 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")));