[Bug c++/17695] [4.0 regression] ICE in add_abstract_origin_attribute
reichelt at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Sep 27 18:27:00 GMT 2004
------- Additional Comments From reichelt at gcc dot gnu dot org 2004-09-27 18:27 -------
Here's something without inheritance:
==========================================
template<typename T> struct A
{
T t;
A();
};
struct B
{
B() { typedef int C; A<C> a; }
} b;
==========================================
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |reichelt at gcc dot gnu dot
| |org
Keywords| |monitored
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17695
More information about the Gcc-bugs
mailing list