From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f65.google.com ([209.85.167.65]:46059 "EHLO mail-lf1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726379AbfJPXLV (ORCPT ); Wed, 16 Oct 2019 19:11:21 -0400 Received: by mail-lf1-f65.google.com with SMTP id a19so245972lfg.12 for ; Wed, 16 Oct 2019 16:11:20 -0700 (PDT) Date: Thu, 17 Oct 2019 02:11:16 +0300 From: "Kirill A. Shutemov" Subject: Re: [patch 014/102] llist: introduce llist_entry_safe() Message-ID: <20191016231116.inv5stimz6fg7gof@box.shutemov.name> References: <57fd50dd./gNBvRBYvu+kYV+l%akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Linus Torvalds Cc: Andrew Morton , Sasha Levin , Andrew Pinski , Arnd Bergmann , Masahiro Yamada , Michal Marek , mm-commits@vger.kernel.org, Alexander Potapenko , Dmitry Vyukov , Eric Dumazet , Kostya Serebryany , Ingo Molnar , linux-arch , Linux Kbuild mailing list On Wed, Oct 16, 2019 at 03:23:42PM -0700, Linus Torvalds wrote: > [ Coming back to this, because it was annoying me ] > > On Tue, Oct 11, 2016 at 4:06 PM Linus Torvalds > wrote: > > > > HOWEVER - and this is really annoying - we'd need to use "-std=gnu99/gnu11" > > Hmm. > > I just tried it again after a long time, and "-std=gnu99" seems to > work fine for me on the kernel these days. The old "compound literal" > issues we had at some point seem gone. > > Maybe we've cleaned everything up that used to cause problems. Or > maybe I just mis-remembered and we should have done this long ago? Looks like it was fixed soon after the complain: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63567 -- Kirill A. Shutemov