https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102472
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2021-09-23 Component|c |target Status|UNCONFIRMED |WAITING Ever confirmed|0 |1 Keywords| |compile-time-hog --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- >In this case that we have an infinite loop, I don't know how provide .i and .s >files. Can you please point me some instruction for this case? https://gcc.gnu.org/bugs/ has instructions on how to get the .i file. Basically add -save-temps to gcc command line (add -v too)