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++/85092] [8 Regression] ICE under -std=gnu++1z in build_over_call under, at cp/call.c:8149


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

Martin Sebor <msebor at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2018-03-28
     Ever confirmed|0                           |1

--- Comment #3 from Martin Sebor <msebor at gcc dot gnu.org> ---
Really confirmed also with the first test case, similar stack trace:

internal compiler error: in build_over_call, at cp/call.c:8149
     Part(const std::int32_t& value) : value{std::to_string(value)} {}
                                                                  ^
0x80e3f9 build_over_call
        /ssd/src/gcc/svn/gcc/cp/call.c:8143
0x814701 build_new_method_call_1
        /ssd/src/gcc/svn/gcc/cp/call.c:9363
...

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