From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23929 invoked by alias); 28 Feb 2008 13:27:28 -0000 Received: (qmail 23828 invoked by uid 48); 28 Feb 2008 13:26:42 -0000 Date: Thu, 28 Feb 2008 13:27:00 -0000 Message-ID: <20080228132642.23827.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/msg02915.txt.bz2 ------- Comment #6 from ubizjak at gmail dot com 2008-02-28 13:26 ------- (In reply to comment #5) > I can not reproduce this fail on my local x86_64-unknown-linux-gnu machine: > > PASS: gcc.dg/tree-prof/pr34999.c compilation, -fprofile-use -D_PROFILE_USE > PASS: gcc.dg/tree-prof/pr34999.c execution, -fprofile-use -D_PROFILE_USE > > I appreciate any info on this ICE so I could try to fix it. Sometimes --enable-checking=release triggers bugs that are hidden by other --enable-checking settings. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34999