public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: libstdc++/6795: stringbuf failure
@ 2002-05-29  2:26 Benjamin Kosnik
  0 siblings, 0 replies; 4+ messages in thread
From: Benjamin Kosnik @ 2002-05-29  2:26 UTC (permalink / raw)
  To: bkoz; +Cc: gcc-prs

The following reply was made to PR libstdc++/6795; it has been noted by GNATS.

From: Benjamin Kosnik <bkoz@redhat.com>
To: Stein Somers <ssomers@opnet.com>
Cc: bkoz@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org,
   nobody@gcc.gnu.org, ssomers@opnet.com, gcc-gnats@gcc.gnu.org
Subject: Re: libstdc++/6795: stringbuf failure
Date: Wed, 29 May 2002 02:10:53 -0700

 > Yes, that solves the problem!  Now all of my tests succeed.  Thanks.
 
 Great! Thanks, I've closed this PR.
 
 > Probably a silly remark - I have no prior experience with cvs and how
 > the gcc team uses it - but I've checked out the sources with "-r 
 > cvs_latest_snapshot" and without -r, and both gave the old version, so
 > I corrected it manually.
 
 Hmm. Ok. You might want to post to overseers@sources.redhat.com with
 this info, as I am most definitely not a CVS guru.
 
 -benjamin


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: libstdc++/6795: stringbuf failure
@ 2002-05-29  2:02 bkoz
  0 siblings, 0 replies; 4+ messages in thread
From: bkoz @ 2002-05-29  2:02 UTC (permalink / raw)
  To: bkoz, gcc-bugs, gcc-prs, ssomers

Synopsis: stringbuf failure

State-Changed-From-To: feedback->closed
State-Changed-By: bkoz
State-Changed-When: Wed May 29 02:01:56 2002
State-Changed-Why:
    Fixed.

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: libstdc++/6795: stringbuf failure
@ 2002-05-27 12:22 Stein Somers
  0 siblings, 0 replies; 4+ messages in thread
From: Stein Somers @ 2002-05-27 12:22 UTC (permalink / raw)
  To: bkoz; +Cc: gcc-prs

The following reply was made to PR libstdc++/6795; it has been noted by GNATS.

From: Stein Somers <ssomers@opnet.com>
To: bkoz@gcc.gnu.org, bkoz@gcc.gnu.org, gcc-bugs@gcc.gnu.org,
	gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, ssomers@opnet.com,
	gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: libstdc++/6795: stringbuf failure
Date: Mon, 27 May 2002 21:11:41 +0200

 At 27-05-02 11:37 +0000, you wrote:
 >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:
 
 Yes, that solves the problem!  Now all of my tests succeed.  Thanks.
 
 Probably a silly remark - I have no prior experience with cvs and how the 
 gcc team uses it - but I've checked out the sources with "-r 
 cvs_latest_snapshot" and without -r, and both gave the old version, so I 
 corrected it manually.
 
 Stein
 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: libstdc++/6795: stringbuf failure
@ 2002-05-27  4:46 bkoz
  0 siblings, 0 replies; 4+ messages in thread
From: bkoz @ 2002-05-27  4:46 UTC (permalink / raw)
  To: bkoz, gcc-bugs, gcc-prs, nobody, ssomers

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-05-29  9:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-29  2:26 libstdc++/6795: stringbuf failure Benjamin Kosnik
  -- strict thread matches above, loose matches on Subject: below --
2002-05-29  2:02 bkoz
2002-05-27 12:22 Stein Somers
2002-05-27  4:46 bkoz

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).