From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 77220 invoked by alias); 11 Dec 2018 09:14: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 77163 invoked by uid 89); 11 Dec 2018 09:14:47 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=HTo:D*oracle.com, collaboration, journey, Indu X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 11 Dec 2018 09:14:40 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=svr-ies-mbx-01.mgc.mentorg.com) by relay1.mentorg.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-SHA384:256) id 1gWe7g-0001Ji-Dw from Thomas_Schwinge@mentor.com ; Tue, 11 Dec 2018 01:14:36 -0800 Received: from hertz.schwinge.homeip.net (137.202.0.90) by svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) with Microsoft SMTP Server (TLS) id 15.0.1320.4; Tue, 11 Dec 2018 09:14:32 +0000 From: Thomas Schwinge To: Indu Bhagat CC: Martin Sebor , Martin =?utf-8?Q?Li=C5=A1ka?= , GCC Patches , Iain Sandoe , Richard Biener Subject: Re: [PATCH] PR86957 In-Reply-To: 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> User-Agent: Notmuch/0.9-101-g81dad07 (http://notmuchmail.org) Emacs/25.2.2 (x86_64-pc-linux-gnu) Date: Tue, 11 Dec 2018 09:14:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-SW-Source: 2018-12/txt/msg00637.txt.bz2 Hi Indu! I recently saw that you just started contributing to GCC, so: welcome, and enjoy to journey! On Mon, 10 Dec 2018 12:54:09 -0800, Indu Bhagat wr= ote: > On 12/06/2018 05:54 PM, Indu Bhagat wrote: > > [...] Thanks for looking into this issue again. As I said in private email, such things (like looking at the wrong build's test logs) happen to all of us. As long as we learn -- or, at least try to learn ;-) -- something from that, that's fine, as far as I'm concerned. Evidently, the peer review/collaboration that we have in these Free Software/Open Source software projects worked, and we eventually caught this issue. :-) > > 2. I do however see other tests (a total of 23) which are have=20 > > regressed from > > PASS --> UNRESOLVED. A diff is attached. > > > > Each one of them is due to "Error/Warning threshold exceeded: 1 0=20 > > (max. 1 3)" > False alarm. >=20 > Looks like there is some flakiness I ran into. Anything we could help you with, or that you have questions about? > New testsuite runs (make check-gcc) on a fresh builds of the GCC (with=20 > and without missing-profile) enabled look OK. > One additional failure as expected (Wmissing-profile.c). No additional=20 > unresolved tests. Good, thanks for verifying! Gr=C3=BC=C3=9Fe Thomas