[Bug tree-optimization/91265] [10 Regression] new breakage for g++.dg/cpp0x/pr82560.C

2019-07-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91265 Martin Liška changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/91265] [10 Regression] new breakage for g++.dg/cpp0x/pr82560.C

2019-07-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91265 --- Comment #4 from Martin Liška --- Fixed with r273875: 2019-07-29 Martin Liska * tree-ssa-dce.c (eliminate_unnecessary_stmts): Do not remove LHS of operator new call. It's handled latter.

[Bug tree-optimization/91265] [10 Regression] new breakage for g++.dg/cpp0x/pr82560.C

2019-07-29 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91265 Richard Biener changed: What|Removed |Added Priority|P3 |P1 CC|