This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r178678 - in /branches/redhat/gcc-4_6-branch: ....
- From: jakub at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Thu, 08 Sep 2011 06:55:29 -0000
- Subject: r178678 - in /branches/redhat/gcc-4_6-branch: ....
Author: jakub
Date: Thu Sep 8 06:55:27 2011
New Revision: 178678
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178678
Log:
svn merge -r178022:178675 svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch
Added:
branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/23_containers/bitset/cons/50268.cc
- copied unchanged from r178675, branches/gcc-4_6-branch/libstdc++-v3/testsuite/23_containers/bitset/cons/50268.cc
Modified:
branches/redhat/gcc-4_6-branch/libstdc++-v3/ChangeLog
branches/redhat/gcc-4_6-branch/libstdc++-v3/include/bits/hashtable.h
branches/redhat/gcc-4_6-branch/libstdc++-v3/include/std/bitset
Changes in other areas also in this revision:
Added:
branches/redhat/gcc-4_6-branch/gcc/testsuite/c-c++-common/Wunused-var-14.c
- copied unchanged from r178675, branches/gcc-4_6-branch/gcc/testsuite/c-c++-common/Wunused-var-14.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-value3.C
- copied unchanged from r178675, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-value3.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-50220.C
- copied unchanged from r178675, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-50220.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-qualified.C
- copied unchanged from r178675, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-qualified.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-use2.C
- copied unchanged from r178675, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-use2.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/noexcept11.C
- copied unchanged from r178675, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/noexcept11.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/rv-conv1.C
- copied unchanged from r178675, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/rv-conv1.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/sfinae27.C
- copied unchanged from r178675, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/sfinae27.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/dfp/base.C
- copied unchanged from r178675, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/dfp/base.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/compile/20110906-1.c
- copied unchanged from r178675, branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/compile/20110906-1.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/ieee/pr50310.c
- copied unchanged from r178675, branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/ieee/pr50310.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/pr50310-2.c
- copied unchanged from r178675, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/pr50310-2.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/torture/pr49886.c
- copied unchanged from r178675, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/torture/pr49886.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.target/i386/pr50202.c
- copied unchanged from r178675, branches/gcc-4_6-branch/gcc/testsuite/gcc.target/i386/pr50202.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/gfortran.dg/initialization_28.f90
- copied unchanged from r178675, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/initialization_28.f90
branches/redhat/gcc-4_6-branch/gcc/testsuite/gfortran.dg/pointer_comp_init_1.f90
- copied unchanged from r178675, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/pointer_comp_init_1.f90
branches/redhat/gcc-4_6-branch/gcc/testsuite/gfortran.dg/vect/pr50178.f90
- copied unchanged from r178675, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/vect/pr50178.f90
branches/redhat/gcc-4_6-branch/gcc/testsuite/gfortran.dg/widechar_compare_1.f90
- copied unchanged from r178675, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/widechar_compare_1.f90
branches/redhat/gcc-4_6-branch/gcc/testsuite/gfortran.fortran-torture/compile/pr50260.f90
- copied unchanged from r178675, branches/gcc-4_6-branch/gcc/testsuite/gfortran.fortran-torture/compile/pr50260.f90
Modified:
branches/redhat/gcc-4_6-branch/ (props changed)
branches/redhat/gcc-4_6-branch/gcc/ChangeLog
branches/redhat/gcc-4_6-branch/gcc/DATESTAMP
branches/redhat/gcc-4_6-branch/gcc/ada/ChangeLog
branches/redhat/gcc-4_6-branch/gcc/ada/gcc-interface/Makefile.in
branches/redhat/gcc-4_6-branch/gcc/c-family/ChangeLog
branches/redhat/gcc-4_6-branch/gcc/c-family/c-common.c
branches/redhat/gcc-4_6-branch/gcc/c-typeck.c
branches/redhat/gcc-4_6-branch/gcc/config/avr/avr.c
branches/redhat/gcc-4_6-branch/gcc/config/i386/i386.c
branches/redhat/gcc-4_6-branch/gcc/config/i386/sse.md
branches/redhat/gcc-4_6-branch/gcc/cp/ChangeLog
branches/redhat/gcc-4_6-branch/gcc/cp/call.c
branches/redhat/gcc-4_6-branch/gcc/cp/class.c
branches/redhat/gcc-4_6-branch/gcc/cp/decl.c
branches/redhat/gcc-4_6-branch/gcc/cp/method.c
branches/redhat/gcc-4_6-branch/gcc/cp/semantics.c
branches/redhat/gcc-4_6-branch/gcc/fortran/ChangeLog
branches/redhat/gcc-4_6-branch/gcc/fortran/expr.c
branches/redhat/gcc-4_6-branch/gcc/fortran/resolve.c
branches/redhat/gcc-4_6-branch/gcc/fortran/trans-expr.c
branches/redhat/gcc-4_6-branch/gcc/fortran/trans-io.c
branches/redhat/gcc-4_6-branch/gcc/po/ChangeLog
branches/redhat/gcc-4_6-branch/gcc/po/ja.po
branches/redhat/gcc-4_6-branch/gcc/testsuite/ChangeLog
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/ext/altivec-17.C
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/compat/struct-layout-1_test.h
branches/redhat/gcc-4_6-branch/gcc/tree-vect-stmts.c
branches/redhat/gcc-4_6-branch/gcc/varasm.c
branches/redhat/gcc-4_6-branch/libffi/ChangeLog
branches/redhat/gcc-4_6-branch/libffi/src/powerpc/darwin_closure.S
branches/redhat/gcc-4_6-branch/libgcc/ChangeLog
branches/redhat/gcc-4_6-branch/libgcc/config/arm/bpabi-lib.h
branches/redhat/gcc-4_6-branch/libgfortran/ChangeLog
branches/redhat/gcc-4_6-branch/libgfortran/intrinsics/string_intrinsics.c
branches/redhat/gcc-4_6-branch/libgfortran/intrinsics/string_intrinsics_inc.c
branches/redhat/gcc-4_6-branch/libgfortran/libgfortran.h
Propchange: branches/redhat/gcc-4_6-branch/
('svn:mergeinfo' modified)