[Bug c++/47635] New: ICE on invalid code in constructor_name_p, at cp/name-lookup.c:1809
pluto at agmk dot net
gcc-bugzilla@gcc.gnu.org
Mon Feb 7 16:53:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47635
Summary: ICE on invalid code in constructor_name_p, at
cp/name-lookup.c:1809
Product: gcc
Version: 4.5.3
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: pluto@agmk.net
in the preprocessed source there's a syntax error:
'LibraryVersion::version() const {'
instead of:
'LibraryVersion Library::version() const {'
and the 'g++ heshvpUtils.ii -c -std=gnu++0x' ices on this line.
More information about the Gcc-bugs
mailing list