diff options
author | David Edelsohn <edelsohn@gnu.org> | 1999-06-28 03:09:43 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-06-27 21:09:43 -0600 |
commit | c8e7fe5816daf76be09c8d969b3235d7e4400ad4 (patch) | |
tree | 3615061d92b2f48261f61ecaf23eb95316cc7279 /gcc/ChangeLog | |
parent | 8119eca6ff984a7cd8c2b0887d8a529a3c69a2fb (diff) | |
download | gcc-c8e7fe5816daf76be09c8d969b3235d7e4400ad4.zip gcc-c8e7fe5816daf76be09c8d969b3235d7e4400ad4.tar.gz gcc-c8e7fe5816daf76be09c8d969b3235d7e4400ad4.tar.bz2 |
* expmed.c (expand_divmod): Ensure unsigned value fits in reg_note.
From-SVN: r27796
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0426f63..9683347 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Mon Jun 28 04:07:27 1999 David Edelsohn <edelsohn@gnu.org> + + * expmed.c (expand_divmod): Ensure unsigned value fits in reg_note. + Sun Jun 27 02:39:08 1999 Richard Henderson <rth@cygnus.com> * jump.c (jump_optimize_1): Validate the cmov copy to a temporary. |