eb130.C: Adjust include paths.
authorBenjamin Kosnik <bkoz@redhat.com>
Thu, 18 Oct 2007 22:23:11 +0000 (22:23 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Thu, 18 Oct 2007 22:23:11 +0000 (22:23 +0000)
2007-10-18  Benjamin Kosnik  <bkoz@redhat.com>

* g++.old-deja/g++.robertl/eb130.C: Adjust include paths.

From-SVN: r129464

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.robertl/eb130.C

index 22586ef1371765257abddffddd43edb59dd305d7..5cbf24462c233d039256c1acc86f6dd5fc5c7e1a 100644 (file)
@@ -1,3 +1,7 @@
+2007-10-18  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * g++.old-deja/g++.robertl/eb130.C: Adjust include paths.
+
 2007-10-18  Richard Sandiford  <rsandifo@nildram.co.uk>
 
        * gcc.target/mips/save-restore-3.c: Don't clobber $17.
index b1f0392091718ffa29af28e86a41d9fd0d3cb398..20175cd9d3fd727672fa472af846e3719191670b 100644 (file)
@@ -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 <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
 
 
-#include <ext/hash_set>
+#include <backward/hash_set>
 __gnu_cxx::hash_set<int> foo;