mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-15 01:11:27 +00:00
59b73353dd
It seems clang loses track of the usage of the referenced unions by the time the code leaves the switch. Due to the misoptimization, "random" values would get into the vector constants. This puts the usages in the same blocks as the unions, causing clang to "get it right" (though I strongly suspect I was running into UB). |
||
---|---|---|
.. | ||
doc | ||
include | ||
source | ||
test | ||
AUTHORS | ||
Makemodule.am | ||
TODO |