This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/18280] [3.4 regression] ICE in output_die, at dwarf2out.c:6702
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Nov 2004 11:07:19 -0000
- Subject: [Bug debug/18280] [3.4 regression] ICE in output_die, at dwarf2out.c:6702
- References: <20041102201315.18280.boris@kolpackov.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From reichelt at gcc dot gnu dot org 2004-11-03 11:07 -------
Confirmed. Reduced testcase (compile with "-g"):
=========================
namespace N
{
struct A {} a;
typedef A B;
void foo()
{
struct C
{
C(B) {}
} c(a);
}
}
=========================
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |reichelt at gcc dot gnu dot
| |org
Status|UNCONFIRMED |NEW
Component|c++ |debug
Ever Confirmed| |1
Keywords| |monitored
Last reconfirmed|0000-00-00 00:00:00 |2004-11-03 11:07:13
date| |
Summary|ice in output_die, at |[3.4 regression] ICE in
|dwarf2out.c:6702 |output_die, at
| |dwarf2out.c:6702
Target Milestone|--- |3.4.4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18280