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/18794] warn about common variable alignment problems


------- Additional Comments From Thomas dot Koenig at online dot de  2005-01-17 11:05 -------
This is fixed with the 20050116 snapshot:

$ gfortran common.f
 In file common.f:3

      common /foo/ c,r
                 1
Warning: COMMON 'foo' at (1) requires 3 bytes of padding at start

        Thomas

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


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