From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19001 invoked by alias); 18 Dec 2010 18:29:38 -0000 Received: (qmail 18991 invoked by uid 22791); 18 Dec 2010 18:29:37 -0000 X-SWARE-Spam-Status: No, hits=-2.9 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; Sat, 18 Dec 2010 18:29:31 +0000 From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/46985] [4.4/4.5 Regression] ICE: SIGSEGV in is_gimple_min_invariant (gimple.c:2742) with -fno-tree-ccp -fno-tree-dominator-opts -fno-tree-fre 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: jakub at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.6.0 X-Bugzilla-Changed-Fields: Known to work Summary Known to fail 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: Sat, 18 Dec 2010 18:29: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-12/txt/msg02221.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46985 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |4.6.0 Summary|[4.4/4.5/4.6 Regression] |[4.4/4.5 Regression] ICE: |ICE: SIGSEGV in |SIGSEGV in |is_gimple_min_invariant |is_gimple_min_invariant |(gimple.c:2742) with |(gimple.c:2742) with |-fno-tree-ccp |-fno-tree-ccp |-fno-tree-dominator-opts |-fno-tree-dominator-opts |-fno-tree-fre |-fno-tree-fre Known to fail|4.6.0 | --- Comment #5 from Jakub Jelinek 2010-12-18 18:29:26 UTC --- Fixed on the trunk so far.