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]

Re: alpha IEEE floating-point patch


Yes, this works, but if I do that then -fmath-errno will remove the
errno checks, and -fno-math-errno will add them (currently the default),
which is the opposite of what I think we want the option to do.

Brad Lucier    lucier@math.purdue.edu

> From rth@cygnus.com  Thu Aug 26 14:12:41 1999
> Date: Thu, 26 Aug 1999 12:11:56 -0700
> From: Richard Henderson <rth@cygnus.com>
> To: Brad Lucier <lucier@math.purdue.edu>
> Cc: gcc-patches@gcc.gnu.org, staff@math.purdue.edu, hosking@cs.purdue.edu
> Subject: Re: alpha IEEE floating-point patch
> Mime-Version: 1.0
> 
> On Thu, Aug 26, 1999 at 02:04:37PM -0500, Brad Lucier wrote:
> > !   {"math-errno", &flag_errno_math, !0,
> > !    "Set errno after built-in math functions"}
> 
> Use 0 not !0 and it should work.
> 
> 
> r~
> 


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