public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/23578] New: Implement resolution of DR 464 [Ready]
@ 2005-08-26 16:19 pcarlini at suse dot de
  2005-08-26 16:23 ` [Bug libstdc++/23578] " pcarlini at suse dot de
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: pcarlini at suse dot de @ 2005-08-26 16:19 UTC (permalink / raw)
  To: gcc-bugs

Just an internal reminder: seems really straightforward.

-- 
           Summary: Implement resolution of DR 464 [Ready]
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pcarlini at suse dot de
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug libstdc++/23578] Implement resolution of DR 464 [Ready]
  2005-08-26 16:19 [Bug libstdc++/23578] New: Implement resolution of DR 464 [Ready] pcarlini at suse dot de
@ 2005-08-26 16:23 ` pcarlini at suse dot de
  2005-08-29 16:12 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pcarlini at suse dot de @ 2005-08-26 16:23 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pcarlini at suse dot de
                   |dot org                     |
           Severity|normal                      |enhancement
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-08-26 16:18:33
               date|                            |


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


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

* [Bug libstdc++/23578] Implement resolution of DR 464 [Ready]
  2005-08-26 16:19 [Bug libstdc++/23578] New: Implement resolution of DR 464 [Ready] pcarlini at suse dot de
  2005-08-26 16:23 ` [Bug libstdc++/23578] " pcarlini at suse dot de
@ 2005-08-29 16:12 ` cvs-commit at gcc dot gnu dot org
  2005-08-29 16:13 ` pcarlini at suse dot de
  2005-08-30 15:52 ` cvs-commit at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-08-29 16:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-08-29 16:11 -------
Subject: Bug 23578

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	paolo@gcc.gnu.org	2005-08-29 16:11:20

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/include/bits: stl_map.h stl_vector.h 
	libstdc++-v3/include/debug: map.h vector 
	libstdc++-v3/docs/html/ext: howto.html 
Added files:
	libstdc++-v3/testsuite/23_containers/map/element_access: 1.cc 
	libstdc++-v3/testsuite/23_containers/vector/data_access: 1.cc 

Log message:
	2005-08-29  Paolo Carlini  <pcarlini@suse.de>
	
	PR libstdc++/23578 (DR 464 [Ready])
	* include/bits/stl_map.h (class map): Add at(const key_type&)
	member functions.
	* include/bits/stl_vector.h (class vector): Add data() member
	functions.
	* include/debug/map.h (class map): Adjust consistently.
	* include/debug/vector (class vector): Likewise.
	* testsuite/23_containers/map/element_access/1.cc: New.
	* testsuite/23_containers/vector/data_access/1.cc: Likewise.
	* docs/html/ext/howto.html: Add an entry for DR 464.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.3082&r2=1.3083
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_map.h.diff?cvsroot=gcc&r1=1.28&r2=1.29
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_vector.h.diff?cvsroot=gcc&r1=1.57&r2=1.58
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/debug/map.h.diff?cvsroot=gcc&r1=1.6&r2=1.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/debug/vector.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/map/element_access/1.cc.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/vector/data_access/1.cc.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/html/ext/howto.html.diff?cvsroot=gcc&r1=1.56&r2=1.57



-- 


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


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

* [Bug libstdc++/23578] Implement resolution of DR 464 [Ready]
  2005-08-26 16:19 [Bug libstdc++/23578] New: Implement resolution of DR 464 [Ready] pcarlini at suse dot de
  2005-08-26 16:23 ` [Bug libstdc++/23578] " pcarlini at suse dot de
  2005-08-29 16:12 ` cvs-commit at gcc dot gnu dot org
@ 2005-08-29 16:13 ` pcarlini at suse dot de
  2005-08-30 15:52 ` cvs-commit at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pcarlini at suse dot de @ 2005-08-29 16:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pcarlini at suse dot de  2005-08-29 16:12 -------
Fixed for 4.1.

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


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


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

* [Bug libstdc++/23578] Implement resolution of DR 464 [Ready]
  2005-08-26 16:19 [Bug libstdc++/23578] New: Implement resolution of DR 464 [Ready] pcarlini at suse dot de
                   ` (2 preceding siblings ...)
  2005-08-29 16:13 ` pcarlini at suse dot de
@ 2005-08-30 15:52 ` cvs-commit at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-08-30 15:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-08-30 15:49 -------
Subject: Bug 23578

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	paolo@gcc.gnu.org	2005-08-30 15:49:15

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/include/bits: stl_bvector.h 

Log message:
	2005-08-30  Paolo Carlini  <pcarlini@suse.de>
	
	PR libstdc++/23578 (cont)
	* include/bits/stl_bvector.h (class vector<bool>): Add
	a dummy data() to avoid problems in debug-mode.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.3086&r2=1.3087
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_bvector.h.diff?cvsroot=gcc&r1=1.43&r2=1.44



-- 


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


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

end of thread, other threads:[~2005-08-30 15:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-26 16:19 [Bug libstdc++/23578] New: Implement resolution of DR 464 [Ready] pcarlini at suse dot de
2005-08-26 16:23 ` [Bug libstdc++/23578] " pcarlini at suse dot de
2005-08-29 16:12 ` cvs-commit at gcc dot gnu dot org
2005-08-29 16:13 ` pcarlini at suse dot de
2005-08-30 15:52 ` 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).