OSDN Git Service

Merge remote-tracking branch 'gnu/gcc-4_7-branch' into rework
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / class_4d.f03
diff --git a/gcc/testsuite/gfortran.dg/class_4d.f03 b/gcc/testsuite/gfortran.dg/class_4d.f03
deleted file mode 100644 (file)
index 80934b6..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-! { dg-do compile }
-!
-! Test the fix for PR41583, in which the different source files
-! would generate the same 'vindex' for different class declared
-! types.
-!
-! This file does nothing other than clean up the modules.
-!
-! Contributed by Tobias Burnus <burnus@gcc.gnu.org>
-!
-module m3
-  type t
-  end type t
-end module m3
-! { dg-final { cleanup-modules "m m2 m3" } }