From f5b39f907f7a2d53a9506fdeafb99078315531eb Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Fri, 15 Dec 2017 11:30:56 +0000 Subject: re PR target/66488 (segfault on sizeof(long) < sizeof(void*) and large GCC memory usage) 2017-12-15 Eric Botcazou 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/ggc-page.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gcc/ggc-page.c') diff --git a/gcc/ggc-page.c b/gcc/ggc-page.c index 5f79e32..854d310 100644 --- a/gcc/ggc-page.c +++ b/gcc/ggc-page.c @@ -92,11 +92,6 @@ along with GCC; see the file COPYING3. If not see 4: Object marks as well. */ #define GGC_DEBUG_LEVEL (0) -#ifndef HOST_BITS_PER_PTR -#define HOST_BITS_PER_PTR HOST_BITS_PER_LONG -#endif - - /* A two-level tree is used to look up the page-entry for a given pointer. Two chunks of the pointer's bits are extracted to index the first and second levels of the tree, as follows: -- cgit v1.1