Skip to content

gmacros: Add GCC < 5 fallback for __always_inline__

Commit 15cd0f04 introduced a check for the __always_inline__ attribute. However, we don't define a fallback for GCC < 5.

It is not clear to me since when __always_inline__ is supported by GCC. I defined it since GCC 2.0 but I don't know how to verify it.

Merge request reports