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

Andreas Schwab <sch...@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|m68k-linux                  |m68k-*-*
                 CC|                            |amker at gcc dot gnu.org

--- Comment #3 from Andreas Schwab <sch...@linux-m68k.org> ---
c03531c413c501b0033ea2ea3f030cd7e6f66320 is the first bad commit
commit c03531c413c501b0033ea2ea3f030cd7e6f66320
Author: amker <amker@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Fri Dec 13 11:36:22 2013 +0000

        PR tree-optimization/58296
        PR tree-optimization/41488
        * tree-scalar-evolution.c: Include necessary header files.
        (simplify_peeled_chrec): New function.
        (analyze_evolution_in_loop): New static variable.
        Call simplify_peeled_chrec.
        * tree-ssa-loop-ivopts.c (mark_bivs): Don't mark peeled IV as biv.
        (add_old_iv_candidates): Don't add candidate for peeled IV.
        * tree-affine.h (aff_combination_zero_p): New function.

        PR tree-optimization/58296
        PR tree-optimization/41488
        * gcc.dg/tree-ssa/scev-7.c: New test.
        * gcc.dg/pr41488.c: New test.
        * g++.dg/pr59445.C: New test.



    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205959
138bc75d-0d04-0410-961f-82ee72b054a4

Reply via email to