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

Michele Galante <m.galante at centrosistemi dot it> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |http://sourceware.org/bugzi
                   |                            |lla/show_bug.cgi?id=14739

--- Comment #2 from Michele Galante <m.galante at centrosistemi dot it> 2012-10-18 07:44:28 UTC ---
(In reply to comment #1)
> 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.

Thank you very much.

I just submitted the bug to the binutils Bugzilla (bug 14739).


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