https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66488
--- Comment #16 from Eric Botcazou <ebotcazou at gcc dot gnu.org> --- Author: ebotcazou Date: Fri Dec 15 11:31:42 2017 New Revision: 255688 URL: https://gcc.gnu.org/viewcvs?rev=255688&root=gcc&view=rev Log: PR target/66488 * ggc-page.c (HOST_BITS_PER_PTR): Do not define here... * hwint.h (HOST_BITS_PER_PTR): ...but here instead. * config/i386/xm-mingw32.h (HOST_BITS_PER_PTR): Delete. Modified: branches/gcc-7-branch/gcc/ChangeLog branches/gcc-7-branch/gcc/config/i386/xm-mingw32.h branches/gcc-7-branch/gcc/ggc-page.c branches/gcc-7-branch/gcc/hwint.h