From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14104 invoked by alias); 16 Apr 2002 01:06: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 14063 invoked by uid 71); 16 Apr 2002 01:06:03 -0000 Date: Mon, 15 Apr 2002 18:06:00 -0000 Message-ID: <20020416010603.14061.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Richard Henderson Subject: Re: preprocessor/6084: cpp Segmentation Fault Reply-To: Richard Henderson X-SW-Source: 2002-04/txt/msg00809.txt.bz2 List-Id: The following reply was made to PR preprocessor/6084; it has been noted by GNATS. From: Richard Henderson To: "Gerwin, Joshua A" Cc: "'Neil Booth'" , "'Phil Edwards'" , joshg@hf.intel.com, gcc-gnats@gcc.gnu.org, rnesius@ichips.intel.com, "Nguyen, Tuan" , gcc-bugs@gcc.gnu.org Subject: Re: preprocessor/6084: cpp Segmentation Fault Date: Mon, 15 Apr 2002 18:05:36 -0700 On Mon, Apr 15, 2002 at 11:25:25AM -0700, Gerwin, Joshua A wrote: > (gdb) break maybe_print_line > Cannot access memory at address 0x3c28 You built the compiler as a 64-bit binary didn't you? (1) 64-bit sparc code isn't stable in gcc 3.0, (2) Use -mcmodel=medlow to link the application below 4GB so that stabs debugging can function properly. r~