Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gcc

How to tell gcc to keep my unused labels?

c assembly gcc compiler-flags

swig no module named _example

c++ python gcc swig

ARM unaligned memory access workaround

c memory gcc arm

memcpy vs assignment in C -- should be memmove?

How to check if a file is still being written?

c++ linux gcc

Uncompile a gch file

c gcc precompiled-headers

"...can't figure out the architecture type of..." problem when compiling Python C-extension with gcc

Passing std::vector<int> items to variadic function

Why does gcc not warn when an enum or int value is passed on as a function's argument which is bool?

c++ gcc g++ gcc-warning

Why doesn't gcc -Wformat warn about printf %d on an unsigned int?

sfinae with decltype: bug in clang or gcc?

c++ gcc c++11 clang sfinae

Why does GCC allow inheriting from a private nested class?

Bug with __int128_t in Clang?

c gcc clang int128

gcc inline assembly using modifier "P" and constraint "p" over "m" in Linux kernel

c gcc assembly linux-kernel

Narrowing int to bool in SFINAE, different output between gcc and clang

c++ gcc c++11 clang sfinae

Why has GCC started warning on taking the address of a void expression?

c gcc

Improving a minimalistic OOP for microcontrollers using C, gcc, C99, and Macros with optimization

c oop pointers gcc

new libstdc++ of gcc5.1 may allocate large heap memory

c++ c gcc valgrind

Get the commands distutils passes to the compiler

Why does direct accessing to structure members produces significantly more assembly code compared to indirect accessing in GCC?