https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110848
Martin Uecker <muecker at gwdg dot de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |muecker at gwdg dot de --- Comment #5 from Martin Uecker <muecker at gwdg dot de> --- I am not entirely convinced std::vector is actually superior in terms of performance nor security. The code looks better to for VLAs even with bounds checking. https://godbolt.org/z/xhvPePGbb Although compiler support could be better and their usefulness in C++ without other VM types is limited compared to C.