This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/11473] [3.3/3.4 Regression] ICE with -gstabs when empty struct inheits from an empty struct
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Jul 2003 14:26:15 -0000
- Subject: [Bug debug/11473] [3.3/3.4 Regression] ICE with -gstabs when empty struct inheits from an empty struct
- References: <20030709141743.11473.lloyd@randombit.net>
- 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=11473
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|c++ |debug
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2003-07-09 14:26:14
date| |
Summary|3.3: ICE with -gstabs when |[3.3/3.4 Regression] ICE
|including STL headers |with -gstabs when empty
| |struct inheits from an empty
| |struct
Target Milestone|3.4 |3.3.1
------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-09 14:26 -------
Confirmed on 3.3.1 (20030707) and the mainline (20030708),
Simplified example:
struct t{};
struct g : public t{};