From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 88010 invoked by alias); 10 Feb 2020 09:24:43 -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 79782 invoked by uid 89); 10 Feb 2020 09:24:30 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,KAM_SHORT,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy= X-HELO: us-smtp-delivery-1.mimecast.com Received: from us-smtp-1.mimecast.com (HELO us-smtp-delivery-1.mimecast.com) (205.139.110.61) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 10 Feb 2020 09:24:27 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581326665; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=+JiKB6jyM44e1cSBDF5pO9gY9ODyDghnuemkTBXP7Ws=; b=CtZ6oQdKRYv34+XHwfrA/X1fOZ3ciwP+JgG31zv8pvuCNoMXfv5KBY0ewnxp1+QmheQRe1 8dlvVYEjDI52W/ymzlj1BGVp0cvm4GzCRUhZqjxwjfgAR0g8bGV5wz1ANlaM/f0Vu8BvOT 9I8mqdWKJgXlCAwg7bENjfURpvLsZb4= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-330-BT31Z8yNMvujySw-2fWhZw-1; Mon, 10 Feb 2020 04:24:20 -0500 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 mimecast-mx01.redhat.com (Postfix) with ESMTPS id 67B5418A6ECA; Mon, 10 Feb 2020 09:24:19 +0000 (UTC) Received: from tucnak.zalov.cz (ovpn-116-51.ams2.redhat.com [10.36.116.51]) by smtp.corp.redhat.com (Postfix) with ESMTPS id C5E0F790E0; Mon, 10 Feb 2020 09:24:18 +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 01A9OGc2018559; Mon, 10 Feb 2020 10:24:16 +0100 Received: (from jakub@localhost) by tucnak.zalov.cz (8.15.2/8.15.2/Submit) id 01A9OFe6018558; Mon, 10 Feb 2020 10:24:15 +0100 Date: Mon, 10 Feb 2020 09:24:00 -0000 From: Jakub Jelinek To: Jeff Law , Jason Merrill , Richard Earnshaw , Ramana Radhakrishnan , Kyrylo Tkachov Cc: gcc-patches@gcc.gnu.org Subject: Patch ping Message-ID: <20200210092415.GJ17695@tucnak> Reply-To: Jakub Jelinek MIME-Version: 1.0 User-Agent: Mutt/1.11.3 (2019-02-01) X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-IsSubscribed: yes X-SW-Source: 2020-02/txt/msg00526.txt.bz2 Hi! I'd like to ping a couple of patches: PR target/91913 - arm movsi + cmpsi -> movsi_compare0 peephole2 ICE fix https://gcc.gnu.org/ml/gcc-patches/2020-02/msg00010.html PR preprocessor/92319 - partially implement P1042R1: __VA_OPT__ wording cla= rifications https://gcc.gnu.org/ml/gcc-patches/2020-01/msg02104.html PR target/93069 - avx512* rejects-valid fix (rejected by assembler) http://gcc.gnu.org/ml/gcc-patches/2019-12/msg01606.html PR tree-optimization/92868 - compute_objsize/gimple_call_alloc_size /maybe_warn_overflow fixes http://gcc.gnu.org/ml/gcc-patches/2019-12/msg01164.html Thanks Jakub