https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113658
Alex Coplan <acoplan at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2024-01-30 Status|UNCONFIRMED |ASSIGNED Ever confirmed|0 |1 Assignee|unassigned at gcc dot gnu.org |acoplan at gcc dot gnu.org --- Comment #5 from Alex Coplan <acoplan at gcc dot gnu.org> --- (In reply to Jakub Jelinek from comment #3) > Obviously using __has_builtin is much better than using the really badly > designed __has_feature/__has_extension. > That said, wcs{chr,cmp,len,ncmp} and wmem{chr,cmp} aren't builtins in gcc > either, so I guess we shouldn't announce this "feature". Mine, then. I can prepare a patch to stop advertising the feature.