From: Ben Elliston Date: Fri, 31 Mar 2006 03:08:41 +0000 (+1100) Subject: Typo fix. X-Git-Tag: releases/gcc-4.2.0~3476 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=738caefc9e9bd7c6c5f51683947d90d2041035c3;p=thirdparty%2Fgcc.git Typo fix. From-SVN: r112564 --- diff --git a/gcc/ChangeLog-2005 b/gcc/ChangeLog-2005 index 411addd57003..175bbb334f46 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