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
RISC-V: Refactor Dynamic LMUL codes
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
realloc_on_assign_20.f90
blob
d4cfaf841c6aea7a6e0dbb1d95285d4d7ec2e52a
1
! { dg-do compile }
2
! { dg-options "-std=f2003" }
3
!
4
! PR fortran/43366
5
!
6
! Invalid assignment to an allocatable polymorphic var.
7
!
8
type
t
9
end type
t
10
class
(
t
),
allocatable
::
var
11
12
var
=
t
()
! { dg-error "Fortran 2008: Assignment to an allocatable polymorphic variable" }
13
end