This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/13431] New: ICE in dwarf2out.c:gen_type_die when compiling heavily templatized code.
- From: "Simon dot Richter at hogyros dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Dec 2003 12:38:32 -0000
- Subject: [Bug debug/13431] New: ICE in dwarf2out.c:gen_type_die when compiling heavily templatized code.
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
The code at http://www.in.tum.de/~richtesi/icr-findpeaks.ii.bz2 fails to compile due to an
Internal compiler error when generating DWARF2 debug information. The full error
message is:
../include/icr/DataField.h: In instantiation of `icr::DataField<icr::value<double, icr::charge>
, icr::value<double, icr::amount>, icr::value<double, icr::duration> >::plane':
icr-findpeaks.cc:29: instantiated from here
../include/icr/DataField.h:24: Internal compiler error in gen_type_die, at
dwarf2out.c:11199
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
--
Summary: ICE in dwarf2out.c:gen_type_die when compiling heavily
templatized code.
Product: gcc
Version: 3.3.3
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: debug
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: Simon dot Richter at hogyros dot de
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: sparc-sun-solaris2.9
GCC host triplet: sparc-sun-solaris2.9
GCC target triplet: sparc-sun-solaris2.9
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13431