[Bug c++/112437] ICE with throw inside concept sometimes and -std=c++20

2024-02-01 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112437 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/112437] ICE with throw inside concept sometimes and -std=c++20

2024-02-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112437 --- Comment #5 from GCC Commits --- The releases/gcc-12 branch has been updated by Marek Polacek : https://gcc.gnu.org/g:4617c9b6eb22062a319dcdbddb8c3cebce398c15 commit r12-10124-g4617c9b6eb22062a319dcdbddb8c3cebce398c15 Author: Marek Polacek

[Bug c++/112437] ICE with throw inside concept sometimes and -std=c++20

2024-02-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112437 --- Comment #4 from GCC Commits --- The releases/gcc-13 branch has been updated by Marek Polacek : https://gcc.gnu.org/g:aa24f8f67fbff1c324c189b2bec9f58bd09f82dd commit r13-8268-gaa24f8f67fbff1c324c189b2bec9f58bd09f82dd Author: Marek Polacek

[Bug c++/112437] ICE with throw inside concept sometimes and -std=c++20

2024-02-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112437 --- Comment #3 from GCC Commits --- The trunk branch has been updated by Marek Polacek : https://gcc.gnu.org/g:65b105b4f399559685200e1598ead8c7d0935c04 commit r14-8697-g65b105b4f399559685200e1598ead8c7d0935c04 Author: Marek Polacek Date:

[Bug c++/112437] ICE with throw inside concept sometimes and -std=c++20

2024-01-23 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112437 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org

[Bug c++/112437] ICE with throw inside concept sometimes and -std=c++20

2023-11-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112437 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug c++/112437] ICE with throw inside concept sometimes and -std=c++20

2023-11-07 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112437 --- Comment #2 from Andrew Pinski --- The backtrace: ``` t55.cc:4:37: internal compiler error: Segmentation fault 4 | concept Throwable = requires(T x) { throw x; }; | ^~~ 0x133b01f crash_signal

[Bug c++/112437] ICE with throw inside concept sometimes and -std=c++20

2023-11-07 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112437 --- Comment #1 from Andrew Pinski --- Maybe related to: https://gcc.gnu.org/legacy-ml/gcc-patches/2018-09/msg00226.html