This is the mail archive of the gcc-cvs@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]

r130070 - in /branches/gimple-tuples-branch/gcc...


Author: aldyh
Date: Sat Nov 10 14:12:42 2007
New Revision: 130070

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130070
Log:
        * tree-gimple.h (tree_annotate_all_with_locus): New.
        * gimple-dummy.c: Add omp_reduction_init and
        diagnose_omp_structured_block_errors.
        * gimplify.c (tree_should_carry_locus_p): New.
        (tree_annotate_one_with_locus): New.
        (tree_annotate_all_with_locus): New.
        * cp/cp-gimplify.c (gimplify_cp_loop): Call
        tree_annotate_all_with_locus instead of annotating each block
        manually.
        * fortran/Make-lang.in (fortran-warn): Set to -Wno-format.
        * fortran/trans.c (gfc_trans_code): Update comment to say GENERIC.
        Call tree_annotate_all_with_locus instead of annotate_all_with_locus.

Added:
    branches/gimple-tuples-branch/gcc/fortran/ChangeLog.tuples
Modified:
    branches/gimple-tuples-branch/gcc/ChangeLog.tuples
    branches/gimple-tuples-branch/gcc/cp/ChangeLog.tuples
    branches/gimple-tuples-branch/gcc/cp/cp-gimplify.c
    branches/gimple-tuples-branch/gcc/fortran/Make-lang.in
    branches/gimple-tuples-branch/gcc/fortran/trans.c
    branches/gimple-tuples-branch/gcc/gimple-dummy.c
    branches/gimple-tuples-branch/gcc/gimplify.c
    branches/gimple-tuples-branch/gcc/tree-gimple.h


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