This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: correction: update Redhat 2.96 to gcc2.95.3 and related problem
- To: 'Zhanjun Ying' <zhanjun at pangea dot stanford dot edu>, gcc-help at gcc dot gnu dot org
- Subject: RE: correction: update Redhat 2.96 to gcc2.95.3 and related problem
- From: Kazu Hirata <kazu at hxi dot com>
- Date: Tue, 27 Mar 2001 19:43:31 -0500
Hi Zhanjun,
> Any suggestions about the error? Should I prefer gcc-2.95.3
> over the 2.96
> version?
I don't know about your error with gcc-2.96, but I would try updates on gcc
available from RedHat or a development version included in Rawhide.
Also, I would strip of your program a little by little to see if it still
segfaults. If you get down to a level where your stripped down version
seems absolutely correct, then that's a bug in g++.
Kazu Hirata