[Bug c++/107542] ICE in spaceship_comp_cat, at cp/method.cc:1055

2022-12-19 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107542 Patrick Palka changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/107542] ICE in spaceship_comp_cat, at cp/method.cc:1055

2022-12-19 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107542 --- Comment #7 from CVS Commits --- The releases/gcc-12 branch has been updated by Patrick Palka : https://gcc.gnu.org/g:37595f8354e3e48e4a1a94537f3d1ae095ed75df commit r12-8994-g37595f8354e3e48e4a1a94537f3d1ae095ed75df Author: Patrick Palka

[Bug c++/107542] ICE in spaceship_comp_cat, at cp/method.cc:1055

2022-11-29 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107542 Patrick Palka changed: What|Removed |Added Target Milestone|--- |12.3 --- Comment #6 from Patrick Palka

[Bug c++/107542] ICE in spaceship_comp_cat, at cp/method.cc:1055

2022-11-29 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107542 --- Comment #5 from CVS Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:000e9863120cbc75a0f8d497264519974c97669f commit r13-4397-g000e9863120cbc75a0f8d497264519974c97669f Author: Patrick Palka Date: T

[Bug c++/107542] ICE in spaceship_comp_cat, at cp/method.cc:1055

2022-11-29 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107542 Patrick Palka changed: What|Removed |Added CC||ppalka at gcc dot gnu.org S

[Bug c++/107542] ICE in spaceship_comp_cat, at cp/method.cc:1055

2022-11-21 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107542 Martin Liška changed: What|Removed |Added CC||jason at gcc dot gnu.org,

[Bug c++/107542] ICE in spaceship_comp_cat, at cp/method.cc:1055

2022-11-06 Thread danakj at orodu dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107542 --- Comment #3 from danakj at orodu dot net --- > Note please next time also attach the testcase (or put it inline) and not > just link against godbolt. Will do, thanks for attaching it for me.

[Bug c++/107542] ICE in spaceship_comp_cat, at cp/method.cc:1055

2022-11-06 Thread danakj at orodu dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107542 --- Comment #2 from danakj at orodu dot net --- The same thing works okay with operator== instead of operator<=> https://godbolt.org/z/qnPx3bYT4 ``` #include #include template concept Ord = requires(const Lhs& lhs, const Rhs& rhs) { { l

[Bug c++/107542] ICE in spaceship_comp_cat, at cp/method.cc:1055

2022-11-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107542 --- Comment #1 from Andrew Pinski --- Created attachment 53840 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53840&action=edit testcase Note please next time also attach the testcase (or put it inline) and not just link against godbolt.