preprocessor/6084: cpp Segmentation Fault
Richard Henderson
rth@redhat.com
Mon Apr 15 18:06:00 GMT 2002
The following reply was made to PR preprocessor/6084; it has been noted by GNATS.
From: Richard Henderson <rth@redhat.com>
To: "Gerwin, Joshua A" <joshua.a.gerwin@intel.com>
Cc: "'Neil Booth'" <neil@daikokuya.demon.co.uk>,
"'Phil Edwards'" <phil@jaj.com>, joshg@hf.intel.com, gcc-gnats@gcc.gnu.org,
rnesius@ichips.intel.com, "Nguyen, Tuan" <tuan.nguyen@intel.com>,
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~
More information about the Gcc-prs
mailing list