From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32709 invoked by alias); 4 Apr 2008 21:44:58 -0000 Received: (qmail 32569 invoked by uid 48); 4 Apr 2008 21:44:13 -0000 Date: Fri, 04 Apr 2008 21:44:00 -0000 Message-ID: <20080404214413.32568.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/35828] ICE on template-heavy C++ code, reported in innocent source line In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "gcc at cohi dot at" 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: 2008-04/txt/msg00388.txt.bz2 ------- Comment #2 from gcc at cohi dot at 2008-04-04 21:44 ------- Looking for a workaround I noticed that the ICE might actually be in connection with the template template arguments of the overloaded functions pegtl::parse() ... it's the only place where template template arguments were used, I had introduced them shortly before the ICE, and the ICE only went away after I removed them... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35828