[PATCH v6 3/25] compiler-gcc.h: Add gcc-recommended GCC_VERSION macro

2012-09-27 Thread Daniel Santos
Throughout compiler*.h, many version checks are made. These can be simplified by using the macro that gcc's documentation recommends. However, my primary reason for adding this is that I need bug-check macros that are enabled at certain gcc versions and it's cleaner to use this macro than the

[PATCH v6 3/25] compiler-gcc.h: Add gcc-recommended GCC_VERSION macro

2012-09-27 Thread Daniel Santos
Throughout compiler*.h, many version checks are made. These can be simplified by using the macro that gcc's documentation recommends. However, my primary reason for adding this is that I need bug-check macros that are enabled at certain gcc versions and it's cleaner to use this macro than the