Index: i386.c =================================================================== --- i386.c (revision 197931) +++ i386.c (working copy) @@ -33972,7 +33972,7 @@ { /* Take care for QImode values - they can be in non-QI regs, but then they do cause partial register stalls. */ - if (TARGET_64BIT || QI_REGNO_P (regno)) + if (ANY_QI_REGNO_P (regno)) return true; if (!TARGET_PARTIAL_REG_STALL) return true;