From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29952 invoked by alias); 3 Apr 2008 13:07:06 -0000 Received: (qmail 29216 invoked by uid 48); 3 Apr 2008 13:06:20 -0000 Date: Thu, 03 Apr 2008 13:07:00 -0000 Subject: [Bug c++/35813] New: ICE with partial specialization of variadic templates X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "sultansharem at gmx dot ch" 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/msg00282.txt.bz2 code, template struct i { typedef i t; }; template struct n; template struct n > : i { }; template struct n > : i { }; typedef i<1, char> t; typedef n::t x; leads to "internal compiler error: tree check: expected tree_vec, have type_pack_expansion in tsubst_copy_and_build, at cp/pt.c:10829" -- Summary: ICE with partial specialization of variadic templates Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: sultansharem at gmx dot ch http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35813