------- Comment #9 from fxcoudert at gcc dot gnu dot org  2006-03-04 13:28 
-------
Subject: Bug 21303

Author: fxcoudert
Date: Sat Mar  4 13:28:38 2006
New Revision: 111710

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111710
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:
    branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/fmt_l.f90
      - copied unchanged from r111281,
trunk/gcc/testsuite/gfortran.dg/fmt_l.f90
Modified:
    branches/gcc-4_1-branch/gcc/fortran/ChangeLog
    branches/gcc-4_1-branch/gcc/fortran/error.c
    branches/gcc-4_1-branch/gcc/fortran/gfortran.h
    branches/gcc-4_1-branch/gcc/fortran/io.c
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_1-branch/libgfortran/ChangeLog
    branches/gcc-4_1-branch/libgfortran/io/format.c
    branches/gcc-4_1-branch/libgfortran/io/io.h
    branches/gcc-4_1-branch/libgfortran/libgfortran.h
    branches/gcc-4_1-branch/libgfortran/runtime/error.c


-- 


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

Reply via email to