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: unassig...@gcc.gnu.org
        ReportedBy: pl...@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.

Reply via email to