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] Don't constant fold sqrt(-1) at the tree-level


On Mon, Jan 13, 2003 at 07:47:12AM -0700, Roger Sayle wrote:
> 	* real.c (real_sqrt): Return a bool result indicating whether
> 	a floating point exception or trap should be raised.
> 	* real.h (real_sqrt): Update function prototype.
> 	* builtins.c (fold_builtin): Only fold non-trapping square
> 	roots unless we're ignoring errno and trapping math.

Ok.


r~


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