public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/29385]  New: stl_tree.h clean-ups and enhancements
@ 2006-10-08 13:11 pcarlini at suse dot de
  2006-10-08 13:11 ` [Bug libstdc++/29385] " pcarlini at suse dot de
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: pcarlini at suse dot de @ 2006-10-08 13:11 UTC (permalink / raw)
  To: gcc-bugs

This is an internal reminder for these two pending tasks:

  http://gcc.gnu.org/ml/libstdc++/2006-07/msg00169.html

  http://gcc.gnu.org/ml/libstdc++/2006-10/msg00028.html


-- 
           Summary: stl_tree.h clean-ups and enhancements
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pcarlini at suse dot de


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


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

* [Bug libstdc++/29385] stl_tree.h clean-ups and enhancements
  2006-10-08 13:11 [Bug libstdc++/29385] New: stl_tree.h clean-ups and enhancements pcarlini at suse dot de
@ 2006-10-08 13:11 ` pcarlini at suse dot de
  2006-11-25 10:36 ` paolo at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pcarlini at suse dot de @ 2006-10-08 13:11 UTC (permalink / raw)
  To: gcc-bugs



-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-10-08 13:11:37
               date|                            |


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


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

* [Bug libstdc++/29385] stl_tree.h clean-ups and enhancements
  2006-10-08 13:11 [Bug libstdc++/29385] New: stl_tree.h clean-ups and enhancements pcarlini at suse dot de
  2006-10-08 13:11 ` [Bug libstdc++/29385] " pcarlini at suse dot de
@ 2006-11-25 10:36 ` paolo at gcc dot gnu dot org
  2006-11-26 10:04 ` paolo at gcc dot gnu dot org
  2006-11-26 10:05 ` pcarlini at suse dot de
  3 siblings, 0 replies; 5+ messages in thread
From: paolo at gcc dot gnu dot org @ 2006-11-25 10:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from paolo at gcc dot gnu dot org  2006-11-25 10:36 -------
Subject: Bug 29385

Author: paolo
Date: Sat Nov 25 10:35:52 2006
New Revision: 119190

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119190
Log:
2006-11-25  Paolo Carlini  <pcarlini@suse.de>

        PR libstdc++/29385 (partial)
        * include/bits/stl_tree.h (_Rb_tree<>::destroy_node): Uglify.
        (_M_erase, erase(iterator), erase(const_iterator)): Adjust

2006-11-25  Paolo Carlini  <pcarlini@suse.de>

        PR libstdc++/29385 (partial)
        * include/bits/stl_tree.h (_Rb_tree<>::_M_lower_bound(_Const_Link_type,
        _Const_Link_type, const _Key&), _M_upper_bound(_Const_Link_type,
        _Const_Link_type, const _Key&)): Add.
        (lower_bound(const key_type&), upper_bound(const key_type&),
        find(const key_type&)): Call the latter.

2006-11-25  Gawain Bolton  <gp.bolton@computer.org>

        PR libstdc++/29385 (partial)
        * include/bits/stl_tree.h (_Rb_tree_rotate_left,
        _Rb_tree_rotate_right): Do not declare.
        (_Rb_tree<>::_M_insert(_Base_ptr, _Base_ptr, const value_type&),
        _M_insert(_Const_Base_ptr, _Const_Base_ptr, const value_type&),
        _M_insert_unique(iterator, const value_type&),
        _M_insert_unique(const_iterator, const value_type&),
        _M_insert_equal(iterator, const value_type&),
        _M_insert_equal(const_iterator, const value_type&)):
        Remove.
        (_Rb_tree<>::_M_insert_(_Const_Base_ptr, _Const_Base_ptr,
        const value_type&), _M_insert_unique_(const_iterator,
        const value_type&), _M_insert_equal_(const_iterator,
        const value_type&)): Add, adjust all callers.
        * include/bits/stl_map.h (map<>::insert(iterator, const value_type&)):
        Adjust.
        * include/bits/stl_set.h (set<>::insert(iterator, const value_type&)):
        Likewise.
        * include/bits/stl_multimap.h (multimap<>::insert(iterator,
        const value_type&)): Likewise.
        * include/bits/stl_multiset.h (multiset<>::insert(iterator,
        const value_type&)): Likewise.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/stl_map.h
    trunk/libstdc++-v3/include/bits/stl_multimap.h
    trunk/libstdc++-v3/include/bits/stl_multiset.h
    trunk/libstdc++-v3/include/bits/stl_set.h
    trunk/libstdc++-v3/include/bits/stl_tree.h


-- 


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


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

* [Bug libstdc++/29385] stl_tree.h clean-ups and enhancements
  2006-10-08 13:11 [Bug libstdc++/29385] New: stl_tree.h clean-ups and enhancements pcarlini at suse dot de
  2006-10-08 13:11 ` [Bug libstdc++/29385] " pcarlini at suse dot de
  2006-11-25 10:36 ` paolo at gcc dot gnu dot org
@ 2006-11-26 10:04 ` paolo at gcc dot gnu dot org
  2006-11-26 10:05 ` pcarlini at suse dot de
  3 siblings, 0 replies; 5+ messages in thread
From: paolo at gcc dot gnu dot org @ 2006-11-26 10:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from paolo at gcc dot gnu dot org  2006-11-26 10:04 -------
Subject: Bug 29385

Author: paolo
Date: Sun Nov 26 10:04:25 2006
New Revision: 119221

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119221
Log:
2006-11-26  Paolo Carlini  <pcarlini@suse.de>

        PR libstdc++/29385 (2nd part, based on an idea by Ion Gaztanaga)
        * include/bits/stl_tree.h (_Rb_tree<>::_M_equal_range): Add.
        (equal_range(const key_type&)): Use it.

2006-11-26  Paolo Carlini  <pcarlini@suse.de>

        * testsuite/23_containers/multiset/operations/1.cc: New.
        * testsuite/23_containers/set/operations/1.cc: Likewise.
        * testsuite/23_containers/multimap/operations/1.cc: Likewise.
        * testsuite/23_containers/map/operations/1.cc: Likewise.

Added:
    trunk/libstdc++-v3/testsuite/23_containers/map/operations/
    trunk/libstdc++-v3/testsuite/23_containers/map/operations/1.cc
    trunk/libstdc++-v3/testsuite/23_containers/multimap/operations/
    trunk/libstdc++-v3/testsuite/23_containers/multimap/operations/1.cc
    trunk/libstdc++-v3/testsuite/23_containers/multiset/operations/
    trunk/libstdc++-v3/testsuite/23_containers/multiset/operations/1.cc
    trunk/libstdc++-v3/testsuite/23_containers/set/operations/
    trunk/libstdc++-v3/testsuite/23_containers/set/operations/1.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/stl_tree.h


-- 


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


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

* [Bug libstdc++/29385] stl_tree.h clean-ups and enhancements
  2006-10-08 13:11 [Bug libstdc++/29385] New: stl_tree.h clean-ups and enhancements pcarlini at suse dot de
                   ` (2 preceding siblings ...)
  2006-11-26 10:04 ` paolo at gcc dot gnu dot org
@ 2006-11-26 10:05 ` pcarlini at suse dot de
  3 siblings, 0 replies; 5+ messages in thread
From: pcarlini at suse dot de @ 2006-11-26 10:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pcarlini at suse dot de  2006-11-26 10:05 -------
Done.


-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.3.0


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


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

end of thread, other threads:[~2006-11-26 10:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-08 13:11 [Bug libstdc++/29385] New: stl_tree.h clean-ups and enhancements pcarlini at suse dot de
2006-10-08 13:11 ` [Bug libstdc++/29385] " pcarlini at suse dot de
2006-11-25 10:36 ` paolo at gcc dot gnu dot org
2006-11-26 10:04 ` paolo at gcc dot gnu dot org
2006-11-26 10:05 ` 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).