Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gcc

quaternion multiplication with gcc vector extensions

c++ gcc simd quaternions

How to use -fPIC and -fPIE GCC options correctly

c gcc compilation elf

Why does gcc and clang produce very differnt code for member function template parameters?

warning: 'visibility' attribute ignored - symbol visibility - C++/gcc

c++ gcc shared-libraries

Mixed-language program crash occurs when free() called

c++ c gcc crash gfortran

How to ensure that static library and application are compiled the same?

c gcc static-libraries

How does GCC know the error location (in the source code), when its preprocessor has removed comments?

c gcc c-preprocessor

GCC: PLT call missing for non-library

c gcc

Bitwise AND between an 8-bit integer and 32 bit integer in C++

c++ c gcc int bit-manipulation

GCC 8 fails to compile make_shared<volatile int>()

Inline 64bit Assembly in 32bit GCC C Program

gcc assembly

are int and char represented using the same bits internally by gcc?

c gcc char int

When is `extern` unavoidable for variables in C?

c gcc compilation extern

gcc inline asm jump to a label with crossing throwing an exception

c++ exception gcc assembly

how to manually include .config when compiling external kernel module?

gcc linux-kernel

C++ destructor not being called, depending on the linking order

c++ gcc destructor