--- gcc/config/tahoe.h 2018/04/24 17:54:24 1.1.1.2 +++ gcc/config/tahoe.h 2018/04/24 17:59:21 1.1.1.3 @@ -647,7 +647,7 @@ enum reg_class {NO_REGS,GENERAL_REGS,FPP /* specify the costs of various sorts of constants, and also indicate that multiplication is cheap on this machine. */ -#define CONST_COSTS(RTX,CODE) \ +#define CONST_COSTS(RTX,CODE,OUTER_CODE) \ case CONST_INT: \ /* Constant zero is super cheap due to clr instruction. */ \ if (RTX == const0_rtx) return 0; \