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)