From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19922 invoked by alias); 7 Apr 2003 20:56:02 -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 19786 invoked by uid 71); 7 Apr 2003 20:56:01 -0000 Resent-Date: 7 Apr 2003 20:56:01 -0000 Resent-Message-ID: <20030407205601.19785.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, pdemarco@ppg.com Received: (qmail 15399 invoked by uid 48); 7 Apr 2003 20:52:59 -0000 Message-Id: <20030407205259.15398.qmail@sources.redhat.com> Date: Mon, 07 Apr 2003 20:56:00 -0000 From: pdemarco@ppg.com Reply-To: pdemarco@ppg.com To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: c++/10342: Internal compiler error: Error reporting routines re-entered. X-SW-Source: 2003-04/txt/msg00311.txt.bz2 List-Id: >Number: 10342 >Category: c++ >Synopsis: Internal compiler error: Error reporting routines re-entered. >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Mon Apr 07 20:56:01 UTC 2003 >Closed-Date: >Last-Modified: >Originator: Me >Release: g++ (GCC) 3.2 (mingw special 20020817-1) >Organization: >Environment: Windows 2000 >Description: I know there are errors in this, but G++ claims I should submit this because of the internal error. Thanks! #include #include using namespace std; int main() { int iI = 1; iI++; switch ( iI ) { case 1: cout << "One" << endl; break; case 2: string sFoo; cout << "Two" << endl; if ( m_bar > 0 ) { cout << dFoo << endl; } return 0; break; case 3: cout << "Thress" << endl; break; } return 0; } >How-To-Repeat: g++ foo.cpp >Fix: None known >Release-Note: >Audit-Trail: >Unformatted: