From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 37473 invoked by alias); 13 Apr 2015 13:12:51 -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 37464 invoked by uid 89); 13 Apr 2015 13:12:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 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, 13 Apr 2015 13:12:50 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id D0D258EB2F; Mon, 13 Apr 2015 13:12:48 +0000 (UTC) Received: from localhost.localdomain (ovpn-113-99.phx2.redhat.com [10.3.113.99]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t3DDCmTh007222; Mon, 13 Apr 2015 09:12:48 -0400 Message-ID: <552BC0D0.6060401@redhat.com> Date: Mon, 13 Apr 2015 13:12:00 -0000 From: Jeff Law User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Bernhard Reutner-Fischer , GCC Patches , Jakub Jelinek Subject: Re: patch ping References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00584.txt.bz2 On 04/11/2015 04:27 PM, Bernhard Reutner-Fischer wrote: > Hi, > > I'd like to ask an RM or global reviewer to kindly consider the > following patches preventing one or the other target in config-list.mk > to build: > > [PATCH, bfin] handle BFIN_CPU_UNKNOWN in TARGET_CPU_CPP_BUILTINS > https://gcc.gnu.org/ml/gcc-patches/2015-04/msg00034.html OK. > > [PATCH, c6x] handle unk_isa in TARGET_CPU_CPP_BUILTINS > https://gcc.gnu.org/ml/gcc-patches/2015-04/msg00089.html OK. > > > Cosmetic patchlets pending but probably for stage 1 now: > > Remove redundant guard in emit_bss() > https://gcc.gnu.org/ml/gcc-patches/2015-04/msg00337.html OK. > > tree-tailcall: Commentary typo fix, remove fwd declaration > https://gcc.gnu.org/ml/gcc-patches/2015-04/msg00342.html OK. > > s/ ;/;/g Makefile.tpl > https://gcc.gnu.org/ml/gcc-patches/2015-04/msg00380.html OK Note there is a policy that requires all patches to be bootstrapped and regression tested. These are trivial enough that I'll approve them as-is. However, in the future, please bootstrap and regression test changes whenever possible. Thanks, Jeff