------- Comment #12 from spop at gcc dot gnu dot org  2010-03-22 01:29 -------
Subject: Bug 43464

Author: spop
Date: Mon Mar 22 01:28:51 2010
New Revision: 157617

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157617
Log:
Fix PR43464: loop close phi nodes can contain more than one argument.

2010-03-21  Sebastian Pop  <sebastian....@amd.com>
            Richard Guenther  <rguent...@suse.de>

        PR middle-end/43464
        * tree-ssa-copy.c (init_copy_prop): Loop closed phi nodes can
        contain more than one argument.
        (execute_copy_prop): Revert the previous change: do not call
        rewrite_into_loop_closed_ssa.

        * gcc.dg/graphite/id-pr43464.c: Remove compile warning.
        * gcc.dg/graphite/id-pr43464-1.c: New.

Added:
    branches/graphite/gcc/testsuite/gcc.dg/graphite/id-pr43464-1.c
Modified:
    branches/graphite/gcc/ChangeLog.graphite
    branches/graphite/gcc/testsuite/gcc.dg/graphite/id-pr43464.c
    branches/graphite/gcc/tree-ssa-copy.c


-- 


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

Reply via email to