]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[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 aa6693c58fee005e9b0172f425d326460f7abff6..16492052663b79d690bfe9da838e208db9ca8ef8 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 6d2971872b20313c3bc102da7494654d7b96f83c..2d8c8aebf9910f71860bf7e0ecffe6f60112b0d9 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 *);