Search code examples
Applying alignas() to an entire struct in C...


cstructc11alignas

Read More
Is this a well-defined way to access bitfield bits by index in C11...


clanguage-lawyerundefined-behaviorc11bit-fields

Read More
C union type punning arrays...


cc99c11

Read More
Casting pointer-to-intptr_t to pointer-to-pointer...


cpointersc11c17

Read More
Why does this ANTLR4 grammar complain about C code that is obviously legal and compilable?...


cantlr4c11

Read More
Syntax and Sample Usage of _Generic in C11...


cgenericsc11

Read More
Is there a constexpr in new standard C11 (not C++11) or planned in the future?...


cc11

Read More
Why didn't gcc (or glibc) implement _s functions?...


csecuritygccc11tr24731

Read More
Does C11 says anything about empty translation units? If yes, in which section?...


cc11

Read More
Make autotools add --std=c11 to CFLAGS...


cautotoolsc11

Read More
C11: are rules of reserved identifiers irrelevant if library is not used?...


clanguage-lawyeridentifierc11

Read More
Why is "static;" valid C syntax?...


csyntaxgrammarc11

Read More
The sequential consistent order of C++11 vs traditional GCC built-ins like `__sync_synchronize`...


multithreadingc++11c11memory-barriershappens-before

Read More
Is { struct-declaration-list } a block?...


clanguage-lawyerc11c23

Read More
Does the the 2+2W litmus test code in the 'Repairing Sequential Consistency' paper have a pr...


cmultithreadinglanguage-lawyeratomicc11

Read More
Can a C compiler legally reject a program if its call stack depth exceeds a fixed limit at compile t...


ccompilationstacklanguage-lawyerc11

Read More
Does assigning a volatile variable to itself suppress compiler optimization in a loop?...


cgccoptimizationvolatilec11

Read More
What is the difference in atomic_load() and assignment?...


cc11rvaluestdatomiclvalue-to-rvalue

Read More
__STDC_LIB_EXT1__ availability in gcc and clang...


cgccclangc11tr24731

Read More
What is the default C -std standard version for the current GCC (especially on Ubuntu)?...


cubuntugccc99c11

Read More
_Alignas for struct members using clang & C11...


cstructc11

Read More
Is this a valid way of checking if a variadic macro argument list is empty?...


cc-preprocessorc11variadic-macros

Read More
Advantage of using compound assignment...


cc11compound-assignment

Read More
Checking support for _Generic() selection in C...


cgenericsgccclangc11

Read More
What is the order of evaluation of VLA dimensions?...


cc11variable-length-arrayorder-of-executionc23

Read More
Using = operator on atomic variable?...


cmultithreadingconcurrencyatomicc11

Read More
Compilers that support C11...


cc11

Read More
What does section 5.1.2.3, paragraph 4 (in n1570.pdf) mean for null operations?...


clanguage-lawyerc99volatilec11

Read More
C standard - const qualification of struct members...


clanguage-lawyerstandardsc11

Read More
_Generic to fill some union...


cc11

Read More
BackNext