This is the mail archive of the gcc-bugs@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: c/3120: __builtin_fsqrt still on mainline


Synopsis: __builtin_fsqrt still on mainline

State-Changed-From-To: analyzed->closed
State-Changed-By: aj
State-Changed-When: Fri Dec 14 13:07:51 2001
State-Changed-Why:
    This bug has been fixed by a patch from Roger that has
    just been committed to CVS,
    
    Thanks for the report,
    Andreas
    
    2001-12-14  Roger Sayle <roger@eyesopen.com>
    	* builtins.def: Rename BUILT_IN_FSQRT to BUILT_IN_SQRT and
    	__builtin_fsqrt to __builtin_sqrt.
    	* builtins.c (expand_builtin_mathfn,expand_builtin): Same.
    	* doc/extend.texi: Simplify documentation to match patch.
    
    	* f/com-rt.def: Use __builtin_sqrt instead of __builtin_fsqrt.
    	* f/com.c (ffecom_init_0): Same, and fixed enumeration usage.
    
    	* libstdc++-v3/acconfig.h: Test for __builtin_sqrt instead of
    	__builtin_fsqrt.
    	* libstdc++-v3/acinclude.m4: Same.
    	* libstdc++-v3/include/c_shadow/bits/std_cmath.h: Same.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=3120


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