Re: Build of gcc 4.4.0 on Solaris 10 Sparc ok, most tests failed.

2009-05-15 Thread Eric Botcazou
> To clarify, is it "make -l #" that fails or "make -j #" on Solaris? "make -j" > Parallel testing with -j# used to work fine, but admitedly its been a long > while since I lost my solaris box... (I don't know if the load avg based > mechanism for -l ever worked.) Is there a PR number? That's

Re: Build of gcc 4.4.0 on Solaris 10 Sparc ok, most tests failed.

2009-05-15 Thread Kaveh R. GHAZI
On Thu, 14 May 2009, Eric Botcazou wrote: > > The build went through without any error, > > but most of the tests failed in "make check". > > unexpected failures = 6472 and passed = 52. > > Try with "make -k check" and no -j, parallel testing is broken on Solaris. > Eric Botcazou To clarify, is i

Re: Build of gcc 4.4.0 on Solaris 10 Sparc ok, most tests failed.

2009-05-15 Thread Eric Botcazou
> What am I doing wrong? You'll have to look at the logs and see whether there is a common pattern. -- Eric Botcazou

Re: Build of gcc 4.4.0 on Solaris 10 Sparc ok, most tests failed.

2009-05-15 Thread Amitava Dutta
ed passes1057 # of unexpected failures1061 # of unsupported tests 137 What am I doing wrong? Best regards Amitava Dutta --- On Thu, 5/14/09, Eric Botcazou wrote: > From: Eric Botcazou > Subject: Re: Build of gcc 4.4.0 on Solaris 10 Sparc ok, most tests fail

Re: Build of gcc 4.4.0 on Solaris 10 Sparc ok, most tests failed.

2009-05-14 Thread Eric Botcazou
> The build went through without any error, > but most of the tests failed in "make check". > unexpected failures = 6472 and passed = 52. Try with "make -k check" and no -j, parallel testing is broken on Solaris. -- Eric Botcazou

Build of gcc 4.4.0 on Solaris 10 Sparc ok, most tests failed.

2009-05-14 Thread Amitava Dutta
Hi GCC team, I built GCC 4.4.0 on a SPARC system running Solaris 10 The build went through without any error, but most of the tests failed in "make check". unexpected failures = 6472 and passed = 52. Output from gcc -v and fragment from make check are below. What am I doing wrong? Is this b