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 target/83368
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
pdt_24.f03
blob
fb0a3d9da00f750f624f89ab9f7f0ff9ac179d76
1
! { dg-do compile }
2
!
3
! Tests the fixes for PR82866.
4
!
5
! Contributed by Gerhard Steinmetz <gscfq@t-online.de>
6
!
7
module s
8
type t(*, a, :) ! { dg-error "A parameter name is required" }
9
integer, len :: a
10
end type
11
end