[AArch64] Skip big-endian as well for gcc.target/aarch64/got_mem_hoist_1.c
2015-12-08 Jiong Wang <jiong.wang@arm.com> gcc/testsuite/ * gcc.target/aarch64/got_mem_hoist_1.c (dg-skip-if): Match big-endian as well. From-SVN: r231413
This commit is contained in:
parent
d5cec9c4ca
commit
b26a3da5cc
gcc/testsuite
@ -1,3 +1,8 @@
|
||||
2015-12-08 Jiong Wang <jiong.wang@arm.com>
|
||||
|
||||
* gcc.target/aarch64/got_mem_hoist_1.c (dg-skip-if): Match big-endian
|
||||
as well.
|
||||
|
||||
2015-12-08 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
PR c++/68116
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-O2 -fpic -fdump-rtl-loop2_invariant" } */
|
||||
/* { dg-skip-if "Load/Store hoisted by RTL PRE already" { aarch64-*-* } { "-mcmodel=tiny" "-mcmodel=large" } { "" } } */
|
||||
/* { dg-skip-if "Load/Store hoisted by RTL PRE already" { aarch64*-*-* } { "-mcmodel=tiny" "-mcmodel=large" } { "" } } */
|
||||
|
||||
int bar (int);
|
||||
int cal (void *);
|
||||
|
Loading…
Reference in New Issue
Block a user