This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r199354 - in /branches/google/gcc-4_8: ./ gcc/ ...


Author: dnovillo
Date: Mon May 27 11:42:38 2013
New Revision: 199354

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

Merge from gcc-4_8-branch

Merged revisions 199089,199104,199111,199130,199134,199137,199146,199151,199172,199179,199185,199195,199197,199227,199239,199242,199253,199272,199284,199290-199291,199296,199309,199322,199333 via svnmerge from 
svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_8-branch

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

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

Codegen
  57356, 57344, 57347
  
Optimizers
  57321, 57318, 57330, 57303, 57341, 57385

C++
  57317, 57325, 57336, 57016, 57388

  Fixes for --enable-libstdcxx-time=auto.  Discussion at
  http://gcc.gnu.org/ml/gcc-patches/2013-05/msg01212.html

ARM
  56732

Added:
    branches/google/gcc-4_8/libstdc++-v3/src/c++11/compatibility-chrono.cc
      - copied unchanged from r199333, branches/gcc-4_8-branch/libstdc++-v3/src/c++11/compatibility-chrono.cc
    branches/google/gcc-4_8/libstdc++-v3/testsuite/20_util/reference_wrapper/invoke-3.cc
      - copied unchanged from r199333, branches/gcc-4_8-branch/libstdc++-v3/testsuite/20_util/reference_wrapper/invoke-3.cc
Modified:
    branches/google/gcc-4_8/libstdc++-v3/ChangeLog
    branches/google/gcc-4_8/libstdc++-v3/acinclude.m4
    branches/google/gcc-4_8/libstdc++-v3/config.h.in
    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/configure
    branches/google/gcc-4_8/libstdc++-v3/include/std/functional
    branches/google/gcc-4_8/libstdc++-v3/src/Makefile.am
    branches/google/gcc-4_8/libstdc++-v3/src/Makefile.in
    branches/google/gcc-4_8/libstdc++-v3/src/c++11/chrono.cc
    branches/google/gcc-4_8/libstdc++-v3/testsuite/util/testsuite_abi.cc

Changes in other areas also in this revision:
Added:
    branches/google/gcc-4_8/gcc/testsuite/g++.dg/cpp0x/ref-qual13.C
      - copied unchanged from r199333, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/ref-qual13.C
    branches/google/gcc-4_8/gcc/testsuite/g++.dg/cpp0x/traits1.C
      - copied unchanged from r199333, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/traits1.C
    branches/google/gcc-4_8/gcc/testsuite/g++.dg/template/array26.C
      - copied unchanged from r199333, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/template/array26.C
    branches/google/gcc-4_8/gcc/testsuite/g++.dg/warn/anonymous-namespace-4.C
      - copied unchanged from r199333, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/warn/anonymous-namespace-4.C
    branches/google/gcc-4_8/gcc/testsuite/g++.dg/warn/anonymous-namespace-4.h
      - copied unchanged from r199333, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/warn/anonymous-namespace-4.h
    branches/google/gcc-4_8/gcc/testsuite/gcc.c-torture/execute/pr57321.c
      - copied unchanged from r199333, branches/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/execute/pr57321.c
    branches/google/gcc-4_8/gcc/testsuite/gcc.c-torture/execute/pr57344-1.c
      - copied unchanged from r199333, branches/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/execute/pr57344-1.c
    branches/google/gcc-4_8/gcc/testsuite/gcc.c-torture/execute/pr57344-2.c
      - copied unchanged from r199333, branches/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/execute/pr57344-2.c
    branches/google/gcc-4_8/gcc/testsuite/gcc.c-torture/execute/pr57344-3.c
      - copied unchanged from r199333, branches/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/execute/pr57344-3.c
    branches/google/gcc-4_8/gcc/testsuite/gcc.c-torture/execute/pr57344-4.c
      - copied unchanged from r199333, branches/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/execute/pr57344-4.c
    branches/google/gcc-4_8/gcc/testsuite/gcc.dg/ipa/pr57347.c
      - copied unchanged from r199333, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/ipa/pr57347.c
    branches/google/gcc-4_8/gcc/testsuite/gcc.dg/torture/pr57303.c
      - copied unchanged from r199333, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr57303.c
    branches/google/gcc-4_8/gcc/testsuite/gcc.dg/torture/pr57330.c
      - copied unchanged from r199333, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr57330.c
    branches/google/gcc-4_8/gcc/testsuite/gcc.dg/torture/pr57341.c
      - copied unchanged from r199333, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr57341.c
    branches/google/gcc-4_8/gcc/testsuite/gcc.dg/tree-ssa/pr57385.c
      - copied unchanged from r199333, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/tree-ssa/pr57385.c
Modified:
    branches/google/gcc-4_8/   (props changed)
    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/Makefile.in
    branches/google/gcc-4_8/gcc/cgraph.c
    branches/google/gcc-4_8/gcc/config/i386/i386.md
    branches/google/gcc-4_8/gcc/config/sparc/openbsd64.h
    branches/google/gcc-4_8/gcc/config/sparc/sp64-elf.h
    branches/google/gcc-4_8/gcc/cp/ChangeLog
    branches/google/gcc-4_8/gcc/cp/decl2.c
    branches/google/gcc-4_8/gcc/cp/pt.c
    branches/google/gcc-4_8/gcc/cp/tree.c
    branches/google/gcc-4_8/gcc/expmed.c
    branches/google/gcc-4_8/gcc/fortran/ChangeLog
    branches/google/gcc-4_8/gcc/fortran/intrinsic.texi
    branches/google/gcc-4_8/gcc/ipa-prop.c
    branches/google/gcc-4_8/gcc/ira.c
    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/gcc/tree-sra.c
    branches/google/gcc-4_8/gcc/tree-ssa-loop-ivcanon.c
    branches/google/gcc-4_8/gcc/tree-ssa-sccvn.c
    branches/google/gcc-4_8/gcc/tree-ssa-sink.c
    branches/google/gcc-4_8/gcc/tree.c
    branches/google/gcc-4_8/gcc/tree.h
    branches/google/gcc-4_8/libffi/ChangeLog
    branches/google/gcc-4_8/libffi/testsuite/libffi.call/cls_struct_va1.c
    branches/google/gcc-4_8/libffi/testsuite/libffi.call/cls_uint_va.c
    branches/google/gcc-4_8/libffi/testsuite/libffi.call/va_1.c
    branches/google/gcc-4_8/libffi/testsuite/libffi.call/va_struct1.c
    branches/google/gcc-4_8/libjava/classpath/   (props changed)

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)



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]