[Bug fortran/45044] Different named COMMON block size: No warning

dominiq at lps dot ens.fr gcc-bugzilla@gcc.gnu.org
Mon Jan 13 15:13:00 GMT 2014


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45044

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
      Known to work|                            |4.7.3, 4.8.2, 4.9.0
         Resolution|---                         |FIXED
      Known to fail|                            |4.6.4

--- Comment #8 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Starting with 4.7 (r178509, 2011-09-04) one gets

common /com/ a, b
            1
Warning: Named COMMON block 'com' at (1) shall be of the same size as elsewhere
(8 vs 12 bytes)

r177649 (2011-08-11) doe give the warning.

Closing as FIXED.



More information about the Gcc-bugs mailing list