This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/66488] segfault on sizeof(long) < sizeof(void*) and large GCC memory usage


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

--- Comment #15 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Author: ebotcazou
Date: Fri Dec 15 11:30:56 2017
New Revision: 255687

URL: https://gcc.gnu.org/viewcvs?rev=255687&root=gcc&view=rev
Log:
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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/xm-mingw32.h
    trunk/gcc/ggc-page.c
    trunk/gcc/hwint.h

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]