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] Fix SVE testsuite failures for ILP32 (PR 83846)
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
pr83979.c
blob
a39b1ea6ab9b53b989948feda7bccbd4745d9df7
1
/* { dg-compile } */
2
3
int
4
foo
(
char
*
p
)
5
{
6
return
p
+
1000
<
p
;
7
}