diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-08 00:23:17 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-08 00:23:17 +0000 |
commit | 56c7ac5035e4cd1f1fc0a287c3caa13401c5eb79 (patch) | |
tree | 3ef1d1fe5119557d99bb8f5e136d6c7e4c99d847 /gcc/ChangeLog | |
parent | 7445ae81814148555bebbc0604fc0ee9c311a80c (diff) | |
download | gcc-56c7ac5035e4cd1f1fc0a287c3caa13401c5eb79.tar.gz |
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
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 351251363e1..5f294afc926 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2003-04-07 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de> + Richard Henderson <rth@redhat.com> + + 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. + 2003-04-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz> * loop.h (REGNO_FIRST_LUID, REGNO_LAST_LUID): Provide defaults |