https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108250
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Last reconfirmed| |2022-12-29 Status|UNCONFIRMED |WAITING --- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Do you know which object file inside llvm-tblgen is being miscompiled? You can do a binary search on object files and then provide the preprocessed source for that one. Also could you reproduce the miscompiling with reverting and with -fdump-ipa-all ? I suspect you could ...