Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gcc

Dumping the values of the registers in GCC

gcc assembly x86

What is the difference between -mfpu=fpv5-sp-d16 and -mfpu=fpv5-d16?

gcc arm fpu

gcc linker (ld) can't find shared libraries

Use gcc preprocessor to define filename for #include

`movaps` vs. `movups` in GCC: how does it decide?

Trying to implement 128 bit add in amd64 with inline assembly with multiple alternative constraints

GCC optimization levels. Which is better?

warning: 'auto' type specifier is a C++11 extension

c++ c++11 gcc g++ clang

How does this compiler optimization work?

`checking size of mp_limb_t... 0` and `configure: error: Oops, mp_limb_t doesn't seem to work` when compiling the Microchip XC32 compiler from source

c++ gcc mingw-w64 gmp msys2

using vs. typedef - is there a subtle, lesser known difference?

Why does GCC’s static analyser falsely warn that a pointer to an allocated memory block itself stored in an allocated memory block may leak?

c gcc malloc

The x86 disassembly for C code generates: orq $0x0, %(rsp)

c assembly gcc x86-64 callstack

GCC 5, 6 and 7 on OSX do not support uint

c++ macos gcc

"Multiple definition of" "first defined here" on GCC 10.2.1 but not GCC 8.3.0

Why do modern compilers assume malloc never fails?

Comparing double with literal value in C gives different results on 32 bit machines

Is it possible to auto split the .text section across mulitple memory areas?

c gcc embedded ld elf