[PATCH, Fortran] Parse FINAL procedure declarations
Tobias Burnus
burnus@net-b.de
Mon Jun 2 20:10:00 GMT 2008
Hi Daniel,
> Thanks, that would be great! Find attached the new patch, with the two
Committed as Rev. 136293 with the following change:
- gfc_error ("Finalization is not yet implemented.");
+ gfc_error ("Finalization at %L is not yet implemented",
&derived->declared_at);
(With %L the error message is more helpful and gfortran convention is
not using a full stop at the end of error messages.)
Tobias
More information about the Fortran
mailing list