This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++/6784: SEGV using istream >> operator under gcc-3.1/sun-sparc-solaris2.6
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: nobody at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 27 May 2002 11:46:05 -0000
- Subject: Re: libstdc++/6784: SEGV using istream >> operator under gcc-3.1/sun-sparc-solaris2.6
- Reply-to: Benjamin Kosnik <bkoz at redhat dot com>
The following reply was made to PR libstdc++/6784; it has been noted by GNATS.
From: Benjamin Kosnik <bkoz@redhat.com>
To: Andrew Pollard <Andrew.Pollard@brooks-pri.com>
Cc: phil@jaj.com, bkoz@gcc.gnu.org, gcc-bugs@gcc.gnu.org,
gcc-gnats@gcc.gnu.org
Subject: Re: libstdc++/6784: SEGV using istream >> operator under gcc-3.1/sun-sparc-solaris2.6
Date: Mon, 27 May 2002 04:39:45 -0700
> Are specific to Solaris2.6 and all seem to be due to a SEGV in
> ctype_inline.h
Right. I just fixed this with the patch to
2002-05-27 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/6795.
* config/os/solaris/solaris2.6/bits/ctype_noninline.h
(classic_table): Fix.
* config/os/solaris/solaris2.5/bits/ctype_noninline.h: Same.
Hold on, and I'll check it in.
-benjamin