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/45129] I/O edit descriptors: Warn if the format field is too small for the E and F edit descriptor


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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu.org

--- Comment #7 from Tobias Burnus <burnus at gcc dot gnu.org> 2013-02-15 07:38:15 UTC ---
See also: PR 50105, where
     PROGRAM MAIN
       PRINT '(G6.5)', 1.0
     END
is invalid. Thus, that one should be diagnosed as well.


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