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 debug/37287] [4.4 Regression] ICE (segfault) with new debugging patch



------- Comment #2 from jakub at gcc dot gnu dot org  2008-08-30 19:34 -------
Created an attachment (id=16172)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16172&action=view)
gcc44-pr37287.patch

Patch I'm going to bootstrap/regtest.
For DW_TAG_module with DW_AT_declaration we really shouldn't add
DW_AT_decl_file and DW_AT_decl_line attributes, we don't know in which file
they are defined (and even if we read it from *.mod, it is a different file
than the CU ever includes).


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jakub at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED


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


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