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: bootstrap failure 3.1: Comparion failure


> -    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


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