From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 90360 invoked by alias); 10 Dec 2018 20:45:55 -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 90339 invoked by uid 89); 10 Dec 2018 20:45:54 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,KAM_NUMSUBJECT,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.2 spammy=H*Ad:D*oracle.com, Hx-languages-length:547, fresh X-HELO: aserp2130.oracle.com Received: from aserp2130.oracle.com (HELO aserp2130.oracle.com) (141.146.126.79) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 10 Dec 2018 20:45:53 +0000 Received: from pps.filterd (aserp2130.oracle.com [127.0.0.1]) by aserp2130.oracle.com (8.16.0.22/8.16.0.22) with SMTP id wBAKirRd193347; Mon, 10 Dec 2018 20:45:50 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=subject : to : references : cc : from : message-id : date : mime-version : in-reply-to : content-type : content-transfer-encoding; s=corp-2018-07-02; bh=dEou/dvTi7NChiQdIrcIp3WGkb/yjBjRQeFmozysUc4=; b=WqoXZUvjK9oW/NOjj3DCCxV0HDPO/P9efK7OWW1007iiPJ5YujPTl1XQa6EfCqZjuo2a r3D5+n5MB/eFXvXEiYFMScn2R2iiYIbLllpJmTHHfhEaJW7eyE8PQcKG5XNFkkJoSEit XeKnruFSnMvpgOQujDnVaeemJ/hw6pVMAtxeBjyiMNBgaXt53gOmFk73wcDwiRLLuxZ3 KVSlIEQZy+PuIrv7XyJzqDE96PKDeO7s/NR/xxjvDgnMKks2unkf2ylKga7FODkyYu67 Eslq6RmHLjYvJlrJLkb1HXCKGzfOI8mR2PHQL1IF3HtNLyvjs028Vf4Cx5i++SEqET03 oA== Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by aserp2130.oracle.com with ESMTP id 2p83fe0fnk-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 10 Dec 2018 20:45:50 +0000 Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by userv0022.oracle.com (8.14.4/8.14.4) with ESMTP id wBAKjm10012679 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 10 Dec 2018 20:45:49 GMT Received: from abhmp0005.oracle.com (abhmp0005.oracle.com [141.146.116.11]) by aserv0122.oracle.com (8.14.4/8.14.4) with ESMTP id wBAKjlkG025808; Mon, 10 Dec 2018 20:45:47 GMT Received: from [10.159.247.242] (/10.159.247.242) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 10 Dec 2018 12:45:46 -0800 Subject: Re: [PATCH] PR86957 To: Thomas Schwinge , Richard Biener References: <6a2ea403-22c3-91f6-f826-29e186f21b91@suse.cz> <159a29c5-8f8b-4194-dbea-1c9bd414db3a@oracle.com> <7ed25f0a-10a8-3eca-c032-29e76054bfb6@suse.cz> <20180917105249.GA49438@kam.mff.cuni.cz> <15203968-8ae2-9da8-0c14-83ed1ebbb907@gmail.com> <5747ABCD-4100-435B-81FD-CC630732AB7F@sandoe.co.uk> <87pnugryxc.fsf@euler.schwinge.homeip.net> <14105d7c-da1c-7c51-b103-5f9f5d61eb79@oracle.com> Cc: Martin Sebor , =?UTF-8?Q?Martin_Li=c5=a1ka?= , GCC Patches , Iain Sandoe From: Indu Bhagat Message-ID: Date: Mon, 10 Dec 2018 20:45:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <14105d7c-da1c-7c51-b103-5f9f5d61eb79@oracle.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2018-12/txt/msg00600.txt.bz2 On 12/06/2018 05:54 PM, Indu Bhagat wrote: > 2. I do however see other tests (a total of 23) which are have > regressed from > PASS --> UNRESOLVED. A diff is attached. > > Each one of them is due to "Error/Warning threshold exceeded: 1 0 > (max. 1 3)" False alarm. Looks like there is some flakiness I ran into. New testsuite runs (make check-gcc) on a fresh builds of the GCC (with and without missing-profile) enabled look OK. One additional failure as expected (Wmissing-profile.c). No additional unresolved tests. Indu