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

aldyh@gcc.gnu.org aldyh@gcc.gnu.org
Wed Jun 27 03:37:00 GMT 2007


Author: aldyh
Date: Wed Jun 27 03:37:38 2007
New Revision: 126052

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126052
Log:
        * testsuite/gcc.dg/gimple/gimple.exp: Pass -fdump-tree-gimple-details
        * testsuite/gcc.dg/gimple/compound_expr.c: Add dg-final.
        * testsuite/gcc.dg/gimple/gs_return.c: Same.
        * tree.h (gimplify_function_tree): Add return value.
        * diagnostic.h (debug_c_tree): Move under tree-pretty-print.c section.
        (dump_gimple_seq): New.
        to tests.
        * gimple-pretty-print.c (dump_gimple_seq): New.
        * gimplify.c (gimplify_function_tree): Add return value.
        Remove debug call and exit.
        Comment out non-working code.
        * c-gimplify.c (c_genericize): Dump gimple IR.  Exit.


Modified:
    branches/gimple-tuples-branch/gcc/ChangeLog.tuples
    branches/gimple-tuples-branch/gcc/c-gimplify.c
    branches/gimple-tuples-branch/gcc/diagnostic.h
    branches/gimple-tuples-branch/gcc/gimple-pretty-print.c
    branches/gimple-tuples-branch/gcc/gimplify.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/gimple/compound_expr.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/gimple/gimple.exp
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/gimple/gs_return.c
    branches/gimple-tuples-branch/gcc/tree.h



More information about the Gcc-cvs mailing list