add PR target/91684 to ChangeLog

From-SVN: r275484
This commit is contained in:
Bernd Edlinger 2019-09-07 05:11:16 +00:00
parent d405dc2302
commit 8b2d8beb9f
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
2019-09-07 Bernd Edlinger <bernd.edlinger@hotmail.de>
PR target/91684
* config/arm/arm.c (arm_block_set_aligned_non_vect): Use
gen_unaligned_storedi for 4-byte aligned addresses.

View file

@ -1,5 +1,6 @@
2019-09-07 Bernd Edlinger <bernd.edlinger@hotmail.de>
PR target/91684
* gcc.target/arm/pr91684.c: New test.
2019-09-06 Ian Lance Taylor <iant@golang.org>