> Thanks for feedback Michael! I wasn't aware of __GNUC_PREREQ. > I did a grep and found a few more places where it can be used.
But __GNUC_PREREQ may not be available everywhere LibreSSL is built, so it is better to stick to explicit tests for the time being. I have fixed the test to handle gcc >= 5.x correctly.