public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/12593] New: Resolution of DR 91 (WP) still unimplemented
@ 2003-10-13  9:18 paolo at gcc dot gnu dot org
  2003-10-13  9:18 ` [Bug libstdc++/12593] " paolo at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: paolo at gcc dot gnu dot org @ 2003-10-13  9:18 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: Resolution of DR 91 (WP) still unimplemented
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libstdc++
        AssignedTo: paolo at gcc dot gnu dot org
        ReportedBy: paolo at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: Any

This is just an internal reminder.

Moreover, as far as getline is concerned, there is a minor issues with the order
of the three end conditions. Also, '__extracted <= __n' should be really
'__extracted < __n' (see 21.3.7.9, p6).


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

* [Bug libstdc++/12593] Resolution of DR 91 (WP) still unimplemented
  2003-10-13  9:18 [Bug libstdc++/12593] New: Resolution of DR 91 (WP) still unimplemented paolo at gcc dot gnu dot org
@ 2003-10-13  9:18 ` paolo at gcc dot gnu dot org
  2003-11-22  9:54 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paolo at gcc dot gnu dot org @ 2003-10-13  9:18 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


paolo at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-10-13 09:18:33
               date|                            |


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

* [Bug libstdc++/12593] Resolution of DR 91 (WP) still unimplemented
  2003-10-13  9:18 [Bug libstdc++/12593] New: Resolution of DR 91 (WP) still unimplemented paolo at gcc dot gnu dot org
  2003-10-13  9:18 ` [Bug libstdc++/12593] " paolo at gcc dot gnu dot org
@ 2003-11-22  9:54 ` cvs-commit at gcc dot gnu dot org
  2003-11-22 10:00 ` paolo at gcc dot gnu dot org
  2003-12-04  9:45 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-11-22  9:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-11-22 09:54 -------
Subject: Bug 12593

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	paolo@gcc.gnu.org	2003-11-22 09:54:26

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/docs/html/ext: howto.html 
	libstdc++-v3/include/bits: istream.tcc 

Log message:
	2003-11-22  Paolo Carlini  <pcarlini@suse.de>
	
	PR libstdc++/12593
	* include/bits/istream.tcc (operator>>(basic_string<>&),
	getline(basic_string<>&)): Implement resolution of DR 91 [WP];
	fix some minor issues with the exit conditions.
	* docs/html/ext/howto.html: Add an entry for DR 91.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.2099&r2=1.2100
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/html/ext/howto.html.diff?cvsroot=gcc&r1=1.39&r2=1.40
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/istream.tcc.diff?cvsroot=gcc&r1=1.54&r2=1.55



-- 


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


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

* [Bug libstdc++/12593] Resolution of DR 91 (WP) still unimplemented
  2003-10-13  9:18 [Bug libstdc++/12593] New: Resolution of DR 91 (WP) still unimplemented paolo at gcc dot gnu dot org
  2003-10-13  9:18 ` [Bug libstdc++/12593] " paolo at gcc dot gnu dot org
  2003-11-22  9:54 ` cvs-commit at gcc dot gnu dot org
@ 2003-11-22 10:00 ` paolo at gcc dot gnu dot org
  2003-12-04  9:45 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: paolo at gcc dot gnu dot org @ 2003-11-22 10:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From paolo at gcc dot gnu dot org  2003-11-22 10:00 -------
Fixed for 3.4.

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


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


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

* [Bug libstdc++/12593] Resolution of DR 91 (WP) still unimplemented
  2003-10-13  9:18 [Bug libstdc++/12593] New: Resolution of DR 91 (WP) still unimplemented paolo at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2003-11-22 10:00 ` paolo at gcc dot gnu dot org
@ 2003-12-04  9:45 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-04  9:45 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.4


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


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

end of thread, other threads:[~2003-12-04  9:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-13  9:18 [Bug libstdc++/12593] New: Resolution of DR 91 (WP) still unimplemented paolo at gcc dot gnu dot org
2003-10-13  9:18 ` [Bug libstdc++/12593] " paolo at gcc dot gnu dot org
2003-11-22  9:54 ` cvs-commit at gcc dot gnu dot org
2003-11-22 10:00 ` paolo at gcc dot gnu dot org
2003-12-04  9:45 ` pinskia at gcc dot gnu dot org

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