[Bug c++/14883] New: ICE on invalid, in cp_parser_lookup_name, at cp/parser.c:13561
1319 at bot dot ru
gcc-bugzilla@gcc.gnu.org
Wed Apr 7 20:19:00 GMT 2004
cat >bug.cc<<EOF
template < class T > struct DomainTraits {};
template < int Dim > class Interval;
template < class DT > class Domain {};
template <> class Interval < 1 >:public Domain < DomainTraits < Interval < 1 >
>> {};
EOF
g++ bug.cc
bug.cc:4: internal compiler error: in cp_parser_lookup_name, at cp/parser.c:13561
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
--
Summary: ICE on invalid, in cp_parser_lookup_name, at
cp/parser.c:13561
Product: gcc
Version: 3.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: 1319 at bot dot ru
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14883
More information about the Gcc-bugs
mailing list