array.h
2.06 KB
-
array: mark the array to grow as volatile · b62a6a13
This works around strict aliasing rules letting some versions of GCC (particularly on RHEL 6) thinking that they can skip updating the size of the array when calculating the next element's offset.
Carlos Martín Nieto committed