This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: RFC: C extension to support variable-length vector types
On Fri, Aug 4, 2017 at 12:46 PM, Alexander Monakov <amonakov@ispras.ru> wrote:
> On Thu, 3 Aug 2017, Richard Biener wrote:
>> Btw., I did this once to represent constrained expressions on
>> multi-dimensional arrays in SSA form. There control (aka loop) structure was
>> also implicit. Google for 'middle-end array expressions'. The C interface
>> was builtins and VLAs.
>
> The description at https://gcc.gnu.org/wiki/MiddleEndArrays refers to
> http://www.suse.de/~rguenther/guenther.pdf
> but this redirects to users.suse.de, for which DNS resolution fails.
> The Web Archive doesn't seem to have a copy.
>
> Any chance this might be available elsewhere?
Sorry, I've changed the link on the wiki to an attachment so it's available
there now.
Richard.
> Thanks.
> Alexander