This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/41227] COMMON block, BIND(C) and LTO interoperability issues
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 05 Jan 2012 13:37:09 +0000
- Subject: [Bug fortran/41227] COMMON block, BIND(C) and LTO interoperability issues
- Auto-submitted: auto-generated
- References: <bug-41227-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41227
--- Comment #9 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-01-05 13:37:09 UTC ---
This is still not fixed (at least by design -
bind_c_coms.f90/bind_c_coms_driver.c
passes with -flto now). Can somebody produce a reduced testcase pair that
just has a bind-C named common with a single int so I can experiment a bit?
Thx.