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]

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


Author: rguenth
Date: Thu Jul 17 15:56:27 2008
New Revision: 137928

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137928
Log:
2008-07-17  Richard Guenther  <rguenther@suse.de>

        * tree-complex.c (init_dont_simulate_again): Handle
        {REAL,IMAG}PART_EXPR correctly.
        * gimple-pretty-print.c (dump_unary_rhs): Dump VIEW_CONVERT_EXPR
        and ASSERT_EXPR the same way as on trunk.
        * tree-ssa-dom.c (initialize_hash_element): Do not record
        the type for single rhs assigns.
        (hashable_expr_equal_p): Deal with NULL types.
        (eliminate_redundant_computations): Use print_gimple_expr.
        * tree-vrp.c (stmt_interesting_for_vrp): Fix builtin call check.
        (vrp_visit_stmt): Likewise.
        * tree-ssa-forwprop.c (simplify_gimple_switch): Fix typo.

Modified:
    branches/gimple-tuples-branch/gcc/ChangeLog.tuples
    branches/gimple-tuples-branch/gcc/gimple-pretty-print.c
    branches/gimple-tuples-branch/gcc/tree-complex.c
    branches/gimple-tuples-branch/gcc/tree-ssa-dom.c
    branches/gimple-tuples-branch/gcc/tree-ssa-forwprop.c
    branches/gimple-tuples-branch/gcc/tree-vrp.c


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