OSDN Git Service

merge from gnu/gcc-4_7-branch.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / lib / prune.exp
index 16ac667..09d2581 100644 (file)
@@ -34,9 +34,6 @@ proc prune_gcc_output { text } {
     # Ignore informational notes.
     regsub -all "(^|\n)\[^\n\]*: note: \[^\n\]*" $text "" text
 
-    # Ignore informational notes.
-    regsub -all "(^|\n)\[^\n\]*: note: \[^\n\]*" $text "" text
-
     # Ignore harmless -fpic warnings.
     regsub -all "(^|\n)\[^\n\]*: warning: -f(pic|PIC) ignored for target\[^\n\]*" $text "" text
     regsub -all "(^|\n)\[^\n\]*: warning: -f(pic|PIC)( and -fpic are| is)? not supported\[^\n\]*" $text "" text