https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89260
--- Comment #11 from ohaiziejohwahkeezuoz at xff dot cz --- (In reply to Martin Liška from comment #8) > I would like to get a reproducible test-case. You can run the linking > command line with --save-temps --verbose. And then you can reduce number of > objects needed. For .a files, one would need to extract them and provide .o > files on command line. Doing that one can get minimal set of objects. And > then you can create pre-processed files for these (-E option). It will > generate a minimal reproducible test-case. I don't know, the failing command has like 30kB of command line options after doing what you suggest. It's huuuge for any kind of manual processing/elimination.