https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65006
--- Comment #5 from Jan Hubicka <hubicka at ucw dot cz> --- > Yes register argument passing. That is for x86-32 we use registers to pass > for > the local calling convention if we can. Ah yes, got caught by this new calling scheme. I tought it is ILP32 model. I will take a look at the testsuite ICE first, they are indeed probably caused by same issue. Honza