[Bug c++/56914] internal compiler error: Segmentation fault

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Apr 11 07:37:00 GMT 2013


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-invalid-code
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-04-11
     Ever Confirmed|0                           |1

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> 2013-04-11 07:37:21 UTC ---
Confirmed.

../main.cpp: In lambda function:
../main.cpp:17:22: internal compiler error: Segmentation fault
0xc622d5 crash_signal
        /space/rguenther/src/svn/gcc-4_8-branch/gcc/toplev.c:332
0x6fda3f lookup_base(tree_node*, tree_node*, int, base_kind*, int)
        /space/rguenther/src/svn/gcc-4_8-branch/gcc/cp/search.c:199
0x70c31f finish_qualified_id_expr(tree_node*, tree_node*, bool, bool, bool,
bool)
        /space/rguenther/src/svn/gcc-4_8-branch/gcc/cp/semantics.c:1786
0x711b41 finish_id_expression(tree_node*, tree_node*, tree_node*, cp_id_kind*,
bool, bool, bool*, bool, bool, bool, bool, char const**, unsigned int)
        /space/rguenther/src/svn/gcc-4_8-branch/gcc/cp/semantics.c:3348
0x67c172 cp_parser_primary_expression
        /space/rguenther/src/svn/gcc-4_8-branch/gcc/cp/parser.c:4394
0x67e7d1 cp_parser_postfix_expression
        /space/rguenther/src/svn/gcc-4_8-branch/gcc/cp/parser.c:5629
0x680876 cp_parser_unary_expression
        /space/rguenther/src/svn/gcc-4_8-branch/gcc/cp/parser.c:6685
0x6813d7 cp_parser_cast_expression



More information about the Gcc-bugs mailing list