rs6000, change altivec*-runnable.c test file names
[official-gcc.git] / gcc / testsuite / gcc.target / arm / thumb1-pic-high-reg.c
blob6cb14bb93560d7db3f38dd54c095521ac01aa01d
1 /* { dg-do compile } */
2 /* { dg-skip-if "-mpure-code and -fpic incompatible" { *-*-* } { "-mpure-code" } } */
3 /* { dg-require-effective-target arm_thumb1_ok } */
4 /* { dg-options "-mthumb -fpic -mpic-register=9" } */
6 int g_test;
8 int
9 foo (int par)
11 g_test = par;