[Bug c++/97962] ICE in build_over_call, at cp/call.c:8976

2021-04-02 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97962

Patrick Palka  changed:

   What|Removed |Added

 CC||ppalka at gcc dot gnu.org
 Resolution|--- |DUPLICATE
 Status|NEW |RESOLVED

--- Comment #4 from Patrick Palka  ---
(In reply to Marek Polacek from comment #3)
> A dup of 95675 most likely, which has a much better test.

After r11-7481 we no longer ICE here, so a dup indeed.

*** This bug has been marked as a duplicate of bug 95675 ***

[Bug c++/97962] ICE in build_over_call, at cp/call.c:8976

2020-11-30 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97962

Marek Polacek  changed:

   What|Removed |Added

 CC||mpolacek at gcc dot gnu.org
   See Also||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=95675

--- Comment #3 from Marek Polacek  ---
A dup of 95675 most likely, which has a much better test.

[Bug c++/97962] ICE in build_over_call, at cp/call.c:8976

2020-11-25 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97962

Martin Liška  changed:

   What|Removed |Added

 CC||jason at gcc dot gnu.org,
   ||marxin at gcc dot gnu.org

--- Comment #2 from Martin Liška  ---
Started to ICE with r7-3599-g36cbfdb06604b63e, it was rejected before that.