This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/54952] Program crash on M32C when stack frame is more then 128 bytes


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]