Mark H Weaver <m...@netris.org> skribis: > So clang is pretending to be GCC (by defining __GNUC__), and then breaks > if we use the noreturn attribute which has been supported in GCC since > version 2.5 (released in 1993) ? If so, I consider that a bug in clang.
Agreed. As long as Clang defines __GNUC__, we should ignore any such problem. Ludo’.