From: Benjamin Kosnik Date: Thu, 18 Oct 2007 22:23:11 +0000 (+0000) Subject: eb130.C: Adjust include paths. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5793368560d888e525808132fd56a8eb6ebf65fd;p=gcc.git eb130.C: Adjust include paths. 2007-10-18 Benjamin Kosnik * g++.old-deja/g++.robertl/eb130.C: Adjust include paths. From-SVN: r129464 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 22586ef1371..5cbf24462c2 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2007-10-18 Benjamin Kosnik + + * g++.old-deja/g++.robertl/eb130.C: Adjust include paths. + 2007-10-18 Richard Sandiford * gcc.target/mips/save-restore-3.c: Don't clobber $17. diff --git a/gcc/testsuite/g++.old-deja/g++.robertl/eb130.C b/gcc/testsuite/g++.old-deja/g++.robertl/eb130.C index b1f03920917..20175cd9d3f 100644 --- a/gcc/testsuite/g++.old-deja/g++.robertl/eb130.C +++ b/gcc/testsuite/g++.old-deja/g++.robertl/eb130.C @@ -1,11 +1,11 @@ // { dg-do assemble } -// { dg-options "-Wall" } +// { dg-options "-Wall -Wno-deprecated" } // Gives spurious warnings when compiled with -Wall // EGCS 06/08/98 i686-pc-linux-gnulibc1 // Message-Id: <199806081358.PAA02505@achibm5.chemie.uni-karlsruhe.de> // From: Klaus-Georg Adams -#include +#include __gnu_cxx::hash_set foo;