------- Comment #10 from ebotcazou at gcc dot gnu dot org 2010-06-15 18:57 ------- Subject: Bug 42461
Author: ebotcazou Date: Tue Jun 15 18:56:59 2010 New Revision: 160802 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=160802 Log: Backport from mainline 2010-06-09 Eric Botcazou <ebotca...@adacore.com> PR rtl-optimization/42461 * dce.c (deletable_insn_p): Return true for const or pure calls again. * except.c (insn_could_throw_p): Return false if !flag_exceptions. Added: branches/gcc-4_5-branch/gcc/testsuite/gcc.dg/pr42461.c - copied unchanged from r160790, trunk/gcc/testsuite/gcc.dg/pr42461.c Modified: branches/gcc-4_5-branch/gcc/ChangeLog branches/gcc-4_5-branch/gcc/dce.c branches/gcc-4_5-branch/gcc/except.c branches/gcc-4_5-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42461