[Bug c++/119123] ICE when building llvm-20.1.0 with -g

2025-03-05 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119123 Marek Polacek changed: What|Removed |Added Last reconfirmed||2025-03-05 Status|UNCONFIRM

[Bug c++/119123] ICE when building llvm-20.1.0 with -g

2025-03-05 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119123 --- Comment #4 from Sam James --- ``` struct MCSchedModel { template void computeInstrLatency(int = [] {}) const; }; struct LSUnitBase { LSUnitBase(const MCSchedModel &); }; ```

[Bug c++/119123] ICE when building llvm-20.1.0 with -g

2025-03-05 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119123 Sam James changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/119123] ICE when building llvm-20.1.0 with -g

2025-03-05 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119123 --- Comment #2 from Sam James --- Created attachment 60659 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60659&action=edit backtrace.xz

[Bug c++/119123] ICE when building llvm-20.1.0 with -g

2025-03-05 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119123 --- Comment #1 from Sam James --- Created attachment 60657 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60657&action=edit LSUnit.cpp.ii.xz