From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21360 invoked by alias); 12 Oct 2010 13:31:35 -0000 Received: (qmail 21349 invoked by uid 22791); 12 Oct 2010 13:31:34 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,MISSING_MID,SARE_FROM_CONS6S,TW_TB 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; Tue, 12 Oct 2010 13:31:27 +0000 From: "tbptbp at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/45983] ICE: tree code 'template_parm_index' is not supported in gimple streams with -lto X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Keywords: lto X-Bugzilla-Severity: normal X-Bugzilla-Who: tbptbp at gmail dot com X-Bugzilla-Status: UNCONFIRMED 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: Tue, 12 Oct 2010 13:31: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/msg00991.txt.bz2 Message-ID: <20101012133100.k2e7mbF1tEq00BM9kl79NXEED2Q0N1JnoMI1BN-5EjY@z> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45983 --- Comment #4 from tbp 2010-10-12 13:31:07 UTC --- (In reply to comment #1) > you probably built GCC with release checking? Oh. Worse, $ /usr/local/gcc-4.6-20101012/bin/g++ -v Using built-in specs. COLLECT_GCC=/usr/local/gcc-4.6-20101012/bin/g++ COLLECT_LTO_WRAPPER=/usr/local/gcc-4.6-20101012/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.6.0/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ../configure --prefix=/usr/local/gcc-4.6.0 --enable-languages=c,c++ --enable-threads=posix --disable-checking --disable-nls --with-system-zlib --disable-bootstrap --enable-checking=none --enable-mpfr --enable-gold --enable-lto --with-ppl --with-cloog --with-arch=native Thread model: posix gcc version 4.6.0 20101012 (experimental) (GCC) I should have stipulated that somewhere in the initial report, my bad.