https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105171
--- Comment #10 from Andrew Pinski <pinskia at gcc dot gnu.org> --- What is interesting here is any change will always going to be gcc 13+. So requiring gcc 4.6+ is not a bad thing. Gcc 12 does not even compile with gcc 4.7 or before now with the requirement of c++11. Gcc 4.8 was released over 9 years ago. Gcc 4.6 was 11 years ago. So supporting a 11 year old compiler for plugin is not realistic at this point really.