[Bug c++/27568] [4.0/4.1/4.2 Regression] ICE in check_classfn, at cp/decl2.c:607
reichelt at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed May 24 09:31:00 GMT 2006
------- Comment #3 from reichelt at gcc dot gnu dot org 2006-05-24 09:30 -------
The problem is in essence the same as in PR 20173,
which was fixed on mainline by Mark.
We now get a suitable error message instead of an ICE:
bug.cc:20: error: template-id 'meth<>' for 'void bar<empty>::meth(foo<B>&)'
does not match any template declaration
*** This bug has been marked as a duplicate of 20173 ***
--
reichelt at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27568
More information about the Gcc-bugs
mailing list