re PR target/70113 ([AArch64] -mpc-relative-literal-loads conflicts with fix-cortex-a53-843419)

2016-03-18  Christophe Lyon  <christophe.lyon@linaro.org>

	PR target/70113
	* gcc.target/aarch64/pr63304_1.c: Add -mno-fix-cortex-a53-843419.

From-SVN: r234330
This commit is contained in:
Christophe Lyon 2016-03-18 13:58:32 +00:00 committed by Christophe Lyon
parent 8d200fad9c
commit dc28bb6885
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2016-03-18 Christophe Lyon <christophe.lyon@linaro.org>
PR target/70113
* gcc.target/aarch64/pr63304_1.c: Add -mno-fix-cortex-a53-843419.
2016-03-18 Ilya Enkovich <enkovich.gnu@gmail.com> 2016-03-18 Ilya Enkovich <enkovich.gnu@gmail.com>
PR tree-optimization/70252 PR tree-optimization/70252

View File

@ -1,5 +1,5 @@
/* { dg-do assemble } */ /* { dg-do assemble } */
/* { dg-options "-O1 --save-temps" } */ /* { dg-options "-O1 --save-temps -mno-fix-cortex-a53-843419" } */
#pragma GCC push_options #pragma GCC push_options
#pragma GCC target ("+nothing+simd, cmodel=small") #pragma GCC target ("+nothing+simd, cmodel=small")