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++/56134] ICE: alias attribute on c++ static class member;


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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |4.3.5, 4.4.5, 4.8.0

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 2013-01-29 01:08:23 UTC ---
Confirmed:
t.cc:4:45: internal compiler error: in make_rtl_for_nonlocal_decl, at
cp/decl.c:5803
   static char q __attribute__ ((alias ("a")));
                                             ^
0x51579a make_rtl_for_nonlocal_decl
    ../../gcc/cp/decl.c:5803
0x53a780 cp_finish_decl(tree_node*, tree_node*, bool, tree_node*, int)
    ../../gcc/cp/decl.c:6420
0x5d844e grokfield(cp_declarator const*, cp_decl_specifier_seq*, tree_node*,
bool, tree_node*, tree_node*)
    ../../gcc/cp/decl2.c:981
0x5f7462 cp_parser_member_declaration
    ../../gcc/cp/parser.c:19435
0x5f82e6 cp_parser_member_specification_opt
    ../../gcc/cp/parser.c:18986
0x5f82e6 cp_parser_class_specifier_1
    ../../gcc/cp/parser.c:18239
0x5f82e6 cp_parser_class_specifier
    ../../gcc/cp/parser.c:18455
0x5f82e6 cp_parser_type_specifier
    ../../gcc/cp/parser.c:13570
0x60f48d cp_parser_decl_specifier_seq
    ../../gcc/cp/parser.c:10895
0x612ea9 cp_parser_simple_declaration
    ../../gcc/cp/parser.c:10494
0x614e20 cp_parser_block_declaration
    ../../gcc/cp/parser.c:10443
0x61da0b cp_parser_declaration
    ../../gcc/cp/parser.c:10340
0x61c6dd cp_parser_declaration_seq_opt
    ../../gcc/cp/parser.c:10226
0x61df82 cp_parser_translation_unit
    ../../gcc/cp/parser.c:3808


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