From c5d6d04a1e772f17578f3e0fef802a4135dda9ad Mon Sep 17 00:00:00 2001 From: Richard Earnshaw Date: Fri, 31 Oct 2003 11:22:32 +0000 Subject: ggc-page.c (ggc_pch_read): Wrap call to poison_pages in ENABLE_GC_CHECKING not in GGC_POISON. * ggc-page.c (ggc_pch_read): Wrap call to poison_pages in ENABLE_GC_CHECKING not in GGC_POISON. From-SVN: r73135 --- gcc/ggc-page.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ggc-page.c') diff --git a/gcc/ggc-page.c b/gcc/ggc-page.c index 8f14664..12b1f17 100644 --- a/gcc/ggc-page.c +++ b/gcc/ggc-page.c @@ -2109,7 +2109,7 @@ ggc_pch_read (FILE *f, void *addr) /* We've just read in a PCH file. So, every object that used to be allocated is now free. */ clear_marks (); -#ifdef GGC_POISON +#ifdef ENABLE_GC_CHECKING poison_pages (); #endif -- cgit v1.1