From: Krister Walfridsson Date: Sun, 15 Sep 2002 18:54:43 +0000 (+0200) Subject: 2002-09-15 Krister Walfridsson X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d48d6e79e66f3ea94bb40aae8589268cd8ad19ce;p=gcc.git 2002-09-15 Krister Walfridsson * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE. From-SVN: r57169 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d0ca25757d0..6fd143ddd41 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-09-15 Krister Walfridsson + + * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE. + 2002-09-15 Nathan Sidwell * g++.dg/inherit/using2.C: New test. diff --git a/gcc/testsuite/lib/old-dejagnu.exp b/gcc/testsuite/lib/old-dejagnu.exp index 2e2acff2bd4..39c5515b63f 100644 --- a/gcc/testsuite/lib/old-dejagnu.exp +++ b/gcc/testsuite/lib/old-dejagnu.exp @@ -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 "*-*-*" }