http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54952
DJ Delorie <dj at redhat dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dj at redhat dot com --- Comment #1 from DJ Delorie <dj at redhat dot com> 2012-10-18 06:03:14 UTC --- FYI this looks like an assembler bug, not a gcc bug... The "add.l #128,sp" opcode is being assembled as "add.l #-128,sp" instead.