• Paul Eggert's avatar
    Port to recent gcc -fsanitize=undefined · f67bc3f1
    Paul Eggert authored
    * src/alloc.c (XPNTR): Add ATTRIBUTE_NO_SANITIZE_UNDEFINED and
    remove ATTRIBUTE_UNUSED.  Do not define as a macro, so that
    ATTRIBUTE_NO_SANITIZE_UNDEFINED works.
    * src/lisp.h (lisp_h_XSYMBOL): Remove.  All uses removed.
    With recent GCC the macro does not work with -fsanitize=undefined,
    and the macro can be omitted as its only function is to optimize -O0.
    f67bc3f1
alloc.c 210 KB