mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-24 22:44:59 +08:00
old-dejagnu.exp: Check for both "Internal compiler error" and "Internal error".
* lib/old-dejagnu.exp: Check for both "Internal compiler error" and "Internal error". From-SVN: r35147
This commit is contained in:
parent
6fee6033e7
commit
983318fc16
@ -1,5 +1,8 @@
|
||||
2000-07-20 Zack Weinberg <zack@wolery.cumb.org>
|
||||
|
||||
* lib/old-dejagnu.exp: Check for both "Internal compiler error"
|
||||
and "Internal error".
|
||||
|
||||
* gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
|
||||
regexps.
|
||||
* gcc.dg/cpp/paste6.c: New test.
|
||||
|
@ -425,7 +425,7 @@ proc old-dejagnu { compiler prog name cflagsx default_cflags libs } {
|
||||
# Delete things like "ld.so: warning" messages.
|
||||
set comp_output [prune_warnings $comp_output]
|
||||
|
||||
if [string match "*Internal compiler error*" $comp_output] then {
|
||||
if [regexp "Internal (compiler )?error" $comp_output] then {
|
||||
if $expect_crash then {
|
||||
setup_xfail "*-*-*"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user