Re: [PATCH 5/5] rs6000: Do not allow TImode with -m32 -mpowerpc64

2015-01-16 Thread Segher Boessenkool
On Thu, Jan 15, 2015 at 11:06:38AM -0500, David Edelsohn wrote: > On Wed, Jan 14, 2015 at 8:14 PM, Segher Boessenkool > wrote: > > This fixes 141 FAILs. > > > > -mpowerpc64 does not change the ABI, but default_scalar_mode_supported_p > > does not know that, and allows TImode for -m32 -mpowerpc64.

Re: [PATCH 5/5] rs6000: Do not allow TImode with -m32 -mpowerpc64

2015-01-15 Thread David Edelsohn
On Wed, Jan 14, 2015 at 8:14 PM, Segher Boessenkool wrote: > This fixes 141 FAILs. > > -mpowerpc64 does not change the ABI, but default_scalar_mode_supported_p > does not know that, and allows TImode for -m32 -mpowerpc64. > > This fixes it. Okay for mainline? > > > 2015-01-14 Segher Boessenkool

[PATCH 5/5] rs6000: Do not allow TImode with -m32 -mpowerpc64

2015-01-14 Thread Segher Boessenkool
This fixes 141 FAILs. -mpowerpc64 does not change the ABI, but default_scalar_mode_supported_p does not know that, and allows TImode for -m32 -mpowerpc64. This fixes it. Okay for mainline? 2015-01-14 Segher Boessenkool gcc/ * config/rs6000/rs6000.c (rs6000_scalar_mode_supported_p):