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 c++/27177
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
cray_pointers_6.f90
blob
f89f88092e5fd7ed3efdfe0e7bb320111d48381e
1
! { dg-do compile }
2
! { dg-options "-fcray-pointer" }
3
! PR fortran/25358
4
subroutine
adw_set
5
implicit none
6
real
*
8
Adw_xabcd_8
(*)
7
pointer
(
Adw_xabcd_8_
,
Adw_xabcd_8
)
8
common
/
Adw
/
Adw_xabcd_8_
9
integer
n
10
Adw_xabcd_8
(
1
:
n
) =
1
11
return
12
end subroutine
adw_set