http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49016
--- Comment #12 from Lee Merrill <merrill_707_1 at yahoo dot com> 2011-05-17 18:42:47 UTC --- (In reply to comment #11) > (In reply to comment #10) > > And the compile (and the compile in the "rc" script here) is indeed > > specifying > > -mcmodel=kernel in the flags. > > -mcmodel=kernel isn't enough, you're still failing to pass -mno-red-zone. That works, thanks! It does seem odd to tell it not to use the red zone, in order for it to um, properly use the red zone. :)