re PR target/18702 (mmix-knuth-mmixware testsuite failure: gcc.dg/cpp/isysroot-1.c)

PR 18702
       * gcc.dg/cpp/isysroot-1.c: Make this test darwin specific.

From-SVN: r91535
This commit is contained in:
Devang Patel 2004-11-30 11:38:15 -08:00 committed by Devang Patel
parent 80ded1258e
commit a50c69c459
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-11-30 Devang Patel <dpatel@apple.com>
PR 18702
* gcc.dg/cpp/isysroot-1.c: Make this test darwin specific.
2004-11-30 Janis Johnson <janis187@us.ibm.com>
* g++.dg/ext/altivec-13.C: New test.

View File

@ -1,5 +1,5 @@
/* { dg-options "-isysroot ${srcdir}/gcc.dg/cpp" } */
/* { dg-do compile } */
/* { dg-do compile { target *-*-darwin* } } */
#include <stdio.h>
int main()