This is the mail archive of the gcc-patches@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]

Re: [PATCH, committed]: Zone collector


1333 abort ();
(gdb) p p
$1 = (page_entry *) 0x123c130
(gdb) p *p
$2 = {next = 0x123c0f0, bytes = 4096, survived = 2, page = 0x2a95a2e000 "", bytes_free = 6990, context_depth = 0, large_p = false,
zone = 0x11895a0}



Sigh.
I can't reproduce this on x86 (it's already well past this point in gcac bootstrapping).



I also tried just the flags:
[root@dberlin gcc]# ./cc1 -fpreprocessed crtstuff.i -quiet -dumpbase crtstuff.c -mtune=k8 -auxbase-strip crtend.o -g0 -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -version -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time -fno-omit-frame-pointer -fno-asynchronous-unwind-tables -o crtstuff.s GNU C version 3.4 20031026 (experimental) (i686-pc-linux-gnu) compiled by GNU C version 3.2.2 20030222 (Red Hat Linux 3.2.2-5).
GGC heuristics: --param ggc-min-expand=0 --param ggc-min-heapsize=0
[root@dberlin gcc]#



Andreas -- Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj SuSE Linux AG, Deutschherrnstr. 15-19, 90429 Nürnberg, Germany GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126


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