blob: d7787c1e64f1c1c3eb01b8855ede9631f6241b36 [file] [log] [blame]
Paul Sokolovsky3486b4e2022-09-06 13:33:57 +03001# Compilers.
2-file_tag+={GCC,"^/opt/gcc-arm-.+/bin/aarch64-none-elf-gcc$"}
3
4-config=STD.tokenext,+behavior={c99, GCC, "^(__asm|__asm__|__attribute__|__restrict|__typeof__|__builtin_types_compatible_p|__builtin_offsetof|__volatile__|__alignof|_Static_assert)$"}
5-config=STD.inclnest,+behavior={c99, GCC, 24}
6-config=STD.ppifnest,+behavior={c99, GCC, 32}
7-config=STD.macident,+behavior={c99, GCC, 4096}
8-config=STD.stdtypes,+behavior={c99, GCC, "unsigned long long||long long"}
9
10-config=STD.charsmem,+behavior={c99, GCC, utf8}
11-config=STD.bytebits,+behavior={c99, GCC, 8}
12-config=STD.freesten,+behavior={c99, GCC, specified}
13-config=STD.freestnd,+behavior={c99, GCC, specified}