public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/26132]  New: tr1/hashtable: rehash not implemented
@ 2006-02-06 15:10 zak at transversal dot com
  2006-02-06 15:19 ` [Bug libstdc++/26132] " pcarlini at suse dot de
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: zak at transversal dot com @ 2006-02-06 15:10 UTC (permalink / raw)
  To: gcc-bugs

Attempting to call rehash produces a link error:

std::tr1::unordered_set< int > s;
s.rehash(42);

// undefined reference to `std::tr1::hashtable<int, int, std::allocator<int>,
// Internal::identity<int>, std::equal_to<int>, std::tr1::hash<int>,
// Internal::mod_range_hashing, Internal::default_ranged_hash,
// Internal::prime_rehash_policy, false, true, true>::rehash(unsigned int)'


-- 
           Summary: tr1/hashtable: rehash not implemented
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: zak at transversal dot com


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


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

* [Bug libstdc++/26132] tr1/hashtable: rehash not implemented
  2006-02-06 15:10 [Bug libstdc++/26132] New: tr1/hashtable: rehash not implemented zak at transversal dot com
@ 2006-02-06 15:19 ` pcarlini at suse dot de
  2006-02-17 19:46 ` pcarlini at suse dot de
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pcarlini at suse dot de @ 2006-02-06 15:19 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-02-06 15:19:21
               date|                            |


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


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

* [Bug libstdc++/26132] tr1/hashtable: rehash not implemented
  2006-02-06 15:10 [Bug libstdc++/26132] New: tr1/hashtable: rehash not implemented zak at transversal dot com
  2006-02-06 15:19 ` [Bug libstdc++/26132] " pcarlini at suse dot de
@ 2006-02-17 19:46 ` pcarlini at suse dot de
  2006-02-22 16:29 ` pcarlini at suse dot de
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pcarlini at suse dot de @ 2006-02-17 19:46 UTC (permalink / raw)
  To: gcc-bugs



-- 

pcarlini at suse dot de changed:

           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=26132


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

* [Bug libstdc++/26132] tr1/hashtable: rehash not implemented
  2006-02-06 15:10 [Bug libstdc++/26132] New: tr1/hashtable: rehash not implemented zak at transversal dot com
  2006-02-06 15:19 ` [Bug libstdc++/26132] " pcarlini at suse dot de
  2006-02-17 19:46 ` pcarlini at suse dot de
@ 2006-02-22 16:29 ` pcarlini at suse dot de
  2006-02-22 17:06 ` paolo at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pcarlini at suse dot de @ 2006-02-22 16:29 UTC (permalink / raw)
  To: gcc-bugs



-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.1


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


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

* [Bug libstdc++/26132] tr1/hashtable: rehash not implemented
  2006-02-06 15:10 [Bug libstdc++/26132] New: tr1/hashtable: rehash not implemented zak at transversal dot com
                   ` (2 preceding siblings ...)
  2006-02-22 16:29 ` pcarlini at suse dot de
@ 2006-02-22 17:06 ` paolo at gcc dot gnu dot org
  2006-03-04  9:35 ` pcarlini at suse dot de
  2006-03-04  9:35 ` paolo at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: paolo at gcc dot gnu dot org @ 2006-02-22 17:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from paolo at gcc dot gnu dot org  2006-02-22 17:06 -------
Subject: Bug 26132

Author: paolo
Date: Wed Feb 22 17:05:58 2006
New Revision: 111366

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

        PR libstdc++/26132
        * include/tr1/hashtable (hashtable<>::rehash): Define.
        * testsuite/tr1/6_containers/unordered/hashtable/26132.cc: New.

        * include/tr1/hashtable: Trivial formatting and stylistic fixes.

        * testsuite/tr1/headers.cc: remove <tr1/hashtable>, not a tr1 header,
        only an implementation detail.

Added:
    trunk/libstdc++-v3/testsuite/tr1/6_containers/unordered/hashtable/26132.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/tr1/hashtable
    trunk/libstdc++-v3/testsuite/tr1/headers.cc


-- 


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


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

* [Bug libstdc++/26132] tr1/hashtable: rehash not implemented
  2006-02-06 15:10 [Bug libstdc++/26132] New: tr1/hashtable: rehash not implemented zak at transversal dot com
                   ` (3 preceding siblings ...)
  2006-02-22 17:06 ` paolo at gcc dot gnu dot org
@ 2006-03-04  9:35 ` pcarlini at suse dot de
  2006-03-04  9:35 ` paolo at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pcarlini at suse dot de @ 2006-03-04  9:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pcarlini at suse dot de  2006-03-04 09:35 -------
Fixed for 4.1.1.


-- 

pcarlini at suse dot de changed:

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


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


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

* [Bug libstdc++/26132] tr1/hashtable: rehash not implemented
  2006-02-06 15:10 [Bug libstdc++/26132] New: tr1/hashtable: rehash not implemented zak at transversal dot com
                   ` (4 preceding siblings ...)
  2006-03-04  9:35 ` pcarlini at suse dot de
@ 2006-03-04  9:35 ` paolo at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: paolo at gcc dot gnu dot org @ 2006-03-04  9:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from paolo at gcc dot gnu dot org  2006-03-04 09:35 -------
Subject: Bug 26132

Author: paolo
Date: Sat Mar  4 09:34:58 2006
New Revision: 111709

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

        PR libstdc++/26132
        * include/tr1/hashtable (hashtable<>::rehash): Define.
        * testsuite/tr1/6_containers/unordered/hashtable/26132.cc: New.

Added:
   
branches/gcc-4_1-branch/libstdc++-v3/testsuite/tr1/6_containers/unordered/hashtable/26132.cc
Modified:
    branches/gcc-4_1-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_1-branch/libstdc++-v3/include/tr1/hashtable


-- 


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


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

end of thread, other threads:[~2006-03-04  9:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-06 15:10 [Bug libstdc++/26132] New: tr1/hashtable: rehash not implemented zak at transversal dot com
2006-02-06 15:19 ` [Bug libstdc++/26132] " pcarlini at suse dot de
2006-02-17 19:46 ` pcarlini at suse dot de
2006-02-22 16:29 ` pcarlini at suse dot de
2006-02-22 17:06 ` paolo at gcc dot gnu dot org
2006-03-04  9:35 ` pcarlini at suse dot de
2006-03-04  9:35 ` 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).