[Bug other/38606] AIX: build failed in stage 2

2009-06-13 Thread vovata at gmail dot com
--- Comment #14 from vovata at gmail dot com 2009-06-13 13:23 --- Hello, It works for me, to bootstrap GCC 4.3.3 on AIX 5.3 Regards, vladimir penev (In reply to comment #12) > Maybe you are running out of native heap. Try with something like: > > export LDR_CNTRL=MAXDATA=0

[Bug other/38606] AIX: build failed in stage 2

2009-06-13 Thread vovata at gmail dot com
--- Comment #16 from vovata at gmail dot com 2009-06-13 20:31 --- Hello, I configured with: ../gcc-4.3.3/configure --prefix=/usr/local/4.3.3 --enable-shared --enable-threads=posix --enable-checking=release --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c

[Bug target/46072] AIX linker chokes on debug info for uninitialized static variables

2011-09-15 Thread vovata at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46072 vladimir penev changed: What|Removed |Added CC||vovata at gmail dot com --- Comment #32

[Bug target/46072] AIX linker chokes on debug info for uninitialized static variables

2011-09-15 Thread vovata at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46072 --- Comment #33 from vladimir penev 2011-09-15 08:44:04 UTC --- An update on this subject at my side. After some interactions with IBM AIX support there is a fix https://www-304.ibm.com/support/docview.wss?uid=isg1IV06344 and after that the assem

[Bug target/46072] AIX linker chokes on debug info for uninitialized static variables

2011-09-15 Thread vovata at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46072 --- Comment #35 from vladimir penev 2011-09-15 14:14:16 UTC --- Yes, it's true. And using the mentioned efix for AIX the problem doesn't exist any more, the assembler generates correct code and the linker links it as well. Nothing to do at GCC si