|
|
|
|
|
by rocqua
1779 days ago
|
|
GCC explicitly states znd documents that type punning through unions will work as expected.
This doesn't work by accident. It works very explicitly by design of GCC. Different GCC versions aren't randomly going to change documented behavior. And when they accidentally do, they will consider it a bug. |
|
[1] https://stackoverflow.com/questions/11639947/is-type-punning...
[2] https://stackoverflow.com/questions/25664848/unions-and-type...