[Bug fortran/14568] [gfortran] should not warn about unused variables in common blocks
pbrook at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Mar 26 19:17:00 GMT 2004
------- Additional Comments From pbrook at gcc dot gnu dot org 2004-03-26 19:17 -------
You must declare variables in a common block in order to determine it's size and layout.
Hence we should not warn if you only use some of them.
We could warn for entirely unused common blocks.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14568
More information about the Gcc-bugs
mailing list