Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gcc

Very odd code under certain conditions including optimizations

c++ c gcc optimization

Template friendship error compilation with GCC but not with clang

c++ gcc clang friend crtp

Can C++17's "template argument deduction" for class templates deduce local types?

Is it possible to implement GNU C's typeof(x) with C11's _Generic?

c generics gcc gnu c11

Can I change the Global Offset Table/GOT or Procedural Linkage Table/PLT programmatically?

c gcc assembly ld elf

How to make gcc show the internal commands called?

gcc

What is __aeabi_unwind_cpp_pr1' and how can I avoid it?

c++ c gcc

What does gcc -fno-trapping-math do?

`type_alias<char[N]>{}` VS `char[N]{}` in function's argument

Is there a difference in intended meaning between .s (lower-case) and .S (upper-case) assembly files?

gcc assembly c-preprocessor

Move constructor for returned objects breaks C++98 code?

c++ c++11 gcc rvo

Map file with GCC on OSX

c++ gcc

Calling assembly in GCC?

gcc crtbegin crtend

gcc

How to force OpenMPI to use GCC instead of ICC? Is recompiling OpenMPI necessary?

c gcc compilation icc openmpi

Vectorized Trig functions in C?

Is there disadvantage in building with -g -O and strip vs. building only with -O

c gcc

Equivalent to -fplan9-extensions in Clang?

c gcc clang plan-9

How to get maximum frame size of each function compiled by gcc?

c++ c gcc stack

Homegrown workqueue vs Intel TBB

c++ c multithreading gcc tbb intel