OSDN Git Service

* gcc.dg/darwin-20040812-1.c: Compile only on darwin.
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Aug 2004 08:30:54 +0000 (08:30 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Aug 2004 08:30:54 +0000 (08:30 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86113 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/darwin-20040812-1.c

index 0f65b73..a4952b1 100644 (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.
index 9b2b794..4ae8657 100644 (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";