gcc-4.8-20121202 is now available

2012-12-02 Thread gccadmin
Snapshot gcc-4.8-20121202 is now available on
  ftp://gcc.gnu.org/pub/gcc/snapshots/4.8-20121202/
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 194060

You'll find:

 gcc-4.8-20121202.tar.bz2 Complete GCC

  MD5=88091b7bb506242f47f8cceafd685f9a
  SHA1=048fd91614f36733b938eb399413fa46090e9ad5

Diffs from 4.8-20121125 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.


plans for 'Rvalue references for *this' support?

2012-12-02 Thread Kenny Simpson
>From http://gcc.gnu.org/projects/cxx0x.html, I see that this seems to be the 
>only major core-language feature missing from c++11 support.  And from 
>http://clang.llvm.org/cxx_status.html I see that clang does support it.

I see the note saying that it was being worked on, but this note had been there 
for a while.  Is it still planned/in-progress, deemed unimportant, or just got 
pushed to the back-burner?

thanks,
-Kenny