This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/16781] [3.3 regression] ICE in cxx_scope_find_binding_for_name with missing 'template' disambiguator
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Aug 2004 18:49:34 -0000
- Subject: [Bug c++/16781] [3.3 regression] ICE in cxx_scope_find_binding_for_name with missing 'template' disambiguator
- References: <20040727131350.16781.bangerth@dealii.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From reichelt at gcc dot gnu dot org 2004-08-10 18:49 -------
Without --enable-checking the code is rejected:
bug.cc: In member function `void X::bar()':
bug.cc:5: error: `foo<int>' undeclared (first use this function)
bug.cc:5: error: (Each undeclared identifier is reported only once for each
function it appears in.)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16781