Re: Fix builtin decls generated in tree.c

2020-10-27 Thread Richard Biener
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

Fix builtin decls generated in tree.c

2020-10-26 Thread Jan Hubicka
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