On Aug 23, 2006, at 4:43 PM, Jack Howarth wrote:
--- gcc-4.2-20060822/gcc/testsuite/lib/prune.exp.org 2006-08-23
18:33:56.000000000 -0400
+++ gcc-4.2-20060822/gcc/testsuite/lib/prune.exp 2006-08-23
18:41:28.000000000 -0400
@@ -43,6 +43,7 @@
regsub -all "(^|\n)\[^\n\]*file path prefix \[^\n\]* never
used" $text "" text
regsub -all "(^|\n)\[^\n\]*linker input file unused since
linking not done" $text "" text
+ regsub -all "(^|\n)can't find atom for N_GSYM stabs \[^\n\]*
in \[^\n\]*" $text "" text
#send_user "After:$text\n"
return $text
...successfully suppresses the ld64 linker warnings currently being
generated on Darwin for
gfortran.
Could you please file a PR for the bug and put a pointer in the code
to that PR so that we can know when we can remove it, thanks.