On Mon, 26 Oct 2020, Jan Hubicka wrote:
> Hi,
> tree.c still produces "fn spec" attribute for memcpy, memmove and
> memset. This is not desirable since "1" is less informative than
> fnspec builtin_fnspec returns.
>
> Also the buitin would fire checker, since it misses the second caracter,
> so
Hi,
tree.c still produces "fn spec" attribute for memcpy, memmove and
memset. This is not desirable since "1" is less informative than
fnspec builtin_fnspec returns.
Also the buitin would fire checker, since it misses the second caracter,
so probably the whole logic is unused.
Bootstrapped/regte