public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* GCC 3.4.2 RC2 Available
@ 2004-09-03  0:47 Mark Mitchell
  2004-09-03  5:41 ` Eric Botcazou
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Mark Mitchell @ 2004-09-03  0:47 UTC (permalink / raw)
  To: gcc

The second GCC 3.4.2 prerelease is now available at:

ftp://gcc.gnu.org/pub/gcc/prerelease-3.4.2-20040902/

The most notable change from the previous release are the g77 fixes for 
Solaris.

Assuming no further major problems are uncovered, I plan to make this 
release official this weekend.

-- 
Mark Mitchell
CodeSourcery, LLC
(916) 791-8304
mark@codesourcery.com

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

* Re: GCC 3.4.2 RC2 Available
  2004-09-03  0:47 GCC 3.4.2 RC2 Available Mark Mitchell
@ 2004-09-03  5:41 ` Eric Botcazou
  2004-09-03  7:05   ` sparc-linux Ada failure [Was: GCC 3.4.2 RC2 Available] Christian Joensson
  2004-09-04 17:04 ` GCC 3.4.2 RC2 Available Joe Buck
  2004-09-04 22:57 ` Aaron W. LaFramboise
  2 siblings, 1 reply; 8+ messages in thread
From: Eric Botcazou @ 2004-09-03  5:41 UTC (permalink / raw)
  To: Mark Mitchell; +Cc: gcc

> The most notable change from the previous release are the g77 fixes for
> Solaris.

Actually SPARC (32-bit).  The failures are supposed to be fixed on Linux too.

-- 
Eric Botcazou

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

* sparc-linux Ada failure [Was: GCC 3.4.2 RC2 Available]
  2004-09-03  5:41 ` Eric Botcazou
@ 2004-09-03  7:05   ` Christian Joensson
  2004-09-03 13:16     ` Eric Botcazou
  0 siblings, 1 reply; 8+ messages in thread
From: Christian Joensson @ 2004-09-03  7:05 UTC (permalink / raw)
  To: Eric Botcazou; +Cc: Mark Mitchell, gcc

On Fri, Sep 03, 2004 at 07:46:31AM +0200, Eric Botcazou wrote:
> > The most notable change from the previous release are the g77 fixes for
> > Solaris.
> 
> Actually SPARC (32-bit).  The failures are supposed to be fixed on Linux too.

It does, indeed. However, there is an Ada failure (that I really
don't understand..)

http://gcc.gnu.org/ml/gcc-testresults/2004-09/msg00087.html

From the log files...

BUILD c760011.adb
gnatmake --GCC="/usr/local/src/branch/objdir/gcc/xgcc -B/usr/local/src/branch/objdir/gcc/" -gnatws -I/usr/local/src/branch/objdir/gcc/testsuite/ada/acats/support c760011.adb -largs --GCC="/usr/local/src/branch/objdir/gcc/xgcc -B/usr/local/src/branch/objdir/gcc/"
/usr/local/src/branch/objdir/gcc/xgcc -c -B/usr/local/src/branch/objdir/gcc/ -gnatws -I/usr/local/src/branch/objdir/gcc/testsuite/ada/acats/support c760011.adb
/usr/local/src/branch/objdir/gcc/xgcc -c -B/usr/local/src/branch/objdir/gcc/ -gnatws -I/usr/local/src/branch/objdir/gcc/testsuite/ada/acats/support c760011_0.adb
gnatbind -aO./ -I/usr/local/src/branch/objdir/gcc/testsuite/ada/acats/support -I- -x c760011.ali
gnatlink c760011.ali --GCC=/usr/local/src/branch/objdir/gcc/xgcc -B/usr/local/src/branch/objdir/gcc/
collect2: ld terminated with signal 10 [Bus error]
gnatlink: cannot call /usr/local/src/branch/objdir/gcc/xgcc
gnatmake: *** link failed.
FAIL:   c760011

Cheers,

/ChJ

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

* Re: sparc-linux Ada failure [Was: GCC 3.4.2 RC2 Available]
  2004-09-03  7:05   ` sparc-linux Ada failure [Was: GCC 3.4.2 RC2 Available] Christian Joensson
@ 2004-09-03 13:16     ` Eric Botcazou
  2004-09-03 16:05       ` Christian Joensson
  0 siblings, 1 reply; 8+ messages in thread
From: Eric Botcazou @ 2004-09-03 13:16 UTC (permalink / raw)
  To: Christian Joensson; +Cc: Mark Mitchell, gcc

> However, there is an Ada failure (that I really don't understand..)

The ACATS testsuite is clean on Solaris.

> BUILD c760011.adb
> gnatmake --GCC="/usr/local/src/branch/objdir/gcc/xgcc
> -B/usr/local/src/branch/objdir/gcc/" -gnatws
> -I/usr/local/src/branch/objdir/gcc/testsuite/ada/acats/support c760011.adb
> -largs --GCC="/usr/local/src/branch/objdir/gcc/xgcc
> -B/usr/local/src/branch/objdir/gcc/" /usr/local/src/branch/objdir/gcc/xgcc
> -c -B/usr/local/src/branch/objdir/gcc/ -gnatws
> -I/usr/local/src/branch/objdir/gcc/testsuite/ada/acats/support c760011.adb
> /usr/local/src/branch/objdir/gcc/xgcc -c
> -B/usr/local/src/branch/objdir/gcc/ -gnatws
> -I/usr/local/src/branch/objdir/gcc/testsuite/ada/acats/support
> c760011_0.adb gnatbind -aO./
> -I/usr/local/src/branch/objdir/gcc/testsuite/ada/acats/support -I- -x
> c760011.ali gnatlink c760011.ali
> --GCC=/usr/local/src/branch/objdir/gcc/xgcc
> -B/usr/local/src/branch/objdir/gcc/ collect2: ld terminated with signal 10
> [Bus error]
> gnatlink: cannot call /usr/local/src/branch/objdir/gcc/xgcc
> gnatmake: *** link failed.
> FAIL:   c760011

Binutils bug?  What version do you use?

-- 
Eric Botcazou

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

* Re: sparc-linux Ada failure [Was: GCC 3.4.2 RC2 Available]
  2004-09-03 13:16     ` Eric Botcazou
@ 2004-09-03 16:05       ` Christian Joensson
  0 siblings, 0 replies; 8+ messages in thread
From: Christian Joensson @ 2004-09-03 16:05 UTC (permalink / raw)
  To: Eric Botcazou; +Cc: gcc

On Fri, Sep 03, 2004 at 03:22:06PM +0200, Eric Botcazou wrote:
> > However, there is an Ada failure (that I really don't understand..)
> 
> The ACATS testsuite is clean on Solaris.
> 
> > BUILD c760011.adb
> > gnatmake --GCC="/usr/local/src/branch/objdir/gcc/xgcc
> > -B/usr/local/src/branch/objdir/gcc/" -gnatws
> > -I/usr/local/src/branch/objdir/gcc/testsuite/ada/acats/support c760011.adb
> > -largs --GCC="/usr/local/src/branch/objdir/gcc/xgcc
> > -B/usr/local/src/branch/objdir/gcc/" /usr/local/src/branch/objdir/gcc/xgcc
> > -c -B/usr/local/src/branch/objdir/gcc/ -gnatws
> > -I/usr/local/src/branch/objdir/gcc/testsuite/ada/acats/support c760011.adb
> > /usr/local/src/branch/objdir/gcc/xgcc -c
> > -B/usr/local/src/branch/objdir/gcc/ -gnatws
> > -I/usr/local/src/branch/objdir/gcc/testsuite/ada/acats/support
> > c760011_0.adb gnatbind -aO./
> > -I/usr/local/src/branch/objdir/gcc/testsuite/ada/acats/support -I- -x
> > c760011.ali gnatlink c760011.ali
> > --GCC=/usr/local/src/branch/objdir/gcc/xgcc
> > -B/usr/local/src/branch/objdir/gcc/ collect2: ld terminated with signal 10
> > [Bus error]
> > gnatlink: cannot call /usr/local/src/branch/objdir/gcc/xgcc
> > gnatmake: *** link failed.
> > FAIL:   c760011
> 
> Binutils bug?  What version do you use?

maybe, or glibc, or... however, binutils-2.15.90.0.3-6, as stated on
the linked test result.

> 
> -- 
> Eric Botcazou

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

* Re: GCC 3.4.2 RC2 Available
  2004-09-03  0:47 GCC 3.4.2 RC2 Available Mark Mitchell
  2004-09-03  5:41 ` Eric Botcazou
@ 2004-09-04 17:04 ` Joe Buck
  2004-09-04 21:30   ` Matthias Klose
  2004-09-04 22:57 ` Aaron W. LaFramboise
  2 siblings, 1 reply; 8+ messages in thread
From: Joe Buck @ 2004-09-04 17:04 UTC (permalink / raw)
  To: Mark Mitchell; +Cc: gcc

On Thu, Sep 02, 2004 at 05:47:17PM -0700, Mark Mitchell wrote:
> The second GCC 3.4.2 prerelease is now available at:
> 
> ftp://gcc.gnu.org/pub/gcc/prerelease-3.4.2-20040902/

Some results for RC2:

Fedora Core 1 (all languages, including Ada): (i686)
http://gcc.gnu.org/ml/gcc-testresults/2004-09/msg00140.html
One gcc failure, the same one we've seen before (va-arg-25.c with -Os)

Red Hat 7.2 (i686) (no Ada):
http://gcc.gnu.org/ml/gcc-testresults/2004-09/msg00142.html

HP-UX 11.0 (no Ada or Java):
http://gcc.gnu.org/ml/gcc-testresults/2004-09/msg00151.html

For Solaris 2.8 (sparc), tests are still running.

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

* Re: GCC 3.4.2 RC2 Available
  2004-09-04 17:04 ` GCC 3.4.2 RC2 Available Joe Buck
@ 2004-09-04 21:30   ` Matthias Klose
  0 siblings, 0 replies; 8+ messages in thread
From: Matthias Klose @ 2004-09-04 21:30 UTC (permalink / raw)
  To: Joe Buck; +Cc: gcc

Joe Buck writes:
> On Thu, Sep 02, 2004 at 05:47:17PM -0700, Mark Mitchell wrote:
> > The second GCC 3.4.2 prerelease is now available at:
> > 
> > ftp://gcc.gnu.org/pub/gcc/prerelease-3.4.2-20040902/
> 
> Some results for RC2:
> 
> Fedora Core 1 (all languages, including Ada): (i686)
> http://gcc.gnu.org/ml/gcc-testresults/2004-09/msg00140.html
> One gcc failure, the same one we've seen before (va-arg-25.c with -Os)
> 
> Red Hat 7.2 (i686) (no Ada):
> http://gcc.gnu.org/ml/gcc-testresults/2004-09/msg00142.html

both runs have incompatible symbols shown in the libstdc++
baseline. IIRC these go away if you explicitely configure with
--with-clocale=gnu.

	Matthias

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

* Re: GCC 3.4.2 RC2 Available
  2004-09-03  0:47 GCC 3.4.2 RC2 Available Mark Mitchell
  2004-09-03  5:41 ` Eric Botcazou
  2004-09-04 17:04 ` GCC 3.4.2 RC2 Available Joe Buck
@ 2004-09-04 22:57 ` Aaron W. LaFramboise
  2 siblings, 0 replies; 8+ messages in thread
From: Aaron W. LaFramboise @ 2004-09-04 22:57 UTC (permalink / raw)
  To: Mark Mitchell; +Cc: gcc

GCC 3.4.2 RC2 (from gcc-3.4.2-20040902.tar.bz2) does not bootstrap for
me on i686-pc-mingw32, which is a regression from 3.4.1.  Sorry for not
noticing this earlier.

Details here: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17325

Aaron W. LaFramboise

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

end of thread, other threads:[~2004-09-04 22:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-03  0:47 GCC 3.4.2 RC2 Available Mark Mitchell
2004-09-03  5:41 ` Eric Botcazou
2004-09-03  7:05   ` sparc-linux Ada failure [Was: GCC 3.4.2 RC2 Available] Christian Joensson
2004-09-03 13:16     ` Eric Botcazou
2004-09-03 16:05       ` Christian Joensson
2004-09-04 17:04 ` GCC 3.4.2 RC2 Available Joe Buck
2004-09-04 21:30   ` Matthias Klose
2004-09-04 22:57 ` Aaron W. LaFramboise

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).