This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Very nasty C bug in gcc 2.95.2
- To: Ken Settle <ken at gordian dot com>
- Subject: Re: Very nasty C bug in gcc 2.95.2
- From: Geoff Keating <geoffk at geoffk dot org>
- Date: 14 Mar 2001 19:18:12 -0800
- CC: gcc-bugs at gcc dot gnu dot org
- References: <3AB014C0.D4074553@gordian.com>
Ken Settle <ken@gordian.com> writes:
> 1c: 3b e1 00 08 addi r31,r1,8
...
> 40: 63 e3 00 02 ori r3,r31,2
...
> The instruction at 40: is an ori! it should be an addi.
No, this is OK. The stack is aligned (on ppc-eabi) to an 8-byte boundary.
--
- Geoffrey Keating <geoffk@geoffk.org>