Re: [RFC PATCH 0/3] kbuild: generate intermediate C files instead of copying _shipped files
From: Linus Torvalds <torvalds@linux-foundation.org>
Date: 2017-09-08 21:38:27
Also in:
linux-kbuild, lkml
From: Linus Torvalds <torvalds@linux-foundation.org>
Date: 2017-09-08 21:38:27
Also in:
linux-kbuild, lkml
On Fri, Sep 8, 2017 at 11:39 AM, Linus Torvalds [off-list ref] wrote:
Strange. Does anybody see what the pattern to the failure is?
Found it. Stupid special case for 'typeof()' that used
is_reserved_word() in ways I hadn't realized.
Fix committed.
Linus