This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] require sse3 for fisttp


Andrew Pinski <pinskia@physics.uc.edu> writes:

> On Mon, 2006-09-18 at 07:10 -0700, Shantonu Sen wrote:
> > Another point:
> > 
> > 5) If a vendor wants the default -march on i386 to be something other  
> > than a circa 1980s processor at configure time, *and* support an  
> > x86_64 biarch compiler, it's difficult to pick a --with-arch that  
> > isn't nocona or later, since otherwise gcc will complain that the  
> > explicitly selected -march value does not support the x86-64  
> > instruction set. Having separate compiler default -march values for 32- 
> > bit and 64-bit might also allow the underlying issue of "why are you  
> > picking nocona when you don't really want that" to be addressed.
> 
> Really this is a bug that Geoff introduced, didn't you see my reply to
> his patch and Geoff told me to fix his bug.
> http://gcc.gnu.org/ml/gcc-patches/2006-09/msg00443.html

Hi Andrew,

Could you point me at the part of HJ's patch which addresses
Shantonu's comment?  I don't see it.  All I see is some extra error
checking, which would make it impossible instead of difficult to pick
a --with-cpu that isn't nocona or later.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]