]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR tree-optimization/90037
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Apr 2019 14:32:16 +0000 (14:32 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Apr 2019 14:32:16 +0000 (14:32 +0000)
commit0eee1ea04c15466b02239826fc75b297f9e13fae
treeebb2e235a5cec9ff41fc7e79a6c37d6fb50dc8e9
parent6e814eeea3eb7b0406dd0a53f9e59bc3da884dd0
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@270574 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/passes.def
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr90037.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/tree-ssa/20030710-1.c
gcc/testsuite/gcc.dg/tree-ssa/isolate-2.c
gcc/testsuite/gcc.dg/tree-ssa/isolate-4.c
gcc/testsuite/gcc.dg/tree-ssa/pr19431.c
gcc/tree-ssa-phionlycprop.c [deleted file]