OSDN Git Service

* builtins.c (expand_builtin_mathfn): Always stabilize the argument
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Jun 2003 11:53:00 +0000 (11:53 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Jun 2003 11:53:00 +0000 (11:53 +0000)
commit68e6cb9d694d54693cd4bd349451c7648c67e7ce
treeb5f5ac43cc1e65fc0a80e9b537fb8ebf47cdb182
parentdad1d86ad22fd12cb81e815f3dd4891f4750b08a
* builtins.c (expand_builtin_mathfn): Always stabilize the argument
list against re-evaluation.  If expand_unop fails, call expand_call
with the stabilized argument list rather than return NULL_RTX.
(expand_builtin_mathfn2): Likewise, always stabilize the argument
list, and call expand_call ourselves if expand_binop fails.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68526 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/builtins.c