diff options
author | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-12-08 14:35:18 +0000 |
---|---|---|
committer | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-12-08 14:35:18 +0000 |
commit | 986b0677c64b8131adbea466c0f6067b8dc15d24 (patch) | |
tree | 222aae21b16e1511fec6ca321219f63b15782abf /gcc/ChangeLog | |
parent | d63ea2f2662df984f448bd99527dd0d97ccc0f75 (diff) | |
download | gcc-986b0677c64b8131adbea466c0f6067b8dc15d24.tar.gz |
* explow.c (plus_constant_wide): Don't immediately return with
result of recursive call.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24195 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f75a603edac..6719ac7c69f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Tue Dec 8 22:33:18 1998 J"orn Rennecke <amylaar@cygnus.co.uk> + + * explow.c (plus_constant_wide): Don't immediately return with + result of recursive call. + Tue Dec 8 15:32:56 EST 1998 Andrew MacLeod <amacleod@cygnus.com> * eh-common.h (struct eh_context): Add table_index for rethrows. |