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: Optimise calls to ldexp with SVE FSCALE instruction [PR111733]
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
gomp
/
pr30696.C
blob
8f4f2d9686a77c1f6ea00e77b19147554586fe4b
1
inline void foo() {}
2
3
int main()
4
{
5
foo();
6
7
#pragma omp parallel for
8
for ( int i=0; i<1; ++i )
9
foo();
10
11
return 0;
12
}