This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/48706] Type extension inside subroutine
- From: "janus at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 04 Oct 2011 20:44:14 +0000
- Subject: [Bug fortran/48706] Type extension inside subroutine
- Auto-submitted: auto-generated
- References: <bug-48706-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48706
--- Comment #9 from janus at gcc dot gnu.org 2011-10-04 20:44:14 UTC ---
Author: janus
Date: Tue Oct 4 20:44:10 2011
New Revision: 179524
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179524
Log:
2011-10-04 Janus Weil <janus@gcc.gnu.org>
PR fortran/48706
* module.c (write_dt_extensions): Do not write extended types which
are local to a subroutine.
2011-10-04 Janus Weil <janus@gcc.gnu.org>
PR fortran/48706
* gfortran.dg/extends_12.f03: New.
Added:
branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/extends_12.f03
Modified:
branches/gcc-4_6-branch/gcc/fortran/ChangeLog
branches/gcc-4_6-branch/gcc/fortran/module.c
branches/gcc-4_6-branch/gcc/testsuite/ChangeLog