This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap failure 3.1: Comparion failure
- To: Andreas Jaeger <aj at suse dot de>
- Subject: Re: bootstrap failure 3.1: Comparion failure
- From: Jan Hubicka <jh at suse dot cz>
- Date: Fri, 15 Jun 2001 14:23:13 +0200
- Cc: gcc-bugs at gcc dot gnu dot org
- References: <u8bsnqyqog.fsf@gromit.moeb>
> - 1f49: 0f b6 15 20 00 00 00 movzbl 0x20,%edx
> - 1f50: 0f b6 85 7f ff ff ff movzbl 0xffffff7f(%ebp),%eax
> + 1f49: 0f b6 85 7f ff ff ff movzbl 0xffffff7f(%ebp),%eax
> + 1f50: 0f b6 15 20 00 00 00 movzbl 0x20,%edx
Hmm, looks like more an problem in scheduler (uninitialized access or so) exposed
probably by one of my latest patches.
I will take current tree home and try to figure out what can I do.
Honza