Commit 93a1c06d by Andrew Pinski Committed by Andrew Pinski

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
parent 16515e5c
2004-12-16 Andrew Pinski <pinskia@physics.uc.edu> 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 PR target/19041
* gcc.dg/visibility-c.c: New test. * gcc.dg/visibility-c.c: New test.
......
/* Test that visibility works on common symbols also. */ /* Test that visibility works on common symbols also. */
/* { dg-do compile } */ /* { dg-do assemble } */
/* { dg-require-visibility "" } */ /* { dg-require-visibility "" } */
/* { dg-final { scan-hidden "options" } } */
int options __attribute__((__visibility__("hidden"))); int options __attribute__((__visibility__("hidden")));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment