mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
8d200fad9c
commit
dc28bb6885
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue