From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23944 invoked by alias); 17 May 2003 08:06:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 23905 invoked by uid 71); 17 May 2003 08:06:00 -0000 Date: Sat, 17 May 2003 08:06:00 -0000 Message-ID: <20030517080600.23902.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: "Giovanni Bajo" Subject: Re: c++/10722: [3.3 regression] ICE (segfault) when specializing with an invalid type Reply-To: "Giovanni Bajo" X-SW-Source: 2003-05/txt/msg01968.txt.bz2 List-Id: The following reply was made to PR c++/10722; it has been noted by GNATS. From: "Giovanni Bajo" To: , , , , Cc: Subject: Re: c++/10722: [3.3 regression] ICE (segfault) when specializing with an invalid type Date: Sat, 17 May 2003 10:03:01 +0200 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10722 Another snippet which I assume to show the same bug is: ----------------------------------------- template struct Foo; template <> struct Foo { long h; }; ----------------------------------------- pr10832.cpp:6: error: wrong number of template arguments (1, should be 2) pr10832.cpp:2: error: provided for `template struct Foo' pr10832.cpp:7: internal compiler error: Segmentation fault Please submit a full bug report, Giovanni Bajo