From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23003 invoked by alias); 30 Oct 2010 21:18:20 -0000 Received: (qmail 22994 invoked by uid 22791); 30 Oct 2010 21:18:19 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID,TW_ZJ 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, 30 Oct 2010 21:18:15 +0000 From: "ubizjak at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/46193] ICE: in omp_reduction_init, at omp-low.c:2212 with -ftree-parallelize-loops 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: ubizjak at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: 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, 30 Oct 2010 21:18: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-10/txt/msg02611.txt.bz2 Message-ID: <20101030211800.lTG9rQRahZ6263LR_t-s9dJ_FOc_ye7A8MTj_jvP9ys@z> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46193 --- Comment #2 from Uros Bizjak 2010-10-30 21:18:05 UTC --- We have pointer type that triggers assert: #1 0x0000000000708873 in omp_reduction_init (clause=, type=0x7ffff2054930) at ../../gcc-svn/trunk/gcc/omp-low.c:2212 2212 gcc_assert (INTEGRAL_TYPE_P (type)); (gdb) p debug_generic_expr (type) char * $1 = void