From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3057 invoked by alias); 12 Nov 2010 10:26:47 -0000 Received: (qmail 3041 invoked by uid 22791); 12 Nov 2010 10:26:47 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 12 Nov 2010 10:26:00 +0000 From: "zsojka at seznam dot cz" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/46165] [4.3/4.4 Regression] ICE: verify_flow_info failed when casting-out attribute noreturn with -fno-tree-ccp -fno-tree-copy-prop -fno-tree-dce X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: zsojka at seznam dot cz X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.3.6 X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Fri, 12 Nov 2010 10:26:00 -0000 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: 2010-11/txt/msg01601.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46165 --- Comment #7 from Zdenek Sojka 2010-11-12 10:25:06 UTC --- I can reproduce it with 4.4 r166509 as follows: $ gcc -v Using built-in specs. Target: x86_64-unknown-linux-gnu Configured with: /mnt/svn/gcc-4_4/configure --enable-languages=c,c++,fortran --enable-checking=yes,rtl,df --prefix=/mnt/svn/gcc-4_4/binary-166509-fortran-checking-yes-rtl-df/ Thread model: posix gcc version 4.4.6 20101109 (prerelease) (GCC) $ gcc -O -fno-tree-ccp -fno-tree-copy-prop -fno-tree-dce pr46165.c pr46165.c: In function 'g': pr46165.c:2: error: control flow in the middle of basic block 2 pr46165.c:2: internal compiler error: verify_flow_info failed Please submit a full bug report, with preprocessed source if appropriate. See for instructions.