Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gcc-extensions

What is the functional difference between "(void) cast" vs. "__attributes__" for silencing unused argument warnings? [duplicate]

GCC extension __attribute__ ((unused)) for variable attributes

c gcc gcc-extensions

Why this compound statement as a sequence of statements enclosed by braces and inside parentheses does not appear to be a valid statement expression

GCC typeof extension

c gcc typeof gcc-extensions

Rewrite GCC cleanup macro with nested function for Clang?

Are variable-length arrays really not allowed in C90?

c arrays gcc gcc-extensions

Why doesn't GCC's ternary extension support assignment?

how to explain this expression "int a=({10;});" in C language?

c gcc gcc-extensions

How to stop Eclipse CDT from emitting errors due to gcc specific syntax?

Are variable length arrays there in c++?

What is "..." in switch-case in C code

c gcc gcc-extensions

What's this C++ syntax that puts a brace-surrounded block where an expression is expected?

What is this "[0 ... 255] =" syntax in C?

c gcc-extensions