Or more correctly:
@@ -5455,6 +5456,8 @@
             vla_flags = VLA_IN_SCOPE;
             vla_sp_loc = &vla_sp_loc_tmp;
         }
+        else if (vla_flags & VLA_IN_SCOPE)
+            vla_sp_save();

         vla_runtime_type_size(type, &a);
         gen_vla_alloc(type, a);

_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to