Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gcc

How to make gcc warn about narrowing function parameters

c++ c gcc compiler-warnings

For-loop macro/preprocessor for assembly files in GCC

How I can make alias on external defined function in C?

c gcc alias weak

How to see the object file contents of a .so file

Writing a C function from given x86 assembly

Unexpected output on calling template function

c++ templates gcc

Can you initialise "static const vectors" of unique_ptrs? (C++17 with GCC 7.3)

c++ gcc stl c++17

Show Warning for "anonymous" variable creation in c++

c++ gcc

GCC - no warning about an uninitialized array with -O0

c gcc

_Noreturn in a struct in c: error: expected specifier-qualifier-list before '_Noreturn'

c gcc c11 noreturn

Why is 0x8000000000000000LL considered unsigned long long by gcc?

c gcc types literals

Why do clang++ and gcc/g++ produce differently linked executables

c++ gcc linker clang

g++ much slower on multiple files vs. monolithic single file using Google mock

c++ gcc

Behaviour of 2 inline functions calling each other in C

c gcc inline

Can c11's 'Generic' keyword be used within gcc _Static_assert

Mixing separately compiled objects

c++ gcc

How can a literal 0 and 0 as a variable yield different behavior with the function __builtin_clz?

What happens in the assembly output when we add "cc" to clobber list

c gcc inline-assembly

Does every function get its own stack in c?

c gcc stack-overflow

What is __libc_start_main and _start?

c linux gcc gdb elf