Re: [PATCH] wrap long tree chains in a list to avoid attribute error (PR 97413)

2020-10-14 Thread Jeff Law via Gcc-patches
On 10/14/20 2:09 PM, Martin Sebor via Gcc-patches wrote: > The attribute access implicitly added to function declarations > with VLA parameters includes the top-level VLA bounds chained > together similarly to other attribute arguments.  However, > since attribute access is limited to at most 3 a

[PATCH] wrap long tree chains in a list to avoid attribute error (PR 97413)

2020-10-14 Thread Martin Sebor via Gcc-patches
The attribute access implicitly added to function declarations with VLA parameters includes the top-level VLA bounds chained together similarly to other attribute arguments. However, since attribute access is limited to at most 3 arguments including the mode, a function that takes three or more V