[Bug fortran/37937] Bind(C) diagnostic when using c_double for COMPLEX variables
fxcoudert at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jun 17 20:30:00 GMT 2014
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.
More information about the Gcc-bugs
mailing list