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 middle-end/77674
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
dec_structure_14.f90
blob
4e271b7390f34b3afe4b38977e2ac4f3cebb3613
1
! { dg-do "compile" }
2
! { dg-options "-fdec-structure" }
3
!
4
! Test that structures inside a common block do not require the
5
! SEQUENCE attribute, as derived types do.
6
!
7
8
common
var
9
10
structure
/
s
/
11
integer
i
12
integer
j
13
real
r
14
end structure
15
16
record
/
s
/
var
17
18
end