]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/lib/gcc-dg.exp
Remove Cell Broadband Engine SPU targets
[thirdparty/gcc.git] / gcc / testsuite / lib / gcc-dg.exp
index e23b63cf3d163f93b4c10347049675d8d4ce0983..88fe6664d00284e2a6b0ce881d54abed7d15b2d3 100644 (file)
@@ -414,14 +414,6 @@ proc gcc-dg-prune { system text } {
        return "::unsupported::memory full"
     }
 
-    # Likewise, if we see ".text exceeds local store range" or
-    # similar.
-    if {[string match "spu-*" $system] && \
-           [string match "*exceeds local store*" $text]} {
-       # The format here is important.  See dg.exp.
-       return "::unsupported::memory full"
-    }
-
     if { [string match "*error: function pointers not supported*" $text]
          && ![check_effective_target_function_pointers] } {
        # The format here is important.  See dg.exp.