Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gcc

Unions, aliasing and type-punning in practice: what works and what does not?

c++ gcc strict-aliasing

Get a pointer to the current function in C (gcc)?

c gcc function-pointers

How to make good use of stack trace (from kernel or core dump)?

c gcc stack-trace

Should I use SIMD or vector extensions or something else?

c++ gcc sse simd

Have compiler check the number of array initializers

What is -no-pie used for?

c testing gcc profiling gprof

Why can't getaddrinfo be found when compiling with gcc and std=c99

c gcc posix

What is this C++ language construct: # (i.e. hash) integer "path_to_header_or_cpp_file" <integer>?

c++ gcc syntax header-files

how to generate core file in docker container?

bash docker gcc coredump

Why compilers no longer optimize this UB with strict aliasing

c++ c gcc clang strict-aliasing

GCC on Windows - Bash on Ubuntu on Windows (WSL), CygWin, MinGW

Can you `= delete` a templated function on a second declaration?

c++ gcc clang nvcc compiler-bug

Cross Platform Floating Point Consistency

c++ linux gcc

GCC define function-like macros using -D argument

Can gcc/gcov be made to output coverage stats to a location other than the source folder?

gcc gcov code-coverage

How to make gcc generate only machine code that can be loaded directly into memory and executed?

How do I create a single makefile for both 32- and 64-bit?

MacOS -- how to link a dynamic library with a relative path using gcc/ld

gcc failing to warn of uninitialized variable

c gcc compiler-warnings

Why can't gcc find the random() interface when -std=c99 is set?

c gcc random c99 c89