Commit d48d6e79 by Krister Walfridsson Committed by Krister Walfridsson

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

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

From-SVN: r57169
parent 05713b80
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.
......
......@@ -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 "*-*-*"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment