From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15471 invoked by alias); 8 Apr 2008 11:07:56 -0000 Received: (qmail 9136 invoked by uid 48); 8 Apr 2008 11:07:10 -0000 Date: Tue, 08 Apr 2008 11:07:00 -0000 Message-ID: <20080408110710.9135.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: "eres at il dot ibm 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-04/txt/msg00608.txt.bz2 ------- Comment #19 from eres at il dot ibm dot com 2008-04-08 11:07 ------- > The easiest would be to use .cfi_* assembler directives that recentish gas > supports and emitting them inline in the code, rather than creating separate > .eh_frame. I apologize ahead if I am totally wrong about it but on targets with limited local store when an overlay technique is used it might be prefered to place the unwind info in a separate section that will always be in the memory rather then inlining it using .cfi_* assembler. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34999