[Bug c++/103012] ICE with #pragma GCC optimize followed by long line

2021-11-01 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103012 --- Comment #4 from Martin Liška --- I've reduced that to: #pragma GCC optimize"Og" template inline void template void __valarray_copy_construct0 template inline void __valarray_fill 0 template

[Bug c++/103012] ICE with #pragma GCC optimize followed by long line

2021-11-01 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103012 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/103012] ICE with #pragma GCC optimize followed by long line

2021-10-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103012 --- Comment #2 from Andrew Pinski --- Someone else has to reduce the testcase and such. I found this while trying to reduce PR 102990.

[Bug c++/103012] ICE with #pragma GCC optimize followed by long line

2021-10-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103012 --- Comment #1 from Andrew Pinski --- Created attachment 51714 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51714=edit testcase