Hi,<br><br>If the ISO C committee, the Open Group, the LLVM project and/or GCC are moving to obsolete VLAs, then we should move away slowly and orderly. But I have no info that would point in that direction, and I don't think we should bend over backwards to substitute them.<br><br>When all is said and done, C11 adds a whole bunch of intrinsic concepts, but C99 is mostly just syntactic sugar for C89 VLAs are mostly syntactic sugar for fixed-length arrays. Still it's not always that straight forward to avoid.<br><br>I don't think the comparison with gets() is fair. gets() is wrong unless you can somehow trust that the input stream won't overflow the buffer. VLAs are wrong only if you can't trust that the variable size is reasonably small. And indeed gets() has been dropped from the standard.<br>-- <br>Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.