builtins.c (fold_builtin_cabs): Protect the complex argument against multiple evaluat...
authorRoger Sayle <roger@eyesopen.com>
Tue, 9 Sep 2003 19:20:42 +0000 (19:20 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Tue, 9 Sep 2003 19:20:42 +0000 (19:20 +0000)
commit892955bff08d660ba36d42e32f3b7a0c7d3acd61
tree823a28a2d46337361bda4fb8b420c47fe0f5c672
parent086a4bd7ddda8e5ac0faeee217f6ff5564bb1b4f
builtins.c (fold_builtin_cabs): Protect the complex argument against multiple evaluation when...

* builtins.c (fold_builtin_cabs): Protect the complex argument
against multiple evaluation when optimizing cabs* into sqrt*.

From-SVN: r71242
gcc/ChangeLog
gcc/builtins.c