[Bug c++/15640] [3.4/3.5 regression] ICE in arg_assoc, at cp/name-lookup.c:4440
giovannibajo at libero dot it
gcc-bugzilla@gcc.gnu.org
Wed May 26 02:20:00 GMT 2004
------- Additional Comments From giovannibajo at libero dot it 2004-05-25 01:49 -------
BTW, this is not related to typeid, the following ICEs as well:
------------------------------
struct A {
void foo(void);
};
template <int> void bar() {
A a;
a + a.foo;
}
------------------------------
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15640
More information about the Gcc-bugs
mailing list