https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69214

--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Wed Feb 10 18:31:06 2016
New Revision: 233291

URL: https://gcc.gnu.org/viewcvs?rev=233291&root=gcc&view=rev
Log:
        Backported from mainline
        2016-01-11  Jakub Jelinek  <ja...@redhat.com>

        PR tree-optimization/69214
        * tree-vrp.c (simplify_cond_using_ranges): Don't propagate
        innerop into a comparison if SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
        Formatting fix.

        * gcc.c-torture/compile/pr69214.c: New test.

Added:
    branches/gcc-5-branch/gcc/testsuite/gcc.c-torture/compile/pr69214.c
Modified:
    branches/gcc-5-branch/gcc/ChangeLog
    branches/gcc-5-branch/gcc/testsuite/ChangeLog
    branches/gcc-5-branch/gcc/tree-vrp.c

Reply via email to