This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: miscompilation with current gcc on x86
- To: Ulrich Drepper <drepper at cygnus dot com>
- Subject: Re: miscompilation with current gcc on x86
- From: Richard Henderson <rth at cygnus dot com>
- Date: Thu, 23 Mar 2000 14:45:29 -0800
- Cc: gcc-bugs at gcc dot gnu dot org
- References: <m3ya7avf4k.fsf@localhost.localnet>
On Wed, Mar 22, 2000 at 02:01:15PM -0800, Ulrich Drepper wrote:
> return write (1, format, end - (const unsigned char *) format);
> 6f: 83 ec 04 sub $0x4,%esp
> 72: 6a 00 push $0x0 <--------------- LENGTH
...
> gcc -O2 -march=i686 -mcpu=i686 -o z z.c -g
I can't replicate this one today, at stage1 at least. I'll
finish the bootstrap and see if it fails then.
r~