From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 125373 invoked by alias); 12 Oct 2016 14:01:16 -0000 Mailing-List: contact jit-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Subscribe: Sender: jit-owner@gcc.gnu.org Received: (qmail 125343 invoked by uid 89); 12 Oct 2016 14:01:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.99.2 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Subject: Re: Move OVERRIDE/FINAL from gcc/coretypes.h to include/ansidecl.h To: Pedro Alves , Trevor Saunders References: <1462552846-17096-1-git-send-email-dmalcolm@redhat.com> <8ce94f18-421f-9466-85cf-e17d9caee151@redhat.com> <20160506183345.GK3628@ball> <5b2de202-c6bd-f8fc-3407-45a40ddfe62c@redhat.com> Cc: David Malcolm , gcc-patches@gcc.gnu.org, jit@gcc.gnu.org From: Bernd Schmidt Message-ID: Date: Fri, 01 Jan 2016 00:00:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <5b2de202-c6bd-f8fc-3407-45a40ddfe62c@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Wed, 12 Oct 2016 14:01:12 +0000 (UTC) X-SW-Source: 2016-q4/txt/msg00001.txt.bz2 On 10/10/2016 09:32 PM, Pedro Alves wrote: > From: Pedro Alves > Date: 2016-10-10 19:25:47 +0100 > > Move OVERRIDE/FINAL from gcc/coretypes.h to include/ansidecl.h > > So that GDB and other projects that share the top level can use them. Seems reasonable. OK unless someone objects by the end of the week. Bernd