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
* cfgloopmanip.c (duplicate_loop_to_header_edge): Cleanup profile
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
pdt_17.f03
blob
1b0a30dca4cb2cca1e802579bf70015838b5ac10
1
! { dg-do compile }
2
!
3
! Test the fix for PR82587
4
!
5
! Contributed by G Steinmetz <gscfq@t-online.de>
6
!
7
program p
8
type t(a) ! { dg-error "does not have a component" }
9
integer(kind=t()) :: x ! { dg-error "used before it is defined" }
10
end type
11
end