Messages in this thread |  | | Date | Sun, 2 May 2021 19:44:57 -0500 | From | Segher Boessenkool <> | Subject | Re: [PATCH] Raise the minimum GCC version to 5.2 |
| |
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
|  |