OSDN Git Service

dsymutil enabled for Fortran.
authoriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Dec 2010 10:40:43 +0000 (10:40 +0000)
committeriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Dec 2010 10:40:43 +0000 (10:40 +0000)
2010-12-10  Jack Howarth  <howarth@bromo.med.uc.edu>
    Iain Sandoe  <iains@gcc.gnu.org>

PR 43751/target

gcc:
* config/darwin9.h (DSYMUTIL_SPEC): Add fortran source types.

testsuite:

* lib/prune.exp: Prune dsymutil warnings.

libstadc++-v3:

* testsuite/lib/prune.exp: Prune dsymutil warnings.

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

gcc/ChangeLog
gcc/config/darwin9.h
gcc/testsuite/ChangeLog
gcc/testsuite/lib/prune.exp
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/lib/prune.exp

index 6828fcd..f07a6de 100644 (file)
@@ -1,3 +1,9 @@
+2010-12-10  Jack Howarth  <howarth@bromo.med.uc.edu>
+           Iain Sandoe  <iains@gcc.gnu.org>
+
+       PR 43751/target
+       * config/darwin9.h (DSYMUTIL_SPEC): Add fortran source types.
+
 2010-12-10  Iain Sandoe <iains@gcc.gnu.org>
 
        * config/rs6000/rs6000.c
 2010-12-10  Iain Sandoe <iains@gcc.gnu.org>
 
        * config/rs6000/rs6000.c
index 65d3cb8..8281183 100644 (file)
@@ -29,7 +29,7 @@ along with GCC; see the file COPYING3.  If not see
    "%{!fdump=*:%{!fsyntax-only:%{!c:%{!M:%{!MM:%{!E:%{!S:\
     %{v} \
     %{g*:%{!gstabs*:%{!g0: -idsym}}}\
    "%{!fdump=*:%{!fsyntax-only:%{!c:%{!M:%{!MM:%{!E:%{!S:\
     %{v} \
     %{g*:%{!gstabs*:%{!g0: -idsym}}}\
-    %{.c|.cc|.C|.cpp|.cp|.c++|.cxx|.CPP|.m|.mm|.s: \
+    %{.c|.cc|.C|.cpp|.cp|.c++|.cxx|.CPP|.m|.mm|.s|.f|.f90|.f95|.f03|.f77|.for|.F|.F90|.F95|.F03: \
     %{g*:%{!gstabs*:%{!g0: -dsym}}}}}}}}}}}"
 
 /* Tell collect2 to run dsymutil for us as necessary.  */
     %{g*:%{!gstabs*:%{!g0: -dsym}}}}}}}}}}}"
 
 /* Tell collect2 to run dsymutil for us as necessary.  */
index afba479..b2978f0 100644 (file)
@@ -1,3 +1,9 @@
+2010-12-10  Jack Howarth  <howarth@bromo.med.uc.edu>
+           Iain Sandoe  <iains@gcc.gnu.org>
+
+       PR 43751/target
+       * lib/prune.exp: Prune dsymutil warnings.
+
 2010-12-10  Nicola Pero  <nicola.pero@meta-innovation.com>
 
        * objc.dg/class-extension-1.m: New.
 2010-12-10  Nicola Pero  <nicola.pero@meta-innovation.com>
 
        * objc.dg/class-extension-1.m: New.
index 0ec277b..4e08bf3 100644 (file)
@@ -54,7 +54,9 @@ proc prune_gcc_output { text } {
 
     # Ignore harmless warnings from Xcode 3.2.x.
     regsub -all "(^|\n)\[^\n\]*ld: warning: can't add line info to anonymous symbol\[^\n\]*" $text "" text
 
     # Ignore harmless warnings from Xcode 3.2.x.
     regsub -all "(^|\n)\[^\n\]*ld: warning: can't add line info to anonymous symbol\[^\n\]*" $text "" text
-
+    regsub -all "(^|\n)\[^\n\]*warning: DWARFDebugInfoEntry::AppendDependants\[^\n\]*AT_\[^\n\]*_bound\[^\n\]*FORM_ref4\[^\n\]*" $text "" text
+    regsub -all "(^|\n)\[^\n\]*warning:\[^\n\]*TAG_variable:  AT_location\[^\n\]*didn't have valid function low pc\[^\n\]*" $text "" text
+    
     #send_user "After:$text\n"
 
     return $text
     #send_user "After:$text\n"
 
     return $text
index 2f7f245..b11c4c5 100644 (file)
@@ -1,3 +1,9 @@
+2010-12-10  Jack Howarth  <howarth@bromo.med.uc.edu>
+           Iain Sandoe  <iains@gcc.gnu.org>
+
+       PR 43751/target
+       * testsuite/lib/prune.exp: Prune dsymutil warnings.
+
 2010-12-08  Nathan Froyd  <froydnj@codesourcery.com>
 
        PR testsuite/46860
 2010-12-08  Nathan Froyd  <froydnj@codesourcery.com>
 
        PR testsuite/46860
index a390878..a1d8d08 100644 (file)
@@ -50,6 +50,11 @@ proc libstdc++-dg-prune { system text } {
     regsub -all "(^|\n)\[^\n\]*: Additional NOP may be necessary to workaround Itanium processor A/B step errata" $text "" text
     regsub -all "(^|\n)\[^\n*\]*: Assembler messages:\[^\n\]*" $text "" text
 
     regsub -all "(^|\n)\[^\n\]*: Additional NOP may be necessary to workaround Itanium processor A/B step errata" $text "" text
     regsub -all "(^|\n)\[^\n*\]*: Assembler messages:\[^\n\]*" $text "" text
 
+    # Ignore harmless warnings from Xcode 3.2.x.
+    regsub -all "(^|\n)\[^\n\]*ld: warning: can't add line info to anonymous symbol\[^\n\]*" $text "" text
+    regsub -all "(^|\n)\[^\n\]*warning: DWARFDebugInfoEntry::AppendDependants\[^\n\]*AT_\[^\n\]*_bound\[^\n\]*FORM_ref4\[^\n\]*" $text "" text
+    regsub -all "(^|\n)\[^\n\]*warning:\[^\n\]*TAG_variable:  AT_location\[^\n\]*didn't have valid function low pc\[^\n\]*" $text "" text
+
     foreach p $additional_prunes {
        if { [string length $p] > 0 } {
            # Following regexp matches a complete line containing $p.
     foreach p $additional_prunes {
        if { [string length $p] > 0 } {
            # Following regexp matches a complete line containing $p.