[Bug bootstrap/47923] Errors when installing GCC 4.5.2 on AIX 6.1

2017-03-15 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47923 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug bootstrap/47923] Errors when installing GCC 4.5.2 on AIX 6.1

2012-03-21 Thread michael.haubenwallner at salomon dot at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47923 Michael Haubenwallner changed: What|Removed |Added CC||michael.haubenwallner at

[Bug bootstrap/47923] Errors when installing GCC 4.5.2 on AIX 6.1

2011-04-19 Thread mirko.chioldin at iside dot bcc.it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47923 --- Comment #8 from Mirko 2011-04-19 14:02:18 UTC --- Hello, I have tried to compile the new version GCC 4.6.0 But the compilation stops anyway: checking whether sbrk is declared... (cached) yes checking whether strverscmp is declared... (cached

[Bug bootstrap/47923] Errors when installing GCC 4.5.2 on AIX 6.1

2011-04-14 Thread mirko.chioldin at iside dot bcc.it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47923 Mirko changed: What|Removed |Added Severity|major |critical

[Bug bootstrap/47923] Errors when installing GCC 4.5.2 on AIX 6.1

2011-03-01 Thread mirko.chioldin at iside dot bcc.it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47923 --- Comment #7 from Mirko 2011-03-01 13:20:54 UTC --- Created attachment 23500 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23500 Test with XLC

[Bug bootstrap/47923] Errors when installing GCC 4.5.2 on AIX 6.1

2011-03-01 Thread mirko.chioldin at iside dot bcc.it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47923 --- Comment #6 from Mirko 2011-03-01 13:20:17 UTC --- Hello, I have tried to compile with XLC. I set the variables with the following lines: export LDR_CNTRL=MAXDATA=0x5000 export LDR_CNTRL=MACDATA=0x3000 export PATH=/usr/vac/bin:/usr/va

[Bug bootstrap/47923] Errors when installing GCC 4.5.2 on AIX 6.1

2011-02-28 Thread mirko.chioldin at iside dot bcc.it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47923 --- Comment #5 from Mirko 2011-02-28 15:21:29 UTC --- Created attachment 23495 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23495 New test to compile

[Bug bootstrap/47923] Errors when installing GCC 4.5.2 on AIX 6.1

2011-02-28 Thread mirko.chioldin at iside dot bcc.it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47923 --- Comment #4 from Mirko 2011-02-28 15:20:26 UTC --- Hello, using the command "make CFLAGS = '-O0' CXXFLAGS = '-O0' LIBCFLAGS = '-O0' LIBCXXFLAGS = '-O0-fno-implicit-templates' bootstrap' seems to work better. But the phase "make" stops anyway.

[Bug bootstrap/47923] Errors when installing GCC 4.5.2 on AIX 6.1

2011-02-28 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47923 --- Comment #3 from Andreas Schwab 2011-02-28 12:57:30 UTC --- This is a problem with the host compiler (powerpc-ibm-aix6.1.0.0-gcc). Try using a different compiler or reducing the optimisation level.

[Bug bootstrap/47923] Errors when installing GCC 4.5.2 on AIX 6.1

2011-02-28 Thread mirko.chioldin at iside dot bcc.it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47923 --- Comment #2 from Mirko 2011-02-28 12:42:28 UTC --- The make phase was stopper with this error: if [ x"" != x ]; then \ powerpc-ibm-aix6.1.0.0-gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../.././libiberty/../include -W -Wall -Wwrite-strings -Wc++

[Bug bootstrap/47923] Errors when installing GCC 4.5.2 on AIX 6.1

2011-02-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47923 --- Comment #1 from Andrew Pinski 2011-02-28 12:37:42 UTC --- I don't see any error with the attachment you made. What is the problem you are running into?