public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: bkoz@gcc.gnu.org
To: bkoz@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org,
	nobody@gcc.gnu.org, ssomers@opnet.com
Subject: Re: libstdc++/6795: stringbuf failure
Date: Mon, 27 May 2002 04:46:00 -0000	[thread overview]
Message-ID: <20020527113754.30597.qmail@sources.redhat.com> (raw)

Synopsis: stringbuf failure

Responsible-Changed-From-To: unassigned->bkoz
Responsible-Changed-By: bkoz
Responsible-Changed-When: Mon May 27 04:37:54 2002
Responsible-Changed-Why:
    Mine.
State-Changed-From-To: open->feedback
State-Changed-By: bkoz
State-Changed-When: Mon May 27 04:37:54 2002
State-Changed-Why:
    I cannot reproduce this with gcc-3.1 or gcc-3.2 sources on x86/linux.
    
    There seem to be a number of input failures for Solaris 5.6 hosts. I'm not quite sure what they are, but you might look at the differences between the ctype_base.h and ctype_noninline files between gcc-3.0.x and gcc-3.1.x: perhaps that is it.
    
    Never mind. I've done it myself and fixed the obvious error. I'll commit it, and ask you to try either 3.1 or 3.2 sources and confirm the fix.
    
    This should fix the solaris 2.5 and 2.6 issues.
    
    thanks for your patience,
    benjamin
    
    
    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.
    
    Index: config/os/solaris/solaris2.5/bits/ctype_noninline.h
    ===================================================================
    RCS file: /cvs/gcc/gcc/libstdc++-v3/config/os/solaris/solaris2.5/bits/ctype_noninline.h,v
    retrieving revision 1.8
    diff -c -p -r1.8 ctype_noninline.h
    *** config/os/solaris/solaris2.5/bits/ctype_noninline.h	13 Mar 2002 02:32:04 -0000	1.8
    --- config/os/solaris/solaris2.5/bits/ctype_noninline.h	27 May 2002 11:36:47 -0000
    ***************
    *** 35,41 ****
      
        const ctype_base::mask*
        ctype<char>::classic_table() throw()
    !   { return 0; }
      
        ctype<char>::ctype(__c_locale, const mask* __table, bool __del, 
      		     size_t __refs) 
    --- 35,41 ----
      
        const ctype_base::mask*
        ctype<char>::classic_table() throw()
    !   { return __ctype; }
      
        ctype<char>::ctype(__c_locale, const mask* __table, bool __del, 
      		     size_t __refs) 
    Index: config/os/solaris/solaris2.6/bits/ctype_noninline.h
    ===================================================================
    RCS file: /cvs/gcc/gcc/libstdc++-v3/config/os/solaris/solaris2.6/bits/ctype_noninline.h,v
    retrieving revision 1.9
    diff -c -p -r1.9 ctype_noninline.h
    *** config/os/solaris/solaris2.6/bits/ctype_noninline.h	13 Mar 2002 02:32:05 -0000	1.9
    --- config/os/solaris/solaris2.6/bits/ctype_noninline.h	27 May 2002 11:36:47 -0000
    ***************
    *** 35,41 ****
        
        const ctype_base::mask*
        ctype<char>::classic_table() throw()
    !   { return 0; }  
      
        ctype<char>::ctype(__c_locale, const mask* __table, bool __del, 
      		     size_t __refs) 
    --- 35,41 ----
        
        const ctype_base::mask*
        ctype<char>::classic_table() throw()
    !   { return __ctype_mask; }  
      
        ctype<char>::ctype(__c_locale, const mask* __table, bool __del, 
      		     size_t __refs) 

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6795


             reply	other threads:[~2002-05-27 11:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-27  4:46 bkoz [this message]
2002-05-27 12:22 Stein Somers
2002-05-29  2:02 bkoz
2002-05-29  2:26 Benjamin Kosnik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020527113754.30597.qmail@sources.redhat.com \
    --to=bkoz@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    --cc=gcc-gnats@gcc.gnu.org \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nobody@gcc.gnu.org \
    --cc=ssomers@opnet.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).