repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gfortran.dg
/
host_assoc_blockdata_1.f90
blob
07f9ed478b2660f2e4a05d663cad07d84472d6f5
1
! { dg-do compile }
2
! PR 38672 - this used to ICE.
3
MODULE
globals
4
TYPE
::
type1
5
integer
::
x
6
END TYPE
type1
7
TYPE
(
type1
) ::
pdm_bps
8
END module
globals
9
BLOCK
DATA
10
use
globals
11
END
BLOCK
DATA
12
! { dg-final { cleanup-modules "globals" } }