Bootstrapping trunk error with gcc 4.6.2

2012-05-27 Thread Thomas Koenig

Hello world,

I just got a bootstrap error on trunk, with configuration

../trunk/configure --prefix=$HOME --enable-languages=c,fortran 
--disable-build-poststage1-with-cxx


The error was:

../../trunk/gcc/fortran/decl.c: In function 'match_attr_spec':
../../trunk/gcc/fortran/decl.c:3276:3: error: typedef 'decl_types' 
locally defined but not used [-Werror=unused-local-typedefs]

   decl_types;
   ^
cc1: all warnings being treated as errors
make[3]: *** [fortran/decl.o] Error 1
make[3]: *** Waiting for unfinished jobs
make[3]: Leaving directory `/home/ig25/Gcc/trunk-bin/gcc'
make[2]: *** [all-stage2-gcc] Error 2
make[2]: Leaving directory `/home/ig25/Gcc/trunk-bin'
make[1]: *** [stage2-bubble] Error 2
make[1]: Leaving directory `/home/ig25/Gcc/trunk-bin'
make: *** [all] Error 2


Bootstrapping compiler was gcc version 4.6.2 (SUSE Linux)

Any ideas?

Thomas


gcc-4.8-20120527 is now available

2012-05-27 Thread gccadmin
Snapshot gcc-4.8-20120527 is now available on
  ftp://gcc.gnu.org/pub/gcc/snapshots/4.8-20120527/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.

This snapshot has been generated from the GCC 4.8 SVN branch
with the following options: svn://gcc.gnu.org/svn/gcc/trunk revision 187923

You'll find:

 gcc-4.8-20120527.tar.bz2 Complete GCC

  MD5=1c615c45a37ebd67d818f9f6e54c2b99
  SHA1=0ca0161b90b22e55f77837b31ab8c7041c00f4d5

Diffs from 4.8-20120520 are available in the diffs/ subdirectory.

When a particular snapshot is ready for public consumption the LATEST-4.8
link is updated and a message is sent to the gcc list.  Please do not use
a snapshot before it has been announced that way.