aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiong Wang <jiong.wang@arm.com>2015-07-20 14:33:49 +0000
committerJiong Wang <jiwang@gcc.gnu.org>2015-07-20 14:33:49 +0000
commit4d05408430cf00874e45e1fd7b305a55eb943627 (patch)
tree75544e2700ea1ae3ed3796b8f7424a7f8a45ecbc
parent451b5e4830e34b0ee1ae8af9fe3de4afe2fc5631 (diff)
downloadgcc-4d05408430cf00874e45e1fd7b305a55eb943627.zip
gcc-4d05408430cf00874e45e1fd7b305a55eb943627.tar.gz
gcc-4d05408430cf00874e45e1fd7b305a55eb943627.tar.bz2
[AArch64][testcase] Restrict got_mem_hoist_1.c with small memory model
From-SVN: r225999
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/gcc.target/aarch64/got_mem_hoist_1.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index aa6693c..1649205 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2015-07-20 Jiong Wang <jiong.wang@arm.com>
+
+ * gcc.target/aarch64/got_mem_hoist.c (dg-skip-if): Skip tiny and large
+ model.
+
2015-07-20 Marek Polacek <polacek@redhat.com>
PR c++/55095
diff --git a/gcc/testsuite/gcc.target/aarch64/got_mem_hoist_1.c b/gcc/testsuite/gcc.target/aarch64/got_mem_hoist_1.c
index 6d29718..2d8c8ae 100644
--- a/gcc/testsuite/gcc.target/aarch64/got_mem_hoist_1.c
+++ b/gcc/testsuite/gcc.target/aarch64/got_mem_hoist_1.c
@@ -1,5 +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" } { "" } } */
int bar (int);
int cal (void *);