From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-1.mimecast.com (us-smtp-2.mimecast.com [207.211.31.81]) by sourceware.org (Postfix) with ESMTP id B66E6394201D for ; Tue, 10 Mar 2020 12:28:28 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1583843308; 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=AusHji2FxM0smaMKBAgI6BQsQ59bvlY659dUtb05xpk=; b=KN/NEH/yKRVDfHn0LYP6zUO7d7XoA45uMP6Xum9PRbkTpVAmo9GxOVbYfsKbcR2lBBgFvn DgnBJSgjfouECufRm9jF1bq6Rv3CLrAEwKt0NKGvO8b1l4FNndT+l8ASeFkHeQPg+jM+o0 7xFlhkhHMB0WWrinFe1VRR2aSL0Wk3o= 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-11--S3Z1Nc2OUWVNJcV8ICrAA-1; Tue, 10 Mar 2020 08:28:24 -0400 X-MC-Unique: -S3Z1Nc2OUWVNJcV8ICrAA-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id EF7AC8018A3 for ; Tue, 10 Mar 2020 12:28:22 +0000 (UTC) Received: from tucnak.zalov.cz (ovpn-116-37.ams2.redhat.com [10.36.116.37]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 8A95A5C290; Tue, 10 Mar 2020 12:28:22 +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 02ACSKue023536; Tue, 10 Mar 2020 13:28:20 +0100 Received: (from jakub@localhost) by tucnak.zalov.cz (8.15.2/8.15.2/Submit) id 02ACSJTT023535; Tue, 10 Mar 2020 13:28:19 +0100 Date: Tue, 10 Mar 2020 13:28:19 +0100 From: Jakub Jelinek To: Jeff Law Cc: gcc-patches@gcc.gnu.org Subject: Patch ping Message-ID: <20200310122819.GW2156@tucnak> Reply-To: Jakub Jelinek MIME-Version: 1.0 User-Agent: Mutt/1.11.3 (2019-02-01) X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 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-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Mar 2020 12:28:29 -0000 Hi! I'd like to ping the https://gcc.gnu.org/legacy-ml/gcc-patches/2020-03/msg00154.html P1 PR94015 patch, with the https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94015#c5 testcase instead of the one sent in the patch, so that it FAILs without the fix on more targets and more reliably. Thanks =09Jakub