[Bug c++/111785] [modules] ICE when compiling fmt lib as module

2023-10-17 Thread mends-sputter.0z at icloud dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111785 --- Comment #3 from Luis Caro Campos --- now that I've removed the GCC optimize pragmas - the file does compile with both gcc 12 and 13 (Ubuntu-provided), but not with the gcc 14 snapshots. Makes me wonder if there has been a regression somewher

[Bug c++/111785] [modules] ICE when compiling fmt lib as module

2023-10-17 Thread mends-sputter.0z at icloud dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111785 --- Comment #2 from Luis Caro Campos --- Thanks Patrick for looking into this. I think your message got cut off? I've removed the calls to the GCC optimize pragmas, and still get an ICE: src/fmt.cc:71:8: internal compiler error: in insert, at

[Bug c++/111785] New: [modules] ICE when compiling fmt lib as module

2023-10-12 Thread mends-sputter.0z at icloud dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111785 Bug ID: 111785 Summary: [modules] ICE when compiling fmt lib as module Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c