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 strict-aliasing
C99 strict aliasing rules in C++ (GCC)
Sep 25, 2022
c++
c
gcc
strict-aliasing
Why doesn't GCC and Clang do this aliasing-optimization?
Nov 05, 2022
c++
gcc
optimization
compiler-optimization
strict-aliasing
What's a proper way of type-punning a float to an int and vice-versa?
Sep 15, 2022
c++
undefined-behavior
gcc-warning
strict-aliasing
type-punning
What precautions should I take to make a memory pool that does not invoke undefined behavior?
Mar 14, 2022
c
language-lawyer
undefined-behavior
c11
strict-aliasing
Are all pointers derived from pointers to structure types the same?
Sep 04, 2022
c
pointers
struct
c99
strict-aliasing
Aliasing T* with char* is allowed. Is it also allowed the other way around?
Sep 04, 2022
c++
language-lawyer
strict-aliasing
type-punning
aligned_storage and strict aliasing
Apr 19, 2018
c++
undefined-behavior
language-lawyer
strict-aliasing
type-punning
Has a std::byte pointer the same aliasing implications as char*?
Mar 15, 2022
c++
c++17
strict-aliasing
Is the strict aliasing rule incorrectly specified?
Nov 20, 2022
c
language-lawyer
strict-aliasing
Correct, portable way to interpret buffer as a struct
Jun 05, 2021
c
networking
portability
strict-aliasing
Does this really break strict-aliasing rules?
Sep 02, 2022
c++
language-lawyer
strict-aliasing
GCC Aliasing Checks w/Restrict pointers
Sep 01, 2022
c
optimization
gcc
strict-aliasing
gcc, strict-aliasing, and casting through a union
Sep 03, 2022
c
gcc
type-conversion
unions
strict-aliasing
Fix for dereferencing type-punned pointer will break strict-aliasing
Aug 30, 2022
c
strict-aliasing
type-punning
Dereferencing type-punned pointer will break strict-aliasing rules
Sep 03, 2018
c
optimization
gcc
pointers
strict-aliasing
Why does optimisation kill this function?
Mar 25, 2014
c++
c
optimization
endianness
strict-aliasing
Is std::memcpy between different trivially copyable types undefined behavior?
Aug 27, 2022
c++
language-lawyer
c++17
undefined-behavior
strict-aliasing
"dereferencing type-punned pointer will break strict-aliasing rules" warning
Oct 31, 2022
c++
warnings
strict-aliasing
gcc, strict-aliasing, and horror stories [closed]
Aug 27, 2022
c
gcc
strict-aliasing
Violating of strict-aliasing in C, even without any casting?
Sep 28, 2022
c
strict-aliasing
« Newer Entries
Older Entries »