On Tue, 2006-11-14 at 09:29 +0000, jakub at gcc dot gnu dot org wrote: > > ------- Comment #24 from jakub at gcc dot gnu dot org 2006-11-14 09:29 > ------- > This change breaks bootstrap on x86_64-linux and i386-linux:
This is now PR 29825 and it is an x86 back-end issue about not accepting the instruction which is valid as far as I can tell as the following asm instruction is valid: movl %eax, [EMAIL PROTECTED] -- Pinski