mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-14 06:23:58 +08:00
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:
parent
05713b80e0
commit
d48d6e79e6
@ -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.
|
||||
|
@ -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 "*-*-*"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user