mirror of git://gcc.gnu.org/git/gcc.git
[AArch64][testcase] Restrict got_mem_hoist_1.c with small memory model
From-SVN: r225999
This commit is contained in:
parent
451b5e4830
commit
4d05408430
|
|
@ -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>
|
2015-07-20 Marek Polacek <polacek@redhat.com>
|
||||||
|
|
||||||
PR c++/55095
|
PR c++/55095
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
/* { dg-do compile } */
|
/* { dg-do compile } */
|
||||||
/* { dg-options "-O2 -fpic -fdump-rtl-loop2_invariant" } */
|
/* { 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 bar (int);
|
||||||
int cal (void *);
|
int cal (void *);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue