[Bug c/84953] misleading warning from strpbrk(x,"")

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Mar 19 17:44:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84953

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
DEF_LIB_BUILTIN        (BUILT_IN_STRPBRK, "strpbrk",
BT_FN_STRING_CONST_STRING_CONST_STRING, ATTR_PURE_NOTHROW_NONNULL_LEAF)


DEF_FUNCTION_TYPE_2 (BT_FN_STRING_CONST_STRING_CONST_STRING,
                     BT_STRING, BT_CONST_STRING, BT_CONST_STRING)


More information about the Gcc-bugs mailing list