This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] PR86957
- From: Indu Bhagat <indu dot bhagat at oracle dot com>
- To: Thomas Schwinge <thomas at codesourcery dot com>, Richard Biener <richard dot guenther at gmail dot com>
- Cc: Martin Sebor <msebor at gmail dot com>, Martin Liška <mliska at suse dot cz>, GCC Patches <gcc-patches at gcc dot gnu dot org>, Iain Sandoe <iain at sandoe dot co dot uk>
- Date: Mon, 10 Dec 2018 12:54:09 -0800
- Subject: Re: [PATCH] PR86957
- References: <d1c04a22-7ed4-f598-2475-5859f9aafefa@oracle.com> <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> <e29237f1-eff5-42a7-3b35-ed892868a789@oracle.com> <15203968-8ae2-9da8-0c14-83ed1ebbb907@gmail.com> <e568ce88-af88-7738-7908-12f33c2846fd@oracle.com> <5747ABCD-4100-435B-81FD-CC630732AB7F@sandoe.co.uk> <CAFiYyc2tRw4GxYXv_ReFQAed2oVsovyePdegUdnjy4Ly4L0T4w@mail.gmail.com> <87pnugryxc.fsf@euler.schwinge.homeip.net> <14105d7c-da1c-7c51-b103-5f9f5d61eb79@oracle.com>
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