nvptx, libgfortran: Switch out of "minimal" mode
[official-gcc.git] / gcc / testsuite / gfortran.dg / class_4a.f03
bloba6406a898a842d21b3ddd065c5b9a893328f62ea
1 ! { dg-do link }
2 ! { dg-additional-sources "class_4b.f03 class_4c.f03" }
4 ! Test the fix for PR41583, in which the different source files
5 ! would generate the same 'vindex' for different class declared
6 ! types.
8 ! The test comprises class_4a, class_4b and class_4c.f03
10 ! Contributed by Tobias Burnus <burnus@gcc.gnu.org>
12 module m
13   type t
14   end type t
15 end module m