https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119123
Marek Polacek changed:
What|Removed |Added
Last reconfirmed||2025-03-05
Status|UNCONFIRM
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 &);
};
```
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119123
Sam James changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
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
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