https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63646
Yury Gribov <y.gribov at samsung dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |y.gribov at samsung dot com --- Comment #4 from Yury Gribov <y.gribov at samsung dot com> --- (In reply to Andrew Pinski from comment #2) > Really I think sanitizer should be auto-generating this header rather than > having its own copy. People keep mentioning this but Asan team never seemed to bother. Actually missing symbols is not the biggest problems because they at least manifest themselves at build time. Have a look at bunch of lovely magic constants with interspersing ifdefs all over the place in sanitizer_platform_limits_posix.h. Debugging type mismatch issues at runtime is so fun.