[pyicu-dev] [PATCH] Remove problematic variable length array
Andi Vajda
vajda at osafoundation.org
Thu Jul 22 02:58:27 PDT 2010
On Thu, 22 Jul 2010, Fredrik Roubert wrote:
> Fix a particularly bad VLA that Clang refuses to compile. This VLA is
> of a non-POD type, and there are no well defined semantics for those,
> even GCC's are broken and inconsistent at times. As it happens, these
> had no need to be variable, their size has just been bounded as 'very
> small', so replacing them with fixed-size arrays solves the problem.
>
> Author: Chandler Carruth <chandlerc at google.com>
Patch applied into rev 152.
Thanks !
Andi..
More information about the pyicu-dev
mailing list