This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] noclobber & noescape annotations for function arguments
On 16 April 2010 17:37, Manuel López-Ibáñez <lopezibanez@gmail.com> wrote:
> But I do not see the fnspec simplifying things. On the contrary, it is
> the same inflation/complexity and in addition this complexity is
In fact, the fnspec is more complex in terms of usability, because for
valid combinations of attributes it forces the user to remember
additional characters.
Cheers,
Manuel.