Commit 3b698cea by Jiong Wang Committed by Jiong Wang

[AArch64] Skip tiny and large code model on gcc.target/aarch64/pic-small.c

gcc/testsuite/
  * gcc.target/aarch64/pic-small.c (dg-skip-if): Skip tiny and large code model.

From-SVN: r227624
parent 1d70b920
2015-09-10 Jiong Wang <jiong.wang@arm.com>
* gcc.target/aarch64/pic-small.c (dg-skip-if): Skip tiny and large code
model.
2015-09-10 Jakub Jelinek <jakub@redhat.com>
PR c++/67523
......
/* { dg-do compile } */
/* { dg-require-effective-target aarch64_small_fpic } */
/* { dg-options "-O2 -fpic -fno-inline --save-temps" } */
/* { dg-skip-if "-fpic for AArch64 small code model" { aarch64*-*-* } { "-mcmodel=tiny" "-mcmodel=large" } { "" } } */
void abort ();
int global_a;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment