From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15090 invoked by alias); 9 May 2003 15:56:00 -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 15059 invoked by uid 71); 9 May 2003 15:56:00 -0000 Resent-Date: 9 May 2003 15:56:00 -0000 Resent-Message-ID: <20030509155600.15055.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, bangerth@dealii.org Received: (qmail 14562 invoked by uid 48); 9 May 2003 15:55:49 -0000 Message-Id: <20030509155549.14561.qmail@sources.redhat.com> Date: Fri, 09 May 2003 15:56:00 -0000 From: bangerth@dealii.org Reply-To: bangerth@dealii.org To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: ada/10705: [3.3 regression] ICE with illegal template specialization X-SW-Source: 2003-05/txt/msg00767.txt.bz2 List-Id: >Number: 10705 >Category: ada >Synopsis: [3.3 regression] ICE with illegal template specialization >Confidential: no >Severity: serious >Priority: low >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Fri May 09 15:56:00 UTC 2003 >Closed-Date: >Last-Modified: >Originator: Wolfgang Bangerth >Release: unknown-1.0 >Organization: >Environment: 3.3 >Description: This is clearly illegal: ------------------------ template struct X { typedef int Y; }; ------------------------ It just gave an error message in 2.95, but ICEs with 3.2 and 3.3: g/new-ice> /home/bangerth/bin/gcc-3.3-pre/bin/c++ -c new-ice-33-13.ii new-ice-33-13.ii:2: error: `X' is not a template new-ice-33-13.ii:3: internal compiler error: Segmentation fault Please submit a full bug report, Mainline is not affected, though, so this is really low priority. W. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: