https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90082
--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Tue Apr 30 21:06:33 2019 New Revision: 270753 URL: https://gcc.gnu.org/viewcvs?rev=270753&root=gcc&view=rev Log: Backported from mainline 2019-04-16 Jakub Jelinek <ja...@redhat.com> PR rtl-optimization/90082 * dce.c (can_delete_call): New function. (deletable_insn_p, mark_insn): Use it. * gcc.dg/pr90082.c: New test. Added: branches/gcc-8-branch/gcc/testsuite/gcc.dg/pr90082.c Modified: branches/gcc-8-branch/gcc/ChangeLog branches/gcc-8-branch/gcc/dce.c branches/gcc-8-branch/gcc/testsuite/ChangeLog