From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11046 invoked by alias); 4 Oct 2002 22:16:05 -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 10918 invoked by uid 71); 4 Oct 2002 22:16:01 -0000 Resent-Date: 4 Oct 2002 22:16:01 -0000 Resent-Message-ID: <20021004221601.10917.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, sneechy@hotmail.com Received: (qmail 9819 invoked by uid 61); 4 Oct 2002 22:09:45 -0000 Message-Id: <20021004220945.9818.qmail@sources.redhat.com> Date: Fri, 04 Oct 2002 15:16:00 -0000 From: sneechy@hotmail.com Reply-To: sneechy@hotmail.com To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: c++/8149: internal error: Segmentation fault X-SW-Source: 2002-10/txt/msg00171.txt.bz2 List-Id: >Number: 8149 >Category: c++ >Synopsis: internal error: Segmentation fault >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: ice-on-illegal-code >Submitter-Id: net >Arrival-Date: Fri Oct 04 15:16:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: sneechy@hotmail.com >Release: gcc version 3.2 (mingw special 20020817-1) >Organization: >Environment: Windows XP, gcc configure options: --with-gcc --with-gnu-ld --with-gnu-as --host=mingw32 --target=mingw32 --prefix=/mingw --enable-threads --disable-nls --enable-languages=f77,c++,objc,ada --disable-win32-registry --disable-shared >Description: The following four lines of code: #include struct B { template struct C; }; template struct A { typedef typename T::C V; }; void f () { A::V p; } Result in an internal compiler error: "internal error: Segmentation fault" >How-To-Repeat: Compile the four lines of code (see problem description). >Fix: I don't have a clue.. >Release-Note: >Audit-Trail: >Unformatted: