https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66038
--- Comment #28 from rguenther at suse dot de <rguenther at suse dot de> --- On Tue, 25 Aug 2015, kumba at gentoo dot org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66038 > > --- Comment #27 from Joshua Kinard <kumba at gentoo dot org> --- > (In reply to Richard Biener from comment #26) > > Don't hold your breath. Basically somebody who can reproduce it has to find > > the root-cause and a fix. > > 4.9.3 works, and the problem appears specific to genmatch with the '--gimple' > argument. I guess I can test to see if 5.0.0 is also affected, and then start > diffing the genmatch.c files between working/non-working version to trace the > problem down. That will be quicker than git bisecting on these machines (old > SGI machines). Can't stay stuck on 4.9.x forever... Can you also nail the issue down to using --disable-checking? For the powerpc case I think we run into a miscompile of stage2 and thus genmatch.c is really only the trigger and wouldn't be the place for a fix (well, maybe a workaround is fine for the GCC 5 branch here)