]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[AArch64] Skip big-endian as well for gcc.target/aarch64/got_mem_hoist_1.c
authorjiwang <jiwang@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Dec 2015 15:37:07 +0000 (15:37 +0000)
committerjiwang <jiwang@138bc75d-0d04-0410-961f-82ee72b054a4>
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@231413 138bc75d-0d04-0410-961f-82ee72b054a4

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