[Bug libstdc++/23667] [4.0/4.1 Regression] tr1/6_containers/unordered/hashtable/23465.cc execution test times out
pcarlini at suse dot de
gcc-bugzilla@gcc.gnu.org
Fri Sep 2 19:23:00 GMT 2005
------- Additional Comments From pcarlini at suse dot de 2005-09-02 19:23 -------
Now hashtable<>::m_rehash dominates the profile, more than 10 times bigger
than the second entry, hashtable<>::m_find_node. Before, when the things were
sane, the latter dominated it and m_rehash was much lower. Something is going
badly wrong.
--
What |Removed |Added
----------------------------------------------------------------------------
Component|c++ |libstdc++
Keywords|missed-optimization |
Target Milestone|4.0.2 |---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23667
More information about the Gcc-bugs
mailing list