[Bug c++/105901] [C++20] Code generation bug. Well-formed Program segfaults.

2022-06-08 Thread benni at stuerz dot xyz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105901 --- Comment #1 from Benjamin Stürz --- Created attachment 53106 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53106&action=edit The preprocessed file (too large to be plain, sorry).

[Bug c++/105901] [C++20] Code generation bug. Well-formed Program segfaults.

2022-06-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105901 --- Comment #2 from Andrew Pinski --- my bet it is going into an infinite recusion.

[Bug c++/105901] [C++20] Code generation bug. Well-formed Program segfaults.

2022-06-08 Thread benni at stuerz dot xyz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105901 --- Comment #3 from Benjamin Stürz --- Created attachment 53107 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53107&action=edit Backtrace Yes seems like it.

[Bug c++/105901] [C++20] Code generation bug. Well-formed Program segfaults.

2022-06-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105901 --- Comment #4 from Jonathan Wakely --- And my bet is it's due to using braced-init instead of parentheses.

[Bug c++/105901] [C++20] Code generation bug. Well-formed Program segfaults.

2022-06-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105901 --- Comment #5 from Jonathan Wakely --- i.e. another dup of Bug 85577

[Bug c++/105901] [C++20] Code generation bug. Well-formed Program segfaults.

2022-06-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105901 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---