public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug libstdc++/10975] [3.4 only] [DR 453] incorrect initial ostringstream::tellp()
Date: Tue, 05 Oct 2004 19:50:00 -0000	[thread overview]
Message-ID: <20041005195017.31404.qmail@sourceware.org> (raw)
In-Reply-To: <20030526002442.10975.from-bugzilla@geek-central.gen.nz>


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-10-05 19:50 -------
Subject: Bug 10975

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	paolo@gcc.gnu.org	2004-10-05 19:50:03

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/docs/html/ext: howto.html 
	libstdc++-v3/include/bits: sstream.tcc 
	libstdc++-v3/testsuite/27_io/basic_istream/tellg/char: 1.cc 
	libstdc++-v3/testsuite/27_io/basic_ostream/tellp/char: 1.cc 2.cc 
Added files:
	libstdc++-v3/testsuite/27_io/basic_ostream/seekp/char: 
	                                                       2346-fstream.cc 
	                                                       2346-sstream.cc 
	libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/char: 
	                                                           10975.cc 
Removed files:
	libstdc++-v3/testsuite/27_io/basic_istream/seekg/char: 
	                                                       2346-fstream.cc 
	                                                       2346-sstream.cc 

Log message:
	2004-10-05  Paolo Carlini  <pcarlini@suse.de>
	
	PR libstdc++/10975 (DR 453)
	* include/bits/sstream.tcc (seekoff): Don't fail if __beg == 0
	and __off == 0.
	* docs/html/ext/howto.html: Add an entry for DR 453.
	* testsuite/27_io/basic_stringbuf/seekoff/char/10975.cc: New.
	* testsuite/27_io/basic_istream/tellg/char/1.cc: Tweak consistently.
	* testsuite/27_io/basic_ostream/tellp/char/1.cc: Likewise.
	* testsuite/27_io/basic_ostream/tellp/char/2.cc: Likewise.
	* testsuite/27_io/basic_istream/seekg/char/2346-fstream.cc: Fix and
	move to...
	* testsuite/27_io/basic_istream/seekp/char/2346-fstream.cc: ... here.
	* testsuite/27_io/basic_istream/seekg/char/2346-sstream.cc: Fix and
	move to...
	* testsuite/27_io/basic_istream/seekp/char/2346-sstream.cc: ... here.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.2224.2.185&r2=1.2224.2.186
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/html/ext/howto.html.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.42.4.6&r2=1.42.4.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/sstream.tcc.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.37.4.4&r2=1.37.4.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/2346-fstream.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/2346-sstream.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/1.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.2&r2=1.2.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/seekp/char/2346-fstream.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=NONE&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/seekp/char/2346-sstream.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=NONE&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/tellp/char/1.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.2&r2=1.2.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/tellp/char/2.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.2&r2=1.2.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/char/10975.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=NONE&r2=1.1.10.1



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10975


  parent reply	other threads:[~2004-10-05 19:50 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-26  0:31 [Bug c++/10975] New: " from-bugzilla@geek-central.gen.nz
2003-05-26  1:07 ` [Bug c++/10975] " pinskia@physics.uc.edu
2003-06-22  3:24 ` [Bug libstdc++/10975] " pinskia at physics dot uc dot edu
2003-07-17 16:19 ` brendan at zen dot org
2003-07-18  8:58 ` from-bugzilla at geek-central dot gen dot nz
2003-12-30 22:54 ` jlquinn at optonline dot net
2004-01-02  2:12 ` ncm-nospam at cantrip dot org
2004-01-02  2:36 ` pinskia at gcc dot gnu dot org
2004-04-18  2:25 ` pinskia at gcc dot gnu dot org
2004-04-18  2:51 ` pinskia at gcc dot gnu dot org
2004-05-28 23:06 ` drgreening at yahoo dot com
2004-08-05 11:50 ` [Bug libstdc++/10975] [DR 453] " pcarlini at suse dot de
2004-09-30 17:23 ` cvs-commit at gcc dot gnu dot org
2004-09-30 17:28 ` [Bug libstdc++/10975] [3.4 only] " pcarlini at suse dot de
2004-10-05 19:50 ` cvs-commit at gcc dot gnu dot org [this message]
2004-10-05 19:52 ` pcarlini at suse dot de

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=20041005195017.31404.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /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).