https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63319
--- Comment #10 from Thiago Macieira <thiago at kde dot org> --- (In reply to Jakub Jelinek from comment #9) > (In reply to Markus Trippelsdorf from comment #8) > > Thiago, if you can parse Jakub's suggestion from comment 3 (I can't), you > > could give it a try. > > The intent was to see 1 preprocessed file attached (the header) which is > compiled into pch, and then one semi-preprocessed file (preprocessed, with > the first header unincluded) + 2 command lines. I understand. I've done this before, but it takes a lot of scripting to figure out which header to precompile and then creduce the header, then the source, to trigger this error. Considering I am using 6.1.1 and this problem does not exist for me, I simply can't afford the time. Maybe Ubuntu folks that are still deploying GCC 5.3.1 can pick up the effort.