]> git.ipfire.org Git - thirdparty/gcc.git/commit
arm: Generate correct const_ints (PR86640)
authorSegher Boessenkool <segher@kernel.crashing.org>
Mon, 30 Jul 2018 17:50:26 +0000 (19:50 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Mon, 30 Jul 2018 17:50:26 +0000 (19:50 +0200)
commit8f953899e38f92e8f4cdeaffaa04f8a9e69a7726
tree94407e31f303b0acc7b72de842d1ecae03af251f
parenta64ede727f78b423591995428fbc5a6ac4e72cb0
arm: Generate correct const_ints (PR86640)

In arm_block_set_aligned_vect 8-bit constants are generated as zero-
extended const_ints, not sign-extended as required.  Fix that.

PR target/86640
* config/arm/arm.c (arm_block_set_aligned_vect): Use gen_int_mode
instead of GEN_INT.

From-SVN: r263075
gcc/ChangeLog
gcc/config/arm/arm.c