This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/12232] Incorrect handling of openmode argument in filebuf::seekoff and seekpos
- From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Aug 2004 17:26:14 -0000
- Subject: [Bug libstdc++/12232] Incorrect handling of openmode argument in filebuf::seekoff and seekpos
- References: <20030910072300.12232.peturr02@ru.is>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-08-06 17:26 -------
Subject: Bug 12232
CVSROOT: /cvs/gcc
Module name: gcc
Branch: hammer-3_3-branch
Changes by: paolo@gcc.gnu.org 2004-08-06 17:26:09
Modified files:
libstdc++-v3 : ChangeLog.hammer
libstdc++-v3/include/bits: fstream.tcc
Log message:
2004-08-06 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/12232
* include/bits/fstream.tcc (seekoff): Essentially ignore the
openmode argument (_M_file.seekoff already ignores it).
(seekpos): Likewise.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.hammer.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.1.2.34&r2=1.1.2.35
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/fstream.tcc.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.41.2.14&r2=1.41.2.15
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12232