Applying alignas() to an entire struct in C...
Read MoreIs this a well-defined way to access bitfield bits by index in C11...
Read MoreCasting pointer-to-intptr_t to pointer-to-pointer...
Read MoreWhy does this ANTLR4 grammar complain about C code that is obviously legal and compilable?...
Read MoreSyntax and Sample Usage of _Generic in C11...
Read MoreIs there a constexpr in new standard C11 (not C++11) or planned in the future?...
Read MoreWhy didn't gcc (or glibc) implement _s functions?...
Read MoreDoes C11 says anything about empty translation units? If yes, in which section?...
Read MoreMake autotools add --std=c11 to CFLAGS...
Read MoreC11: are rules of reserved identifiers irrelevant if library is not used?...
Read MoreWhy is "static;" valid C syntax?...
Read MoreThe sequential consistent order of C++11 vs traditional GCC built-ins like `__sync_synchronize`...
Read MoreIs { struct-declaration-list } a block?...
Read MoreDoes the the 2+2W litmus test code in the 'Repairing Sequential Consistency' paper have a pr...
Read MoreCan a C compiler legally reject a program if its call stack depth exceeds a fixed limit at compile t...
Read MoreDoes assigning a volatile variable to itself suppress compiler optimization in a loop?...
Read MoreWhat is the difference in atomic_load() and assignment?...
Read More__STDC_LIB_EXT1__ availability in gcc and clang...
Read MoreWhat is the default C -std standard version for the current GCC (especially on Ubuntu)?...
Read More_Alignas for struct members using clang & C11...
Read MoreIs this a valid way of checking if a variadic macro argument list is empty?...
Read MoreAdvantage of using compound assignment...
Read MoreChecking support for _Generic() selection in C...
Read MoreWhat is the order of evaluation of VLA dimensions?...
Read MoreUsing = operator on atomic variable?...
Read MoreWhat does section 5.1.2.3, paragraph 4 (in n1570.pdf) mean for null operations?...
Read MoreC standard - const qualification of struct members...
Read More