From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10718 invoked by alias); 11 Apr 2015 22:27:46 -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 10681 invoked by uid 89); 11 Apr 2015 22:27:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ig0-f180.google.com Received: from mail-ig0-f180.google.com (HELO mail-ig0-f180.google.com) (209.85.213.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sat, 11 Apr 2015 22:27:43 +0000 Received: by iggg4 with SMTP id g4so21981168igg.0 for ; Sat, 11 Apr 2015 15:27:41 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.50.112.73 with SMTP id io9mr7240485igb.18.1428791261210; Sat, 11 Apr 2015 15:27:41 -0700 (PDT) Received: by 10.64.123.2 with HTTP; Sat, 11 Apr 2015 15:27:41 -0700 (PDT) Date: Sat, 11 Apr 2015 22:27:00 -0000 Message-ID: Subject: patch ping From: Bernhard Reutner-Fischer To: GCC Patches , Jakub Jelinek Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00515.txt.bz2 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 [PATCH, c6x] handle unk_isa in TARGET_CPU_CPP_BUILTINS https://gcc.gnu.org/ml/gcc-patches/2015-04/msg00089.html 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 tree-tailcall: Commentary typo fix, remove fwd declaration https://gcc.gnu.org/ml/gcc-patches/2015-04/msg00342.html s/ ;/;/g Makefile.tpl https://gcc.gnu.org/ml/gcc-patches/2015-04/msg00380.html