tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] VLAs broken on mob branch


From: Sergey Korshunoff
Subject: Re: [Tinycc-devel] VLAs broken on mob branch
Date: Sat, 25 Apr 2015 12:19:44 +0300

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);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]