|
|
|
|
|
by nsajko
3410 days ago
|
|
Why restrict yourself to one compiler if you can write portable code? Clang and gcc provide flags that enable nonstandard behavior, and you can use static and dynamic (asan, ubsan) tools to detect errors in your code, it does not have to be hard to write correct code. |
|
There does appear to finally be a strict aliasing checker, but I have no experience with it.