aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog-2005
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2006-03-31 03:08:41 +0000
committerBen Elliston <bje@au.ibm.com>2006-03-31 03:08:41 +0000
commitdfe27bf2d6bc0e9b1f01c5ee58b6ff30ab8bead9 (patch)
treebb616bb24b7bff8b063b3ebe2337b55ce65b12e5 /gcc/ChangeLog-2005
parent5ced8b34d599eeba44315eeaf92227122fe51753 (diff)
Typo fix.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@112564 138bc75d-0d04-0410-961f-82ee72b054a4
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>