public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* GCC-3.2.3 prerelease status
@ 2003-04-21 19:20 Gabriel Dos Reis
  2003-04-21 19:44 ` David Edelsohn
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Gabriel Dos Reis @ 2003-04-21 19:20 UTC (permalink / raw)
  To: gcc


Here is a summary of the various reports (I'm aware of) about testing
the second prerelease tarballs of GCC-3.2.3pre:

Primary platforms:
==================

  * alpha-unknown-linux-gnu:            OK
  * hppa2.0w-hp-hpux11.00:              OK
  * i386-pc-linux-gnu: 
  * i686-pc-linux-gnu:                  OK
  * i386-unknown-freebsd4.8:            OK
  * powerpc-ibm-aix4.3.3.0:
  * sparc-sun-solaris-2.7:              OK


I'm missing report for i386-pc-linux-gnu (Debian GNU/Linux 2.2) and 
powerpc-ibm-aix4.3.3.0 (Daiv Edelsohn is supposed to feed us with info) 


Secondary platforms:
===================
  
  * powerpc-unknown-linux-gnu:          OK
  * sparc-sun-linux-gnu:
  * armv4l-unknown-linux-gnu:
  * i686-pc-cygwin:                     OK

Here, I'm missing reports for sparc-sun-linux-gnu (Debian GNU/Linux 2.2)
-- Ben Collins is supposed to tell us something here -- and for 
armv4l-unknown-linux-gnu (however, we got positive feedback for armv5l).


The prerelease tarballs have been reported to successfully bootstrap
on the following platforms:

  * sparc-sun-solaris2.5.1
  * mips-sgi-irix6.5
  * mips-sgi-irix6.2
  * sparc64-sun-solaris2.7
  * s390-ibm-linux
  * s390x-ibm-linux
  * alpha-unknown-freebsd5.0
  * armv5l-unknown-linux-gnu
  * sparc64-unknown-linux-gnu
  * i686-pc-mingw32 (linking problem: missing some ld flags)
  * sparc-sun-solaris2.9 (with various failures in the testsuite)
  * sparc-sun-solaris2.8

The prerelease tarballs have been reported to fail to bootstrap
on the following platforms:

  * sparc-sun-solaris2.9: This mitigates a previous successful report.

Please point out any report I would have missed or forgotten.

Thanks to all of you who helped with testing and reports.

-- Gaby

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: GCC-3.2.3 prerelease status
  2003-04-21 19:20 GCC-3.2.3 prerelease status Gabriel Dos Reis
@ 2003-04-21 19:44 ` David Edelsohn
  2003-04-21 20:10   ` Gabriel Dos Reis
  2003-04-21 19:46 ` Andreas Tobler
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: David Edelsohn @ 2003-04-21 19:44 UTC (permalink / raw)
  To: Gabriel Dos Reis; +Cc: gcc

>>>>> Gabriel Dos Reis writes:

Gaby> Here is a summary of the various reports (I'm aware of) about testing
Gaby> the second prerelease tarballs of GCC-3.2.3pre:

Gaby> * powerpc-ibm-aix4.3.3.0:

Gaby> I'm missing report for i386-pc-linux-gnu (Debian GNU/Linux 2.2) and 
Gaby> powerpc-ibm-aix4.3.3.0 (David Edelsohn is supposed to feed us with info)

	Where should results be posted other that gcc-testresults?

http://gcc.gnu.org/ml/gcc-testresults/2003-04/msg01034.html

David

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: GCC-3.2.3 prerelease status
  2003-04-21 19:20 GCC-3.2.3 prerelease status Gabriel Dos Reis
  2003-04-21 19:44 ` David Edelsohn
@ 2003-04-21 19:46 ` Andreas Tobler
  2003-04-21 21:21 ` Matthias Klose
  2003-04-21 21:35 ` Joe Buck
  3 siblings, 0 replies; 8+ messages in thread
From: Andreas Tobler @ 2003-04-21 19:46 UTC (permalink / raw)
  To: Gabriel Dos Reis; +Cc: gcc

Gabriel Dos Reis wrote:

>   * sparc-sun-solaris2.9 (with various failures in the testsuite)

Yah, I know, but I couldn't find the problem so far. It happens on 
3.2.3, 3.3 and 3.4
While the machine is doing only one build/test at the time the results 
seem to be ok. But doing a parallel build of 2 trees the results become 
unreliable.
I use a stock 2.9 installation with the 'latest' (two weeks ago) 
recommended patch set. The dejagnu/expect/tcl are from sunfreeware.
The machine itself is an enterprise II with 2 CPU's a 300MHz with 768MB.

> 
> The prerelease tarballs have been reported to fail to bootstrap
> on the following platforms:
> 
>   * sparc-sun-solaris2.9: This mitigates a previous successful report.

I did it nearly every day the last couple of days. No problems so far.

Where did it fail?

Andreas

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: GCC-3.2.3 prerelease status
  2003-04-21 19:44 ` David Edelsohn
@ 2003-04-21 20:10   ` Gabriel Dos Reis
  0 siblings, 0 replies; 8+ messages in thread
From: Gabriel Dos Reis @ 2003-04-21 20:10 UTC (permalink / raw)
  To: David Edelsohn; +Cc: gcc

David Edelsohn <dje@watson.ibm.com> writes:

| >>>>> Gabriel Dos Reis writes:
| 
| Gaby> Here is a summary of the various reports (I'm aware of) about testing
| Gaby> the second prerelease tarballs of GCC-3.2.3pre:
| 
| Gaby> * powerpc-ibm-aix4.3.3.0:
| 
| Gaby> I'm missing report for i386-pc-linux-gnu (Debian GNU/Linux 2.2) and 
| Gaby> powerpc-ibm-aix4.3.3.0 (David Edelsohn is supposed to feed us with info)
| 
| 	Where should results be posted other that gcc-testresults?

I can't explain how I missed.  

Thanks.

-- Gaby

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: GCC-3.2.3 prerelease status
  2003-04-21 19:20 GCC-3.2.3 prerelease status Gabriel Dos Reis
  2003-04-21 19:44 ` David Edelsohn
  2003-04-21 19:46 ` Andreas Tobler
@ 2003-04-21 21:21 ` Matthias Klose
  2003-04-21 21:41   ` Gabriel Dos Reis
  2003-04-21 21:35 ` Joe Buck
  3 siblings, 1 reply; 8+ messages in thread
From: Matthias Klose @ 2003-04-21 21:21 UTC (permalink / raw)
  To: Gabriel Dos Reis; +Cc: gcc

Gabriel Dos Reis writes:
> 
> Here is a summary of the various reports (I'm aware of) about testing
> the second prerelease tarballs of GCC-3.2.3pre:
> 
> Primary platforms:
> ==================
> 
>   * alpha-unknown-linux-gnu:            OK
>   * hppa2.0w-hp-hpux11.00:              OK
>   * i386-pc-linux-gnu: 
>   * i686-pc-linux-gnu:                  OK
>   * i386-unknown-freebsd4.8:            OK
>   * powerpc-ibm-aix4.3.3.0:
>   * sparc-sun-solaris-2.7:              OK
> 
> 
> I'm missing report for i386-pc-linux-gnu (Debian GNU/Linux 2.2) and 

currently building an unmodified tarball on Debian GNU/Linux 3.0r1.
Expect results Tuesday evening MET. The results for the last Debian
build (20030415) on Debian unstable can be found at
    http://gcc.gnu.org/ml/gcc-testresults/2003-04/msg01010.html

	Matthias

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: GCC-3.2.3 prerelease status
  2003-04-21 19:20 GCC-3.2.3 prerelease status Gabriel Dos Reis
                   ` (2 preceding siblings ...)
  2003-04-21 21:21 ` Matthias Klose
@ 2003-04-21 21:35 ` Joe Buck
  3 siblings, 0 replies; 8+ messages in thread
From: Joe Buck @ 2003-04-21 21:35 UTC (permalink / raw)
  To: Gabriel Dos Reis; +Cc: gcc

On Mon, Apr 21, 2003 at 07:53:01PM +0200, Gabriel Dos Reis wrote:
> The prerelease tarballs have been reported to successfully bootstrap
> on the following platforms:

I also have a successful bootstrap on
alphaev6-dec-osf5.1
since we had such a machine lying around.

I haven't run tests, because the "expect" included with dejagnu from the
infrastructure directory does not build.
 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: GCC-3.2.3 prerelease status
  2003-04-21 21:21 ` Matthias Klose
@ 2003-04-21 21:41   ` Gabriel Dos Reis
  2003-04-22 22:54     ` Matthias Klose
  0 siblings, 1 reply; 8+ messages in thread
From: Gabriel Dos Reis @ 2003-04-21 21:41 UTC (permalink / raw)
  To: Matthias Klose; +Cc: gcc

Matthias Klose <doko@cs.tu-berlin.de> writes:

| Gabriel Dos Reis writes:
| > 
| > Here is a summary of the various reports (I'm aware of) about testing
| > the second prerelease tarballs of GCC-3.2.3pre:
| > 
| > Primary platforms:
| > ==================
| > 
| >   * alpha-unknown-linux-gnu:            OK
| >   * hppa2.0w-hp-hpux11.00:              OK
| >   * i386-pc-linux-gnu: 
| >   * i686-pc-linux-gnu:                  OK
| >   * i386-unknown-freebsd4.8:            OK
| >   * powerpc-ibm-aix4.3.3.0:
| >   * sparc-sun-solaris-2.7:              OK
| > 
| > 
| > I'm missing report for i386-pc-linux-gnu (Debian GNU/Linux 2.2) and 
| 
| currently building an unmodified tarball on Debian GNU/Linux 3.0r1.
| Expect results Tuesday evening MET.

Thank you very nuch.

| The results for the last Debian
| build (20030415) on Debian unstable can be found at
|     http://gcc.gnu.org/ml/gcc-testresults/2003-04/msg01010.html

The (spurious) failures in the objc-testsuite should be gone in the
prerelease tarballs.

Thanks,

-- Gaby

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: GCC-3.2.3 prerelease status
  2003-04-21 21:41   ` Gabriel Dos Reis
@ 2003-04-22 22:54     ` Matthias Klose
  0 siblings, 0 replies; 8+ messages in thread
From: Matthias Klose @ 2003-04-22 22:54 UTC (permalink / raw)
  To: Gabriel Dos Reis; +Cc: gcc

Gabriel Dos Reis writes:
> Matthias Klose <doko@cs.tu-berlin.de> writes:
> | > I'm missing report for i386-pc-linux-gnu (Debian GNU/Linux 2.2) and 
> | 
> | currently building an unmodified tarball on Debian GNU/Linux 3.0r1.
> | Expect results Tuesday evening MET.

see http://gcc.gnu.org/ml/gcc-testresults/2003-04/msg01382.html

	Matthias

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2003-04-22 21:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-21 19:20 GCC-3.2.3 prerelease status Gabriel Dos Reis
2003-04-21 19:44 ` David Edelsohn
2003-04-21 20:10   ` Gabriel Dos Reis
2003-04-21 19:46 ` Andreas Tobler
2003-04-21 21:21 ` Matthias Klose
2003-04-21 21:41   ` Gabriel Dos Reis
2003-04-22 22:54     ` Matthias Klose
2003-04-21 21:35 ` Joe Buck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).