This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/37287] [4.4 Regression] ICE (segfault) with new debugging patch
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Aug 2008 14:18:14 -0000
- Subject: [Bug debug/37287] [4.4 Regression] ICE (segfault) with new debugging patch
- References: <bug-37287-13404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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