From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 38530 invoked by alias); 12 Dec 2016 13:22:08 -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 38508 invoked by uid 89); 12 Dec 2016 13:22:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=-5.0 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=can=e2, Unreviewed, H*f:sk:ydd8trl, H*i:sk:9179B2D?= 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 ESMTP; Mon, 12 Dec 2016 13:21:57 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (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 5DFBB4E339; Mon, 12 Dec 2016 13:21:56 +0000 (UTC) Received: from tucnak.zalov.cz (ovpn-204-100.brq.redhat.com [10.40.204.100]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id uBCDLrGa001149 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 12 Dec 2016 08:21:55 -0500 Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.15.2/8.15.2) with ESMTP id uBCDLqdW005151; Mon, 12 Dec 2016 14:21:52 +0100 Received: (from jakub@localhost) by tucnak.zalov.cz (8.15.2/8.15.2/Submit) id uBCDLoXe005150; Mon, 12 Dec 2016 14:21:50 +0100 Date: Mon, 12 Dec 2016 13:22:00 -0000 From: Jakub Jelinek To: FX Cc: Rainer Orth , gcc-patches@gcc.gnu.org, fortran@gcc.gnu.org, Paolo Bonzini Subject: Re: Unreviewed patch Message-ID: <20161212132149.GX3541@tucnak.redhat.com> Reply-To: Jakub Jelinek References: <9179B2D9-197E-46C2-A168-926A5CF21493@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <9179B2D9-197E-46C2-A168-926A5CF21493@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2016-12/txt/msg01020.txt.bz2 On Mon, Dec 12, 2016 at 01:54:41PM +0100, FX wrote: > > The following patch has remained unreviewed for a week: > > > > [build] Disable hwcaps on libgfortran > > https://gcc.gnu.org/ml/gcc-patches/2016-12/msg00336.html > > > > It is required to unbreak bootstrap on Solaris/x86 and, though touching > > both libgfortran and libitm, probably needs primarily a build > > maintainer or global reviewer. > > The Fortran part is OK, but I can’t approve the libitm part. The libitm change is ok too. Jakub