From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9727 invoked by alias); 12 Apr 2007 18:59:13 -0000 Received: (qmail 9681 invoked by uid 48); 12 Apr 2007 18:59:02 -0000 Date: Thu, 12 Apr 2007 18:59:00 -0000 Message-ID: <20070412185902.9680.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libstdc++/31554] stable_partition assumes iterator difference type is always ptrdiff_t In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pcarlini at suse dot de" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-04/txt/msg00851.txt.bz2 ------- Comment #2 from pcarlini at suse dot de 2007-04-12 19:59 ------- Confirmed. I will look into this as soon as possible, first blush, I'm wondering whether just calling __stable_partition_adaptive with a last argument: ..., _DistanceType(__buf.size())) would be enough to fix the problem? What do you think? -- pcarlini at suse dot de changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pcarlini at suse dot de Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2007-04-12 19:59:01 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31554