From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25827 invoked by alias); 16 May 2003 15:26:04 -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 25768 invoked by uid 71); 16 May 2003 15:26:04 -0000 Resent-Date: 16 May 2003 15:26:04 -0000 Resent-Message-ID: <20030516152604.25767.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 18005 invoked by uid 48); 16 May 2003 15:22:42 -0000 Message-Id: <20030516152242.18004.qmail@sources.redhat.com> Date: Fri, 16 May 2003 15:26: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: c++/10820: [3.3 regression] ICE in poplevel with attributes X-SW-Source: 2003-05/txt/msg01853.txt.bz2 List-Id: >Number: 10820 >Category: c++ >Synopsis: [3.3 regression] ICE in poplevel with attributes >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Fri May 16 15:26:03 UTC 2003 >Closed-Date: >Last-Modified: >Originator: Wolfgang Bangerth >Release: unknown-1.0 >Organization: >Environment: present 3.3 >Description: Might or might not be related to 10617 and 10709: -------------------------- template struct X { X (int); }; template X::X (int i __attribute__ (())) {} --------------------------- This didn't ICE in 2.95, but does so in 3.2 and 3.3: g/x> /home/bangerth/bin/gcc-3.3-pre/bin/c++ -c x.cc x.cc:7: error: parse error before `__attribute__' x.cc:7: internal compiler error: in poplevel, at cp/decl.c:1296 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. It's fixed in 3.4 though. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: