public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/26211]  New: basic_istream::tellg, seekg are unformatted input functions
@ 2006-02-10 10:16 pcarlini at suse dot de
  2006-02-12 16:09 ` [Bug libstdc++/26211] " paolo at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: pcarlini at suse dot de @ 2006-02-10 10:16 UTC (permalink / raw)
  To: gcc-bugs

... as such (27.6.1.3/1) should construct a sentry.


-- 
           Summary: basic_istream::tellg, seekg are unformatted input
                    functions
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pcarlini at suse dot de


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


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

* [Bug libstdc++/26211] basic_istream::tellg, seekg are unformatted input functions
  2006-02-10 10:16 [Bug libstdc++/26211] New: basic_istream::tellg, seekg are unformatted input functions pcarlini at suse dot de
@ 2006-02-12 16:09 ` paolo at gcc dot gnu dot org
  2006-02-12 16:11 ` pcarlini at suse dot de
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: paolo at gcc dot gnu dot org @ 2006-02-12 16:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from paolo at gcc dot gnu dot org  2006-02-12 16:09 -------
Subject: Bug 26211

Author: paolo
Date: Sun Feb 12 16:09:41 2006
New Revision: 110891

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110891
Log:
2006-02-12  Paolo Carlini  <pcarlini@suse.de>

        PR libstdc++/26211
        * include/bits/istream.tcc (basic_istream<>::tellg, seekg(pos_type),
        seekg(off_type, ios_base::seekdir)): Construct a sentry, as per
        27.6.1.3/1.
        * testsuite/27_io/basic_istream/seekg/char/26211.cc: New.
        * testsuite/27_io/basic_istream/seekg/wchar_t/26211.cc: Likewise.
        * testsuite/27_io/basic_istream/tellg/char/26211.cc: Likewise.
        * testsuite/27_io/basic_istream/tellg/wchar_t/26211.cc: Likewise.
        * testsuite/27_io/basic_istream/seekg/char/8348-1.cc: Adjust.
        * testsuite/27_io/basic_istream/seekg/wchar_t/8348-1.cc: Likewise.
        * testsuite/27_io/basic_istream/seekg/char/8348-2.cc: Likewise.
        * testsuite/27_io/basic_istream/seekg/wchar_t/8348-1.cc: Likewise.
        * testsuite/27_io/basic_istream/tellg/char/8348.cc: Likewise.
        * testsuite/27_io/basic_istream/tellg/wchar_t/8348.cc: Likewise.

Added:
    trunk/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/26211.cc
    trunk/libstdc++-v3/testsuite/27_io/basic_istream/seekg/wchar_t/26211.cc
    trunk/libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/26211.cc
    trunk/libstdc++-v3/testsuite/27_io/basic_istream/tellg/wchar_t/26211.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/istream.tcc
    trunk/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/8348-1.cc
    trunk/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/8348-2.cc
    trunk/libstdc++-v3/testsuite/27_io/basic_istream/seekg/wchar_t/8348-1.cc
    trunk/libstdc++-v3/testsuite/27_io/basic_istream/seekg/wchar_t/8348-2.cc
    trunk/libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/8348.cc
    trunk/libstdc++-v3/testsuite/27_io/basic_istream/tellg/wchar_t/8348.cc


-- 


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


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

* [Bug libstdc++/26211] basic_istream::tellg, seekg are unformatted input functions
  2006-02-10 10:16 [Bug libstdc++/26211] New: basic_istream::tellg, seekg are unformatted input functions pcarlini at suse dot de
  2006-02-12 16:09 ` [Bug libstdc++/26211] " paolo at gcc dot gnu dot org
@ 2006-02-12 16:11 ` pcarlini at suse dot de
  2006-02-20 11:15 ` pcarlini at suse dot de
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: pcarlini at suse dot de @ 2006-02-12 16:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pcarlini at suse dot de  2006-02-12 16:11 -------
Fixed.


-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.2.0


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


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

* [Bug libstdc++/26211] basic_istream::tellg, seekg are unformatted input functions
  2006-02-10 10:16 [Bug libstdc++/26211] New: basic_istream::tellg, seekg are unformatted input functions pcarlini at suse dot de
  2006-02-12 16:09 ` [Bug libstdc++/26211] " paolo at gcc dot gnu dot org
  2006-02-12 16:11 ` pcarlini at suse dot de
@ 2006-02-20 11:15 ` pcarlini at suse dot de
  2006-02-20 14:23 ` [Bug libstdc++/26211] [DR 342] " pcarlini at suse dot de
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: pcarlini at suse dot de @ 2006-02-20 11:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pcarlini at suse dot de  2006-02-20 11:15 -------
... but DR 342 should be also taken into account...


-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|FIXED                       |


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


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

* [Bug libstdc++/26211] [DR 342] basic_istream::tellg, seekg are unformatted input functions
  2006-02-10 10:16 [Bug libstdc++/26211] New: basic_istream::tellg, seekg are unformatted input functions pcarlini at suse dot de
                   ` (2 preceding siblings ...)
  2006-02-20 11:15 ` pcarlini at suse dot de
@ 2006-02-20 14:23 ` pcarlini at suse dot de
  2006-02-20 14:24 ` pcarlini at suse dot de
  2006-06-27  2:46 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 9+ messages in thread
From: pcarlini at suse dot de @ 2006-02-20 14:23 UTC (permalink / raw)
  To: gcc-bugs



-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-02-20 14:23:37
               date|                            |
            Summary|basic_istream::tellg, seekg |[DR 342]
                   |are unformatted input       |basic_istream::tellg, seekg
                   |functions                   |are unformatted input
                   |                            |functions


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


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

* [Bug libstdc++/26211] [DR 342] basic_istream::tellg, seekg are unformatted input functions
  2006-02-10 10:16 [Bug libstdc++/26211] New: basic_istream::tellg, seekg are unformatted input functions pcarlini at suse dot de
                   ` (3 preceding siblings ...)
  2006-02-20 14:23 ` [Bug libstdc++/26211] [DR 342] " pcarlini at suse dot de
@ 2006-02-20 14:24 ` pcarlini at suse dot de
  2006-06-27  2:46 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 9+ messages in thread
From: pcarlini at suse dot de @ 2006-02-20 14:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pcarlini at suse dot de  2006-02-20 14:24 -------
Suspended, waiting for 342 (now reopened) to reach the final resolution.


-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |SUSPENDED


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


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

* [Bug libstdc++/26211] [DR 342] basic_istream::tellg, seekg are unformatted input functions
  2006-02-10 10:16 [Bug libstdc++/26211] New: basic_istream::tellg, seekg are unformatted input functions pcarlini at suse dot de
                   ` (4 preceding siblings ...)
  2006-02-20 14:24 ` pcarlini at suse dot de
@ 2006-06-27  2:46 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-06-27  2:46 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.0                       |---


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


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

* [Bug libstdc++/26211] [DR 342] basic_istream::tellg, seekg are unformatted input functions
       [not found] <bug-26211-16141@http.gcc.gnu.org/bugzilla/>
  2010-02-05 21:07 ` paolo dot carlini at oracle dot com
@ 2010-02-06  0:27 ` paolo dot carlini at oracle dot com
  1 sibling, 0 replies; 9+ messages in thread
From: paolo dot carlini at oracle dot com @ 2010-02-06  0:27 UTC (permalink / raw)
  To: gcc-bugs



-- 

paolo dot carlini at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |paolo dot carlini at oracle
                   |dot org                     |dot com
             Status|NEW                         |ASSIGNED


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


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

* [Bug libstdc++/26211] [DR 342] basic_istream::tellg, seekg are unformatted input functions
       [not found] <bug-26211-16141@http.gcc.gnu.org/bugzilla/>
@ 2010-02-05 21:07 ` paolo dot carlini at oracle dot com
  2010-02-06  0:27 ` paolo dot carlini at oracle dot com
  1 sibling, 0 replies; 9+ messages in thread
From: paolo dot carlini at oracle dot com @ 2010-02-05 21:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from paolo dot carlini at oracle dot com  2010-02-05 21:06 -------
DR 342 has been resolved as NAD: time to return to this issue...


-- 

paolo dot carlini at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|SUSPENDED                   |NEW
   Last reconfirmed|2006-02-20 14:23:37         |2010-02-05 21:06:56
               date|                            |


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


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

end of thread, other threads:[~2010-02-06  0:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-10 10:16 [Bug libstdc++/26211] New: basic_istream::tellg, seekg are unformatted input functions pcarlini at suse dot de
2006-02-12 16:09 ` [Bug libstdc++/26211] " paolo at gcc dot gnu dot org
2006-02-12 16:11 ` pcarlini at suse dot de
2006-02-20 11:15 ` pcarlini at suse dot de
2006-02-20 14:23 ` [Bug libstdc++/26211] [DR 342] " pcarlini at suse dot de
2006-02-20 14:24 ` pcarlini at suse dot de
2006-06-27  2:46 ` pinskia at gcc dot gnu dot org
     [not found] <bug-26211-16141@http.gcc.gnu.org/bugzilla/>
2010-02-05 21:07 ` paolo dot carlini at oracle dot com
2010-02-06  0:27 ` paolo dot carlini at oracle dot com

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