Commit abb1d111 by Steven G. Kargl

re PR fortran/88072 (gfortran crashes with an internal compiler error)

2019-08-13  Steven G. Kargl  <kargl@gcc.gnu.org> 

	PR fortran/88072
	* gfortran.dg/unlimited_polymorphic_28.f90: Fix error message.  Left
	out of previous commit!

From-SVN: r274400
parent 34342ea3
2019-08-13 Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/88072
* gfortran.dg/unlimited_polymorphic_28.f90: Fix error message. Left
out of previous commit!
2019-08-13 Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/88072
......
......@@ -21,7 +21,7 @@ implicit none
type,abstract,extends(c_base) :: c_derived
contains
procedure :: f_base => f_derived ! { dg-error "Type mismatch in function result \\(CLASS\\(\\*\\)/CLASS\\(c_base\\)\\)" }
procedure :: f_base => f_derived ! { dg-error "Type mismatch in function result" }
end type c_derived
contains
......
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