This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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


Tobias Burnus wrote:
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.)

Thanks for the commit and the information ;) And yes, I like your change, this really makes a much better error message!


I just finished merging and conflict-resolving on my part-2-tree, and hopefully I can soon send in a complete patch for part 2 to make finalization really work.

Thanks,
Daniel


-- Done: Bar-Sam-Val-Wiz, Dwa-Elf-Hum-Orc, Cha-Law, Fem-Mal Underway: Ran-Gno-Neu-Fem To go: Arc-Cav-Hea-Kni-Mon-Pri-Rog-Tou


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