This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/56639] New: ice in cp_parser_late_return_type_opt


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56639

             Bug #: 56639
           Summary: ice in cp_parser_late_return_type_opt
    Classification: Unclassified
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: dcb314@hotmail.com


I just tried to compile the package kdesdk-4.10.1-1
on gcc-4.9 trunk dated 20130317 on an AMD x86_64 box.

The compiler said

BUILD/kdesdk-4.10.1/lokalize/src/project/projecttab.cpp:248:38: internal
compiler error: in cp_parser_late_return_type_opt, at cp/parser.c:17053
     if (QFileInfo(Project::instance()->templatesRoot()).exists())
                                      ^


Preprocessed source code attached. No special flags required.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]