repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[AArch64] SVE tests
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
aarch64
/
symbol-range.c
blob
6574cf4310430b847e77ea56bf8f20ef312d53e4
1
/* { dg-do compile } */
2
/* { dg-options "-O3 -save-temps -mcmodel=small" } */
3
4
int
fixed_regs
[
0x200000000
ULL
];
5
6
int
7
foo
()
8
{
9
return
fixed_regs
[
0x100000000
ULL
];
10
}
11
12
/* { dg-final { scan-assembler-not "adrp\tx\[0-9\]+, fixed_regs\\\+" } } */