This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/37336] New: Fortran 2003: Finish derived-type finalization
- From: "domob at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Sep 2008 16:59:23 -0000
- Subject: [Bug fortran/37336] New: Fortran 2003: Finish derived-type finalization
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Derived-type finalization as defined in Fortran 2003 is at the moment partially
implemented in gfortran. FINAL bindings are parsed and stored/loaded in .mod
module files, but finalizers are not yet executed and a not-yet-implemented
error appears on using FINAL.
--
Summary: Fortran 2003: Finish derived-type finalization
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: domob at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37336