------- Comment #10 from cvs-commit at gcc dot gnu dot org  2005-10-24 09:11 
-------
Subject: Bug 15586

CVSROOT:        /cvs/gcc
Module name:    gcc
Changes by:     [EMAIL PROTECTED]   2005-10-24 09:11:52

Modified files:
        gcc/fortran    : ChangeLog arith.c check.c decl.c parse.c 
                         parse.h 

Log message:
        PR fortran/15586
        * arith.c (gfc_arith_error): Change message to include locus.
        (check_result, eval_intrinsic, gfc_int2int, gfc_real2real,
        gfc_real2complex, gfc_complex2real, gfc_complex2complex): Use
        the new gfc_arith_error.
        (arith_error): Rewrite full error messages instead of building
        them from pieces.
        * check.c (must_be): Removed.
        (type_check, numeric_check, int_or_real_check, real_or_complex_check,
        kind_check, double_check, logical_array_check, array_check,
        scalar_check, same_type_check, rank_check, kind_value_check,
        variable_check, gfc_check_allocated, gfc_check_associated,
        gfc_check_cmplx, gfc_check_dcmplx, gfc_check_dot_product,
        gfc_check_index, gfc_check_kind, gfc_check_matmul, gfc_check_null,
        gfc_check_pack, gfc_check_precision, gfc_check_present,
        gfc_check_spread): Rewrite full error messages instead of
        building them from pieces.
        * decl.c (gfc_match_entry): Rewrite full error messages instead
        of building them from pieces.
        * parse.c (gfc_state_name): Remove.
        * parse.h: Remove prototype for gfc_state_name.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.diff?cvsroot=gcc&r1=1.595&r2=1.596
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/arith.c.diff?cvsroot=gcc&r1=1.31&r2=1.32
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/check.c.diff?cvsroot=gcc&r1=1.35&r2=1.36
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/decl.c.diff?cvsroot=gcc&r1=1.45&r2=1.46
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/parse.c.diff?cvsroot=gcc&r1=1.32&r2=1.33
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/parse.h.diff?cvsroot=gcc&r1=1.7&r2=1.8


-- 


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

Reply via email to