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