projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee92e7b
)
simplify-rtx: Fix the last fix (PR78638)
author
Segher Boessenkool
<segher@gcc.gnu.org>
Thu, 8 Dec 2016 00:09:01 +0000
(
01:09
+0100)
committer
Segher Boessenkool
<segher@gcc.gnu.org>
Thu, 8 Dec 2016 00:09:01 +0000
(
01:09
+0100)
I managed to get the last obvious fix wrong: mode is M1, GET_MODE (op)
is M2.
[ adding missing PR marker ]
PR rtl-optimization/78638
* simplify-rtx.c (simplify_truncation): M2 is not mode, it is
GET_MODE (op). Fix this.
From-SVN: r243420
gcc/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 6372ff43f190c96c2eea25813665672e491e4df6..05ae50b5785cce083e867c86943c517acfeb031d 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-446,6
+446,7
@@
2016-12-02 Segher Boessenkool <segher@kernel.crashing.org>
+ PR rtl-optimization/78638
* simplify-rtx.c (simplify_truncation): M2 is not mode, it is
GET_MODE (op). Fix this.