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

2009-07-19 Thread tammer at tammer dot net
--- Comment #17 from tammer at tammer dot net 2009-07-19 16:53 --- Hello, gcc 4.3.4 solves this problem. Bye Rainer -- tammer at tammer dot net changed: What|Removed |Added -

[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++,objc

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

2009-06-13 Thread tammer at tammer dot net
--- Comment #15 from tammer at tammer dot net 2009-06-13 14:18 --- Hello, OK I will try gcc 4.3.3. Please could you be so kind and post your complete configure call + additional env settings (if set) ? Thanks in advance. Bye Rainer -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id

[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=0x4000 >

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

2009-02-08 Thread tammer at tammer dot net
--- Comment #13 from tammer at tammer dot net 2009-02-08 09:39 --- Hello, OK, I will try with an extended heap. Bye Rainer -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38606

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

2009-02-06 Thread rosenhauer at dkrz dot de
--- Comment #12 from rosenhauer at dkrz dot de 2009-02-06 13:34 --- Maybe you are running out of native heap. Try with something like: export LDR_CNTRL=MAXDATA=0x4000 -- rosenhauer at dkrz dot de changed: What|Removed |Added --

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

2009-01-11 Thread tammer at tammer dot net
--- Comment #11 from tammer at tammer dot net 2009-01-12 07:12 --- Hello, any news ? Bye Rainer -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38606

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

2008-12-23 Thread tammer at tammer dot net
--- Comment #10 from tammer at tammer dot net 2008-12-23 08:35 --- Hello, same error: echo timestamp > s-attr /opt/freeware/src/packages/BUILD/gcc-build/./prev-gcc/xgcc -B/opt/freeware/src/packages/BUILD/gcc-build/./prev-gcc/ -B/opt/freeware/powerpc-ibm-aix5.3.0.0/bin/ -c -O2 -I/opt/f

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

2008-12-22 Thread tammer at tammer dot net
--- Comment #9 from tammer at tammer dot net 2008-12-23 07:24 --- Hello, OK, I will rebuild with a doubled stack size. I will report back as soon as I have new results. Bye Rainer -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38606

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

2008-12-22 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2008-12-22 16:04 --- Can you try increasing the stack size limit when building? insn-attrtab.c compiled at -O0 is known to have a big stack size. -- pinskia at gcc dot gnu dot org changed: What|Removed