From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28541 invoked by alias); 9 Sep 2017 09:45:42 -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 28532 invoked by uid 89); 9 Sep 2017 09:45:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:709, controversial, fallen X-HELO: mail-qt0-f177.google.com Received: from mail-qt0-f177.google.com (HELO mail-qt0-f177.google.com) (209.85.216.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 09 Sep 2017 09:45:41 +0000 Received: by mail-qt0-f177.google.com with SMTP id s18so9386368qta.3 for ; Sat, 09 Sep 2017 02:45:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=9G6mbheM2WWG9MhOkkre85TgugB2dUZqFMT3IdfNQIA=; b=kgUHR+GB8Qw1XgzZ1MF1S8y0jTYwn1fHUu21LW13CKsFTawXt7HaP60w/Yxcmcwr02 H0a0x2RQltuaCt0KESAMFriAkS4UAycqiOEZKQOysC8WQ5QYoX+BManVEs5hHbLl5tne jPFL2FlSzVO81jf+xtNDZfAo/CUPjcTjT6TZqqkcBlYQZu50CeTfubXN0GbWzVCMsMBQ /txnxLTVYF+KHmflRWlVygr2KM1qBdLs88m3YqUtGoXaBJb1+rjosQbwNzwI7iw9Fazs iIRd7QzO+hn+UfqGZhC8Q9PLp3wYKdmGmsUZ/HherTCtkiwGVdbXAnBXR25EcH3E9CuU zH9Q== X-Gm-Message-State: AHPjjUikRnSdwEs1IyjwcZnQtpDIaOpoWUZ5HjdrE6rqTGr0hu6BBn8N WF2/v2XXR1Z3wzhWsmoB66vaXmQ8Nw== X-Google-Smtp-Source: AOwi7QCuj10nHHLamtkR1n8+85rgONMCWWJiejJYwMILz8XcNhofQ1VpQ5ZmkgH51gyDUU/+58ZmIt5hs2hJS1lj1Yg= X-Received: by 10.237.33.211 with SMTP id m19mr7456704qtc.272.1504950339502; Sat, 09 Sep 2017 02:45:39 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.135.164 with HTTP; Sat, 9 Sep 2017 02:45:39 -0700 (PDT) In-Reply-To: References: <1500456645-30359-1-git-send-email-yao.qi@linaro.org> <20170726085510.GA8039@1170ee0b50d5> From: Yao Qi Date: Sat, 09 Sep 2017 09:45:00 -0000 Message-ID: Subject: Re: [PATCH] Add macro DISABLE_COPY_AND_ASSIGN To: Pedro Alves Cc: gcc-patches , Ian Lance Taylor Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-09/txt/msg00527.txt.bz2 On Fri, Aug 11, 2017 at 3:14 PM, Pedro Alves > Yeah, this is a macro that lots of projects out there reinvent, > can't imagine it being very controversial. > > I could have used this today in another spot in gdb. > > The patch as is touches areas with different maintainers, it > may have fallen victim of diffusion of responsibility. > > Could we get at least the ansidecl.h change in, so we can > start using it in gdb? CCing Ian as a libiberty maintainer. Hi Ian, I just talked with you about this patch. You are cc'ed. Could you take a look at the change in include/ansidecl.h? Then, we can use it in different projects, gcc, gdb and gold. --=20 Yao (=E9=BD=90=E5=B0=A7)