------- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-17
07:26 -------
Confirmed, reduced to:
struct Foo {
int x;
virtual ~Foo() { }
};
struct FooBar : Foo {
using Foo::x;
};
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|debug |c++
Ever Confirmed| |1
Keywords| |ice-on-valid-code
Last reconfirmed|0000-00-00 00:00:00 |2005-03-17 07:26:12
date| |
Summary|ICE when compiling with |[4.0/4.1 Regression] ICE
|debug info and embedded |when compiling with debug
|using |info and embedded using
Target Milestone|--- |4.0.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20513