This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 2.95.3 update
- To: Thorsten Kukuk <kukuk at suse dot de>
- Subject: Re: 2.95.3 update
- From: Bernd Schmidt <bernds at cambridge dot redhat dot com>
- Date: Wed, 7 Mar 2001 17:11:13 +0000 (GMT)
- Cc: <gcc at gcc dot gnu dot org>
On Wed, 7 Mar 2001, Thorsten Kukuk wrote:
> On Wed, Mar 07, Bernd Schmidt wrote:
>
> > On Wed, 7 Mar 2001, Thorsten Kukuk wrote:
> >
> > > Something I found out for 2 days: The current test release of gcc 2.95.3
> > > seg.faults if you run "make check" for glibc 2.2.2 on Linux/SPARC in
> > > the math tests.
> >
> > Is this a regression from 2.95.2? Can you help me track that down? I
> > have no access to a Linux/SPARC machine.
>
> I don't know if this is any regression. I only tried on Linux/SPARC
> to compile glibc 2.2.2 with the test release and when I run "make check"
> the compiler seg.faults (it works fine with 2.95.2).
If it works with 2.95.2, it's a regression
> If you tell me what I should do I can try to help you.
Add -save-temps to the compiler arguments and send me the preprocessed output,
as well as the command line arguments necessary to make the compiler crash.
Bernd