Commit b7b1baba by Janus Weil

re PR fortran/50288 (FAIL: gfortran.dg/class_45b.f03)

2011-09-07  Janus Weil  <janus@gcc.gnu.org>

	PR fortran/50288
	* gfortran.dg/class_4c.f03: Modified ("dg-do link" and "dg-final").
	* gfortran.dg/class_4d.f03: Deleted.
	* gfortran.dg/class_45b.f03: Modififed ("dg-do link").

From-SVN: r178635
parent e8642944
2011-09-07 Janus Weil <janus@gcc.gnu.org>
PR fortran/50288
* gfortran.dg/class_4c.f03: Modified ("dg-do link" and "dg-final").
* gfortran.dg/class_4d.f03: Deleted.
* gfortran.dg/class_45b.f03: Modififed ("dg-do link").
2011-09-07 Richard Guenther <rguenther@suse.de>
* gcc.dg/tree-ssa/forwprop-16.c: New testcase.
......
! { dg-do run }
! { dg-do link }
! { dg-additional-sources class_45a.f03 }
!
! PR 50227: [4.7 Regression] [OOP] ICE-on-valid with allocatable class variable
......
! { dg-do run }
! { dg-do link }
! { dg-additional-sources class_4a.f03 class_4b.f03 }
!
! Test the fix for PR41583, in which the different source files
! would generate the same 'vindex' for different class declared
! types.
!
! The test comprises class_4a, class_4b class_4c and class_4d.f03
! The test comprises class_4a, class_4b and class_4c.f03
!
! Contributed by Tobias Burnus <burnus@gcc.gnu.org>
!
......@@ -27,3 +27,5 @@
end select
print *, i
end
! { dg-final { cleanup-modules "m m2 m3" } }
! { 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" } }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment