[Bug c++/110552] ICE on valid code in maybe_instantiate_noexcept

2024-04-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110552 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |14.0 Status|NEW

[Bug c++/110552] ICE on valid code in maybe_instantiate_noexcept

2023-07-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110552 --- Comment #6 from Andrew Pinski --- (In reply to Andrew Pinski from comment #2) > Looks like it is a lambda inside a decltype is causing it. The reason why I say that is if I change __apply_fn's operator() not to take a second argument and re

[Bug c++/110552] ICE on valid code in maybe_instantiate_noexcept

2023-07-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110552 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2023-07-04 Keywords|

[Bug c++/110552] ICE on valid code in maybe_instantiate_noexcept

2023-07-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110552 --- Comment #4 from Andrew Pinski --- Created attachment 55471 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55471&action=edit changed slightly to produce valid code

[Bug c++/110552] ICE on valid code in maybe_instantiate_noexcept

2023-07-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110552 --- Comment #3 from Andrew Pinski --- Created attachment 55470 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55470&action=edit reduced but invalid code This is the reduced testcase I got but it became invalid code; maybe the original is

[Bug c++/110552] ICE on valid code in maybe_instantiate_noexcept

2023-07-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110552 Andrew Pinski changed: What|Removed |Added Keywords||c++-lambda Blocks|

[Bug c++/110552] ICE on valid code in maybe_instantiate_noexcept

2023-07-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110552 --- Comment #1 from Andrew Pinski --- reducing ...