* gcc.dg/darwin-20040812-1.c: Compile only on darwin.

From-SVN: r86113
This commit is contained in:
Andrew Pinski 2004-08-17 08:30:54 +00:00 committed by Andrew Pinski
parent 62fc1d7d18
commit cc24a60e95
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-08-17 Andrew Pinski <apinski@apple.com>
* gcc.dg/darwin-20040812-1.c: Compile only on darwin.
2004-08-17 Paolo Bonzini <bonzini@gnu.org>
* gcc.dg/pr17036-1.c: New test.

View File

@ -1,7 +1,7 @@
/* Test dead code strip support. */
/* Contributed by Devang Patel <dpatel@apple.com> */
/* { dg-do compile } */
/* { dg-do compile { target *-*-darwin* } } */
const char my_version_string[] __attribute__((__used__))
= "Do not remove this string\n";