mirror of
https://github.com/frida/tinycc
synced 2024-11-24 00:29:38 +03:00
9382a3ad58
_Noreturn, just like __attribute__((noreturn)), is ignored. I also added stdnoreturn.h, in all its glorious uselessness. _Alignas only works for integer expressions right now. In order to comply, we need: - _Alignas(type) -> _Alignas(_Alignof(type)). - stdalign.h as soon as it is done. Note: DR 444 is supported; it works on struct members. Signed-off-by: Devin Hussey <husseydevin@gmail.com> |
||
---|---|---|
.. | ||
float.h | ||
stdarg.h | ||
stdbool.h | ||
stddef.h | ||
stdnoreturn.h | ||
varargs.h |