Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gcc

What does "- < /dev/null" mean in "gcc -dM -E - < /dev/null"?

c++ c bash gcc

Characters written so far in snprintf

c gcc c99 format-string

S_IFMT and S_IFREG undefined with -std=c11 or -std=gnu11

c gcc posix stat c11

Why is struct addrinfo defined only if __USE_XOPEN2K is defined?

c gcc clang

Why does Folly's shared library reference the wrong symbol from Boost? (GCC on OS X)

c++ macos gcc boost

Macro Expansion: Argument with Commas

How do I "tell" to C compiler that the code shouldn't be optimized out?

c gcc compiler-optimization

Does vscode use workspaceRoot or workspaceFolder?

Assigned `nullptr` to `bool` type. Which compiler is correct?

c++ gcc boolean clang nullptr

Syscall implementation of exit()

c gcc assembly x86 system-calls

gcc and clang throw "no matching function call" but msvc (cl) compiles and works as expected

c++ gcc clang c++17 cl

Why gcc complains "declaration of 'foo' shadows a previous call [-Werror=shadow]"

c++ gcc

Does stack space required by a function affect inlining decisions in C/C++?

Why GCC generates strange way to move stack pointer

More fine-grained behavior of gcc -Wshadow option

c gcc

Explanation of Asm code

In GCC-style extended inline asm, is it possible to output a "virtualized" boolean value, e.g. the carry flag?

Avoiding exporting symbols from executables on Linux

linux gcc export symbols ld

GCC - How to realign stack?

c gcc stack pthreads sse

What files are actually included when compiling

c++ c gcc g++