annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 ! { dg-do compile }
kono
parents:
diff changeset
2 ! Test the fix for the problem described in PR46818.
kono
parents:
diff changeset
3 !
kono
parents:
diff changeset
4 ! Contributed by Martien Hulsen <m.a.hulsen@tue.nl>
kono
parents:
diff changeset
5 ! and reduced by Tobias Burnus <burnus@gcc.gnu.org>
kono
parents:
diff changeset
6 !
kono
parents:
diff changeset
7 ! ============== system_defs.f90 =============
kono
parents:
diff changeset
8 module system_defs_m
kono
parents:
diff changeset
9 type sysvector_t
kono
parents:
diff changeset
10 integer :: probnr = 0
kono
parents:
diff changeset
11 real, allocatable, dimension(:) :: u
kono
parents:
diff changeset
12 end type sysvector_t
kono
parents:
diff changeset
13 end module system_defs_m