mainline bootstrap broken on i686-pc-linux-gnu

Joern RENNECKE joern.rennecke@st.com
Tue Dec 13 20:00:00 GMT 2005


I see this here too.  Apparently this was caused by the i386.h PUSH_ROUNDING
change of this patch:

2005-12-13  Jakub Jelinek  <jakub@redhat.com>

        PR debug/25023
        PR target/25293
        * expr.c (emit_move_resolve_push): Handle PRE_MODIFY
        and POST_MODIFY with CONST_INT adjustment equal to PUSH_ROUNDING.
        Fix POST_INC/POST_DEC handling if PUSH_ROUNDING is not identity.
        * config/i386/i386.md (pushhi2, pushqi2): Use pushl instead of 
pushw.
        Set mode to SI, adjust constraints.
        (pushhi2_rex64, pushqi2_rex64): Set mode to DI.
        * config/i386/i386.h (PUSH_ROUNDING): Round up to 4 instead of 2 for
        32-bit code.

The push_operand predicate does not allow pushes with a mode that does not
agree with PUSH_ROUNDING.

 



More information about the Gcc mailing list