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

--- Comment #14 from Jeffrey A. Law <law at gcc dot gnu.org> ---
Author: law
Date: Thu Apr 25 14:32:16 2019
New Revision: 270574

URL: https://gcc.gnu.org/viewcvs?rev=270574&root=gcc&view=rev
Log:
        PR tree-optimization/90037
        * Makefile.in (OBJS): Remove tree-ssa-phionlycprop.c
        * passes.def: Replace all instance of phi-only cprop with the
        lattice propagator.  Move propagation pass from after erroneous
        path isolation to before erroneous path isolation.
        * tree-ssa-phionlycprop.c: Remove.

        * gcc.dg/tree-ssa/20030710-1.c: Update dump file to scan.
        * gcc.dg/isolate-2.c: Likewise.
        * gcc.dg/isolate-4.c: Likewise.
        * gcc.dg/pr19431.c: Accept either ordering of PHI args.
        * gcc.dg/pr90037.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/pr90037.c
Removed:
    trunk/gcc/tree-ssa-phionlycprop.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/Makefile.in
    trunk/gcc/passes.def
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/tree-ssa/20030710-1.c
    trunk/gcc/testsuite/gcc.dg/tree-ssa/isolate-2.c
    trunk/gcc/testsuite/gcc.dg/tree-ssa/isolate-4.c
    trunk/gcc/testsuite/gcc.dg/tree-ssa/pr19431.c

Reply via email to