------- Comment #6 from fxcoudert at gcc dot gnu dot org  2006-02-14 14:50 
-------
Subject: Bug 25425

Author: fxcoudert
Date: Tue Feb 14 14:50:40 2006
New Revision: 110973

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

        * trans-decl.c (gfc_generate_function_code): Add new argument,
        pedantic, to set_std call.

        * libgfortran.h: Add pedantic field to compile_options struct.
        * io/write.c (calculate_G_format): Depending on the standard,
        choose E or F format for list-directed output of 0.0.
        * runtime/error.c (notify_std): Make warning and error dependent
        on pedanticity.
        * runtime/compile_options.c (set_std): Use new pedantic argument.

Modified:
    branches/gcc-4_1-branch/gcc/fortran/ChangeLog
    branches/gcc-4_1-branch/gcc/fortran/trans-decl.c
    branches/gcc-4_1-branch/libgfortran/ChangeLog
    branches/gcc-4_1-branch/libgfortran/io/write.c
    branches/gcc-4_1-branch/libgfortran/libgfortran.h
    branches/gcc-4_1-branch/libgfortran/runtime/compile_options.c
    branches/gcc-4_1-branch/libgfortran/runtime/error.c


-- 


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

Reply via email to