From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21352 invoked by alias); 3 Mar 2020 21:33:03 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 21301 invoked by uid 89); 3 Mar 2020 21:33:03 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=unavailable version=3.3.1 spammy= X-HELO: us-smtp-delivery-1.mimecast.com Received: from us-smtp-2.mimecast.com (HELO us-smtp-delivery-1.mimecast.com) (207.211.31.81) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 03 Mar 2020 21:33:02 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1583271180; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=5arBW6cfPa0GXer++Ar3rtXyMYwSDXUwjbirbE85zi8=; b=NyedBQek+C1n+CApdzbuSpPvhaIsxS5pHVog+KSJzAznydT/9Mxn3YUZ2bnOBBqeJSGdXF wdigGlxtaB1wScDw0qWc+ftqL+fSxrM3OUd+GnSTiAByj1SH5s4H0JMpG+pwVAKW9e5g9I z4gMLpAme3RObBmzOluK18SCJqMe7I0= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-393-0BoAMK2SOhCp5FLyPAfUtQ-1; Tue, 03 Mar 2020 16:32:57 -0500 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 090D21081CAE; Tue, 3 Mar 2020 21:32:56 +0000 (UTC) Received: from localhost (unknown [10.33.36.184]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9B88073860; Tue, 3 Mar 2020 21:32:55 +0000 (UTC) Date: Tue, 03 Mar 2020 21:33:00 -0000 From: Jonathan Wakely To: =?iso-8859-1?Q?Fran=E7ois?= Dumont Cc: "libstdc++@gcc.gnu.org" , gcc-patches Subject: Re: [PATCH] PR libstdc++/91620 Implement DR 526 for std::[forward_]list::remove_if/unique Message-ID: <20200303213254.GU9441@redhat.com> References: <24962b65-4e23-2a3b-ea50-2eef3e9c98a8@gmail.com> MIME-Version: 1.0 In-Reply-To: X-Clacks-Overhead: GNU Terry Pratchett X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-SW-Source: 2020-03/txt/msg00160.txt On 03/03/20 06:42 +0100, Fran=E7ois Dumont wrote: >Hi > >=A0=A0=A0 Isn't it something to fix before gcc 10 release ? No, I don't think so. It's not a regression.