From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28592 invoked by alias); 18 May 2007 21:58:24 -0000 Received: (qmail 28172 invoked by uid 48); 18 May 2007 21:58:06 -0000 Date: Fri, 18 May 2007 21:58:00 -0000 Subject: [Bug c++/31993] New: [4.3 regression] ICE with template class in variadic template class X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "reichelt 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: 2007-05/txt/msg01487.txt.bz2 The following valid code snippet with variadic templates triggers an ICE on mainline: ============================================= template struct A; template class... T> struct A...> { template struct B {}; B<0> b; }; ============================================= bug.cc:6: internal compiler error: tree check: expected tree that contains 'decl non-common' structure, have 'template_template_parm' in convert_template_argument, at cp/pt.c:4665 Please submit a full bug report, [etc.] -- Summary: [4.3 regression] ICE with template class in variadic template class Product: gcc Version: 4.3.0 Status: UNCONFIRMED Keywords: ice-on-valid-code, monitored Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31993