public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/12967] Resolution of DR 300 [WP] still unimplemented
       [not found] <20031108203516.12967.pcarlini@suse.de>
  2004-01-27 14:22 ` [Bug libstdc++/12967] Resolution of DR 300 [WP] still unimplemented cvs-commit at gcc dot gnu dot org
@ 2004-01-27 14:22 ` pcarlini at suse dot de
  1 sibling, 0 replies; 6+ messages in thread
From: pcarlini at suse dot de @ 2004-01-27 14:22 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.0                       |3.3.3


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


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

* [Bug libstdc++/12967] Resolution of DR 300 [WP] still unimplemented
       [not found] <20031108203516.12967.pcarlini@suse.de>
@ 2004-01-27 14:22 ` cvs-commit at gcc dot gnu dot org
  2004-01-27 14:22 ` pcarlini at suse dot de
  1 sibling, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-01-27 14:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-01-27 14:22 -------
Subject: Bug 12967

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	paolo@gcc.gnu.org	2004-01-27 14:21:59

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/include/bits: list.tcc 

Log message:
	2004-01-27  Paolo Carlini  <pcarlini@suse.de>
	
	PR libstdc++/12967
	* include/bits/list.tcc (merge): Implement resolution of
	DR 300 [WP].

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.1464.2.172&r2=1.1464.2.173
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/list.tcc.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.2&r2=1.2.14.1



-- 


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


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

* [Bug libstdc++/12967] Resolution of DR 300 [WP] still unimplemented
  2003-11-08 20:35 [Bug libstdc++/12967] New: " paolo at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2003-11-08 21:22 ` paolo at gcc dot gnu dot org
@ 2003-11-09 10:58 ` 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-09 10:58 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug libstdc++/12967] Resolution of DR 300 [WP] still unimplemented
  2003-11-08 20:35 [Bug libstdc++/12967] New: " paolo at gcc dot gnu dot org
  2003-11-08 21:08 ` [Bug libstdc++/12967] " pinskia at gcc dot gnu dot org
  2003-11-08 21:17 ` cvs-commit at gcc dot gnu dot org
@ 2003-11-08 21:22 ` paolo at gcc dot gnu dot org
  2003-11-09 10:58 ` 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-08 21:22 UTC (permalink / raw)
  To: gcc-bugs


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

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


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


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

* [Bug libstdc++/12967] Resolution of DR 300 [WP] still unimplemented
  2003-11-08 20:35 [Bug libstdc++/12967] New: " paolo at gcc dot gnu dot org
  2003-11-08 21:08 ` [Bug libstdc++/12967] " pinskia at gcc dot gnu dot org
@ 2003-11-08 21:17 ` cvs-commit at gcc dot gnu dot org
  2003-11-08 21:22 ` paolo at gcc dot gnu dot org
  2003-11-09 10:58 ` 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-11-08 21:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-11-08 21:17 -------
Subject: Bug 12967

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	paolo@gcc.gnu.org	2003-11-08 21:17:31

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/include/bits: list.tcc 
	libstdc++-v3/docs/html/ext: howto.html lwg-active.html 
	                            lwg-defects.html 

Log message:
	2003-11-08  Paolo Carlini  <pcarlini@suse.de>
	
	PR libstdc++/12967
	* include/bits/list.tcc (merge): Implement resolution of
	DR 300 [WP].
	* docs/html/ext/howto.html: Add entry for DR 300; tweak entry
	for DR 231.
	
	* docs/html/ext/lwg-active.html, docs/html/ext/lwg-defects.html:
	Import R27.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.2070&r2=1.2071
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/list.tcc.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/html/ext/howto.html.diff?cvsroot=gcc&r1=1.35&r2=1.36
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/html/ext/lwg-active.html.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/html/ext/lwg-defects.html.diff?cvsroot=gcc&r1=1.4&r2=1.5



-- 


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


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

* [Bug libstdc++/12967] Resolution of DR 300 [WP] still unimplemented
  2003-11-08 20:35 [Bug libstdc++/12967] New: " paolo at gcc dot gnu dot org
@ 2003-11-08 21:08 ` pinskia at gcc dot gnu dot org
  2003-11-08 21:17 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-08 21:08 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-11-08 21:08:34
               date|                            |


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


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

end of thread, other threads:[~2004-01-27 14:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20031108203516.12967.pcarlini@suse.de>
2004-01-27 14:22 ` [Bug libstdc++/12967] Resolution of DR 300 [WP] still unimplemented cvs-commit at gcc dot gnu dot org
2004-01-27 14:22 ` pcarlini at suse dot de
2003-11-08 20:35 [Bug libstdc++/12967] New: " paolo at gcc dot gnu dot org
2003-11-08 21:08 ` [Bug libstdc++/12967] " pinskia at gcc dot gnu dot org
2003-11-08 21:17 ` cvs-commit at gcc dot gnu dot org
2003-11-08 21:22 ` paolo at gcc dot gnu dot org
2003-11-09 10:58 ` paolo 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).