From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17759 invoked by alias); 4 Jun 2005 12:07:43 -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 17471 invoked by uid 48); 4 Jun 2005 12:07:40 -0000 Date: Sat, 04 Jun 2005 12:07:00 -0000 Message-ID: <20050604120740.17468.qmail@sourceware.org> From: "chris at bubblescope dot net" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050528075508.21796.pcarlini@suse.de> References: <20050528075508.21796.pcarlini@suse.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libstdc++/21796] (v7-branch) std::search not using std::find X-Bugzilla-Reason: CC X-SW-Source: 2005-06/txt/msg00421.txt.bz2 List-Id: ------- Additional Comments From chris at bubblescope dot net 2005-06-04 12:07 ------- This is being held up by PR20408, Unnecessary code generated for empty structs, as we'd have to pass both the item to find and the comparitor (which is often an empty class) to std::find_if -- What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |20408 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21796