From 1b51df94425a71e9f0ee1d53559e2063a29e85cc Mon Sep 17 00:00:00 2001 From: Matthew Fortune Date: Mon, 20 Feb 2017 12:07:23 +0000 Subject: Ensure the mode used to create split registers is suppported gcc/ PR target/78012 * lra-constraints.c (split_reg): Check requested split mode is supported by the register. From-SVN: r245601 --- gcc/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gcc/ChangeLog') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index aa7bb84..57857ee 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,11 @@ 2017-02-20 Matthew Fortune + PR target/78012 + * lra-constraints.c (split_reg): Check requested split mode + is supported by the register. + +2017-02-20 Matthew Fortune + * lra-constraints.c (simplify_operand_subreg): Remove early return false. -- cgit v1.1