--- gcc/config/arm.h 2018/04/24 17:54:10 1.1.1.2 +++ gcc/config/arm.h 2018/04/24 17:59:05 1.1.1.3 @@ -891,7 +891,7 @@ do \ /* The relative costs of various types of constants. Note that cse.c defines REG = 1, SUBREG = 2, any node = (2 + sum of subnodes). */ -#define CONST_COSTS(RTX, CODE) \ +#define CONST_COSTS(RTX, CODE, OUTER_CODE) \ case CONST_INT: \ if (const_ok_for_arm (INTVAL (RTX))) \ return (2); \