2010-06-18 Alan Modra * config/rs6000/linux64.h (SET_CMODEL): Don't expand to empty. Index: gcc/config/rs6000/linux64.h =================================================================== --- gcc/config/rs6000/linux64.h (revision 160977) +++ gcc/config/rs6000/linux64.h (revision 160978) @@ -70,7 +70,7 @@ extern enum rs6000_cmodel cmodel; #define TARGET_CMODEL cmodel #define SET_CMODEL(opt) cmodel = opt #else -#define SET_CMODEL(opt) +#define SET_CMODEL(opt) do {} while (0) #endif #undef PROCESSOR_DEFAULT