diff options
author | Jack Howarth <howarth@bromo.med.uc.edu> | 2008-11-14 18:36:41 +0000 |
---|---|---|
committer | Janis Johnson <janis@gcc.gnu.org> | 2008-11-14 18:36:41 +0000 |
commit | bc0f6c3d1ceb41a94b56662b891345ecbe0f553d (patch) | |
tree | 503567ac58f5dcb85fc1f5daa54211d044b44aca | |
parent | 993ac38b0fd488754dad42d4202447cabc9d3156 (diff) | |
download | gcc-bc0f6c3d1ceb41a94b56662b891345ecbe0f553d.zip gcc-bc0f6c3d1ceb41a94b56662b891345ecbe0f553d.tar.gz gcc-bc0f6c3d1ceb41a94b56662b891345ecbe0f553d.tar.bz2 |
re PR testsuite/38098 (gcc.dg/cpp/subframework1.c -fno-show-column fails on darwin9)
2008-11-14 Jack Howarth <howarth@bromo.med.uc.edu>
PR testsuite/38098
* gcc.dg/cpp/subframework1.c: Use -Wno-deprecated.
From-SVN: r141862
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/subframework1.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a239488..481f386 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-11-14 Jack Howarth <howarth@bromo.med.uc.edu> + + PR testsuite/38098 + * gcc.dg/cpp/subframework1.c: Use -Wno-deprecated. + 2008-10-14 Paul Thomas <pault@gcc.gnu.org> PR fortran/38033 diff --git a/gcc/testsuite/gcc.dg/cpp/subframework1.c b/gcc/testsuite/gcc.dg/cpp/subframework1.c index 1199e92..35d64d7 100644 --- a/gcc/testsuite/gcc.dg/cpp/subframework1.c +++ b/gcc/testsuite/gcc.dg/cpp/subframework1.c @@ -1,7 +1,7 @@ /* Copyright (C) 2004 Free Software Foundation, Inc. */ /* { dg-do preprocess { target *-*-darwin* } } */ -/* { dg-options "-F$srcdir/gcc.dg/cpp/frame" } */ +/* { dg-options "-Wno-deprecated -F$srcdir/gcc.dg/cpp/frame" } */ /* Contributed by Robert Bowdidge <bowdidge@apple.com> */ /* include a file from a subframework that will import two files that |