From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 130171 invoked by alias); 23 May 2016 15:47:27 -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 130138 invoked by uid 89); 23 May 2016 15:47:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=claim, opportunity X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 23 May 2016 15:47:16 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7E82F6267F; Mon, 23 May 2016 15:47:15 +0000 (UTC) Received: from localhost.localdomain (ovpn-116-172.phx2.redhat.com [10.3.116.172]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u4NFlEnM012500; Mon, 23 May 2016 11:47:15 -0400 Subject: Re: [Patch wwwdocs] Add aarch64-none-linux-gnu as a primary platform for GCC-7 To: Richard Biener , Ramana Radhakrishnan , Gerald Pfeifer , Andreas Tobler References: <5742CA86.10200@foss.arm.com> Cc: "gcc-patches@gcc.gnu.org" From: Jeff Law Message-ID: Date: Mon, 23 May 2016 15:47:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-05/txt/msg01815.txt.bz2 On 05/23/2016 03:26 AM, Richard Biener wrote: > On Mon, May 23, 2016 at 11:16 AM, Ramana Radhakrishnan > wrote: >> Hi, >> >> The Steering Committee has decided to add aarch64-none-linux-gnu as a primary platform for GCC-7. This reflects the increasing popularity of the port and the increased general availability of hardware. I also took the opportunity of creating a GCC-7 criteria page at the same time. >> >> Applied. > > Sorry to hijack the thread but I continue to notice that we have > i386-unknown-freebsd as a primary target. I notice here > the 'i386' (the only primary target still explicitely listing that > sub-target) and the fact that freebsd switched to LLVM as > far as I know. > > So I propose to demote -freebsd to secondary and use > i686-unknown-freebsd (or x86_64-unknown-freebsd?). > > Gerald, Andreas, can you comment on both issues? Esp. i386 is putting > quite some burden on libstdc++ and atomics support > for example. The target may claim i386, but it's actually i486+ so we don't have any real issues around atomics. This came up in 2014. We can look at demoting FreeBSD again; when we looked at it in 2014 it wasn't seen as a particularly useful thing to do. But I'm open to revisiting. jeff