This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, Fortran] Parse FINAL procedure declarations


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]