re PR target/66488 (segfault on sizeof(long) < sizeof(void*) and large GCC memory...
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 15 Dec 2017 11:30:56 +0000 (11:30 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 15 Dec 2017 11:30:56 +0000 (11:30 +0000)
commitf5b39f907f7a2d53a9506fdeafb99078315531eb
treed3a60c3ccd8e9a20607fe169c396e18e46ae37a2
parent25ea36594733d8f13be3f0982c9bfe58f51c6319
re PR target/66488 (segfault on sizeof(long) < sizeof(void*) and large GCC memory usage)

2017-12-15  Eric Botcazou  <ebotcazou@adacore.com>

        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.

From-SVN: r255687
gcc/ChangeLog
gcc/config/i386/xm-mingw32.h
gcc/ggc-page.c
gcc/hwint.h