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++/12924] [3.4 regression] ICE in lookup_member, at cp/search.c:1228


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12924



------- Additional Comments From reichelt at gcc dot gnu dot org  2003-11-06 17:43 -------
Just one remark:

The new parser never got this right, before the ICE it issued an error
message:

bug.cc: In member function `void A::foo() [with T = int]':
bug.cc:18:   instantiated from here
bug.cc:11: error: invalid use of `A::foo()'


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