From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27617 invoked by alias); 13 Mar 2002 22:46:06 -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 27568 invoked by uid 71); 13 Mar 2002 22:46:02 -0000 Resent-Date: 13 Mar 2002 22:46:02 -0000 Resent-Message-ID: <20020313224602.27567.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-To: nobody@gcc.gnu.org Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, gianni@mariani.ws Received:(qmail 13452 invoked by uid 61); 13 Mar 2002 22:38:55 -0000 Message-Id:<20020313223855.13449.qmail@sources.redhat.com> Date: Wed, 13 Mar 2002 14:46:00 -0000 From: gianni@mariani.ws Reply-To: gianni@mariani.ws To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version:gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: c++/5950: g++ - Internal error: Segmentation fault X-SW-Source: 2002-03/txt/msg00463.txt.bz2 List-Id: >Number: 5950 >Category: c++ >Synopsis: g++ - Internal error: Segmentation fault >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Wed Mar 13 14:46:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Gianni Mariani >Release: 3.0.4 >Organization: >Environment: Linux >Description: Trying to compile the file below generates a segmentation fault. g++ yy.cpp -o xx yy.cpp:16: Internal error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. ------------- yy.cpp ---- #include template class xx { public: int yy( foo ); }; template int xx< foo >::yy( foo xx ) { return xx; } template int xx< short >::yy; ----------------- >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: