From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2830 invoked by alias); 2 Sep 2005 19:23:56 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 2783 invoked by uid 48); 2 Sep 2005 19:23:50 -0000 Date: Fri, 02 Sep 2005 19:23:00 -0000 Message-ID: <20050902192350.2782.qmail@sourceware.org> From: "pcarlini at suse dot de" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050901014342.23667.jsm28@gcc.gnu.org> References: <20050901014342.23667.jsm28@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libstdc++/23667] [4.0/4.1 Regression] tr1/6_containers/unordered/hashtable/23465.cc execution test times out X-Bugzilla-Reason: CC X-SW-Source: 2005-09/txt/msg00283.txt.bz2 List-Id: ------- 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