On Tue, Aug 2, 2022 at 3:33 PM Jens Axboe <axboe@xxxxxxxxx> wrote: > > On 8/2/22 4:27 PM, Linus Torvalds wrote: > > > > It happens both with clang-14.0 and with gcc-12.1.1. > > gcc-12.1 is what I use, fwiw. Hmm. I think the last ".1" is actually purely a Fedora artifact. The gcc people themselves have only released 12.1.0, and looking around for the srpm info, it looks like all the final F36 ".1" is for some unrelated patches. So we may actually be essentially on the same compiler version, and I don't know why you wouldn't see the error. It showed up with a plain "make allmodconfig" build here. Linus