This is the mail archive of the gcc-bugs@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]

[Bug fortran/69455] [5/6 Regression] Linking error(s) when using intrinsic modules in two BLOCK


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69455

Iain Sandoe <iains at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2016-01-24
                 CC|                            |iains at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #2 from Iain Sandoe <iains at gcc dot gnu.org> ---
FWIW I see the same kind of behaviour with 5.3.0 on Linux

$ ./gcc/gfortran -Bgcc -B x86_64-linux-gnu/libgfortran -B
x86_64-linux-gnu/libquadmath pr69455.f95 -std=f2008 -o f
 /tmp/ccKZf0Hi.s: Assembler messages:
 /tmp/ccKZf0Hi.s:115: Error: symbol `____iso_c_binding_MOD_wp' is already
defined
 /tmp/ccKZf0Hi.s:121: Error: symbol `____iso_c_binding_MOD_ik' is already
defined

(U10.04)

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