Re: [PATCH] gcc-plugins: drop support for GCC <= 4.7

From: Alexey Dobriyan
Date: Mon Mar 30 2020 - 01:42:33 EST


> This commit drops the plugin support for GCC <= 4.7 a bit earlier,
> which allows us to dump lots of code.

4.7+ allows _Alignas, _Alignof, _Static_assert even in --std=gnu89 mode.
Very nice.