[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:
Jiong Wang 2015-12-08 15:37:07 +00:00 committed by Jiong Wang
parent d5cec9c4ca
commit b26a3da5cc
2 changed files with 6 additions and 1 deletions
gcc/testsuite
ChangeLog
gcc.target/aarch64

View File

@ -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

View File

@ -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 *);