This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/68671] [5/6 Regression] gcc.dg/torture/pr66952.c FAILs with -fno-tree-dce


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

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Fri Dec  4 16:23:27 2015
New Revision: 231278

URL: https://gcc.gnu.org/viewcvs?rev=231278&root=gcc&view=rev
Log:
        PR tree-optimization/68671
        * tree-ssa-reassoc.c (maybe_optimize_range_tests): For basic
        blocks starting with the successor of first bb we've modified
        and ending with last_bb call reset_flow_sensitive_info_in_bb.

        * gcc.dg/pr68671.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/pr68671.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-ssa-reassoc.c

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]