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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
p < __DTOR_LIST_END__;

is undefined as you are comparing addresses of two different arrays.

Reply via email to