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 libfortran/21303] "Positive width required in format string"



------- Comment #8 from fxcoudert at gcc dot gnu dot org  2006-02-19 21:31 -------
Subject: Bug 21303

Author: fxcoudert
Date: Sun Feb 19 21:31:02 2006
New Revision: 111281

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111281
Log:
        PR libfortran/21303

        * gfortran.h (notification): New enumeration.
        (gfc_notification_std): Prototype for the new function.
        * error.c (gfc_notification_std): New function.
        * io.c (check_format): Handle the case of a L format descriptor
        without a width.

        * runtime/error.c (notification_std): New function.
        * libgfortran.h (notification): New enumeration.
        * io/io.h (notification_std): Prototype for the new function. 
        * io/format.c (parse_format_list): Handle the case of a L format
        descriptor without a width.

        * gcc/testsuite/gfortran.dg/fmt_l.f90: New test.

Added:
    trunk/gcc/testsuite/gfortran.dg/fmt_l.f90
Modified:
    trunk/gcc/fortran/error.c
    trunk/gcc/fortran/gfortran.h
    trunk/gcc/fortran/io.c
    trunk/libgfortran/io/format.c
    trunk/libgfortran/io/io.h
    trunk/libgfortran/libgfortran.h
    trunk/libgfortran/runtime/error.c


-- 


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


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