From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12893 invoked by alias); 9 Feb 2003 21:56: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 12873 invoked by uid 71); 9 Feb 2003 21:56:01 -0000 Resent-Date: 9 Feb 2003 21:56:01 -0000 Resent-Message-ID: <20030209215601.12872.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, gnats@magfr.user.lysator.liu.se Received: (qmail 5854 invoked by uid 48); 9 Feb 2003 21:51:12 -0000 Message-Id: <20030209215112.5853.qmail@sources.redhat.com> Date: Sun, 09 Feb 2003 21:56:00 -0000 From: gnats@magfr.user.lysator.liu.se Reply-To: gnats@magfr.user.lysator.liu.se To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: c++/9639: Namespace std in constructor argument lists on illegal code causes an ICE X-SW-Source: 2003-02/txt/msg00441.txt.bz2 List-Id: >Number: 9639 >Category: c++ >Synopsis: Namespace std in constructor argument lists on illegal code causes an ICE >Confidential: no >Severity: serious >Priority: low >Responsible: unassigned >State: open >Class: ice-on-illegal-code >Submitter-Id: net >Arrival-Date: Sun Feb 09 21:56:00 UTC 2003 >Closed-Date: >Last-Modified: >Originator: Magnus Fromreide >Release: gcc version 3.4 20030209 (experimental) >Organization: >Environment: i686-pc-linux-gnu --enable-version-specific-runtime-libs --disable-nls --enable-languages=c,c++ >Description: g++ reports as follows: bug.C:1: internal compiler error: in cp_parser_function_definition, at cp/parser.c:10927 >How-To-Repeat: The file bug.C: struct s { s(std::b o) { } }; Compile it with no arguments g++ bug.C >Fix: >Release-Note: >Audit-Trail: >Unformatted: