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]

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


Author: dnovillo
Date: Mon Apr  8 14:56:15 2013
New Revision: 197584

URL: http://gcc.gnu.org/viewcvs?rev=197584&root=gcc&view=rev
Log:
Merge from gcc-4_8-branch

Merged revisions 197359,197361,197363,197372,197378,197383,197387,197400,197402,197404,197414,197416,197418,197421,197432,197437,197447,197463,197477,197485,197488,197497,197500,197508,197539,197542,197545,197548 via svnmerge from 
svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_8-branch

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

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

Optimizers
  56745, 56407, 56501, 55964, 56817, 56837, 48186


Fortran
  56737, 56735


C++
  56821, 56834

  Fix C++11 demangle ref-qualifier.


ARM
  56771, 56720


Debug
  56819


ASan/TSan
  55702


Modified:
    branches/google/gcc-4_8/libstdc++-v3/ChangeLog
    branches/google/gcc-4_8/libstdc++-v3/doc/xml/manual/allocator.xml
    branches/google/gcc-4_8/libstdc++-v3/doc/xml/manual/appendix_contributing.xml
    branches/google/gcc-4_8/libstdc++-v3/doc/xml/manual/debug.xml
    branches/google/gcc-4_8/libstdc++-v3/doc/xml/manual/debug_mode.xml
    branches/google/gcc-4_8/libstdc++-v3/doc/xml/manual/documentation_hacking.xml
    branches/google/gcc-4_8/libstdc++-v3/doc/xml/manual/messages.xml
    branches/google/gcc-4_8/libstdc++-v3/doc/xml/manual/policy_data_structures.xml
    branches/google/gcc-4_8/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml
    branches/google/gcc-4_8/libstdc++-v3/doc/xml/manual/profile_mode.xml
    branches/google/gcc-4_8/libstdc++-v3/doc/xml/manual/shared_ptr.xml
    branches/google/gcc-4_8/libstdc++-v3/include/debug/array
    branches/google/gcc-4_8/libstdc++-v3/include/profile/array
    branches/google/gcc-4_8/libstdc++-v3/testsuite/23_containers/array/tuple_interface/tuple_element_debug_neg.cc

Changes in other areas also in this revision:
Added:
    branches/google/gcc-4_8/gcc/testsuite/g++.dg/cpp0x/ref-qual-mangle1.C
      - copied unchanged from r197548, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/ref-qual-mangle1.C
    branches/google/gcc-4_8/gcc/testsuite/g++.dg/debug/pr56819.C
      - copied unchanged from r197548, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/debug/pr56819.C
    branches/google/gcc-4_8/gcc/testsuite/g++.dg/torture/pr56817.C
      - copied unchanged from r197548, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/torture/pr56817.C
    branches/google/gcc-4_8/gcc/testsuite/g++.dg/torture/pr56837.C
      - copied unchanged from r197548, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/torture/pr56837.C
    branches/google/gcc-4_8/gcc/testsuite/gcc.c-torture/compile/pr56745.c
      - copied unchanged from r197548, branches/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/compile/pr56745.c
    branches/google/gcc-4_8/gcc/testsuite/gcc.dg/pr48186.c
      - copied unchanged from r197548, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/pr48186.c
    branches/google/gcc-4_8/gcc/testsuite/gcc.dg/pr55702.c
      - copied unchanged from r197548, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/pr55702.c
    branches/google/gcc-4_8/gcc/testsuite/gcc.dg/torture/pr55964-2.c
      - copied unchanged from r197548, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr55964-2.c
    branches/google/gcc-4_8/gcc/testsuite/gcc.dg/torture/pr56407.c
      - copied unchanged from r197548, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr56407.c
    branches/google/gcc-4_8/gcc/testsuite/gcc.dg/torture/pr56501.c
      - copied unchanged from r197548, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr56501.c
    branches/google/gcc-4_8/gcc/testsuite/gcc.target/arm/neon-vcond-gt.c
      - copied unchanged from r197548, branches/gcc-4_8-branch/gcc/testsuite/gcc.target/arm/neon-vcond-gt.c
    branches/google/gcc-4_8/gcc/testsuite/gcc.target/arm/neon-vcond-ltgt.c
      - copied unchanged from r197548, branches/gcc-4_8-branch/gcc/testsuite/gcc.target/arm/neon-vcond-ltgt.c
    branches/google/gcc-4_8/gcc/testsuite/gcc.target/arm/neon-vcond-unordered.c
      - copied unchanged from r197548, branches/gcc-4_8-branch/gcc/testsuite/gcc.target/arm/neon-vcond-unordered.c
    branches/google/gcc-4_8/gcc/testsuite/gfortran.dg/fmt_cache_3.f90
      - copied unchanged from r197548, branches/gcc-4_8-branch/gcc/testsuite/gfortran.dg/fmt_cache_3.f90
    branches/google/gcc-4_8/gcc/testsuite/gfortran.dg/namelist_80.f90
      - copied unchanged from r197548, branches/gcc-4_8-branch/gcc/testsuite/gfortran.dg/namelist_80.f90
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/config/arm/arm.c
    branches/google/gcc-4_8/gcc/config/arm/iterators.md
    branches/google/gcc-4_8/gcc/config/arm/neon.md
    branches/google/gcc-4_8/gcc/config/i386/i386.c
    branches/google/gcc-4_8/gcc/config/pa/pa.c
    branches/google/gcc-4_8/gcc/cp/ChangeLog
    branches/google/gcc-4_8/gcc/cp/mangle.c
    branches/google/gcc-4_8/gcc/cp/tree.c
    branches/google/gcc-4_8/gcc/doc/standards.texi
    branches/google/gcc-4_8/gcc/ifcvt.c
    branches/google/gcc-4_8/gcc/po/ChangeLog
    branches/google/gcc-4_8/gcc/po/de.po
    branches/google/gcc-4_8/gcc/predict.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-loop-distribution.c
    branches/google/gcc-4_8/gcc/tree-ssa-loop-ivcanon.c
    branches/google/gcc-4_8/gcc/tsan.c
    branches/google/gcc-4_8/include/ChangeLog
    branches/google/gcc-4_8/include/demangle.h
    branches/google/gcc-4_8/libcpp/ChangeLog
    branches/google/gcc-4_8/libcpp/configure
    branches/google/gcc-4_8/libcpp/configure.ac
    branches/google/gcc-4_8/libgcc/ChangeLog
    branches/google/gcc-4_8/libgcc/config/t-slibgcc-hpux
    branches/google/gcc-4_8/libgfortran/ChangeLog
    branches/google/gcc-4_8/libgfortran/io/format.c
    branches/google/gcc-4_8/libgfortran/io/list_read.c
    branches/google/gcc-4_8/libiberty/ChangeLog
    branches/google/gcc-4_8/libiberty/cp-demangle.c
    branches/google/gcc-4_8/libiberty/testsuite/demangle-expected
    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]