OSDN Git Service

* lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 Aug 1998 23:42:39 +0000 (23:42 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 Aug 1998 23:42:39 +0000 (23:42 +0000)
code.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21865 138bc75d-0d04-0410-961f-82ee72b054a4

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

index ec9f830..0a49ca3 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 52f9c0c..3884b8e 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