From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10042 invoked by alias); 2 Apr 2003 14: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 10019 invoked by uid 71); 2 Apr 2003 14:26:00 -0000 Resent-Date: 2 Apr 2003 14:26:00 -0000 Resent-Message-ID: <20030402142600.10018.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, c.pew@its.utexas.edu Received: (qmail 3811 invoked by uid 48); 2 Apr 2003 14:17:28 -0000 Message-Id: <20030402141728.3810.qmail@sources.redhat.com> Date: Wed, 02 Apr 2003 14:26:00 -0000 From: c.pew@its.utexas.edu Reply-To: c.pew@its.utexas.edu To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: debug/10297: -ggdb causes ICE X-SW-Source: 2003-04/txt/msg00066.txt.bz2 List-Id: >Number: 10297 >Category: debug >Synopsis: -ggdb causes ICE >Confidential: no >Severity: non-critical >Priority: low >Responsible: unassigned >State: open >Class: ice-on-legal-code >Submitter-Id: net >Arrival-Date: Wed Apr 02 14:26:00 UTC 2003 >Closed-Date: >Last-Modified: >Originator: Curtis Pew >Release: 3.2.2 >Organization: >Environment: powerpc-apple-darwin6.4 >Description: adding "-ggdb" flag causes "Internal compiler error in default_no_named_section, at varasm.c:5305". works OK for just "-g". Full command and output: % g++ -v -save-temps -c -ggdb UtilityExcepts.ii Reading specs from /usr/local/lib/gcc-lib/powerpc-apple-darwin6.4/3.2.2/specs Configured with: ../gcc-3.2.2/configure Thread model: single gcc version 3.2.2 /usr/local/lib/gcc-lib/powerpc-apple-darwin6.4/3.2.2/cc1plus -fpreprocessed UtilityExcepts.ii -fPIC -quiet -dumpbase UtilityExcepts.ii -ggdb -version -o UtilityExcepts.s GNU CPP version 3.2.2 (cpplib) (Darwin/PowerPC) GNU C++ version 3.2.2 (powerpc-apple-darwin6.4) compiled by GNU C version 3.2.2. UtilityExcepts.ii:0: Internal compiler error in default_no_named_section, at varasm.c:5305 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. >How-To-Repeat: Just specify "-ggdb" when compiling. It does the same thing with any file; here's the simplest one I've tried: class UtilityExcepts { public: UtilityExcepts( const char* desc = "" ); const char* description; }; UtilityExcepts::UtilityExcepts( const char* desc ) : description( desc ) {} >Fix: >Release-Note: >Audit-Trail: >Unformatted: