[Bug c++/108080] ICE: in core_vals, at cp/module.cc:6262 with -fmodule-header

2024-03-06 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108080 Patrick Palka changed: What|Removed |Added See Also|https://gcc.gnu.org/bugzill |

[Bug c++/108080] ICE: in core_vals, at cp/module.cc:6262 with -fmodule-header

2024-03-06 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108080 Patrick Palka changed: What|Removed |Added CC||ppalka at gcc dot gnu.org Last

[Bug c++/108080] ICE: in core_vals, at cp/module.cc:6262 with -fmodule-header

2024-03-06 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108080 Patrick Palka changed: What|Removed |Added CC||karl.weber99 at gmx dot net ---

[Bug c++/108080] ICE: in core_vals, at cp/module.cc:6262 with -fmodule-header

2023-08-14 Thread yagreg7 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108080 --- Comment #7 from Gregory Dushkin --- Sorry for splitting the comments, but the issue indeed appears to be tied to optimization options. When manually specifying -Og, -O1, -O2, -O3, -Os the compilation is successful. I only observe the ICE

[Bug c++/108080] ICE: in core_vals, at cp/module.cc:6262 with -fmodule-header

2023-08-14 Thread yagreg7 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108080 --- Comment #6 from Gregory Dushkin --- Created attachment 55734 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55734=edit Preprocessed source file /tmp/ccoSmHEM.out (gzip compressed)

[Bug c++/108080] ICE: in core_vals, at cp/module.cc:6262 with -fmodule-header

2023-08-14 Thread yagreg7 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108080 Gregory Dushkin changed: What|Removed |Added CC||yagreg7 at gmail dot com --- Comment

[Bug c++/108080] ICE: in core_vals, at cp/module.cc:6262 with -fmodule-header

2023-07-26 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108080 --- Comment #4 from Matthias Klose --- the original attached test case also fails

[Bug c++/108080] ICE: in core_vals, at cp/module.cc:6262 with -fmodule-header

2023-07-26 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108080 Matthias Klose changed: What|Removed |Added CC||doko at gcc dot gnu.org --- Comment

[Bug c++/108080] ICE: in core_vals, at cp/module.cc:6262 with -fmodule-header

2022-12-12 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108080 --- Comment #2 from Andrew Pinski --- (In reply to Andrew Pinski from comment #1) > Most likely exactly the same: > #pragma GCC optimize("Og") That is from the other bug report.

[Bug c++/108080] ICE: in core_vals, at cp/module.cc:6262 with -fmodule-header

2022-12-12 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108080 --- Comment #1 from Andrew Pinski --- Most likely exactly the same: #pragma GCC optimize("Og")