old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling code.

* lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
	code.

From-SVN: r21865
This commit is contained in:
Mark Mitchell 1998-08-19 23:42:39 +00:00 committed by Mark Mitchell
parent 13ded97515
commit d4855d37d9
2 changed files with 5 additions and 10 deletions

View file

@ -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

View file

@ -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