https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93730
Slava Barinov <v.barinov at samsung dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |v.barinov at samsung dot com --- Comment #6 from Slava Barinov <v.barinov at samsung dot com> --- Created attachment 47875 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47875&action=edit patch to fix this case Not solution for c++/58646, but this allows to work around certain case when we want to initialize VLA with zeroes. Bootstrapped on x86_64, no testsuite regressions found. Not sure about mangling: is there any ABI requirements to mangling for cases from mangle72.C?