From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12586 invoked by alias); 29 Feb 2008 06:33:20 -0000 Received: (qmail 12511 invoked by uid 48); 29 Feb 2008 06:32:37 -0000 Date: Fri, 29 Feb 2008 06:33:00 -0000 Message-ID: <20080229063237.12510.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug rtl-optimization/34999] Fallthru crossing edges in partition_hot_cold_basic_blocks are not been fixed when the section ends with call insn In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "ubizjak at gmail dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-02/txt/msg02966.txt.bz2 ------- Comment #13 from ubizjak at gmail dot com 2008-02-29 06:32 ------- (In reply to comment #12) > If the marked line is changed to .long .LCOLDB2-.LCOLDB2 (or ..E2 - ..E2) the > compilation succeeds. However, looking through asm, it looks correct to me. That is, the frame and label positions look correct to me. The problem in PR 34249 was malformed frame, which is not the case here. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34999