This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/14568] [gfortran] should not warn about unused variables in common blocks


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]