This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Extrange thing
- To: ramon at complex dot upc dot es
- Subject: Re: Extrange thing
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Tue, 6 Jun 2000 22:29:55 +0200
- CC: gcc-bugs at gcc dot gnu dot org
- References: <393CF635.494163A8@complex.upc.es>
> I'm successfully using gcc v.2.95.2 form a big C++ program on a
> Linux system. I decided to compile it on a faster machine having
> gcc v.2.85.1 but it didn't compiled. Tentatively, I should'nt worry
> by an earlier version, but the cool thing is that I had experienced
> unexplainable segmentation faults in certain calculations which are
> done in the part of the code where the compilation with v. 2.85.1
> fails. I'm novice at reporting possible bugs so let me know the
> exact procedure I should follow.
Thanks for your bug report. Please have a look at
http://www.gnu.org/software/gcc/bugs.html
We really need source code to understand and analyze the
problem. Please also have a look at the section "Reporting Bugs" of
your GCC manual (have a look at the GCC manual if you haven't done
so), it gives more insight about writing good bug reports.
Also note that there is no compiler with the version 2.85.1 - the
previous one was 2.8.1.
Regards,
Martin