2010-07-27 Paolo Carlini <paolo.carlini@oracle.com>
[official-gcc/alias-decl.git] / gcc / testsuite / gfortran.dg / class_4d.f03
blob80934b6c125f69ea27e3a5e7c0abe2bd87ee49dc
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 ! This file does nothing other than clean up the modules.
9 ! Contributed by Tobias Burnus <burnus@gcc.gnu.org>
11 module m3
12   type t
13   end type t
14 end module m3
15 ! { dg-final { cleanup-modules "m m2 m3" } }