Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in gcc
Using the builtin function __builtin_add_overflow_p in gcc
Sep 19, 2022
c
gcc
overflow
built-in
Why does GCC's -Wconversion behave differently for char vs. unsigned char?
May 19, 2021
c
gcc
Why would GCC enable an optimization at O2/O3 when it explicitly says that it will slow the program? [closed]
Feb 18, 2022
c++
gcc
compiler-optimization
memory-alignment
Building GDAL with all libraries static
Aug 30, 2022
c++
gcc
static-libraries
gdal
Is an extra move somehow faster when doing division-by-multiplication?
Oct 02, 2022
c
gcc
assembly
clang
x86-64
What does '__asm__(".previous");' mean?
Oct 13, 2018
gcc
assembly
inline-assembly
How does loop address alignment affect the speed on Intel x86_64?
May 25, 2022
c++
optimization
gcc
intel
x86-64
Is a using-declaration supposed to hide an inherited virtual function?
Feb 09, 2019
c++
inheritance
gcc
icc
using-declaration
Creating both static and shared C++ libraries
Mar 26, 2022
c++
gcc
shared-libraries
static-libraries
building
GCC hidden/little-known features
Apr 20, 2022
gcc
Is there a binutils for llvm?
Sep 05, 2018
gcc
compiler-construction
llvm
binutils
Position-independent code and vtable
Jan 16, 2019
c++
gcc
dynamic-linking
virtual-functions
vtable
What is the purpose of the "tree-***" family of GCC optimization options?
Nov 26, 2018
c
optimization
gcc
How should I use g++'s -finput-charset compiler option correctly in order to compile a non-UTF-8 source file?
Oct 23, 2022
c++
gcc
character-encoding
g++
Ambiguous overload of functions like `msg(long)` with candidates `msg(int32_t)` and `msg(int64_t)`
Mar 17, 2021
c++
gcc
What, in short words, does the GCC option -fipa-pta do?
Sep 05, 2022
c++
gcc
compiler-optimization
No C compiler on EC2?
Oct 14, 2022
linux
gcc
amazon-ec2
configure
How to combine a C++ object file in a C project compiled with gcc (not g++)?
Feb 17, 2018
c++
c
gcc
g++
Pointer from integer without a cast
Oct 19, 2022
c
pointers
gcc
casting
c99
Why would the type of a bit field affect the size of the containing structure?
Apr 27, 2022
c
gcc
struct
« Newer Entries
Older Entries »