From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 91036 invoked by alias); 7 Jan 2020 10:20: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 90982 invoked by uid 89); 7 Jan 2020 10:20:51 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.9 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) (207.211.31.81) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 07 Jan 2020 10:20:49 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1578392447; 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=/oT8oUhDTz6NRUEeSd3opN/OGIrVFLzeY6k5NfOjWAI=; b=TAGiYg1o6XZkDl0JRO0NEniY5urBAuH9E72gBSghjWciZQuXlHBTczy809W06hXLPUPzUo aXwHVWVRMh5tiPk3AL7uEY8A8Vu/ja7oTCkY5RqR2cHfL72L2yewEzEyanmRpShfAFEE6n i6P5opWXzJY6nWAFg8cTB96YkL1kBjo= 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-375-2Bwkvp0IMc2dN1UeZIcrTw-1; Tue, 07 Jan 2020 05:20:46 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 290CF1005502 for ; Tue, 7 Jan 2020 10:20:45 +0000 (UTC) Received: from tucnak.zalov.cz (ovpn-116-112.ams2.redhat.com [10.36.116.112]) by smtp.corp.redhat.com (Postfix) with ESMTPS id B4F5560BE2; Tue, 7 Jan 2020 10:20:44 +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 007AKgwr015344; Tue, 7 Jan 2020 11:20:42 +0100 Received: (from jakub@localhost) by tucnak.zalov.cz (8.15.2/8.15.2/Submit) id 007AKfrH015343; Tue, 7 Jan 2020 11:20:41 +0100 Date: Tue, 07 Jan 2020 10:20:00 -0000 From: Jakub Jelinek To: Jeff Law Cc: gcc-patches@gcc.gnu.org Subject: Patch ping Message-ID: <20200107102041.GB10088@tucnak> Reply-To: Jakub Jelinek MIME-Version: 1.0 User-Agent: Mutt/1.11.3 (2019-02-01) X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-IsSubscribed: yes X-SW-Source: 2020-01/txt/msg00214.txt.bz2 Hi! I'd like to ping a few patches: PR target/93009 - avx512* wrong-code fix http://gcc.gnu.org/ml/gcc-patches/2019-12/msg01488.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