[AArch64][testcase] Restrict got_mem_hoist_1.c with small memory model

From-SVN: r225999
This commit is contained in:
Jiong Wang 2015-07-20 14:33:49 +00:00 committed by Jiong Wang
parent 451b5e4830
commit 4d05408430
2 changed files with 6 additions and 0 deletions

View 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

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