This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/43751] dsymutil is not called for fortran and, under some circumstances not for other FEs.


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43751

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |burnus at gcc dot gnu.org,
                   |                            |iains at gcc dot gnu.org
         Resolution|FIXED                       |---

--- Comment #20 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
This PR has reappeared after r205679 with warnings of the kind

warning: DWARFDebugInfoEntry::AppendDependants() -- check on this item
TAG_namelist_item: attr =  AT_namelist_item  form = FORM_ref4

They are silenced with the following change of the regexp added at r167683:

--- gcc/testsuite/lib/prune.exp    2013-04-26 10:21:37.000000000 +0200
+++ ../work/gcc/testsuite/lib/prune.exp    2013-12-11 16:42:00.000000000 +0100
@@ -59,7 +59,7 @@ 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
-    regsub -all "(^|\n)\[^\n\]*warning:
DWARFDebugInfoEntry::AppendDependants\[^\n\]*AT_\[^\n\]*_bound\[^\n\]*FORM_ref4\[^\n\]*"
$text "" text
+    regsub -all "(^|\n)\[^\n\]*warning:
DWARFDebugInfoEntry::AppendDependants\[^\n\]*AT_\[^\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

     # Ignore harmless warnings from Xcode 4.0.

I hope this change will survive any fix for pr59438!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]