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
hppa64: Fix fmt_f_default_field_width_3.f90 and fmt_g_default_field_width_3.f90
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
pr95980_2.f90
blob
d1fe9c76bd0bbac4433798a2f02a8fa7420da2b2
1
! { dg-do compile }
2
! PR fortran/95980 - ICE in get_unique_type_string, at fortran/class.c:485
3
4
program
p
5
type
t
6
integer
::
a
7
end type
t
8
class
(
t
) ::
x
! { dg-error "must be dummy, allocatable or pointer" }
9
select
type
(
y
=>
x
)
10
end
select
11
end