blob: 1c762325ee6af83b7a81f9e2c175d64919471e31 [file] [log] [blame]
Paul Sokolovsky3486b4e2022-09-06 13:33:57 +03001# Compilers.
Paul Sokolovsky174bdc52022-10-05 22:02:51 +03002-file_tag+={GCC,"^.*aarch64-none-elf-gcc$"}
Paul Sokolovsky3486b4e2022-09-06 13:33:57 +03003
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}