http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56131
--- Comment #11 from vries at gcc dot gnu.org 2013-02-06 08:53:41 UTC --- Author: vries Date: Wed Feb 6 08:53:32 2013 New Revision: 195784 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195784 Log: 2013-02-06 Tom de Vries <t...@codesourcery.com> PR rtl-optimization/56131 * cfgrtl.c (delete_insn): Use NOTE_BASIC_BLOCK instead of BLOCK_FOR_INSN to get the bb of a NOTE_INSN_BASIC_BLOCK. Handle the case that the bb of the label is NULL. Add comment. Modified: trunk/gcc/ChangeLog trunk/gcc/cfgrtl.c