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] |
Daniel Berlin <dberlin@dberlin.org> writes:I'll try to do it too (hopefully it crashes in a cross compiler).
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).
OK, I'll try again:
- start with an empty directory
- configure with:
$ /usr/src/aj/cvs/gcc/configure --prefix=/opt/gcc/3.4-devel --disable-nls --enable-threads=posix --enable-clocale=gnu --enable-__cxa_atexit --enable-shared --enable-languages=c,c++,ada,treelang,java,f77,objc --enable-checking=misc,tree,rtl,gc,rtlflag,gcac --with-gc=zone --with-system-zlib x86_64-suse-linux-gnu
- make -j5 bootstrap
And then wait and see it crash...
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |