public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/23081] New: Finish the implementation of tr1::array
@ 2005-07-26 16:39 pcarlini at suse dot de
  2005-07-27 16:56 ` [Bug libstdc++/23081] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: pcarlini at suse dot de @ 2005-07-26 16:39 UTC (permalink / raw)
  To: gcc-bugs

It would be nice to complete the implementation in time for 4.1: a few members
are more or less trivial, like front(), back() and data()...

-- 
           Summary: Finish the implementation of tr1::array
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: enhancement
          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=23081


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

* [Bug libstdc++/23081] Finish the implementation of tr1::array
  2005-07-26 16:39 [Bug libstdc++/23081] New: Finish the implementation of tr1::array pcarlini at suse dot de
@ 2005-07-27 16:56 ` pinskia at gcc dot gnu dot org
  2005-08-26  9:14 ` pcarlini at suse dot de
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-27 16:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-27 16:51 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-07-27 16:51:31
               date|                            |


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


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

* [Bug libstdc++/23081] Finish the implementation of tr1::array
  2005-07-26 16:39 [Bug libstdc++/23081] New: Finish the implementation of tr1::array pcarlini at suse dot de
  2005-07-27 16:56 ` [Bug libstdc++/23081] " pinskia at gcc dot gnu dot org
@ 2005-08-26  9:14 ` pcarlini at suse dot de
  2005-08-26 15:55 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: pcarlini at suse dot de @ 2005-08-26  9:14 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pcarlini at suse dot de
                   |dot org                     |
             Status|NEW                         |ASSIGNED


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


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

* [Bug libstdc++/23081] Finish the implementation of tr1::array
  2005-07-26 16:39 [Bug libstdc++/23081] New: Finish the implementation of tr1::array pcarlini at suse dot de
  2005-07-27 16:56 ` [Bug libstdc++/23081] " pinskia at gcc dot gnu dot org
  2005-08-26  9:14 ` pcarlini at suse dot de
@ 2005-08-26 15:55 ` cvs-commit at gcc dot gnu dot org
  2005-08-26 15:58 ` pcarlini at suse dot de
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-08-26 15:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-08-26 15:53 -------
Subject: Bug 23081

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	paolo@gcc.gnu.org	2005-08-26 15:52:54

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/include/tr1: array 
Added files:
	libstdc++-v3/testsuite/tr1/6_containers/array/element_access: 
	                                                              back.cc 
	                                                              data.cc 
	                                                              front.cc 
	libstdc++-v3/testsuite/tr1/6_containers/array/tuple_interface: 
	                                                               get.cc 
	                                                               tuple_element.cc 
	                                                               tuple_size.cc 

Log message:
	2005-08-26  Paolo Carlini  <pcarlini@suse.de>
	
	PR libstdc++/23081
	* include/tr1/array: Implement members back(), front(), data(),
	and the tuple interface; tidy.
	* testsuite/tr1/6_containers/array/element_access/back.cc: New.
	* testsuite/tr1/6_containers/array/element_access/data.cc: Likewise.
	* testsuite/tr1/6_containers/array/element_access/front.cc: Likewise.
	* testsuite/tr1/6_containers/array/tuple_interface/get.cc: Likewise.
	* testsuite/tr1/6_containers/array/tuple_interface/tuple_element.cc:
	Likewise.
	* testsuite/tr1/6_containers/array/tuple_interface/tuple_size.cc:
	Likewise.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.3079&r2=1.3080
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/tr1/array.diff?cvsroot=gcc&r1=1.6&r2=1.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/tr1/6_containers/array/element_access/back.cc.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/tr1/6_containers/array/element_access/data.cc.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/tr1/6_containers/array/element_access/front.cc.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/tr1/6_containers/array/tuple_interface/get.cc.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/tr1/6_containers/array/tuple_interface/tuple_element.cc.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/tr1/6_containers/array/tuple_interface/tuple_size.cc.diff?cvsroot=gcc&r1=NONE&r2=1.1



-- 


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


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

* [Bug libstdc++/23081] Finish the implementation of tr1::array
  2005-07-26 16:39 [Bug libstdc++/23081] New: Finish the implementation of tr1::array pcarlini at suse dot de
                   ` (2 preceding siblings ...)
  2005-08-26 15:55 ` cvs-commit at gcc dot gnu dot org
@ 2005-08-26 15:58 ` pcarlini at suse dot de
  2005-08-28 10:10 ` cvs-commit at gcc dot gnu dot org
  2005-08-28 10:34 ` pcarlini at suse dot de
  5 siblings, 0 replies; 8+ messages in thread
From: pcarlini at suse dot de @ 2005-08-26 15:58 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.0.2


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


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

* [Bug libstdc++/23081] Finish the implementation of tr1::array
  2005-07-26 16:39 [Bug libstdc++/23081] New: Finish the implementation of tr1::array pcarlini at suse dot de
                   ` (3 preceding siblings ...)
  2005-08-26 15:58 ` pcarlini at suse dot de
@ 2005-08-28 10:10 ` cvs-commit at gcc dot gnu dot org
  2005-08-28 10:34 ` pcarlini at suse dot de
  5 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-08-28 10:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-08-28 10:09 -------
Subject: Bug 23081

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	paolo@gcc.gnu.org	2005-08-28 10:09:09

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/include/tr1: array 
Added files:
	libstdc++-v3/testsuite/tr1/6_containers/array/element_access: 
	                                                              back.cc 
	                                                              data.cc 
	                                                              front.cc 
	libstdc++-v3/testsuite/tr1/6_containers/array/tuple_interface: 
	                                                               get.cc 
	                                                               tuple_element.cc 
	                                                               tuple_size.cc 

Log message:
	2005-08-28  Paolo Carlini  <pcarlini@suse.de>
	
	PR libstdc++/23081
	* include/tr1/array: Implement members back(), front(), data(),
	and the tuple interface; tidy.
	* testsuite/tr1/6_containers/array/element_access/back.cc: New.
	* testsuite/tr1/6_containers/array/element_access/data.cc: Likewise.
	* testsuite/tr1/6_containers/array/element_access/front.cc: Likewise.
	* testsuite/tr1/6_containers/array/tuple_interface/get.cc: Likewise.
	* testsuite/tr1/6_containers/array/tuple_interface/tuple_element.cc:
	Likewise.
	* testsuite/tr1/6_containers/array/tuple_interface/tuple_size.cc:
	Likewise.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.2917.2.74&r2=1.2917.2.75
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/tr1/array.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.5&r2=1.5.14.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/tr1/6_containers/array/element_access/back.cc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/tr1/6_containers/array/element_access/data.cc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/tr1/6_containers/array/element_access/front.cc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/tr1/6_containers/array/tuple_interface/get.cc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/tr1/6_containers/array/tuple_interface/tuple_element.cc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/tr1/6_containers/array/tuple_interface/tuple_size.cc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1



-- 


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


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

* [Bug libstdc++/23081] Finish the implementation of tr1::array
  2005-07-26 16:39 [Bug libstdc++/23081] New: Finish the implementation of tr1::array pcarlini at suse dot de
                   ` (4 preceding siblings ...)
  2005-08-28 10:10 ` cvs-commit at gcc dot gnu dot org
@ 2005-08-28 10:34 ` pcarlini at suse dot de
  5 siblings, 0 replies; 8+ messages in thread
From: pcarlini at suse dot de @ 2005-08-28 10:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pcarlini at suse dot de  2005-08-28 10:10 -------
Fixed for 4.0.2.

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


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


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

* [Bug libstdc++/23081] Finish the implementation of tr1::array
       [not found] <bug-23081-4@http.gcc.gnu.org/bugzilla/>
@ 2011-12-11  7:37 ` fang at csl dot cornell.edu
  0 siblings, 0 replies; 8+ messages in thread
From: fang at csl dot cornell.edu @ 2011-12-11  7:37 UTC (permalink / raw)
  To: gcc-bugs

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

David Fang <fang at csl dot cornell.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fang at csl dot cornell.edu

--- Comment #5 from David Fang <fang at csl dot cornell.edu> 2011-12-11 01:00:35 UTC ---
Blarg!  This never got backported to apple's g++-4.0.1! :(


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

end of thread, other threads:[~2011-12-11  1:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-26 16:39 [Bug libstdc++/23081] New: Finish the implementation of tr1::array pcarlini at suse dot de
2005-07-27 16:56 ` [Bug libstdc++/23081] " pinskia at gcc dot gnu dot org
2005-08-26  9:14 ` pcarlini at suse dot de
2005-08-26 15:55 ` cvs-commit at gcc dot gnu dot org
2005-08-26 15:58 ` pcarlini at suse dot de
2005-08-28 10:10 ` cvs-commit at gcc dot gnu dot org
2005-08-28 10:34 ` pcarlini at suse dot de
     [not found] <bug-23081-4@http.gcc.gnu.org/bugzilla/>
2011-12-11  7:37 ` fang at csl dot cornell.edu

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