Commit d4855d37 by Mark Mitchell Committed by Mark Mitchell

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

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

From-SVN: r21865
parent 13ded975
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment