diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a239488fa1ec..481f3868ddbb 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-11-14 Jack Howarth + + PR testsuite/38098 + * gcc.dg/cpp/subframework1.c: Use -Wno-deprecated. + 2008-10-14 Paul Thomas PR fortran/38033 diff --git a/gcc/testsuite/gcc.dg/cpp/subframework1.c b/gcc/testsuite/gcc.dg/cpp/subframework1.c index 1199e92221d2..35d64d7fb2d4 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 */ /* include a file from a subframework that will import two files that