re PR bootstrap/12804 (zone allocator is broken on 64bit)
authorDaniel Jacobowitz <dan@debian.org>
Mon, 26 Jul 2004 15:11:53 +0000 (15:11 +0000)
committerDaniel Jacobowitz <drow@gcc.gnu.org>
Mon, 26 Jul 2004 15:11:53 +0000 (15:11 +0000)
commit02aebac6c99772f3549afc9d818ce30acbde8865
treea48454a362fb87e31aee92eb1d395c1260433023
parent35b6b437aa03e95ab2eb6fa5acaf25e07a9b1433
re PR bootstrap/12804 (zone allocator is broken on 64bit)

PR bootstrap/12804
* ggc-zone.c (struct alloc_chunk): Remove attribute packed.
(MAX_FREE_BIN_SIZE): Increase on 64-bit targets.
(ggc_free): Remove incorrect freeing.
(sweep_pages): Advance PP for large pages.  Fix indentation.

From-SVN: r85194
gcc/ChangeLog
gcc/ggc-zone.c