------- Comment #4 from fxcoudert at gcc dot gnu dot org  2007-08-10 22:12 
-------
Subject: Bug 31270

Author: fxcoudert
Date: Fri Aug 10 22:12:04 2007
New Revision: 127352

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127352
Log:
        PR fortran/31270

        * trans.c (gfc_trans_runtime_check): Reorder arguments and
        add extra variable arguments. Hand them to the library function.
        * trans.h (gfc_trans_runtime_check): Update prototype.
        * trans-array.c (gfc_trans_array_bound_check): Issue more
        detailled error messages.
        (gfc_conv_array_ref): Likewise.
        (gfc_conv_ss_startstride): Likewise.
        (gfc_trans_dummy_array_bias): Reorder arguments to
        gfc_trans_runtime_check.
        * trans-expr.c (gfc_conv_substring): Issue more detailled
        error messages.
        (gfc_conv_function_call): Reorder arguments to gfc_trans_runtime_check.
        * trans-stmt.c (gfc_trans_goto): Likewise.
        * trans-io.c (set_string): Reorder arguments to
        gfc_trans_runtime_check and issue a more detailled error message.
        * trans-decl.c (gfc_build_builtin_function_decls): Make
        runtime_error and runtime_error_at handle a variable number of
        arguments.
        * trans-intrinsic.c (gfc_conv_intrinsic_bound): Reorder arguments
        to gfc_trans_runtime_check.
        (gfc_conv_intrinsic_minmax): Likewise.
        (gfc_conv_intrinsic_repeat): Issue more detailled error messages.

        * runtime/error.c (runtime_error_at): Add a variable number of
        arguments.
        * libgfortran.h (runtime_error_at): Update prototype.

Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-array.c
    trunk/gcc/fortran/trans-decl.c
    trunk/gcc/fortran/trans-expr.c
    trunk/gcc/fortran/trans-intrinsic.c
    trunk/gcc/fortran/trans-io.c
    trunk/gcc/fortran/trans-stmt.c
    trunk/gcc/fortran/trans.c
    trunk/gcc/fortran/trans.h
    trunk/libgfortran/ChangeLog
    trunk/libgfortran/libgfortran.h
    trunk/libgfortran/runtime/error.c


-- 


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

Reply via email to