------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-10-18 19:29 ------- Subject: Bug 15014
CVSROOT: /cvs/gcc Module name: gcc Changes by: [EMAIL PROTECTED] 2004-10-18 19:29:53 Modified files: gcc : ChangeLog tree-cfg.c Log message: 2004-10-18 Andrew Pinski <[EMAIL PROTECTED]> PR middle-end/15014 PR middle-end/16973 * tree-cfg.c (remove_bb): If we have a label expression in the basic block and the label we have taken the address, move the label expression to the basic block which is previous in the linked list. (tree_verify_flow_info): Fix printing out the label name of the problematic label expression. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.5932&r2=2.5933 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-cfg.c.diff?cvsroot=gcc&r1=2.79&r2=2.80 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15014