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]

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


Author: aldyh
Date: Thu Apr 26 15:22:56 2007
New Revision: 124186

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124186
Log:
        * tree-gimple.h (annotate_all_with_locus): First argument is now a
        sequence.
        * gimple-ir.h (GS_LOCUS): New.
        (gimple_statement_base): Locus is of type location_t.
        * gimplify.c (internal_get_tmp_var): Use sequences.
        (should_carry_locus_p): Adjust for gimple ir.
        (annotate_one_with_locus): Same.
        (annotate_all_with_locus): Same.
        (gimplify_stmt): Adjust for sequences.
        (gimplify_expr): Same.

Modified:
    branches/gimple-tuples-branch/gcc/ChangeLog.tuples
    branches/gimple-tuples-branch/gcc/gimple-ir.h
    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]