OSDN Git Service

2002-09-15 Krister Walfridsson <cato@df.lth.se>
authorkristerw <kristerw@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 15 Sep 2002 18:54:43 +0000 (18:54 +0000)
committerkristerw <kristerw@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 15 Sep 2002 18:54:43 +0000 (18:54 +0000)
* lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57169 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/lib/old-dejagnu.exp

index d0ca257..6fd143d 100644 (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.
index 2e2acff..39c5515 100644 (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 "*-*-*"
        }