2014-04-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gfortran.dg / class_4a.f03
blob9441cc79ca8215748510dd794cf3a6dd758d845d
1 ! { dg-do compile }
3 ! Test the fix for PR41583, in which the different source files
4 ! would generate the same 'vindex' for different class declared
5 ! types.
7 ! The test comprises class_4a, class_4b class_4c and class_4d.f03
9 ! Contributed by Tobias Burnus <burnus@gcc.gnu.org>
11 module m
12   type t
13   end type t
14 end module m
15 ! { dg-final { keep-modules "m" } }