public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* GCC 4.3.4 release candidate available
@ 2009-07-27 16:12 Richard Guenther
  2009-07-29  9:24 ` Dave Korn
  2009-08-03 10:46 ` Matthias Klose
  0 siblings, 2 replies; 6+ messages in thread
From: Richard Guenther @ 2009-07-27 16:12 UTC (permalink / raw)
  To: gcc


A release candidate for the GCC 4.3.4 is now available at

ftp://gcc.gnu.org/pub/gcc/snapshots/4.3.4-RC-20090727

I plan to roll out the final release at the beginning of next week
if there are no major problems reported.

All checkins to the 4.3 branch require release manager approval.

Thanks,
Richard

-- 
Richard Guenther <rguenther@suse.de>
Novell / SUSE Labs
SUSE LINUX Products GmbH - Nuernberg - AG Nuernberg - HRB 16746 - GF: Markus Rex

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

* Re: GCC 4.3.4 release candidate available
  2009-07-27 16:12 GCC 4.3.4 release candidate available Richard Guenther
@ 2009-07-29  9:24 ` Dave Korn
  2009-07-29  9:39   ` Richard Guenther
  2009-08-03 10:46 ` Matthias Klose
  1 sibling, 1 reply; 6+ messages in thread
From: Dave Korn @ 2009-07-29  9:24 UTC (permalink / raw)
  To: Richard Guenther; +Cc: gcc

Richard Guenther wrote:
> A release candidate for the GCC 4.3.4 is now available at
> 
> ftp://gcc.gnu.org/pub/gcc/snapshots/4.3.4-RC-20090727
> 
> I plan to roll out the final release at the beginning of next week
> if there are no major problems reported.

  Bootstrap failure on Cygwin:

> /gnu/gcc/releases/4.3.4/gcc-4.3.4-RC-20090727/host-i686-pc-cygwin/gcc/xgcc -B/gn
> u/gcc/releases/4.3.4/gcc-4.3.4-RC-20090727/host-i686-pc-cygwin/gcc/ -B/opt/gcc-t
> ools/i686-pc-cygwin/bin/ -B/opt/gcc-tools/i686-pc-cygwin/lib/ -isystem /opt/gcc-
> tools/i686-pc-cygwin/include -isystem /opt/gcc-tools/i686-pc-cygwin/sys-include
> -c -DHAVE_CONFIG_H -O2 -g -g -O2   -I. -I../.././libiberty/../include  -W -Wall
> -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../.././libiberty/st
> rsignal.c -o strsignal.o
> ../.././libiberty/strsignal.c:408: error: conflicting types for 'strsignal'
> /usr/include/string.h:79: error: previous declaration of 'strsignal' was here
> make[2]: *** [strsignal.o] Error 1
> make[2]: Leaving directory `/gnu/gcc/releases/4.3.4/gcc-4.3.4-RC-20090727/i686-p
> c-cygwin/libiberty'
> make[1]: *** [all-target-libiberty] Error 2
> make[1]: Leaving directory `/gnu/gcc/releases/4.3.4/gcc-4.3.4-RC-20090727'
> make: *** [all] Error 2

  This is PR 38903.  Can we backport the fix?  (I'm just testing it against the
RC tarball right now.)

    cheers,
      DaveK


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

* Re: GCC 4.3.4 release candidate available
  2009-07-29  9:24 ` Dave Korn
@ 2009-07-29  9:39   ` Richard Guenther
  2009-07-29  9:41     ` Kai Tietz
  0 siblings, 1 reply; 6+ messages in thread
From: Richard Guenther @ 2009-07-29  9:39 UTC (permalink / raw)
  To: Dave Korn; +Cc: gcc

On Wed, 29 Jul 2009, Dave Korn wrote:

> Richard Guenther wrote:
> > A release candidate for the GCC 4.3.4 is now available at
> > 
> > ftp://gcc.gnu.org/pub/gcc/snapshots/4.3.4-RC-20090727
> > 
> > I plan to roll out the final release at the beginning of next week
> > if there are no major problems reported.
> 
>   Bootstrap failure on Cygwin:
> 
> > /gnu/gcc/releases/4.3.4/gcc-4.3.4-RC-20090727/host-i686-pc-cygwin/gcc/xgcc -B/gn
> > u/gcc/releases/4.3.4/gcc-4.3.4-RC-20090727/host-i686-pc-cygwin/gcc/ -B/opt/gcc-t
> > ools/i686-pc-cygwin/bin/ -B/opt/gcc-tools/i686-pc-cygwin/lib/ -isystem /opt/gcc-
> > tools/i686-pc-cygwin/include -isystem /opt/gcc-tools/i686-pc-cygwin/sys-include
> > -c -DHAVE_CONFIG_H -O2 -g -g -O2   -I. -I../.././libiberty/../include  -W -Wall
> > -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../.././libiberty/st
> > rsignal.c -o strsignal.o
> > ../.././libiberty/strsignal.c:408: error: conflicting types for 'strsignal'
> > /usr/include/string.h:79: error: previous declaration of 'strsignal' was here
> > make[2]: *** [strsignal.o] Error 1
> > make[2]: Leaving directory `/gnu/gcc/releases/4.3.4/gcc-4.3.4-RC-20090727/i686-p
> > c-cygwin/libiberty'
> > make[1]: *** [all-target-libiberty] Error 2
> > make[1]: Leaving directory `/gnu/gcc/releases/4.3.4/gcc-4.3.4-RC-20090727'
> > make: *** [all] Error 2
> 
>   This is PR 38903.  Can we backport the fix?  (I'm just testing it against the
> RC tarball right now.)

Yes, if this is ok with the Cygwin maintainers.

Thanks,
Richard.

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

* Re: GCC 4.3.4 release candidate available
  2009-07-29  9:39   ` Richard Guenther
@ 2009-07-29  9:41     ` Kai Tietz
  0 siblings, 0 replies; 6+ messages in thread
From: Kai Tietz @ 2009-07-29  9:41 UTC (permalink / raw)
  To: Richard Guenther; +Cc: Dave Korn, gcc

2009/7/29 Richard Guenther <rguenther@suse.de>:
> On Wed, 29 Jul 2009, Dave Korn wrote:
>
>> Richard Guenther wrote:
>> > A release candidate for the GCC 4.3.4 is now available at
>> >
>> > ftp://gcc.gnu.org/pub/gcc/snapshots/4.3.4-RC-20090727
>> >
>> > I plan to roll out the final release at the beginning of next week
>> > if there are no major problems reported.
>>
>>   Bootstrap failure on Cygwin:
>>
>> > /gnu/gcc/releases/4.3.4/gcc-4.3.4-RC-20090727/host-i686-pc-cygwin/gcc/xgcc -B/gn
>> > u/gcc/releases/4.3.4/gcc-4.3.4-RC-20090727/host-i686-pc-cygwin/gcc/ -B/opt/gcc-t
>> > ools/i686-pc-cygwin/bin/ -B/opt/gcc-tools/i686-pc-cygwin/lib/ -isystem /opt/gcc-
>> > tools/i686-pc-cygwin/include -isystem /opt/gcc-tools/i686-pc-cygwin/sys-include
>> > -c -DHAVE_CONFIG_H -O2 -g -g -O2   -I. -I../.././libiberty/../include  -W -Wall
>> > -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../.././libiberty/st
>> > rsignal.c -o strsignal.o
>> > ../.././libiberty/strsignal.c:408: error: conflicting types for 'strsignal'
>> > /usr/include/string.h:79: error: previous declaration of 'strsignal' was here
>> > make[2]: *** [strsignal.o] Error 1
>> > make[2]: Leaving directory `/gnu/gcc/releases/4.3.4/gcc-4.3.4-RC-20090727/i686-p
>> > c-cygwin/libiberty'
>> > make[1]: *** [all-target-libiberty] Error 2
>> > make[1]: Leaving directory `/gnu/gcc/releases/4.3.4/gcc-4.3.4-RC-20090727'
>> > make: *** [all] Error 2
>>
>>   This is PR 38903.  Can we backport the fix?  (I'm just testing it against the
>> RC tarball right now.)
>
> Yes, if this is ok with the Cygwin maintainers.
>
> Thanks,
> Richard.
>

It is fine.

Thanks,
Kai

-- 
|  (\_/) This is Bunny. Copy and paste
| (='.'=) Bunny into your signature to help
| (")_(") him gain world domination

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

* Re: GCC 4.3.4 release candidate available
  2009-07-27 16:12 GCC 4.3.4 release candidate available Richard Guenther
  2009-07-29  9:24 ` Dave Korn
@ 2009-08-03 10:46 ` Matthias Klose
  1 sibling, 0 replies; 6+ messages in thread
From: Matthias Klose @ 2009-08-03 10:46 UTC (permalink / raw)
  To: Richard Guenther; +Cc: gcc

On 27.07.2009 18:12, Richard Guenther wrote:
>
> A release candidate for the GCC 4.3.4 is now available at
>
> ftp://gcc.gnu.org/pub/gcc/snapshots/4.3.4-RC-20090727
>
> I plan to roll out the final release at the beginning of next week
> if there are no major problems reported.

testsuite doesn't show regressions compared to 4.3.3 on various Debian 
architectures (the compiler tested was the Debian gcc-4.3 package, not exactly 
the snapshot provided).

alpha	http://gcc.gnu.org/ml/gcc-testresults/2009-08/msg00134.html
arm	http://gcc.gnu.org/ml/gcc-testresults/2009-08/msg00135.html
hppa	http://gcc.gnu.org/ml/gcc-testresults/2009-08/msg00249.html
i486	http://gcc.gnu.org/ml/gcc-testresults/2009-07/msg03148.html
ia64	http://gcc.gnu.org/ml/gcc-testresults/2009-07/msg03233.html
mips	http://gcc.gnu.org/ml/gcc-testresults/2009-08/msg00136.html
mipsel	http://gcc.gnu.org/ml/gcc-testresults/2009-07/msg03328.html
powerpc	http://gcc.gnu.org/ml/gcc-testresults/2009-07/msg03234.html
s390	http://gcc.gnu.org/ml/gcc-testresults/2009-07/msg03330.html
sparc	http://gcc.gnu.org/ml/gcc-testresults/2009-07/msg03329.html
x86_64	http://gcc.gnu.org/ml/gcc-testresults/2009-07/msg03232.html

i486-kfreebsd http://gcc.gnu.org/ml/gcc-testresults/2009-07/msg03235.html

   Matthias

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

* Re: GCC 4.3.4 release candidate available
@ 2009-07-29 16:24 Angelo Graziosi
  0 siblings, 0 replies; 6+ messages in thread
From: Angelo Graziosi @ 2009-07-29 16:24 UTC (permalink / raw)
  To: DaveK; +Cc: GCC

Dave Korn wrote:

> Bootstrap failure on Cygwin:
> 
>> /gnu/gcc/releases/4.3.4/gcc-4.3.4-RC-20090727/host-i686-pc-cygwin/gcc/xgcc -B/gn
>> u/gcc/releases/4.3.4/gcc-4.3.4-RC-20090727/host-i686-pc-cygwin/gcc/ -B/opt/gcc-t
>> ools/i686-pc-cygwin/bin/ -B/opt/gcc-tools/i686-pc-cygwin/lib/ -isystem /opt/gcc-
>> tools/i686-pc-cygwin/include -isystem /opt/gcc-tools/i686-pc-cygwin/sys-include
>> -c -DHAVE_CONFIG_H -O2 -g -g -O2   -I. -I../.././libiberty/../include  -W -Wall
>> -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic  ../.././libiberty/st
>> rsignal.c -o strsignal.o
>> ../.././libiberty/strsignal.c:408: error: conflicting types for 'strsignal'
>> /usr/include/string.h:79: error: previous declaration of 'strsignal' was here
>> make[2]: *** [strsignal.o] Error 1
>> make[2]: Leaving directory `/gnu/gcc/releases/4.3.4/gcc-4.3.4-RC-20090727/i686-p
>> c-cygwin/libiberty'
>> make[1]: *** [all-target-libiberty] Error 2
>> make[1]: Leaving directory `/gnu/gcc/releases/4.3.4/gcc-4.3.4-RC-20090727'
>> make: *** [all] Error 2

For the sake of completeness, I want to flag that on *Cygwin-1.5*, the 
gcc-4.3.4-RC-20090727 snapshot, configured as:

${gcc_dir}/configure --prefix="${prefix_dir}" \
       --exec-prefix="${eprefix_dir}" \
       --sysconfdir="${sysconf_dir}" \
       --libdir="${lib_dir}" \
       --libexecdir="${libexec_dir}" \
       --mandir="${man_dir}" \
       --infodir="${info_dir}" \
       --program-suffix="${suffix}" \
       --enable-bootstrap \
       --enable-checking=release \
       --enable-decimal-float=bid \
       --enable-languages=c,c++,fortran \
       --enable-libgomp \
       --enable-libssp \
       --enable-nls \
       --enable-threads=posix \
       --enable-version-specific-runtime-libs \
       --disable-fixed-point \
       --disable-libmudflap \
       --disable-shared \
       --disable-sjlj-exceptions \
       --disable-win32-registry \
       --with-arch=i686 \
       --with-dwarf2 \
       --with-system-zlib \
       --with-tune=generic \
       --without-included-gettext \
       --without-x

builds OB.


Cheers,
Angelo.

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

end of thread, other threads:[~2009-08-03 10:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-27 16:12 GCC 4.3.4 release candidate available Richard Guenther
2009-07-29  9:24 ` Dave Korn
2009-07-29  9:39   ` Richard Guenther
2009-07-29  9:41     ` Kai Tietz
2009-08-03 10:46 ` Matthias Klose
2009-07-29 16:24 Angelo Graziosi

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