Re: GCC 4.5.1 Release Candidate available from gcc.gnu.org

2010-07-23 Thread Dennis Clarke
> Dennis Clarke writes: > >> FYI , bug 44455 is a show stopper in the Solaris world. >> >> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44455 > > This is > > bootstrap/44455 GCC fails to build if MPFR 3.0.0 (Release Candidate) is > used > > Why would this be a showstopper? Who forces you to

Re: GCC 4.5.1 Release Candidate available from gcc.gnu.org

2010-07-23 Thread Dennis Clarke
>> === gcc Summary === >> >> # of expected passes57009 >> # of unexpected failures67 >> # of unexpected successes 7 >> # of expected failures 197 >> # of unsupported tests 518 >> >> === g++ Summary === >> >> # of expected

Re: GCC 4.5.1 Release Candidate available from gcc.gnu.org

2010-07-23 Thread Eric Botcazou
> === gcc Summary === > > # of expected passes57009 > # of unexpected failures67 > # of unexpected successes 7 > # of expected failures 197 > # of unsupported tests 518 > > === g++ Summary === > > # of expected passes

Re: GCC 4.5.1 Release Candidate available from gcc.gnu.org

2010-07-23 Thread Dennis Clarke
>> Use GMP from the 4.2.x series and MPFR from the 2.3.x series. Or do >> not build these libraries in-tree. > > Yes, and verify that GMP and MPFR are correctly compiled with > "make check". Recent versions are miscompiled on SPARC/Solaris > by GCC 4.3.x for x < 3 or 4. > > The recommended versio

Re: GCC 4.5.1 Release Candidate available from gcc.gnu.org

2010-07-23 Thread Eric Botcazou
> Use GMP from the 4.2.x series and MPFR from the 2.3.x series. Or do > not build these libraries in-tree. Yes, and verify that GMP and MPFR are correctly compiled with "make check". Recent versions are miscompiled on SPARC/Solaris by GCC 4.3.x for x < 3 or 4. The recommended versions (GMP 4.3

Re: GCC 4.5.1 Release Candidate available from gcc.gnu.org

2010-07-23 Thread Toon Moene
Dennis Clarke wrote: > I wrote: [ You can't imagine the pain working with a 1.5 year old OS ] Have you seen Solaris 8 ? [titan]uname -a SunOS titan 5.8 Generic_127722-03 i86pc i386 i86pc [titan]cat /etc/release Solaris 8 2/02 s28x_u7wos_08a INTEL

Re: GCC 4.5.1 Release Candidate available from gcc.gnu.org

2010-07-23 Thread Dennis Clarke
> Richard Guenther wrote: > >> On Fri, 23 Jul 2010, Dennis Clarke wrote: > >>> GMP: include 4.3.2, lib 4.3.2 >>> MPFR: include 3.0.0-p3, lib 3.0.0-p3 >>> MPC: include 0.8.2, lib 0.8.2 > > fails, > > Richard recommends: > >> Use GMP from the 4.2.x series and MPFR from the 2.3.x series. Or do >> no

Re: GCC 4.5.1 Release Candidate available from gcc.gnu.org

2010-07-23 Thread Toon Moene
Richard Guenther wrote: On Fri, 23 Jul 2010, Dennis Clarke wrote: GMP: include 4.3.2, lib 4.3.2 MPFR: include 3.0.0-p3, lib 3.0.0-p3 MPC: include 0.8.2, lib 0.8.2 fails, Richard recommends: Use GMP from the 4.2.x series and MPFR from the 2.3.x series. Or do not build these libraries in-

Re: GCC 4.5.1 Release Candidate available from gcc.gnu.org

2010-07-23 Thread Dennis Clarke
> On Jul 23, 2010, at 9:58 AM, Dennis Clarke > wrote: >> GMP: include 5.0.1, lib 5.0.1 >> MPFR: include 3.0.0-p3, lib 3.0.0-p3 >> MPC: include 0.8.2, lib 0.8.2 > > Use GMP from the 4.2.x series and MPFR from the 2.3.x series. Or > do > not build these libraries in-tre

Re: GCC 4.5.1 Release Candidate available from gcc.gnu.org

2010-07-23 Thread Andrew Pinski
On Jul 23, 2010, at 9:58 AM, Dennis Clarke wrote: GMP: include 5.0.1, lib 5.0.1 MPFR: include 3.0.0-p3, lib 3.0.0-p3 MPC: include 0.8.2, lib 0.8.2 Use GMP from the 4.2.x series and MPFR from the 2.3.x series. Or do not build these libraries in-tree. I built and tested them separa

Re: GCC 4.5.1 Release Candidate available from gcc.gnu.org

2010-07-23 Thread Dennis Clarke
GMP: include 5.0.1, lib 5.0.1 MPFR: include 3.0.0-p3, lib 3.0.0-p3 MPC: include 0.8.2, lib 0.8.2 >>> >>> Use GMP from the 4.2.x series and MPFR from the 2.3.x series. Or do >>> not build these libraries in-tree. >> >> I built and tested them separate. > > You forgot to set LD_LIBRA

Re: GCC 4.5.1 Release Candidate available from gcc.gnu.org

2010-07-23 Thread Andrew Pinski
On Jul 23, 2010, at 9:37 AM, Dennis Clarke wrote: If I go back and rebuild gmp mpfr and mpc thus : GMP: include 5.0.1, lib 5.0.1 MPFR: include 3.0.0-p3, lib 3.0.0-p3 MPC: include 0.8.2, lib 0.8.2 Use GMP from the 4.2.x series and MPFR from the 2.3.x series. Or do not build these lib

Re: GCC 4.5.1 Release Candidate available from gcc.gnu.org

2010-07-23 Thread Dennis Clarke
>> If I go back and rebuild gmp mpfr and mpc thus : >> >> >> GMP: include 5.0.1, lib 5.0.1 >> MPFR: include 3.0.0-p3, lib 3.0.0-p3 >> MPC: include 0.8.2, lib 0.8.2 > > Use GMP from the 4.2.x series and MPFR from the 2.3.x series. Or do > not build these libraries in-tree. I built and tested them

Re: GCC 4.5.1 Release Candidate available from gcc.gnu.org

2010-07-23 Thread Richard Guenther
On Fri, 23 Jul 2010, Dennis Clarke wrote: > > Dennis Clarke writes: > > > >> FYI , bug 44455 is a show stopper in the Solaris world. > >> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44455 > > > > This is > > > > bootstrap/44455 GCC fails to build if MPFR 3.0.0 (Release Candidate) is > used >

Re: GCC 4.5.1 Release Candidate available from gcc.gnu.org

2010-07-23 Thread Dennis Clarke
> Dennis Clarke writes: > >> FYI , bug 44455 is a show stopper in the Solaris world. >> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44455 > > This is > > bootstrap/44455 GCC fails to build if MPFR 3.0.0 (Release Candidate) is used > > Why would this be a showstopper? Who forces you to build

Re: GCC 4.5.1 Release Candidate available from gcc.gnu.org

2010-07-23 Thread Rainer Orth
Dennis Clarke writes: > FYI , bug 44455 is a show stopper in the Solaris world. > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44455 This is bootstrap/44455 GCC fails to build if MPFR 3.0.0 (Release Candidate) is used Why would this be a showstopper? Who forces you to build and install mpfr

Re: GCC 4.5.1 Release Candidate available from gcc.gnu.org

2010-07-22 Thread Dennis Clarke
> > A release canidate for GCC 4.5.1 is available from > > ftp://gcc.gnu.org/pub/gcc/snapshots/4.5.1-RC-20100722/ > > and shortly its mirrors. It has been generated from SVN revision 162408. > > I have sofar bootstrapped and tested the release candidate on > x86_64-unknown-linux-gnu. Please test

GCC 4.5.1 Release Candidate available from gcc.gnu.org

2010-07-22 Thread Richard Guenther
A release canidate for GCC 4.5.1 is available from ftp://gcc.gnu.org/pub/gcc/snapshots/4.5.1-RC-20100722/ and shortly its mirrors. It has been generated from SVN revision 162408. I have sofar bootstrapped and tested the release candidate on x86_64-unknown-linux-gnu. Please test it and report