2002-09-15 Krister Walfridsson <cato@df.lth.se>

* lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.

From-SVN: r57169
This commit is contained in:
Krister Walfridsson 2002-09-15 20:54:43 +02:00 committed by Krister Walfridsson
parent 05713b80e0
commit d48d6e79e6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-09-15 Krister Walfridsson <cato@df.lth.se>
* lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
2002-09-15 Nathan Sidwell <nathan@codesourcery.com>
* g++.dg/inherit/using2.C: New test.

View File

@ -445,7 +445,7 @@ proc old-dejagnu { compiler prog name cflagsx default_cflags libs } {
# Delete things like "ld.so: warning" messages.
set comp_output [prune_gcc_output [prune_warnings $comp_output]]
if [regexp "Internal (compiler )?error" $comp_output] then {
if [regexp "\[Ii\]nternal (compiler )?error" $comp_output] then {
if $expect_crash then {
setup_xfail "*-*-*"
}