On Oct 18, 2012, at 12:08 PM, Dominique Dhumieres <domi...@lps.ens.fr> wrote:
> --- gcc/config/rs6000/rs6000.c        2012-10-18 00:34:51.000000000 +0200
> +++ ../work/gcc/config/rs6000/rs6000.c        2012-10-18 08:55:28.000000000 
> +0200
> @@ -1123,6 +1123,7 @@ static const struct attribute_spec rs600
> 
> 
> #ifndef OPTION_MASK_STRICT_ALIGN
> #define OPTION_MASK_STRICT_ALIGN 0
> +#undef MASK_STRICT_ALIGN
> #define MASK_STRICT_ALIGN 0
> #endif
> #ifndef TARGET_PROFILE_KERNEL
> 
> I don't know if it is the RIGHT FIX, but it worked.

Given the context, I'd guess #ifndef MASK_STRICT_ALIGN would be the incantation 
people want.

Reply via email to