Update ChangeLog and version files for release
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / symbol-range.c
blobf999bb38102ff4eb9a95d14128612dff4c0e2ff5
1 /* { dg-do compile } */
2 /* { dg-options "-O3 -save-temps -mcmodel=small" } */
4 int fixed_regs[0x200000000ULL];
6 int
7 foo()
9 return fixed_regs[0x100000000ULL];
12 /* { dg-final { scan-assembler-not "adrp\tx\[0-9\]+, fixed_regs\\\+" } } */
13 /* { dg-final {cleanup-saved-temps } } */