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
mips.c (mips16_copy_fpr_return_value): New function, split out from...
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
pointer_assign_2.f90
blob
5f13fb3b382573f7facbc895882b0f5e6b09c60b
1
! { dg-do compile }
2
! PR32361 Type declaration to initialize data in named common
3
BLOCK
DATA
4
integer
,
pointer
::
ptr1
=>
NULL
()
5
common
/
T
/
ptr1
6
END