2002-09-15 Krister Walfridsson <cato@df.lth.se>
authorKrister Walfridsson <cato@df.lth.se>
Sun, 15 Sep 2002 18:54:43 +0000 (20:54 +0200)
committerKrister Walfridsson <kristerw@gcc.gnu.org>
Sun, 15 Sep 2002 18:54:43 +0000 (18:54 +0000)
* lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.

From-SVN: r57169

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

index d0ca25757d0d4526202ac6ac73f75c08a330bb91..6fd143ddd4156a62d517a75bbd6755ee254a5af8 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 2e2acff2bd4b9260b955fa4526b53ddb74bb10a0..39c5515b63faef1cba8077f07c1283472600af38 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 "*-*-*"
        }