https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96907
Martin Sebor changed:
What|Removed |Added
CC||msebor at gcc dot gnu.org
--- Comment #6
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96907
--- Comment #5 from Nick Desaulniers ---
No preferences either way. I was just comparing differences between compilers
for __has_builtin and noticed GCC returns true for those two. Is that ok?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96907
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96907
Segher Boessenkool changed:
What|Removed |Added
CC||segher at gcc dot gnu.org
--- Comme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96907
--- Comment #2 from Richard Biener ---
They are not really "builtins", they are merely present to have default
attributes attached to them.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96907
--- Comment #1 from Andrew Pinski ---
putc was added by g-b53b5aa509
fputc has been there since before 2003.