This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/16676] [3.4/3.5 Regression] ICE in gen_subprogram_die with nested functions
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Jul 2004 21:24:52 -0000
- Subject: [Bug debug/16676] [3.4/3.5 Regression] ICE in gen_subprogram_die with nested functions
- References: <20040722205533.16676.q@ping.be>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bangerth at dealii dot org 2004-07-22 21:24 -------
That one was actually easy:
-------------------
void foo (void) {
void nested () {}
}
-------------------
g/x> /home/bangerth/bin/gcc-3.4-pre/bin/gcc -g1 -c x.i
x.i: In function `foo':
x.i:3: internal compiler error: in gen_subprogram_die, at dwarf2out.c:10831
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
W.
--
What |Removed |Added
----------------------------------------------------------------------------
Known to fail| |3.4.0 3.5.0
Known to work| |3.2.3 3.3.4
Summary|[3.4/3.5 Regression] ICE in |[3.4/3.5 Regression] ICE in
|gen_subprogram_die, at |gen_subprogram_die with
|dwarf2out.c:10861 |nested functions
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16676