Search code examples
Why does this gcc -pedantic ignore an extension?...


cgccgcc-extensionsgcc-pedantic

Read More
Error: "cannot bind packed field" while inserting data into std::map using insert function...


c++gcc-extensions

Read More
Rewrite GCC cleanup macro with nested function for Clang?...


cgccmacrosclanggcc-extensions

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


c++syntaxlanguage-extensiongcc-extensionsgcc-statement-expression

Read More
Why sizeof (array A[n]) without n defined in C++is fixed?...


c++sizeofvariable-length-arraygcc-extensions

Read More
Test for GNU extension...


cgcccomplex-numbersgcc-extensions

Read More
Are variable length arrays there in c++?...


c++variable-length-arraygcc-extensionsclang-extensions

Read More
Difference between gcc __attribute__ placement...


cgccgcc-extensions

Read More
What rules of C++11 standard are used to determine the type of the expression in ({ ... })...


c++c++11expressiongcc-extensionsgcc-statement-expression

Read More
Are code blocks inside parenthesis in C/C++ legal and can MSCL compile it?...


c++cclgcc-extensions

Read More
GCC - modify where execution continues after function return...


cgccreturnmemory-addressgcc-extensions

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


cgcc-extensions

Read More
Simple c++ program gets compilation errors...


c++loggingmacrosgcc-extensions

Read More
Unable to understand following function declaration...


clinuxfunctionlinux-device-drivergcc-extensions

Read More
How to pass a VLA to a function template?...


c++arraystemplatesvariable-length-arraygcc-extensions

Read More
How to use Arduino with Microsoft Visual Studio ( Due to #include_next precompiler issues)...


c++visual-studio-2012arduinogcc-extensions

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


cgccgcc-extensions

Read More
Use gcc extensions on codeblocks windows...


cgccc99gcc-extensions

Read More
G++ may_alias with Member Functions...


c++g++-4.7gcc-extensions

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


cgccgcc-extensions

Read More
Why doesn't GCC's ternary extension support assignment?...


cgccternary-operatorgcc-extensions

Read More
GCC typeof extension...


cgcctypeofgcc-extensions

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


ceclipsegcceclipse-cdtgcc-extensions

Read More
BackNext