visibility-c.c: Change compile to assemble for the test.

2004-12-16  Andrew Pinski  <pinskia@physics.uc.edu>

        * gcc.dg/visibility-c.c: Change compile to
        assemble for the test.

From-SVN: r92293
This commit is contained in:
Andrew Pinski 2004-12-17 00:54:49 +00:00 committed by Andrew Pinski
parent 16515e5c19
commit 93a1c06dc0
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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")));