re PR preprocessor/19257 (mmix-knuth-mmixware testsuite failure: gcc.dg/cpp/subframework1.c)

PR 19257
	* gcc.dg/cpp/subframework1.c: Run only on Darwin.

From-SVN: r92903
This commit is contained in:
Geoffrey Keating 2005-01-04 19:39:09 +00:00 committed by Geoffrey Keating
parent 9746bb275e
commit 242746f197
2 changed files with 6 additions and 1 deletions

View 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

View 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> */