old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling code.
authorMark Mitchell <mark@markmitchell.com>
Wed, 19 Aug 1998 23:42:39 +0000 (23:42 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 19 Aug 1998 23:42:39 +0000 (23:42 +0000)
* lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
code.

From-SVN: r21865

gcc/testsuite/ChangeLog
gcc/testsuite/lib/old-dejagnu.exp

index ec9f8302fb643c8d8d5732ffa6827259724ad31d..0a49ca3dec53935147dcb25dd5bf976220d576a8 100644 (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
index 52f9c0cae0a9c40746e5d154d96c36cdcd3c4f02..3884b8e280a0b8ee19edf742a2eec9953da97712 100644 (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