Commit e91c0a35 by Thomas König

Commit test case for PR 57129.

2020-04-19  Thomas Koenig  <tkoenig@gcc.gnu.org>

	PR fortran/57129
	* gfortran.dg/subroutine_as_type.f90: New test.
parent 4dc64371
2020-04-19 Thomas Koenig <tkoenig@gcc.gnu.org>
PR fortran/57129
* gfortran.dg/subroutine_as_type.f90: New test.
2020-04-19 Thomas Koenig <tkoenig@gcc.gnu.org>
PR fortran/93500
* arith_divide_3.f90: New test.
* gfortran.dg/arith_divide_3.f90: New test.
2020-04-19 Jakub Jelinek <jakub@redhat.com>
......
subroutine t()
type t ! { dg-error "FUNCTION attribute conflicts with SUBROUTINE attribute" }
end type t ! { dg-error "Expecting END SUBROUTINE statement" }
type, extends(t) :: t2 ! { dg-error "has not been previously defined" }
end type t2 ! { dg-error "Expecting END SUBROUTINE statement" }
end
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