https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101438

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
This code is almost definitely invalid:
"m"(arr)

You are asigning the array/pointer that the VLA is.
This is very much related to PR 71572 for similar reasons.

Reply via email to