PR c/9516
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Apr 2003 00:23:17 +0000 (00:23 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Apr 2003 00:23:17 +0000 (00:23 +0000)
commit56c7ac5035e4cd1f1fc0a287c3caa13401c5eb79
tree3ef1d1fe5119557d99bb8f5e136d6c7e4c99d847
parent7445ae81814148555bebbc0604fc0ee9c311a80c
    PR c/9516
        * expr.c (safe_from_p): Rearrange to avoid deep recursion in
        favour of looping and tail recursion for TREE_LIST and binops.

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