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: Fix i386 FP_TRAPPING_EXCEPTIONS


On Fri, 19 Sep 2014, Joseph S. Myers wrote:

> On Thu, 18 Sep 2014, Joseph S. Myers wrote:
> 
> > On Thu, 18 Sep 2014, Uros Bizjak wrote:
> > 
> > > OK for mainline and release branches.
> > 
> > I've omitted ia64 from the targets in the testcase in the release branch 
> > version, given the lack of any definition of FP_TRAPPING_EXCEPTIONS at all 
> > there.
> > 
> > (I think a definition as (~_fcw & 0x3f) should work for ia64, but haven't 
> > tested that.)
> 
> Here is an *untested* patch with that definition.
> 
> 2014-09-19  Joseph Myers  <joseph@codesourcery.com>
> 
> 	PR target/63312
> 	* config/ia64/sfp-machine.h (FE_EX_ALL, FP_TRAPPING_EXCEPTIONS):
> 	New macros.

Now committed after Andreas's testing reporting in PR 63312.

-- 
Joseph S. Myers
joseph@codesourcery.com


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