diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index ec9f8302fb6..0a49ca3dec5 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +1998-08-19 Mark Mitchell + + * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling + code. + 1998-08-09 Mark Mitchell * lib/old-dejagnu.exp: Revise handling of `Internal compiler diff --git a/gcc/testsuite/lib/old-dejagnu.exp b/gcc/testsuite/lib/old-dejagnu.exp index 52f9c0cae0a..3884b8e280a 100644 --- a/gcc/testsuite/lib/old-dejagnu.exp +++ b/gcc/testsuite/lib/old-dejagnu.exp @@ -394,16 +394,6 @@ proc old-dejagnu { compiler prog cflagsx default_cflags libs } { # Delete things like "ld.so: warning" messages. set comp_output [prune_warnings $comp_output] - if [string match "*Internal compiler error: program*got fatal signal 6" $comp_output] then { - fail "$name Got Signal 6" - remote_file build delete $output - return 1 - } - if [string match "*Internal compiler error: program*got fatal signal 11" $comp_output] then { - fail "$name Got Signal 11" - remote_file build delete $output - return 1 - } if [string match "*Internal compiler error*" $comp_output] then { fail "$name caused compiler crash" remote_file build delete $output