mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-16 04:20:26 +08:00
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
This commit is contained in:
parent
35a59bd56f
commit
c5d6d04a1e
@ -1,3 +1,8 @@
|
||||
2003-10-31 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* ggc-page.c (ggc_pch_read): Wrap call to poison_pages in
|
||||
ENABLE_GC_CHECKING not in GGC_POISON.
|
||||
|
||||
2003-10-31 Nathanael Nerode <neroden@gcc.gnu.org>
|
||||
|
||||
PR bootstrap/9863
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user