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: Tue, 28 Apr 2015 08:27:00 +0300

> 1..3 tcc, { } block: works
Can we change a code for the "if", "else", "for", "while" to work as
there is '{' always present?

PS: patch 4 can be wrong for the case of the multiple VLA declaration
 char vla1[x];
 char vla2[x];
 cahr vla3[x];

As I understand, SP will be saved only after vla1.



reply via email to

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