Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c11

C11/C++11 Memory Model

c++ gcc c++11 memory-model c11

Clarification on an example of unions in C11 standard

c unions c11

technical legality of incompatible pointer assignments

c gcc clang language-lawyer c11

std::isfinite on MSVC

Is indexing a string literal an initializer constant expression?

Do unnamed bit-fields have well-defined semantics?

c language-lawyer c11

Does ctype.h still require unsigned char?

c undefined-behavior c11 ctype

How to get involved in C standardization process?

c standards c99 c11

What is a composite type in C?

c language-lawyer c11

Using strdup in C11

c gcc c11

Assigning pointers to atomic type to pointers to non atomic type

C11 memory fence usage

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

Does realloc of memory allocated by C11 aligned_alloc keep the alignment?

Are noreturn attributes on exiting functions necessary?

c language-lawyer c11

How to declare a variable as thread local portably?

Assignment operator sequencing in C11 expressions

Is there a way to use GCC __attribute__((noreturn)) and <stdnoreturn.h> sanely in a single translation unit?

c gcc clang c11

Does comma separators in type definition in C guarantee the order?

c c99 c11

C11 grammar ambiguity between _Atomic type specifier and qualifier

c grammar yacc c11