]> git.ipfire.org Git - thirdparty/gcc.git/commit
builtins.def: Defome atan...
authorRoger Sayle <roger@eyesopen.com>
Fri, 23 May 2003 20:45:40 +0000 (20:45 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Fri, 23 May 2003 20:45:40 +0000 (20:45 +0000)
commit29f523bef0d37fedc90c9c4d73ed7fd6b5e8237c
tree2d249c1630830eb3302bb11242b3adef2ac554a9
parenta7050d49c52f3596fd94474499772b2bf330f886
builtins.def: Defome atan...

* builtins.def: Defome atan, atanf, atanl, tan, tanf and tanl
builtin functions (and their __builtin_* variants).
* builtins.c (mathfn_built_in): Handle tan{,f,l} and atan{,f,l}.
(expand_builtin): Don't expand tan{,f,l} or atan{,f,l} when not
optimizing.

* doc/extend.texi: Document new tan and atan builtins, and
their float and long double variants.

* gcc.dg/builtins-1.c: Add tests for tan and atan.
* gcc.dg/builtins-4.c: Add test for fmod.

From-SVN: r67137
gcc/ChangeLog
gcc/builtins.c
gcc/builtins.def
gcc/doc/extend.texi
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/builtins-1.c
gcc/testsuite/gcc.dg/builtins-4.c