r199543 - in /branches/google/gcc-4_8: ./ Chang...

dnovillo@gcc.gnu.org dnovillo@gcc.gnu.org
Fri May 31 15:05:00 GMT 2013


Author: dnovillo
Date: Fri May 31 15:05:53 2013
New Revision: 199543

URL: http://gcc.gnu.org/viewcvs?rev=199543&root=gcc&view=rev
Log:

Merge from gcc-4_8-branch

Merged revisions 199340,199344,199347,199364,199369,199392,199396,199432,199463,199477-199525,199530,199534,199539-199540 via svnmerge from 
svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_8-branch

This merge syncs google/gcc-4_8 with the GCC 4.8.1 release.

=======================================================================

Bugs fixed (http://gcc.gnu.org/bugzilla)

C++
  56930, 57319

  Backport for chrono.
  
  	Backported from mainline
  	2013-05-24  Benjamin Kosnik  <bkoz@redhat.com>
  
  	* include/std/chrono: Wrap clocks in inline namespace _V2.
  	* src/c++11/chrono.cc: Same.
  	* src/c++11/compatibility-chrono.cc: Revert to previous chrono.cc
  	file, with default configure macros selected.
  
  	* config/abi/pre/gnu.ver (GLIBCXX_3.4.19): Use symbols from inline
  	namespace.
  	* config/abi/post/x86_64-linux-gnu/baseline_symbols.txt: Fix up.
  
  	* config/abi/post/i386-linux-gnu/baseline_symbols.txt: Regenerated.
  	* config/abi/post/s390x-linux-gnu/baseline_symbols.txt: Regenerated.
  	* config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt:
  	Regenerated.
  	* config/abi/post/powerpc64-linux-gnu/32/baseline_symbols.txt:
  	Regenerated.
  	* config/abi/post/x86_64-linux-gnu/baseline_symbols.txt: Regenerated.
  	* config/abi/post/x86_64-linux-gnu/32/baseline_symbols.txt:
  	Regenerated.
  	* config/abi/post/powerpc-linux-gnu/baseline_symbols.txt: Regenerated.
  	* config/abi/post/s390-linux-gnu/baseline_symbols.txt: Regenerated.
  	* config/abi/post/i486-linux-gnu/baseline_symbols.txt: Regenerated.
  	* config/abi/post/solaris2.10/baseline_symbols.txt: Regenerated.
  	* config/abi/post/solaris2.10/amd64/baseline_symbols.txt: Regenerated.
  	* config/abi/post/solaris2.10/sparcv9/baseline_symbols.txt:
  	Regenerated.
  	* config/abi/post/solaris2.9/baseline_symbols.txt: Regenerated.
  	* config/abi/post/solaris2.9/sparcv9/baseline_symbols.txt: Regenerated.



Modified:
    branches/google/gcc-4_8/libstdc++-v3/ChangeLog
    branches/google/gcc-4_8/libstdc++-v3/config/abi/post/i386-linux-gnu/baseline_symbols.txt
    branches/google/gcc-4_8/libstdc++-v3/config/abi/post/i486-linux-gnu/baseline_symbols.txt
    branches/google/gcc-4_8/libstdc++-v3/config/abi/post/powerpc-linux-gnu/baseline_symbols.txt
    branches/google/gcc-4_8/libstdc++-v3/config/abi/post/powerpc64-linux-gnu/32/baseline_symbols.txt
    branches/google/gcc-4_8/libstdc++-v3/config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt
    branches/google/gcc-4_8/libstdc++-v3/config/abi/post/s390-linux-gnu/baseline_symbols.txt
    branches/google/gcc-4_8/libstdc++-v3/config/abi/post/s390x-linux-gnu/baseline_symbols.txt
    branches/google/gcc-4_8/libstdc++-v3/config/abi/post/solaris2.10/amd64/baseline_symbols.txt
    branches/google/gcc-4_8/libstdc++-v3/config/abi/post/solaris2.10/baseline_symbols.txt
    branches/google/gcc-4_8/libstdc++-v3/config/abi/post/solaris2.10/sparcv9/baseline_symbols.txt
    branches/google/gcc-4_8/libstdc++-v3/config/abi/post/solaris2.9/baseline_symbols.txt
    branches/google/gcc-4_8/libstdc++-v3/config/abi/post/solaris2.9/sparcv9/baseline_symbols.txt
    branches/google/gcc-4_8/libstdc++-v3/config/abi/post/x86_64-linux-gnu/32/baseline_symbols.txt
    branches/google/gcc-4_8/libstdc++-v3/config/abi/post/x86_64-linux-gnu/baseline_symbols.txt
    branches/google/gcc-4_8/libstdc++-v3/config/abi/pre/gnu.ver
    branches/google/gcc-4_8/libstdc++-v3/include/std/chrono
    branches/google/gcc-4_8/libstdc++-v3/src/c++11/chrono.cc
    branches/google/gcc-4_8/libstdc++-v3/src/c++11/compatibility-chrono.cc

Changes in other areas also in this revision:
Added:
    branches/google/gcc-4_8/gcc/testsuite/g++.dg/cpp0x/defaulted44.C
      - copied unchanged from r199540, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/defaulted44.C
    branches/google/gcc-4_8/gcc/testsuite/g++.dg/cpp0x/initlist71.C
      - copied unchanged from r199540, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/initlist71.C
    branches/google/gcc-4_8/gcc/testsuite/gnat.dg/specs/last_bit.ads
      - copied unchanged from r199534, branches/gcc-4_8-branch/gcc/testsuite/gnat.dg/specs/last_bit.ads
Modified:
    branches/google/gcc-4_8/   (props changed)
    branches/google/gcc-4_8/ChangeLog
    branches/google/gcc-4_8/boehm-gc/ChangeLog
    branches/google/gcc-4_8/config/ChangeLog
    branches/google/gcc-4_8/contrib/ChangeLog
    branches/google/gcc-4_8/contrib/reghunt/ChangeLog
    branches/google/gcc-4_8/contrib/regression/ChangeLog
    branches/google/gcc-4_8/fixincludes/ChangeLog
    branches/google/gcc-4_8/fixincludes/fixincl.x
    branches/google/gcc-4_8/fixincludes/inclhack.def
    branches/google/gcc-4_8/fixincludes/tests/base/iso/math_iso.h
    branches/google/gcc-4_8/gcc/   (props changed)
    branches/google/gcc-4_8/gcc/ChangeLog
    branches/google/gcc-4_8/gcc/DATESTAMP
    branches/google/gcc-4_8/gcc/ada/ChangeLog
    branches/google/gcc-4_8/gcc/ada/gcc-interface/trans.c
    branches/google/gcc-4_8/gcc/c-family/ChangeLog
    branches/google/gcc-4_8/gcc/c/ChangeLog
    branches/google/gcc-4_8/gcc/cp/ChangeLog
    branches/google/gcc-4_8/gcc/cp/call.c
    branches/google/gcc-4_8/gcc/cp/class.c
    branches/google/gcc-4_8/gcc/cp/cp-tree.h
    branches/google/gcc-4_8/gcc/cp/cvt.c
    branches/google/gcc-4_8/gcc/cp/method.c
    branches/google/gcc-4_8/gcc/cp/semantics.c
    branches/google/gcc-4_8/gcc/fortran/ChangeLog
    branches/google/gcc-4_8/gcc/go/ChangeLog
    branches/google/gcc-4_8/gcc/java/ChangeLog
    branches/google/gcc-4_8/gcc/lto/ChangeLog
    branches/google/gcc-4_8/gcc/objc/ChangeLog
    branches/google/gcc-4_8/gcc/objcp/ChangeLog
    branches/google/gcc-4_8/gcc/po/ChangeLog
    branches/google/gcc-4_8/gcc/testsuite/ChangeLog
    branches/google/gcc-4_8/gcc/testsuite/gcc.target/powerpc/ppc-round.c   (props changed)
    branches/google/gcc-4_8/gnattools/ChangeLog
    branches/google/gcc-4_8/include/ChangeLog
    branches/google/gcc-4_8/intl/ChangeLog
    branches/google/gcc-4_8/libada/ChangeLog
    branches/google/gcc-4_8/libatomic/ChangeLog
    branches/google/gcc-4_8/libbacktrace/ChangeLog
    branches/google/gcc-4_8/libcpp/ChangeLog
    branches/google/gcc-4_8/libcpp/po/ChangeLog
    branches/google/gcc-4_8/libdecnumber/ChangeLog
    branches/google/gcc-4_8/libffi/ChangeLog
    branches/google/gcc-4_8/libgcc/ChangeLog
    branches/google/gcc-4_8/libgcc/config/libbid/ChangeLog
    branches/google/gcc-4_8/libgfortran/ChangeLog
    branches/google/gcc-4_8/libgomp/ChangeLog
    branches/google/gcc-4_8/libiberty/ChangeLog
    branches/google/gcc-4_8/libitm/ChangeLog
    branches/google/gcc-4_8/libjava/ChangeLog
    branches/google/gcc-4_8/libjava/classpath/   (props changed)
    branches/google/gcc-4_8/libjava/classpath/ChangeLog
    branches/google/gcc-4_8/libjava/libltdl/ChangeLog
    branches/google/gcc-4_8/libmudflap/ChangeLog
    branches/google/gcc-4_8/libobjc/ChangeLog
    branches/google/gcc-4_8/libquadmath/ChangeLog
    branches/google/gcc-4_8/libsanitizer/ChangeLog
    branches/google/gcc-4_8/libssp/ChangeLog
    branches/google/gcc-4_8/lto-plugin/ChangeLog
    branches/google/gcc-4_8/maintainer-scripts/ChangeLog
    branches/google/gcc-4_8/zlib/ChangeLog

Propchange: branches/google/gcc-4_8/
            ('svn:mergeinfo' modified)

Propchange: branches/google/gcc-4_8/
            ('svnmerge-integrated' modified)

Propchange: branches/google/gcc-4_8/gcc/
            ('svn:mergeinfo' modified)

Propchange: branches/google/gcc-4_8/gcc/testsuite/gcc.target/powerpc/ppc-round.c
            ('svn:mergeinfo' modified)

Propchange: branches/google/gcc-4_8/libjava/classpath/
            ('svn:mergeinfo' modified)




More information about the Libstdc++-cvs mailing list