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
Correct interpretation of clause 6.5 Expressions in the draft C standard
Nov 02, 2025
c
strict-aliasing
How undefined behavior of strict aliasing could happen if data is only read?
Nov 01, 2025
c
strict-aliasing
Strict Aliasing and Unions in C
Oct 30, 2025
c
language-lawyer
strict-aliasing
c17
Aliasing through unions
Oct 29, 2025
c
unions
strict-aliasing
type-punning
gcc: How to use __attribute((__may_alias__)) properly to avoid "derefencing type-punned pointer" warning
Oct 26, 2025
c++
gcc
compiler-warnings
strict-aliasing
type-punning
In C++ can you use one empty type as storage for another?
Oct 23, 2025
c++
language-lawyer
c++20
strict-aliasing
C vs C++ placing structs in unsigned char buffer
Oct 21, 2025
c
strict-aliasing
Does casting a magic address to a pointer in C violate strict aliasing rules?
Oct 21, 2025
c
language-lawyer
strict-aliasing
magic-numbers
With strict aliasing in C++11, is it defined to _write_ to a char*, then _read_ from an aliased nonchar*?
Oct 17, 2025
c++
c++11
strict-aliasing
Strict aliasing rule when storing and accessing an array of (pointers to) elements
Oct 13, 2025
c
strict-aliasing
how use a structure in a unaligned buffer
Sep 23, 2025
c
gcc
network-programming
arm
strict-aliasing
Examples using reinterpret_cast that do not trigger UB
Sep 12, 2025
c++
undefined-behavior
reinterpret-cast
strict-aliasing
Why doesn't strict aliasing rule apply to int* and unsigned*?
Sep 10, 2025
c
language-lawyer
compiler-optimization
undefined-behavior
strict-aliasing
When is char* safe for strict pointer aliasing?
Sep 09, 2025
c
sockets
strict-aliasing
Is it undefined behavior to `reinterpret_cast` a `T*` to `T(*)[N]`?
Sep 08, 2025
c++
language-lawyer
reinterpret-cast
strict-aliasing
c++17
Casting pointer to unrelated type
Sep 08, 2025
c
strict-aliasing
Can two structs in C99/C11 alias?
Sep 04, 2025
c
strict-aliasing
Structure over flexible array member
Mar 08, 2023
c
c99
strict-aliasing
Is this short program legal C++? [closed]
Feb 18, 2023
c++
strict-aliasing
Older Entries »