[Bug tree-optimization/33562] [5/6 Regression] aggregate DSE disabled

2017-08-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33562

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|7.2 |7.3

[Bug tree-optimization/33562] [5/6 Regression] aggregate DSE disabled

2017-08-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33562

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|7.2 |7.3

--- Comment #34 from Richard Biener  ---
GCC 7.2 is being released, adjusting target milestone.

--- Comment #35 from Richard Biener  ---
GCC 7.2 is being released, adjusting target milestone.

[Bug tree-optimization/33562] [5/6 Regression] aggregate DSE disabled

2017-08-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33562

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|7.2 |7.3

--- Comment #34 from Richard Biener  ---
GCC 7.2 is being released, adjusting target milestone.

--- Comment #35 from Richard Biener  ---
GCC 7.2 is being released, adjusting target milestone.

[Bug tree-optimization/33562] [5/6 Regression] aggregate DSE disabled

2017-05-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33562

Jakub Jelinek  changed:

   What|Removed |Added

   Target Milestone|7.0 |7.2

--- Comment #33 from Jakub Jelinek  ---
GCC 7.1 has been released.

[Bug tree-optimization/33562] [5/6 Regression] aggregate DSE disabled

2017-01-16 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33562

--- Comment #32 from Jeffrey A. Law  ---
Author: law
Date: Mon Jan 16 23:43:05 2017
New Revision: 244509

URL: https://gcc.gnu.org/viewcvs?rev=244509=gcc=rev
Log:
2017-01-16  Jeff Law  

PR tree-optimization/79090
PR tree-optimization/33562
PR tree-optimization/61912
PR tree-optimization/77485
* tree-ssa-dse.c (compute_trims): Accept STMT argument.  Dump STMT
and computed trims into the dump file.

PR tree-optimization/79090
PR tree-optimization/33562
PR tree-optimization/61912
PR tree-optimization/77485
* tree-ssa-dse.c (compute_trims): Accept STMT argument.  Dump STMT
and computed trims into the dump file.

Added:
trunk/gcc/testsuite/g++.dg/tree-ssa/ssa-dse-2.C
trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-29.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/testsuite/ChangeLog
trunk/gcc/tree-ssa-dse.c

[Bug tree-optimization/33562] [5/6 Regression] aggregate DSE disabled

2017-01-14 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33562

--- Comment #31 from Martin Sebor  ---
(In reply to Jeffrey A. Law from comment #29)
> It's still a regression for 5/6, so it should stay open until those releases
> are no longer supported.  Note the "7" in the regression marker is gone.

Sorry, I didn't know about this policy.

[Bug tree-optimization/33562] [5/6 Regression] aggregate DSE disabled

2017-01-13 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33562

--- Comment #30 from Jeffrey A. Law  ---
Author: law
Date: Sat Jan 14 06:16:23 2017
New Revision: 244461

URL: https://gcc.gnu.org/viewcvs?rev=244461=gcc=rev
Log:
PR tree-optimization/33562
PR tree-optimization/61912
PR tree-optimization/77485
* tree-ssa-dse.c (delete_dead_call): Accept gsi rather than
a statement.
(delete_dead_assignment): Likewise.
(dse_dom_walker::dse_optimize_stmt): Pass in the gsi rather than
statement to delete_dead_call and delete_dead_assignment.

Modified:
trunk/gcc/ChangeLog
trunk/gcc/tree-ssa-dse.c

[Bug tree-optimization/33562] [5/6 Regression] aggregate DSE disabled

2017-01-13 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33562

Jeffrey A. Law  changed:

   What|Removed |Added

 Status|RESOLVED|NEW
 Resolution|FIXED   |---

--- Comment #29 from Jeffrey A. Law  ---
It's still a regression for 5/6, so it should stay open until those releases
are no longer supported.  Note the "7" in the regression marker is gone.

[Bug tree-optimization/33562] [5/6 Regression] aggregate DSE disabled

2017-01-13 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33562

Martin Sebor  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||msebor at gcc dot gnu.org
 Resolution|--- |FIXED

--- Comment #28 from Martin Sebor  ---
Based on comment #26 and comment #27 it sounds as though this is resolved.

[Bug tree-optimization/33562] [5/6 Regression] aggregate DSE disabled

2017-01-13 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33562

Jeffrey A. Law  changed:

   What|Removed |Added

Summary|[5/6/7 Regression]  |[5/6 Regression] aggregate
   |aggregate DSE disabled  |DSE disabled

--- Comment #27 from Jeffrey A. Law  ---
Fixed on the trunk.  No plans to backport.