https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105171
--- Comment #12 from PaX Team <pageexec at gmail dot com> --- (In reply to Jakub Jelinek from comment #11) > I think kernel requires gcc >= 5.1 anyway. there's more than one kernel version in active use and under development/support, even by upstream, not to mention companies/communities. for example linux 4.14 builds with gcc 3.2+, linux 5.4 builds with gcc 4.6+, linux 5.10 builds with gcc 4.9+, you get the idea. obviously plugins compiling for older gcc will have to use some hack to handle the bug here but going forward it'd be nice to do something better.