On Tue, Jan 16, 2018 at 06:50:07AM -0600, Segher Boessenkool wrote: > On Mon, Jan 15, 2018 at 09:21:07AM +0100, Richard Biener wrote: > > We're still in pretty bad shape regression-wise. Please also take > > the opportunity to check the state of your favorite host/target > > combination to make sure building and testing works appropriately. > > I tested building Linux (the kernel) for all supported architectures. > Everything builds (with my usual tweaks, link with libgcc etc.); > except x86_64 and sh have more problems in the kernel, and mips has > an ICE. I'll open a PR for that one.
I messed up this testing, accidentally tested trunk instead. Whoops :-/ For 7, mips works just dandy. Rest is the same (i.e. all works, x86_64 and sh have problems in the kernel code itself, not our problem). Segher