From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753181AbcEBHYg (ORCPT ); Mon, 2 May 2016 03:24:36 -0400 Received: from mout.kundenserver.de ([212.227.126.187]:64794 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751890AbcEBHY1 (ORCPT ); Mon, 2 May 2016 03:24:27 -0400 From: Arnd Bergmann To: kernel-build-reports@lists.linaro.org Cc: Olof Johansson , "Olof's autobuilder" , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: mainline build: 896 warnings 1 failures (mainline/v4.6-rc5-224-gda9373d) Date: Mon, 02 May 2016 09:24:19 +0200 Message-ID: <1535117.FXDhxv6m8v@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: References: <57267469.8ade420a.aec17.ffffc1ee@mx.google.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:TjkcYRe++byGDA8W4meQJcpykWIKL8kjzRM3UEhHR+jyHKKcT4P abtCVTvib+yYhgS6NAdqyNx+SnfDc3L6KLeTKKcn0EtG8melScRtbweY2wdExHug0c/lZQ9 WLkeVtGVqbbudlj0HQi1xabSsMng4XAnx1D2Mp39+aatJs8WuZ6CaGE/4AZCbfF2eAG2EYv aoIpN8t7SEWCmIQATkiYg== X-UI-Out-Filterresults: notjunk:1;V01:K0:YWzfFgZ8N9g=:/KbezbbX7LSpeeJWSmy3P4 VvhwOXVqH4jg/NQ+h0uZahfL6fXswwqv4JPZYYNqXv6hxzDgGJykpblSixy7JjFQ74ZTRXzCN K8W8ezxRiYPbw9kQ0b/ncj2orgCXy8tolYtvPIOXYfF8wnv4X48yp+OlFw+WFI18XzLaGDGEh L4xhRVs8tdN/xDt8z/VBVeUq+PbXBL+MaKfsK3i7CPf7gpgD+daTnGsSw6luzJbPMysWqy0L8 ZO/08KlAE2/2/5gT3hotgM+vGLIHY4hfL6N2cXurqlBLB/L4XKm0yehEn12rtRV+gHNge7OXK TYGpbOA3zAEUn35637RW6rrPl+3dSPuF46mzMHI/U8gADCYzWtQ4KNgO8wNV06LYO863WGvcv q+1RjoY4fc+XwraPKXYsyMc/qERCU8OwsaAb/p1TsxiqvowcjRU3ZuFlDjzCdNLGWmiiypzVX rPR7TBRudwwD0epDqXUeye71sQaCCNp7PMyWvsX/OcV5TUdNz3EXXPt61xmAJW3syqkY9hbkX ylRDesD+t3SUeb5uy3hGCehSv6fpMMe9IFPOhavKBzK0mB9qgkemJYERt+Aruai2oJXA2op5Z H2Oa3mSY4J6DyZDY8ysgAmguzAiv86g1fZQtR1mJsHvZRgaeU4rsmc16S5wZbcRjxRcogReoR sNTbVc0rhhrNLXg421MCTRKDVf75dvGv26fZomibaJDLgOuw0CC8cwiW85C85/wAhSMx62wJP 1PWao1DUjbnDg1xh Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sunday 01 May 2016 16:19:53 Olof Johansson wrote: > On Sun, May 1, 2016 at 2:26 PM, Olof's autobuilder wrote: > > Here are the build results from automated periodic testing. > > > > The tree being built was mainline, found at: > > > > http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git (master branch) > > > > Topmost commit: > > > > da9373d Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal > > > > Build logs (stderr only) can be found at the following link (experimental): > > > > http://arm-soc.lixom.net/buildlogs/mainline/v4.6-rc5-224-gda9373d/ > > > > > > Runtime: 5m 0s > > > > Passed: 117 > > Failed: 1 > > > > Warnings: 896 > > > > Section mismatches: 0 > > So, yeah, I updated to GCC 6.1.0 and it looks noisy. If it doesn't get > whittled down pretty quickly I might switch to an older compiler > again. Oops, it looks like I never submitted a patch to shut up -Wunused-const-variable, though I've been building that way myself here and fixing all /other/ warnings. I think we want to have -Wunused-const-variable at the W=1 level, but not by default. Arnd