Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gcc

Why does arm-gcc decrement/increment the stack pointer even when the stack is never accessed?

gcc assembly arm neon

Correct way to wrap CMPXCHG8B in GCC inline assembly, 32 bits

To -lobjc or not to -lobjc?

Are there any performance test results for usage of likely/unlikely hints?

Building GCC with glibc in a non-standard location without root

linux gcc glibc

what is the purpose of pre-processor macros defined in files linux/compiler.h?

c linux gcc macros gcc-warning

why huge compilation time difference between g++ and clang++?

c++ gcc clang

How to hide extra output from #pragma message

gcc c-preprocessor pragma

GCC 4.8 inserts version 4 in a compilation unit header even with -gdwarf-2

c gcc elf dwarf

Why is -pthread necessary for usage of std::thread in GCC and Clang?

multithreading c++11 gcc clang

Puzzling GCC behaviour with respect to vectorization and loop size

is_constructible and is_destructible unaffected by friend declarations

initializer_list and GCC 4.9.2 vs GCC trunk

c++ c++11 gcc

Is the glibcxx STL incorrect in its implementation of std::valarray::sum()?

c++ gcc valarray

Ubuntu: What gcc to use when crosscompiling for the STM32 (Cortex-M3)?

gcc ubuntu arm cortex-m3 stm32

Assembly Analysis Tools

Using a typedef'd uint causes error, while "unsigned int" does not...?

c++ gcc typedef unsigned uint

Is it possible to override static functions in an object module (gcc, ld, x86, objcopy)?

c gcc ld objcopy interposing

How to specify gcc flags (CXXFLAGS) particularly for a specific module?

c++ gcc c++11 waf

Is there a way to set a variable as uninitialized in GCC/Clang?

c gcc clang