eb130.C: Adjust include paths.

2007-10-18  Benjamin Kosnik  <bkoz@redhat.com>

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

From-SVN: r129464
This commit is contained in:
Benjamin Kosnik 2007-10-18 22:23:11 +00:00 committed by Benjamin Kosnik
parent 1cc0507d4c
commit 5793368560
2 changed files with 6 additions and 2 deletions

View 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.

View 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;