[AArch64] Skip big-endian as well for gcc.target/aarch64/got_mem_hoist_1.c
authorJiong Wang <jiong.wang@arm.com>
Tue, 8 Dec 2015 15:37:07 +0000 (15:37 +0000)
committerJiong Wang <jiwang@gcc.gnu.org>
Tue, 8 Dec 2015 15:37:07 +0000 (15:37 +0000)
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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/aarch64/got_mem_hoist_1.c

index a236054585e6928f06a4afc6a26776ed883542a0..cde15dfc28ece0e52b577e2b09b6c5ef83e57567 100644 (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
index 2d8c8aebf9910f71860bf7e0ecffe6f60112b0d9..9ee772f87f4e914cd9c1eaa32edb8f1d42337244 100644 (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 *);