From 12705913ef7409301b76596cf60bf4327abfee7a Mon Sep 17 00:00:00 2001 From: Segher Boessenkool Date: Thu, 8 Dec 2016 01:09:01 +0100 Subject: [PATCH] simplify-rtx: Fix the last fix (PR78638) 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6372ff43f19..05ae50b5785 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -446,6 +446,7 @@ 2016-12-02 Segher Boessenkool + PR rtl-optimization/78638 * simplify-rtx.c (simplify_truncation): M2 is not mode, it is GET_MODE (op). Fix this. -- 2.30.2