This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/15640] [3.4/3.5 regression] ICE in arg_assoc, at cp/name-lookup.c:4440


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]