From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19249 invoked by alias); 28 May 2007 16:53:14 -0000 Received: (qmail 19228 invoked by uid 48); 28 May 2007 16:53:05 -0000 Date: Mon, 28 May 2007 16:53:00 -0000 Message-ID: <20070528165305.19227.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/32125] [4.3 regression] ICE with invalid specialization of variadic template In-Reply-To: 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/msg02499.txt.bz2 ------- Comment #1 from reichelt at gcc dot gnu dot org 2007-05-28 16:53 ------- A similar testcase crashes in a different place: ======================================================== template struct A; template struct A { A() {} }; ======================================================== bug.cc:3: error: parameter packs not expanded with `...': bug.cc:3: note: 'T' bug.cc:4: error: parameter packs not expanded with `...': bug.cc:4: note: 'T' bug.cc:5: error: parameter packs not expanded with `...': bug.cc:5: note: 'T' Internal compiler error: Error reporting routines re-entered. Please submit a full bug report, [etc.] -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32125