[Bug debug/12923] ICE in gen_subprogram_die, at dwarf2out.c:10607 with -O1 -g
bangerth at dealii dot org
gcc-bugzilla@gcc.gnu.org
Thu Nov 6 14:01:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12923
bangerth at dealii dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|c |debug
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2003-11-06 14:01:15
date| |
Target Milestone|--- |3.4
------- Additional Comments From bangerth at dealii dot org 2003-11-06 14:01 -------
Confirmed. Here's a smaller testcase:
-----------------
struct S {
unsigned n;
};
inline void foo (struct S * mx) {
mx->n = 1;
}
void bar () {
foo (0);
}
-------------------------
g/x> /home/bangerth/bin/gcc-3.4-pre/bin/gcc -g -c x.c -O1
x.c: In function `foo':
x.c:11: internal compiler error: in gen_subprogram_die, at dwarf2out.c:10607
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
More information about the Gcc-bugs
mailing list