------- Comment #9 from jakub at gcc dot gnu dot org  2006-12-12 15:07 -------
Subject: Bug 27761

Author: jakub
Date: Tue Dec 12 15:07:23 2006
New Revision: 119787

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119787
Log:
        PR rtl-optimization/27761
        * combine.c (try_combine): Don't create a useless garbage SET
        if PATTERN (i2) is a PARALLEL.  If added_sets_1, save
        PATTERN (i1) resp. SET from i1src to i1dest in i1pat
        and use it to prevent accidental modification of i1src.

Modified:
    branches/gcc-4_1-branch/gcc/ChangeLog
    branches/gcc-4_1-branch/gcc/combine.c


-- 


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

Reply via email to