view gcc/testsuite/gfortran.dg/whole_file_30.f90 @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents 04ced10e8804
children
line wrap: on
line source

! { dg-do compile }
! Test the fix for the problem described in PR46818.
!
! Contributed by Martien Hulsen  <m.a.hulsen@tue.nl>
! and reduced by Tobias Burnus  <burnus@gcc.gnu.org>
!
! ============== system_defs.f90 =============
module system_defs_m
  type sysvector_t
    integer :: probnr = 0
    real, allocatable, dimension(:) :: u
  end type sysvector_t
end module system_defs_m