[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 side. I just inform the affected people about the existing
of a fix.


[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
assembler doesn't crash any more and works as well in the same time.
It has been validated on AIX 6.1 TL6 with GCC 4.5.2


[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 from vladimir penev  2011-09-15 
08:30:55 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
assembler doesn't crash any more and works as well in the same time.
It has been validated on AIX 6.1 with GCC 4.5.2


[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
Additional env sets:
CC=cc (I used the native compiler)
LDR_CNTRL=MAXDATA=0x4000
CONFIG_SHELL=.../bash

Regards,
vladimir penev

(In reply to comment #15)
> 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=38606



[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
> 


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38606