https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120431
--- Comment #6 from anlauf at gcc dot gnu.org --- (In reply to kargls from comment #5) > (In reply to anlauf from comment #4) > > (In reply to Jerry DeLisle from comment #3) > > > My understanding is they are getting built generated in the build > > > directory > > > which is a recent bug someone reported. I dont think it has been fixed > > > yet. > > > > I think this is Thomas' PR116400. > > Harald, Jerry, > > Thanks, I vaguely recalled seeing an issue with generated files, > but came up empty looking in the gcc and gcc-help mailing list > archives. > > Wasted a day yesterday trying to determine why I could not generate files. > > Just found the spread_*.c files in my obj/ tree. So, how to proceed? > Simply copy the newly generated files to the source tree? Jakub fixed a findloc issue recently, see r16-594-g748a7bc4624e7b. Maybe he can share how he did it...