From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3776 invoked by alias); 20 Oct 2012 15:26:38 -0000 Received: (qmail 3531 invoked by uid 48); 20 Oct 2012 15:26:05 -0000 From: "vincenzo.innocente at cern dot ch" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/54999] [4.8 regression] ICE in tsubst_copy, at cp/pt.c:12387 Date: Sat, 20 Oct 2012 15:26: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-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vincenzo.innocente at cern dot ch X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Resolution Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: 2012-10/txt/msg01829.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D54999 vincenzo Innocente changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE --- Comment #1 from vincenzo Innocente = 2012-10-20 15:26:03 UTC --- patch=20 http://gcc.gnu.org/bugzilla/attachment.cgi?id=3D28449 seems to solve the issue but I get ../.././gcc/cp/pt.c: In function =E2=80=98int push_tinst_level(tree_node*)= =E2=80=99: ../.././gcc/cp/pt.c:7885: warning: unknown conversion type character =E2=80= =98S=E2=80=99 in format ../.././gcc/cp/pt.c:7885: warning: too many arguments for format ../.././gcc/cp/pt.c: In function =E2=80=98tree_node* tsubst_copy_and_build(= tree_node*, tree_node*, tsubst_flags_t, tree_node*, bool, bool)=E2=80=99: ../.././gcc/cp/pt.c:13291: warning: format not a string literal and no form= at arguments compiling gcc *** This bug has been marked as a duplicate of bug 54844 ***