Search code examples
Is this use of unions strictly conforming?...


cgccclangstrict-aliasing

Read More
Is this a strict aliasing violation?...


cstrict-aliasing

Read More
Correct way to write an in-place floating point type promotion loop?...


cc99strict-aliasing

Read More
C++ strict-aliasing agnostic cast...


c++strict-aliasing

Read More
Violating of strict-aliasing in C, even without any casting?...


cstrict-aliasing

Read More
Does dereferencing a char* inhibit strict aliasing optimizations?...


cstrict-aliasing

Read More
Useless case for restrict...


pointersc99strict-aliasingrestrict

Read More
How to cast sockaddr_storage and avoid breaking strict-aliasing rules...


csocketspointer-aliasingstrict-aliasing

Read More
Are all pointers derived from pointers to structure types the same?...


cpointersstructc99strict-aliasing

Read More
Is it okay for int** and const int** to alias?...


cconstantslanguage-lawyerundefined-behaviorstrict-aliasing

Read More
Strict aliasing rule and strlen implementation of glibc...


cglibcstrict-aliasing

Read More
Accessing bytes in a long long variable with pointers...


cpointerspointer-arithmeticstrict-aliasing

Read More
Is this use of reinterpret_cast on differently-qualified struct members safe?...


c++c++11language-lawyerreinterpret-caststrict-aliasing

Read More
Strict aliasing, -ffast-math and SSE...


c++clangssestrict-aliasingfast-math

Read More
Pointer to fixed size array behaviour...


c++carrayspointersstrict-aliasing

Read More
Solving GCC Warning: "dereferencing type-punned pointer will break strict-aliasing rules" ...


cpointersgccstrict-aliasingtype-punning

Read More
Strict-Aliasing warnings and tcpdump example code...


cgccstrict-aliasing

Read More
Strict aliasing and union of char arrays...


c++c++14strict-aliasing

Read More
Aliasing of multi-dimensional arrays...


carraysmultidimensional-arraylanguage-lawyerstrict-aliasing

Read More
Union of different types and sizes of pointers...


cpointersundefined-behaviorunionsstrict-aliasing

Read More
Strict aliasing and overlay inheritance...


cstructlanguage-lawyerstrict-aliasing

Read More
Can I do what I want with allocated memory...


cpointersmallocstrict-aliasing

Read More
Why I get a "type-punned" warning even when using a `char *`?...


gccstrict-aliasing

Read More
gcc 4.4.4 optimization error only with O1 OR O2+no-strict-aliasing...


gcccompiler-optimizationstrict-aliasing

Read More
Is it legal to alias a char array through a pointer to int?...


c++language-lawyerstrict-aliasing

Read More
char* comparison against value set in previous instruction not optimized away?...


c++optimizationlanguage-lawyerstrict-aliasing

Read More
C memory allocator and strict aliasing...


cmemory-managementlanguage-lawyerstrict-aliasing

Read More
Does char[] + memcpy() violate strict aliasing?...


cundefined-behaviorstrict-aliasing

Read More
Does casting a char array to another type violate strict-aliasing rules?...


c++language-lawyercompiler-warningsreinterpret-caststrict-aliasing

Read More
GCC and strict aliasing between arrays of a same type...


cgccstrict-aliasing

Read More
BackNext