public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/12653] New: Resolution of DR 303 (WP) still unimplemented
@ 2003-10-16 22:32 paolo at gcc dot gnu dot org
  2003-10-16 22:33 ` [Bug libstdc++/12653] " paolo at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: paolo at gcc dot gnu dot org @ 2003-10-16 22:32 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=12653

           Summary: Resolution of DR 303 (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

Another internal reminder.

Basically, operator>>(..., bitset<N>&) must use widen not narrow.


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

* [Bug libstdc++/12653] Resolution of DR 303 (WP) still unimplemented
  2003-10-16 22:32 [Bug libstdc++/12653] New: Resolution of DR 303 (WP) still unimplemented paolo at gcc dot gnu dot org
@ 2003-10-16 22:33 ` paolo at gcc dot gnu dot org
  2003-11-14 23:04 ` paolo at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: paolo at gcc dot gnu dot org @ 2003-10-16 22:33 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=12653


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-16 22:33:06
               date|                            |


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

* [Bug libstdc++/12653] Resolution of DR 303 (WP) still unimplemented
  2003-10-16 22:32 [Bug libstdc++/12653] New: Resolution of DR 303 (WP) still unimplemented paolo at gcc dot gnu dot org
  2003-10-16 22:33 ` [Bug libstdc++/12653] " paolo at gcc dot gnu dot org
@ 2003-11-14 23:04 ` paolo at gcc dot gnu dot org
  2003-12-04  9:45 ` cvs-commit at gcc dot gnu dot org
  2003-12-04  9:48 ` paolo at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: paolo at gcc dot gnu dot org @ 2003-11-14 23:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From paolo at gcc dot gnu dot org  2003-11-14 23:04 -------
Also, the common requirements of formatted input functions for exceptions are 
not met by the current implementation.

-- 


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


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

* [Bug libstdc++/12653] Resolution of DR 303 (WP) still unimplemented
  2003-10-16 22:32 [Bug libstdc++/12653] New: Resolution of DR 303 (WP) still unimplemented paolo at gcc dot gnu dot org
  2003-10-16 22:33 ` [Bug libstdc++/12653] " paolo at gcc dot gnu dot org
  2003-11-14 23:04 ` paolo at gcc dot gnu dot org
@ 2003-12-04  9:45 ` cvs-commit at gcc dot gnu dot org
  2003-12-04  9:48 ` paolo at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-12-04  9:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-12-04 09:45 -------
Subject: Bug 12653

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	paolo@gcc.gnu.org	2003-12-04 09:45:30

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/include/std: std_bitset.h 
	libstdc++-v3/docs/html/ext: howto.html 
Added files:
	libstdc++-v3/testsuite/23_containers/bitset/input: 1.cc 

Log message:
	2003-12-04  Paolo Carlini  <pcarlini@suse.de>
	
	PR libstdc++/12653
	* include/std/std_bitset.h (operator>>): Implement resolution
	of DR 303 [WP]: use widen('0') and widen('1').
	* docs/html/ext/howto.html: Add an entry for DR 303.
	
	* include/std/std_bitset.h (operator>>): Implement the common
	requirements of formatted input functions (27.6.1.2.1).
	
	* include/std/std_bitset.h (operator>>): Set the failbit when
	nothing was extracted and _Nb != 0.
	* testsuite/23_containers/bitset/input/1.cc: New.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.2127&r2=1.2128
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/std/std_bitset.h.diff?cvsroot=gcc&r1=1.20&r2=1.21
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/html/ext/howto.html.diff?cvsroot=gcc&r1=1.41&r2=1.42
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/bitset/input/1.cc.diff?cvsroot=gcc&r1=NONE&r2=1.1



-- 


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


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

* [Bug libstdc++/12653] Resolution of DR 303 (WP) still unimplemented
  2003-10-16 22:32 [Bug libstdc++/12653] New: Resolution of DR 303 (WP) still unimplemented paolo at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2003-12-04  9:45 ` cvs-commit at gcc dot gnu dot org
@ 2003-12-04  9:48 ` paolo at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: paolo at gcc dot gnu dot org @ 2003-12-04  9:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From paolo at gcc dot gnu dot org  2003-12-04 09:48 -------
Fixed for 3.4.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4


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


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

* [Bug libstdc++/12653] Resolution of DR 303 (WP) still unimplemented
       [not found] <20031016223246.12653.pcarlini@suse.de>
@ 2004-07-14 11:36 ` cvs-commit at gcc dot gnu dot org
  0 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-07-14 11:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-07-14 11:36 -------
Subject: Bug 12653

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	hammer-3_3-branch
Changes by:	paolo@gcc.gnu.org	2004-07-14 11:36:09

Modified files:
	libstdc++-v3   : ChangeLog.hammer 
	libstdc++-v3/include/std: std_bitset.h 

Log message:
	2004-07-14  Paolo Carlini  <pcarlini@suse.de>
	
	PR libstdc++/12653
	* include/std/std_bitset.h (operator>>): Implement resolution
	of DR 303 [WP]: use widen('0') and widen('1').
	
	* include/std/std_bitset.h (operator>>): Implement the common
	requirements of formatted input functions (27.6.1.2.1).
	
	* include/std/std_bitset.h (operator>>): Set the failbit when
	nothing was extracted and _Nb != 0.

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.24&r2=1.1.2.25
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/std/std_bitset.h.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.8.18.1&r2=1.8.18.2



-- 


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


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

end of thread, other threads:[~2004-07-14 11:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-16 22:32 [Bug libstdc++/12653] New: Resolution of DR 303 (WP) still unimplemented paolo at gcc dot gnu dot org
2003-10-16 22:33 ` [Bug libstdc++/12653] " paolo at gcc dot gnu dot org
2003-11-14 23:04 ` paolo at gcc dot gnu dot org
2003-12-04  9:45 ` cvs-commit at gcc dot gnu dot org
2003-12-04  9:48 ` paolo at gcc dot gnu dot org
     [not found] <20031016223246.12653.pcarlini@suse.de>
2004-07-14 11:36 ` cvs-commit 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).