tree-ssa-dce.c
53.1 KB
-
Fix ICE seen in tree-ssa-dce.c for new/delete pair. · fc5e7d2a
2019-07-29 Martin Liska <mliska@suse.cz> * tree-ssa-dce.c (eliminate_unnecessary_stmts): Do not remove LHS of operator new call. It's handled latter. 2019-07-29 Martin Liska <mliska@suse.cz> * g++.dg/cpp1y/new1.C (test_unused): Add new case that causes ICE. From-SVN: r273875
Martin Liska committed