This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/22034] [4.1 Regression], ICE on valid, dwarf2
- 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: 16 Jun 2005 08:47:46 -0000
- Subject: [Bug c++/22034] [4.1 Regression], ICE on valid, dwarf2
- References: <20050612131105.22034.jan@etpmod.phys.tue.nl>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From reichelt at gcc dot gnu dot org 2005-06-16 08:47 -------
Even shorter testcase:
==========================
void foo()
{
struct A
{
virtual ~A() {}
} a;
}
==========================
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |reichelt at gcc dot gnu dot
| |org
Keywords| |monitored
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22034