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++/58908] ICE in process_init_constructor_array for std::vector


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58908

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2016-08-14
            Summary|internal compile error      |ICE in
                   |                            |process_init_constructor_ar
                   |                            |ray for std::vector
     Ever confirmed|0                           |1

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed:
t9.cc:20:3: internal compiler error: in process_init_constructor_array, at
cp/typeck2.c:1296
 })};
   ^
0x68a92f process_init_constructor_array
        ../../gcc/gcc/cp/typeck2.c:1295
0x68a92f process_init_constructor
        ../../gcc/gcc/cp/typeck2.c:1607
0x68a92f digest_init_r
        ../../gcc/gcc/cp/typeck2.c:1123
0x7862e3 finish_compound_literal(tree_node*, tree_node*, int)
        ../../gcc/gcc/cp/semantics.c:2711
0x5c7b8b convert_like_real
        ../../gcc/gcc/cp/call.c:6602
0x5c444f build_over_call
        ../../gcc/gcc/cp/call.c:7611
0x5c79df convert_like_real
        ../../gcc/gcc/cp/call.c:6516
0x5c71f3 convert_like_real

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