This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/54952] Program crash on M32C when stack frame is more then 128 bytes
- From: "m.galante at centrosistemi dot it" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 18 Oct 2012 07:44:28 +0000
- Subject: [Bug target/54952] Program crash on M32C when stack frame is more then 128 bytes
- Auto-submitted: auto-generated
- References: <bug-54952-4@http.gcc.gnu.org/bugzilla/>
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).