OSDN Git Service

PR 19257
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Jan 2005 19:39:09 +0000 (19:39 +0000)
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Jan 2005 19:39:09 +0000 (19:39 +0000)
* gcc.dg/cpp/subframework1.c: Run only on Darwin.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92903 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/subframework1.c

index a1b4442..7b62785 100644 (file)
@@ -1,3 +1,8 @@
+2005-01-04  Geoffrey Keating  <geoffk@apple.com>
+
+       PR 19257
+       * gcc.dg/cpp/subframework1.c: Run only on Darwin.
+
 2005-01-04  Uros Bizjak  <uros@kss-loka.si>
 
        PR middle-end/17767
index fd560fa..1199e92 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (C) 2004 Free Software Foundation, Inc.  */
 
-/* { dg-do preprocess } */
+/* { dg-do preprocess { target *-*-darwin* } } */
 /* { dg-options "-F$srcdir/gcc.dg/cpp/frame" } */
 
 /* Contributed by Robert Bowdidge <bowdidge@apple.com>  */