From: Ben Elliston Date: Fri, 31 Mar 2006 03:08:41 +0000 (+1100) Subject: Typo fix. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=738caefc9e9bd7c6c5f51683947d90d2041035c3;p=gcc.git Typo fix. From-SVN: r112564 --- diff --git a/gcc/ChangeLog-2005 b/gcc/ChangeLog-2005 index 411addd5700..175bbb334f4 100644 --- a/gcc/ChangeLog-2005 +++ b/gcc/ChangeLog-2005 @@ -233,7 +233,7 @@ PR tree-optimization/25125 * convert.c (convert_to_integer): Don't narrow the type of a - PLUX_EXPR or MINUS_EXPR if !flag_wrapv and the unwidened type + PLUS_EXPR or MINUS_EXPR if !flag_wrapv and the unwidened type is signed. 2005-12-26 Graham Stott