Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gcc

Why does this code take so long to compile with g++?

c++ templates gcc compilation

Simple coroutine leaking with GCC 10

c++ gcc c++20

Is gcc's -Wconversion incompatible with the use of compound assignment (+= etc.) with integral types shorter than int?

c++ c gcc casting warnings

GCC pragma to add/remove compiler options in a source file

c++ gcc compiler-options

Initialization list bug in gcc?

c++ c++11 gcc initializer-list

Template overload resolution for operators inside an anonymous namespace

How can I show lambda functions on backtraces?

c++ c++11 gcc lambda backtrace

Differences in regex support between gcc 4.9.2 and gcc 5.3

c++ regex gcc

valarray with arithmetic operations return type

c++ gcc g++ valarray

How to get GCC to use more than two SIMD registers when using intrinsics?

gcc assembly x86 sse simd

Expression templates vs. hand-written code

To what extent does the Itanium ABI really specify padding and alignment?

c++ gcc abi

How to hide defaulted template parameters in gcc error messages?

c++ templates gcc

GCC/x86 inline asm: How do you tell gcc that inline assembly section will modify %esp?

Are BOOST_LIKELY and __builtin_expect still relevant?

gcc assembly boost intel

Benchmarking compile-time properties of a program

Ambiguous overload - partial function template ordering with parameter packs

byte array permute SSE optimization

c++ gcc x86-64 sse simd

Why don't compilers optimize this out?

c++ gcc clang

Is this is a good way to intercept system calls?

c linux gcc x86-64 glibc