From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23052 invoked by alias); 30 Apr 2018 08:17:05 -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 21808 invoked by uid 89); 30 Apr 2018 08:17:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,KAM_SHORT,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=fl 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, 30 Apr 2018 08:17:03 +0000 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id ADDF53003A3B; Mon, 30 Apr 2018 08:17:01 +0000 (UTC) Received: from tucnak.zalov.cz (unknown [10.36.118.110]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 49A2E80888; Mon, 30 Apr 2018 08:17:01 +0000 (UTC) Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.15.2/8.15.2) with ESMTP id w3U8GwwJ023453; Mon, 30 Apr 2018 10:16:59 +0200 Received: (from jakub@localhost) by tucnak.zalov.cz (8.15.2/8.15.2/Submit) id w3U8GvjL023452; Mon, 30 Apr 2018 10:16:57 +0200 Date: Mon, 30 Apr 2018 08:43:00 -0000 From: Jakub Jelinek To: Richard Biener , Jeff Law , Kirill Yukhin Cc: gcc-patches@gcc.gnu.org Subject: Patch ping Message-ID: <20180430081656.GF8577@tucnak> Reply-To: Jakub Jelinek MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.2 (2017-12-15) X-IsSubscribed: yes X-SW-Source: 2018-04/txt/msg01297.txt.bz2 Hi! I'd like to ping following patches for stage1: - PR78420 __builtin_early_constant_p http://gcc.gnu.org/ml/gcc-patches/2018-03/msg00355.html - use --push-state --as-needed and --pop-state around -lgcc_s http://gcc.gnu.org/ml/gcc-patches/2018-04/msg00567.html - PR85466 next{after,toward}{,f,l} constant folding http://gcc.gnu.org/ml/gcc-patches/2018-04/msg01027.html - PR85480 improve AVX512 128-bit insertion into 512-bit zero vector http://gcc.gnu.org/ml/gcc-patches/2018-04/msg01058.html Thanks Jakub