From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29400 invoked by alias); 3 Mar 2009 18:55:35 -0000 Received: (qmail 29348 invoked by uid 48); 3 Mar 2009 18:55:18 -0000 Date: Tue, 03 Mar 2009 18:55:00 -0000 Message-ID: <20090303185518.29347.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/14912] Do not print default template arguments in error messages In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jason at gcc dot gnu dot org" 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: 2009-03/txt/msg00204.txt.bz2 ------- Comment #47 from jason at gcc dot gnu dot org 2009-03-03 18:55 ------- Created an attachment (id=17392) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17392&action=view) updated patch that fixes ICE Here's an update of the patch that fixes the ICE; we need to set processing_template_decl around the call to tsubst_copy_and_build. -- jason at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8457 is|0 |1 obsolete| | Attachment #16380|0 |1 is obsolete| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14912