diff options
author | Christophe Lyon <christophe.lyon@linaro.org> | 2016-03-18 13:58:32 +0000 |
---|---|---|
committer | Christophe Lyon <clyon@gcc.gnu.org> | 2016-03-18 14:58:32 +0100 |
commit | dc28bb68856a8dbf57d024efce707607f28e735f (patch) | |
tree | 412cabfcc07342e3d052c2aec84bdf84eae8edd8 /gcc | |
parent | 8d200fad9c7f0217c2a45e5a9666e2ca5d824442 (diff) | |
download | gcc-dc28bb68856a8dbf57d024efce707607f28e735f.zip gcc-dc28bb68856a8dbf57d024efce707607f28e735f.tar.gz gcc-dc28bb68856a8dbf57d024efce707607f28e735f.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/aarch64/pr63304_1.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 27ef475..4c8b3d1 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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> PR tree-optimization/70252 diff --git a/gcc/testsuite/gcc.target/aarch64/pr63304_1.c b/gcc/testsuite/gcc.target/aarch64/pr63304_1.c index fa0fb56..c917f81c 100644 --- a/gcc/testsuite/gcc.target/aarch64/pr63304_1.c +++ b/gcc/testsuite/gcc.target/aarch64/pr63304_1.c @@ -1,5 +1,5 @@ /* { dg-do assemble } */ -/* { dg-options "-O1 --save-temps" } */ +/* { dg-options "-O1 --save-temps -mno-fix-cortex-a53-843419" } */ #pragma GCC push_options #pragma GCC target ("+nothing+simd, cmodel=small") |