This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/82064] [OOP] multiple incompatible definitions of extended derived type via module use
- From: "daanvanvugt at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 31 Aug 2017 18:26:40 +0000
- Subject: [Bug fortran/82064] [OOP] multiple incompatible definitions of extended derived type via module use
- Auto-submitted: auto-generated
- References: <bug-82064-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82064
--- Comment #1 from Daan van Vugt <daanvanvugt at gmail dot com> ---
the
!use mod_boris
should be
!use mod_f
to work around the problem in the attachment and code below