Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gcc

What's your favorite g++ option? [closed]

x64 memset core, is passed buffer address truncated?

linux debugging gcc assembly gdb

Is there a gcc option to assume all extern "C" functions cannot propagate exceptions?

c++ c gcc exception-handling

Can GCC be coerced to generate efficient constructors for memory-aligned objects?

c++ performance gcc x86

Why doesn't GCC and Clang do this aliasing-optimization?

What do the numbers mean in the preprocessed .i files when compiling C with gcc?

Why this macro is defined as ({ 1; })?

c linux gcc macros linux-kernel

Different compiler behavior when applying a const qualifier to a template argument

What's the difference in GCC between -std=gnu++0x and -std=c++0x and which one should be used?

GCC allows arrays to be returned from function - bug or feature?

c++ arrays gcc

Clang vs GCC vs MSVC template conversion operator - which compiler is right?

c++ visual-c++ gcc c++11 clang

Are llvm-gcc and clang binary compatible with gcc? - particularly mingw gcc on Windows

gcc linker llvm clang llvm-gcc

C++ determine if compiling with debug symbols without defining a preprocessor symbol

c++ c debugging gcc

Generic lambda with std::function does not capture variables

c++ gcc c++14

Can you mix c++ compiled with different versions of the same compiler

c++ gcc abi gcc4.9 gcc4.6

What is the difference between "#pragma pack" and "__attribute__((aligned))"

gcc attributes

Assigning 128 bit integer in C

c gcc

How do I run the preprocessor on local headers only?

gcc atomic built-in functions

c gcc atomic

What is the difference between the global variables in C and C++?

c++ c gcc global-variables