This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/37937] Bind(C) diagnostic when using c_double for COMPLEX variables
- From: "fxcoudert at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 17 Jun 2014 20:29:59 +0000
- Subject: [Bug fortran/37937] Bind(C) diagnostic when using c_double for COMPLEX variables
- Auto-submitted: auto-generated
- References: <bug-37937-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37937
Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |fxcoudert at gcc dot gnu.org
Resolution|--- |FIXED
--- Comment #1 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> ---
First, these are now warnings conditional on -Wc-bind-type (enabled by -Wall).
Also, real and complex kinds are now treated as equivalent for this purpose.
Has been so since gfortran 4.4, so I'm closing this PR.