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: Wed, 29 Apr 2015 07:07:22 +0300

> In particular, I don't know precisely what the rules are for combining
> alloca() and VLAs. I don't think you're allowed to do so in the same
> scope, but I'm not at all confident our code works if we do both in
> the same function

A Google responce when I trying to find a test suit for "VLA+alloca"
> rebuilt with GCC 3.4.x, workaround VLA + alloca mixing warning
We can give a warning too. And handle alloca like VLA regarding
SP save/restore.



reply via email to

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