http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59927
--- Comment #7 from Kai Tietz <ktietz at gcc dot gnu.org> --- (In reply to Richard Henderson from comment #6) > I'll attempt to test this at some point this weekend, but I'm not > currently in a position to build on x86_64 windows. Kai, can you > fire something off? I will do a build over weekend for it. One side-note I have about this patch. Due this allow drap-register for x64, we seem to need to enable eax_live for this target, too. See in ix86_expand_prologue the lines ... if (!TARGET_64BIT_MS_ABI) eax_live = ix86_eax_live_at_start_p (); ...