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

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

Internal reminder.

Basically, copyfmt(basic_ios& rhs) should do *nothing* if (this == &rhs)


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

* [Bug libstdc++/12657] Resolution of DR 292 (WP) still unimplemented
  2003-10-17  8:23 [Bug libstdc++/12657] New: Resolution of DR 292 (WP) still unimplemented paolo at gcc dot gnu dot org
@ 2003-10-17  8:52 ` paolo at gcc dot gnu dot org
  2003-10-22 15:45 ` paolo at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: paolo at gcc dot gnu dot org @ 2003-10-17  8:52 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=12657


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-17 08:23:24
               date|                            |


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

* [Bug libstdc++/12657] Resolution of DR 292 (WP) still unimplemented
  2003-10-17  8:23 [Bug libstdc++/12657] New: Resolution of DR 292 (WP) still unimplemented paolo at gcc dot gnu dot org
  2003-10-17  8:52 ` [Bug libstdc++/12657] " paolo at gcc dot gnu dot org
  2003-10-22 15:45 ` paolo at gcc dot gnu dot org
@ 2003-10-22 15:45 ` cvs-commit at gcc dot gnu dot org
  2003-12-04  9:46 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-10-22 15:45 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=12657



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-10-22 15:44 -------
Subject: Bug 12657

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	paolo@gcc.gnu.org	2003-10-22 15:44:20

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

Log message:
	2003-10-22  Paolo Carlini  <pcarlini@suse.de>
	
	PR libstdc++/12657
	* include/bits/basic_ios.tcc (copyfmt(const basic_ios&)):
	Implement resolution of DR 292 (WP).
	* docs/html/ext/howto.html: Add entry for DR 292.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.2032&r2=1.2033
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/basic_ios.tcc.diff?cvsroot=gcc&r1=1.25&r2=1.26
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/html/ext/howto.html.diff?cvsroot=gcc&r1=1.34&r2=1.35


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

* [Bug libstdc++/12657] Resolution of DR 292 (WP) still unimplemented
  2003-10-17  8:23 [Bug libstdc++/12657] New: Resolution of DR 292 (WP) still unimplemented paolo at gcc dot gnu dot org
  2003-10-17  8:52 ` [Bug libstdc++/12657] " paolo at gcc dot gnu dot org
@ 2003-10-22 15:45 ` paolo at gcc dot gnu dot org
  2003-10-22 15:45 ` cvs-commit at gcc dot gnu dot org
  2003-12-04  9:46 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 7+ messages in thread
From: paolo at gcc dot gnu dot org @ 2003-10-22 15:45 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=12657


paolo at gcc dot gnu dot org changed:

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


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


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

* [Bug libstdc++/12657] Resolution of DR 292 (WP) still unimplemented
  2003-10-17  8:23 [Bug libstdc++/12657] New: Resolution of DR 292 (WP) still unimplemented paolo at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2003-10-22 15:45 ` cvs-commit at gcc dot gnu dot org
@ 2003-12-04  9:46 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-04  9:46 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug libstdc++/12657] Resolution of DR 292 (WP) still unimplemented
       [not found] <20031017082309.12657.pcarlini@suse.de>
@ 2004-01-29 10:44 ` cvs-commit at gcc dot gnu dot org
  2004-01-29 10:44 ` pcarlini at suse dot de
  1 sibling, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-01-29 10:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-01-29 10:44 -------
Subject: Bug 12657

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	paolo@gcc.gnu.org	2004-01-29 10:44:05

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

Log message:
	2004-01-29  Paolo Carlini  <pcarlini@suse.de>
	
	PR libstdc++/12657
	* include/bits/basic_ios.tcc (copyfmt(const basic_ios&)):
	Implement resolution of DR 292 (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.178&r2=1.1464.2.179
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/basic_ios.tcc.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.17.4.4&r2=1.17.4.5



-- 


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


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

* [Bug libstdc++/12657] Resolution of DR 292 (WP) still unimplemented
       [not found] <20031017082309.12657.pcarlini@suse.de>
  2004-01-29 10:44 ` cvs-commit at gcc dot gnu dot org
@ 2004-01-29 10:44 ` pcarlini at suse dot de
  1 sibling, 0 replies; 7+ messages in thread
From: pcarlini at suse dot de @ 2004-01-29 10:44 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=12657


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

end of thread, other threads:[~2004-01-29 10:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-17  8:23 [Bug libstdc++/12657] New: Resolution of DR 292 (WP) still unimplemented paolo at gcc dot gnu dot org
2003-10-17  8:52 ` [Bug libstdc++/12657] " paolo at gcc dot gnu dot org
2003-10-22 15:45 ` paolo at gcc dot gnu dot org
2003-10-22 15:45 ` cvs-commit at gcc dot gnu dot org
2003-12-04  9:46 ` pinskia at gcc dot gnu dot org
     [not found] <20031017082309.12657.pcarlini@suse.de>
2004-01-29 10:44 ` cvs-commit at gcc dot gnu dot org
2004-01-29 10:44 ` pcarlini at suse dot de

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