Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gcc

Unsigned integer bit field shift yields signed integer

c gcc clang bit-shift bit-fields

GCC compiles leading zero count poorly unless Haswell specified

c performance gcc x86 intel

Parameter of returned generic lambda allegedly shadows parameter of free function

c++ gcc g++ c++14 gcc-warning

Ternary allowed to call an explicit copy constructor implicitly?

c++ gcc compiler-bug

Why are function parameters pushed earlier on call stack than the return address?

c++ function gcc callstack

prevent gcc from searching the current dir "-I-" option on include search path

c++ search gcc path include

GDB won't load source file

linux gcc gdb

How to remove a catchpoint in GDB

c++ gcc gdb

How to link the C Runtime Library with 'ld'?

linux gcc assembly nasm ld

std::list::remove_if goes crazy if combined with a generic lambda

Stacks are executable even with `noexecstack`

c linux gcc linker glibc

constexpr constructor gives a different result when evaluated at compile time by GCC

c++ gcc g++ c++14 constexpr

Can I make GCC warn on passing too-wide types to functions?

c++ c gcc g++ compiler-warnings

What, if any, are the implications of compiling objects with gcc -fPIC flag if they get used in executables?

Where is stdarg.h?

c macos gcc freebsd libc

fail compile if required flags aren't present

c++ c gcc

Default-construct inline static random number engines in gcc

c++ gcc inline c++17 libstdc++

std::mt19937 fails when std::uint_fast32_t is 4 bytes in GCC

c++ gcc random c++17 mt19937

-O1 alters floating point math

c++ gcc floating-point

How do I ensure lrint is inlined in gcc?

c++ c gcc c99