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
Increase timeout factor for hppa*-*-* in gcc.dg/long_branch.c
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
class_71.f90
blob
bc0ffcd2305b47272d2b437be52e9e80622d5078
1
! { dg-do compile }
2
!
3
! PR fortran/91586
4
!
5
! Contributed by G. Steinmetz
6
!
7
program
p
8
type
t
9
class
(*),
allocatable
::
a
10
end type
11
class
(
t
) ::
x
,
y
! { dg-error "must be dummy, allocatable or pointer" }
12
y
=
x
! { dg-error "Nonallocatable variable must not be polymorphic in intrinsic assignment" }
13
end