]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Typo fix.
authorBen Elliston <bje@gcc.gnu.org>
Fri, 31 Mar 2006 03:08:41 +0000 (14:08 +1100)
committerBen Elliston <bje@gcc.gnu.org>
Fri, 31 Mar 2006 03:08:41 +0000 (14:08 +1100)
From-SVN: r112564

gcc/ChangeLog-2005

index 411addd570031fe9900a737522d52ef255dbf4ef..175bbb334f46c7630741168a78eca3cc6c44521e 100644 (file)
 
        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  <graham.stott@btinternet.com>