Re: [PATCH] Fix assembler options for -mcpu={supersparc,hypersparc}

2013-04-11 Thread Eric Botcazou
> This is yet another bug just like PR target/52610, we need to pass > -Av8 to the assembler for every cpu type that will use MASK_V8 in > sparc.c:sparc_option_override(). What on Earth are you doing with -mcpu=supersparc and -mcpu=hypersparc? :-) > I found this while testing GMP builds. > > I'd

[PATCH] Fix assembler options for -mcpu={supersparc,hypersparc}

2013-04-10 Thread David Miller
This is yet another bug just like PR target/52610, we need to pass -Av8 to the assembler for every cpu type that will use MASK_V8 in sparc.c:sparc_option_override(). I found this while testing GMP builds. I'd like to check this into the various gcc-4_X-branch branches as well, unless there are m