------- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-21 22:11 ------- Subject: Bug 20557
CVSROOT: /cvs/gcc Module name: gcc Changes by: [EMAIL PROTECTED] 2005-03-21 22:11:12 Modified files: gcc : ChangeLog bb-reorder.c Log message: PR middle-end/20557 * bb-reorder.c (duplicate_computed_gotos): Use can_duplicate_block_p to determine whether a block can be duplicated, rather than test whether the block contains noncopyable insns ourselves. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.7950&r2=2.7951 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/bb-reorder.c.diff?cvsroot=gcc&r1=1.94&r2=1.95 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20557