summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog-2005
diff options
context:
space:
mode:
authorBen Elliston <bje@gcc.gnu.org>2006-03-31 14:08:41 +1100
committerBen Elliston <bje@gcc.gnu.org>2006-03-31 14:08:41 +1100
commit738caefc9e9bd7c6c5f51683947d90d2041035c3 (patch)
treebb616bb24b7bff8b063b3ebe2337b55ce65b12e5 /gcc/ChangeLog-2005
parent9d11d99eb99304db794793c0f85d9a00744daaff (diff)
Typo fix.
From-SVN: r112564
Diffstat (limited to 'gcc/ChangeLog-2005')
-rw-r--r--gcc/ChangeLog-20052
1 files changed, 1 insertions, 1 deletions
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 <graham.stott@btinternet.com>