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 #1 from rguenth at gcc dot gnu dot org  2008-08-30 14:18 -------
Confirmed.  s.file is NULL:

#2  0x0820ff95 in add_src_coords_attributes (die=0xb7c2e428, decl=0xb7cb00d0)
    at /home/richard/src/trunk/gcc/dwarf2out.c:12442
12442     add_AT_file (die, DW_AT_decl_file, lookup_filename (s.file));
(gdb) print s.file
$1 = 0x0


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-08-30 14:18:13
               date|                            |
   Target Milestone|---                         |4.4.0


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]