Re: [PATCH] Raise the minimum GCC version to 5.2

From: Segher Boessenkool
Date: Sun May 02 2021 - 20:59:19 EST


On Sun, May 02, 2021 at 02:23:01PM -0700, Joe Perches wrote:
> On Sun, 2021-05-02 at 15:32 -0500, Segher Boessenkool wrote:
> > On Sun, May 02, 2021 at 01:00:28PM -0700, Joe Perches wrote:
> []
> > > Perhaps 8 might be best as that has a __diag warning control mechanism.
> >
> > I have no idea what you mean?
>
> ? read the last bit of compiler-gcc.h

Ah, you mean
#pragma GCC diagnostic
(which has existed since GCC 4.2). Does anything in this __diag stuff
require GCC 8? Other than that this is hardcoded here :-)


Segher