[Bug libstdc++/29354] Error when seeking on an ostringstream

2006-10-06 Thread paolo at gcc dot gnu dot org
--- Comment #2 from paolo at gcc dot gnu dot org 2006-10-06 09:57 --- Subject: Bug 29354 Author: paolo Date: Fri Oct 6 09:57:43 2006 New Revision: 117494 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=117494 Log: 2006-10-06 Paolo Carlini [EMAIL PROTECTED] PR

[Bug libstdc++/29354] Error when seeking on an ostringstream

2006-10-06 Thread paolo at gcc dot gnu dot org
--- Comment #3 from paolo at gcc dot gnu dot org 2006-10-06 09:58 --- Subject: Bug 29354 Author: paolo Date: Fri Oct 6 09:58:03 2006 New Revision: 117495 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=117495 Log: 2006-10-06 Paolo Carlini [EMAIL PROTECTED] PR

[Bug libstdc++/29354] Error when seeking on an ostringstream

2006-10-06 Thread pcarlini at suse dot de
--- Comment #4 from pcarlini at suse dot de 2006-10-06 09:59 --- Fixed for 4.1.2 and 4.2.0. -- pcarlini at suse dot de changed: What|Removed |Added

[Bug libstdc++/29354] Error when seeking on an ostringstream

2006-10-05 Thread pcarlini at suse dot de
--- Comment #1 from pcarlini at suse dot de 2006-10-05 09:28 --- Ok, thanks for the report. The issue is the following: tellp() calls pubseekoff, whereas seekp() calls pubseekpos. Since we are implementing the resolution of DR 453, which allows pubseekoff to not fail when the stream is