From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 305 invoked by alias); 23 Sep 2002 01:26: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 32754 invoked by uid 71); 23 Sep 2002 01:26:01 -0000 Resent-Date: 23 Sep 2002 01:26:01 -0000 Resent-Message-ID: <20020923012601.32753.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 23149 invoked by uid 61); 23 Sep 2002 01:18:54 -0000 Message-Id: <20020923011854.23144.qmail@sources.redhat.com> Date: Sun, 22 Sep 2002 18:26: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++/8007: Internal compiler error in walk_tree X-SW-Source: 2002-09/txt/msg00628.txt.bz2 List-Id: >Number: 8007 >Category: c++ >Synopsis: Internal compiler error in walk_tree >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: ice-on-legal-code >Submitter-Id: net >Arrival-Date: Sun Sep 22 18:26:00 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 three lines of code: template struct A; struct B { int f (); }; void g () { A a; } Result in an internal compiler error: Internal compiler error in walk_tree, at tree-inline.c:1315 >How-To-Repeat: Compile the three lines of code (see problem description). >Fix: I don't have a clue.. >Release-Note: >Audit-Trail: >Unformatted: