]> git.ipfire.org Git - thirdparty/gcc.git/commit
builtins.c (expand_builtin_mathfn): Add pow10* to the existing exp10* case.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Fri, 12 Mar 2004 13:33:42 +0000 (13:33 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Fri, 12 Mar 2004 13:33:42 +0000 (13:33 +0000)
commitfd0c8c8d00232673f01aeab099b9f69ffcfb6e85
treeca3265fcf958eeebc0d0673c077043bbfef84f82
parente36280014222c0e61676da5ca2a3124b5972029c
builtins.c (expand_builtin_mathfn): Add pow10* to the existing exp10* case.

* builtins.c (expand_builtin_mathfn): Add pow10* to the
existing exp10* case.
(expand_builtin): Likewise.

testsuite:
* gcc.dg/builtins-34.c: Also check pow10*.

From-SVN: r79383
gcc/ChangeLog
gcc/builtins.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/builtins-34.c