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]

Re: miscompilation with current gcc on x86


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~

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