This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/12923] ICE in gen_subprogram_die, at dwarf2out.c:10607 with -O1 -g
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Nov 2003 14:01:15 -0000
- Subject: [Bug debug/12923] ICE in gen_subprogram_die, at dwarf2out.c:10607 with -O1 -g
- References: <20031106082848.12923.v.haisman@sh.cvut.cz>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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.