From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3123 invoked by alias); 18 Feb 2014 10:14:51 -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 Received: (qmail 3081 invoked by uid 48); 18 Feb 2014 10:14:46 -0000 From: "slayoo at staszic dot waw.pl" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/60198] ICE with _Cilk_spawn in expression within template function Date: Tue, 18 Feb 2014 10:14:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: slayoo at staszic dot waw.pl X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-02/txt/msg01792.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60198 Sylwester Arabas changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |slayoo at staszic dot waw.pl --- Comment #2 from Sylwester Arabas --- Hi, I've just got the same error with current Debian's gcc-snapshot (20140212) when trying to compile a code that uses the Blitz++ library, and after replacing all "#pragma ivdep" with "#pragma GCC ivdep" in that library... /usr/include/blitz/globeval.cc:466:12: internal compiler error: in tsubst_copy, at cp/pt.c:12887 for (; i < uneven_start; ++i) ^ Please submit a full bug report, with preprocessed source if appropriate. I can provide more details if needed. HTH, Sylwester