gcc-4.7-20130323 is now available

2013-03-23 Thread gccadmin
Snapshot gcc-4.7-20130323 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.7-20130323/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.7 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches

pb05 benchmarks for gcc 4.8.0

2013-03-23 Thread Jack Howarth
-20130323/configure --prefix=/sw --prefix=/sw/lib/gcc4.7 --mandir=/sw/share/man --infodir=/sw/lib/gcc4.7/info --enable-languages=c,c++,fortran,lto,objc,obj-c++,java --with-gmp=/sw --with-libiconv-prefix=/sw --with-ppl=/sw --with-cloog=/sw --with-mpc=/sw --with-system-zlib --enable-checking=release --x

Re: GCC 4.8.0 does not compile for DJGPP

2013-03-23 Thread DJ Delorie
The DJGPP build of gcc 4.8.0 was just uploaded, it might have some patches that haven't been committed upstream yet.

GCC 4.8.0 does not compile for DJGPP

2013-03-23 Thread Fabrizio Gennari
I am trying to build a cross-compiler for DJGPP running on my Ubuntu 12.10 box. #../gcc-4.8.0/configure --prefix= --target=i586-pc-msdosdjgpp #make [...] g++ -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-

Proposition

2013-03-23 Thread Shin Eon-seong
Greetings from South Korea, I have a proposition for you to the tune of Fifty Million EUR, if interested, kindly reply for specifics Warmest, Shin Eon-seong

Re: gcc 4.8 and N3276

2013-03-23 Thread Paolo Carlini
On 03/23/2013 03:44 AM, Joe Gottman wrote: Does gcc 4.8 include the changes to decltype specified in N3276 (http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3276.pdf)? If not, can we expect these for 4.8.1? Yes, in 4.8.1, Jason backported: 2013-03-22 Jason Merrill N3276 PR