Search code examples
error: unknown type name ‘bool’...


cgcclex

Read More
Unable to disable -pie with -no-pie. Both -pie and -no-pie are on compile line...


gccmakefilearm

Read More
R package ggvoroni (deprecated) needs rgeos (deprecated)...


rcgcc

Read More
How do I force gcc to call memcpy under -Os...


cgccx86-64compiler-optimizationbuilt-in

Read More
Not able to compile code shown on the "The Linux Foundation" YouTube channel...


cgccabi

Read More
Why does clang zero "eax" before calling a function with unspecified parameters, but gcc d...


cassemblygccx86-64abi

Read More
How to access variable define in linker script in c?...


cgccld

Read More
Is there a direct way to get clear details on gcc acceptable option values (e.g. for -std) without g...


c++gccstandards

Read More
Can scalars safely alias GCC/Clang vectors?...


cgccclangsimdtype-punning

Read More
How to build when __builtin_va_arg_pack() is used...


gccbuilt-infunction-call

Read More
`template for` is not constexpr when looping over nonstatic data members...


c++gccreflectionc++26

Read More
What are the int64_t range limits on x86?...


cgcc

Read More
Assembly 'lpm rd,Z' always translates to 'lpm rd,Z+' on inline assembly in gcc-avr...


cgccavr-gccgcc4winavr

Read More
GCC v12.1 warning about serial compilation...


c++gccg++gcc-warninggcc12

Read More
Using modules and reflection...


c++gccc++26

Read More
How to link compiled module interfaces and object files?...


c++gcccompilationlinker

Read More
GCC special optimization options for double precision floating point arithmetics...


cgccoptimizationbuild

Read More
What are "extended integer types"?...


cgccc99

Read More
Can I force GCC and Clang to reject `__typeof__` in C standard mode?...


cgccclangisotypeof

Read More
AVR gcc creates intermediate counting variable when not needed...


gcccompiler-optimizationavravr-gcc

Read More
GCC dump preprocessor defines...


gccg++c-preprocessor

Read More
Understanding the SIMD shuffle control mask...


cgccsimdavx

Read More
RISC-V inline assembly using memory not behaving correctly...


c++gccinline-assemblyriscv

Read More
Assigning random value to multiple char...


arrayscgccrandom

Read More
gcc precision bug?...


gccfloating-pointprecisionieee-754

Read More
Why do my results different following along the tiny asm example?...


linuxassemblygccx86-64nasm

Read More
How to interpret the value of an ABS symbol in a ELF file?...


gcclinkerelfobject-filesreadelf

Read More
How can I print __uint128_t number using gcc?...


cgcc

Read More
If a function is marked “__attribute__((malloc))”, does that mean it must not initialize memory behi...


cgccattributesmalloc

Read More
why will Mingw-w64 gcc compiler generate wrong warning about the format of %zd and %a...


cgcccompiler-warningsmingw-w64

Read More
BackNext