projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d11d99
)
Typo fix.
author
Ben Elliston
<bje@gcc.gnu.org>
Fri, 31 Mar 2006 03:08:41 +0000
(14:08 +1100)
committer
Ben Elliston
<bje@gcc.gnu.org>
Fri, 31 Mar 2006 03:08:41 +0000
(14:08 +1100)
From-SVN: r112564
gcc/ChangeLog-2005
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog-2005
b/gcc/ChangeLog-2005
index 411addd570031fe9900a737522d52ef255dbf4ef..175bbb334f46c7630741168a78eca3cc6c44521e 100644
(file)
--- 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
- PLU
X
_EXPR or MINUS_EXPR if !flag_wrapv and the unwidened type
+ PLU
S
_EXPR or MINUS_EXPR if !flag_wrapv and the unwidened type
is signed.
2005-12-26 Graham Stott <graham.stott@btinternet.com>