diff options
-rw-r--r-- | gcc/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 30640c7..160c962 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,6 @@ 2002-06-14 Eric Botcazou <ebotcazou@multimania.com> + PR c/6677 * convert.c (convert_to_integer) [LSHIFT_EXPR]: Don't pass the truncation down when the target type is signed. [trunc1]: Use unsigned arithmetic for LSHIFT_EXPR. |