From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 76362 invoked by alias); 15 Sep 2017 12:05:29 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 75857 invoked by uid 89); 15 Sep 2017 12:05:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-spam-relays-external:74.125.82.67, H*RU:74.125.82.67, Hx-languages-length:339, curiosity X-HELO: mail-wm0-f67.google.com Received: from mail-wm0-f67.google.com (HELO mail-wm0-f67.google.com) (74.125.82.67) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 15 Sep 2017 12:05:26 +0000 Received: by mail-wm0-f67.google.com with SMTP id 187so2612190wmn.0 for ; Fri, 15 Sep 2017 05:05:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=4HjuUIMauU+g/3iQvt9SR3gQ4L4ApvgVYGtgMHlws5s=; b=DTYQrLM9jfJkzhBpQC2Qbq/u99l2ckh0vE756d1cBP6P4L5c5Tc1R2Icv7liYynLTX m+J/04NAGEuYRxidC59/UFpfZvik9z9kq+FT6udhoZCg5aKYBYIGMUQ5WozAl8hKreO/ VktkrMX8FwYwFpt6hL0ejRUMUHQRBnapkRdmpMlq+LZm9aRUiIcuKFUZlwgmMzTospDB pjgcYwraXPdLmcvh/ywn46MGDiw68scJvIfDJLUvhUuLLTbuQchea2KNrG1n1K+XfmYR 2848O4IIz+5THF4yKvipQR9+ese+/S8xXE3QZsWa6EzhCbQPQhgvJZkOTESPyVrK6T/g RaDA== X-Gm-Message-State: AHPjjUjjzezyPmZBd4mOIJMNmYoOu3Fgu2X6vHK4tAMFeaJtZbAjbQrC cxyiNzVEm7brUOWIu+KJ2Om+jw== X-Google-Smtp-Source: AOwi7QA0l7wjp3NPsBVAFkURfTBzPlb8zcfWEaFN7Yu+aIDqZ0U07cVdf8sVQSKxrQ83rnEmFeaAmQ== X-Received: by 10.28.151.200 with SMTP id z191mr2896758wmd.115.1505477124005; Fri, 15 Sep 2017 05:05:24 -0700 (PDT) Received: from E107787-LIN (static.42.136.251.148.clients.your-server.de. [148.251.136.42]) by smtp.gmail.com with ESMTPSA id z14sm579532wre.35.2017.09.15.05.05.22 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Fri, 15 Sep 2017 05:05:23 -0700 (PDT) From: Yao Qi To: Simon Marchi Cc: Pedro Alves , Subject: Re: [PATCH] Add DISABLE_COPY_AND_ASSIGN References: <1500385686-19857-1-git-send-email-yao.qi@linaro.org> <179e2d35-d903-1d6d-256a-063a35d677d2@redhat.com> <86iniprd5l.fsf@gmail.com> <075e7089-199f-f251-c4a2-58099b5f06e9@redhat.com> <19cd9fec-2b41-e827-0d51-b2a1b0680808@ericsson.com> Date: Fri, 15 Sep 2017 12:05:00 -0000 In-Reply-To: <19cd9fec-2b41-e827-0d51-b2a1b0680808@ericsson.com> (Simon Marchi's message of "Sat, 9 Sep 2017 20:45:39 +0200") Message-ID: <864ls4rwu9.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-09/txt/msg00402.txt.bz2 Simon Marchi writes: > Out of curiosity, did you make any progress on this? I pinged Ian in GNU Cauldron, and he is "basically OK" with the patch. https://gcc.gnu.org/ml/gcc-patches/2017-09/msg00532.html I need to address his comments and commit it. --=20 Yao (=E9=BD=90=E5=B0=A7)