Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gcc

How do I use -Wall option on gcc/g++ and turn off the multi line comments warnings?

gcc warnings

Buffer overflows on 64 bit

shrl vs sarl .. x86 Assembly gnu

gcc assembly x86 gnu bit-shift

C side effects in gcc (prefix/postfix operator and precedence) [duplicate]

c gcc

Compiler code generation comparisons

Linking a .s file with CMake

gcc cmake icc ros

gcc: How to avoid "used but never defined" warning for function defined in assembly

What does it mean to declare a variable with a storage class specifier but no type specifier?

Copy elision possible if returning parameter?

undefined reference to YAML::LoadFile

gcc yaml-cpp

How to ensure identical output files (*.o) using Google Protobufs in Linux

Selecting traits with enable_if - works with clang, but not with gcc

c++ templates c++11 gcc clang

Is the compiler able to optimize spaghetti code?

c++ c gcc

Creation of a large std::array causes segfault?

c++ linux c++11 gcc

x86, C++, gcc and memory alignment

Keep GCC from altering size of structs (.BMP file header)

c gcc struct bmp

Code with and without -std=c99 produces different results (UMAC AE implementation)

c gcc c99 compiler-options

Create a macro that can omit a line based on a parameter

c gcc c-preprocessor

SFINAE issue in creating an "is_iterable" trait - is this a gcc bug?

Why does GCC put a no-op push/pop when using int foo asm("ebx") to pin a var to a register?

c gcc assembly x86