[AArch64][testcase] Restrict got_mem_hoist_1.c with small memory model
authorjiwang <jiwang@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Jul 2015 14:33:49 +0000 (14:33 +0000)
committerjiwang <jiwang@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Jul 2015 14:33:49 +0000 (14:33 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225999 138bc75d-0d04-0410-961f-82ee72b054a4

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

index aa6693c..1649205 100644 (file)
@@ -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
index 6d29718..2d8c8ae 100644 (file)
@@ -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 *);