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
PR rtl-optimization/81424
[official-gcc.git]
/
libgomp
/
testsuite
/
libgomp.c++
/
target-2-aux.cc
blob
b405404e6dc10e89a1ed9226e7c7d7e3cb4601d7
1
double
f
[
1024
];
2
double
(&
fr
) [
1024
] =
f
;
3
double
gbuf
[
1024
];
4
double
*
g
=
gbuf
;
5
double
*&
gr
=
g
;