diff options
author | Mark Mitchell <mark@markmitchell.com> | 1998-08-19 23:42:39 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 1998-08-19 23:42:39 +0000 |
commit | d4855d37d97594cd5079519f09358be86e11e2ea (patch) | |
tree | 51cfb98d1a1e437e208846ccc7d690d95efd0928 /gcc | |
parent | 13ded975152b769d4a106653fa2492ceb4bfe76f (diff) | |
download | gcc-d4855d37d97594cd5079519f09358be86e11e2ea.zip gcc-d4855d37d97594cd5079519f09358be86e11e2ea.tar.gz gcc-d4855d37d97594cd5079519f09358be86e11e2ea.tar.bz2 |
old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling code.
* lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
code.
From-SVN: r21865
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/lib/old-dejagnu.exp | 10 |
2 files changed, 5 insertions, 10 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index ec9f830..0a49ca3 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +1998-08-19 Mark Mitchell <mark@markmitchell.com> + + * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling + code. + 1998-08-09 Mark Mitchell <mark@markmitchell.com> * 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 52f9c0c..3884b8e 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 |