* gcc.target/i386/pr70021.c: Add -mtune=skylake.
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / symbol-range-tiny.c
blobd7e46b059e41f2672b3a1da5506fa8944e752e01
1 /* { dg-do compile } */
2 /* { dg-options "-O3 -save-temps -mcmodel=tiny" } */
4 int fixed_regs[0x00200000];
6 int
7 foo()
9 return fixed_regs[0x00080000];
12 /* { dg-final { scan-assembler-not "adr\tx\[0-9\]+, fixed_regs\\\+" } } */