This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r187043 - in /branches/redhat/gcc-4_7-branch: ....
- From: jakub at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Wed, 02 May 2012 11:49:24 -0000
- Subject: r187043 - in /branches/redhat/gcc-4_7-branch: ....
Author: jakub
Date: Wed May 2 11:49:22 2012
New Revision: 187043
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187043
Log:
svn merge -r186481:187039 svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch
Added:
branches/redhat/gcc-4_7-branch/libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc
- copied unchanged from r187039, branches/gcc-4_7-branch/libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc
branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/53067.cc
- copied unchanged from r187039, branches/gcc-4_7-branch/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/53067.cc
branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/53115.cc
- copied unchanged from r187039, branches/gcc-4_7-branch/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/53115.cc
branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/23_containers/unordered_multiset/insert/53115.cc
- copied unchanged from r187039, branches/gcc-4_7-branch/libstdc++-v3/testsuite/23_containers/unordered_multiset/insert/53115.cc
branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/53067.cc
- copied unchanged from r187039, branches/gcc-4_7-branch/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/53067.cc
Modified:
branches/redhat/gcc-4_7-branch/libstdc++-v3/ChangeLog
branches/redhat/gcc-4_7-branch/libstdc++-v3/acinclude.m4
branches/redhat/gcc-4_7-branch/libstdc++-v3/configure
branches/redhat/gcc-4_7-branch/libstdc++-v3/include/bits/hashtable.h
branches/redhat/gcc-4_7-branch/libstdc++-v3/include/bits/hashtable_policy.h
branches/redhat/gcc-4_7-branch/libstdc++-v3/include/bits/ptr_traits.h
branches/redhat/gcc-4_7-branch/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp
branches/redhat/gcc-4_7-branch/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp
branches/redhat/gcc-4_7-branch/libstdc++-v3/include/std/scoped_allocator
branches/redhat/gcc-4_7-branch/libstdc++-v3/libsupc++/Makefile.am
branches/redhat/gcc-4_7-branch/libstdc++-v3/libsupc++/Makefile.in
branches/redhat/gcc-4_7-branch/libstdc++-v3/src/Makefile.am
branches/redhat/gcc-4_7-branch/libstdc++-v3/src/Makefile.in
branches/redhat/gcc-4_7-branch/libstdc++-v3/src/c++11/Makefile.am
branches/redhat/gcc-4_7-branch/libstdc++-v3/src/c++11/Makefile.in
branches/redhat/gcc-4_7-branch/libstdc++-v3/src/c++11/compatibility-atomic-c++0x.cc
branches/redhat/gcc-4_7-branch/libstdc++-v3/src/c++11/compatibility-c++0x.cc
branches/redhat/gcc-4_7-branch/libstdc++-v3/src/c++11/future.cc
branches/redhat/gcc-4_7-branch/libstdc++-v3/src/c++11/mutex.cc
branches/redhat/gcc-4_7-branch/libstdc++-v3/src/c++98/Makefile.am
branches/redhat/gcc-4_7-branch/libstdc++-v3/src/c++98/Makefile.in
branches/redhat/gcc-4_7-branch/libstdc++-v3/src/c++98/compatibility-ldbl.cc
branches/redhat/gcc-4_7-branch/libstdc++-v3/src/c++98/compatibility-list-2.cc
branches/redhat/gcc-4_7-branch/libstdc++-v3/src/c++98/compatibility-list.cc
branches/redhat/gcc-4_7-branch/libstdc++-v3/src/c++98/compatibility.cc
branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/20_util/pointer_traits/requirements/typedefs.cc
branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/20_util/scoped_allocator/1.cc
branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/insert/31370.cc
branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/25_algorithms/stable_partition/mem_check.cc
branches/redhat/gcc-4_7-branch/libstdc++-v3/testsuite/25_algorithms/stable_sort/mem_check.cc
Changes in other areas also in this revision:
Added:
branches/redhat/gcc-4_7-branch/gcc/config/rs6000/freebsd64.h
- copied unchanged from r187039, branches/gcc-4_7-branch/gcc/config/rs6000/freebsd64.h
branches/redhat/gcc-4_7-branch/gcc/config/rs6000/t-freebsd64
- copied unchanged from r187039, branches/gcc-4_7-branch/gcc/config/rs6000/t-freebsd64
branches/redhat/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/variadic128.C
- copied unchanged from r187039, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/variadic128.C
branches/redhat/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/variadic129.C
- copied unchanged from r187039, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/variadic129.C
branches/redhat/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/variadic131.C
- copied unchanged from r187039, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/variadic131.C
branches/redhat/gcc-4_7-branch/gcc/testsuite/g++.dg/ipa/pr52939.C
- copied unchanged from r187039, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/ipa/pr52939.C
branches/redhat/gcc-4_7-branch/gcc/testsuite/g++.dg/parse/crash59.C
- copied unchanged from r187039, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/parse/crash59.C
branches/redhat/gcc-4_7-branch/gcc/testsuite/g++.dg/torture/pr53085.C
- copied unchanged from r187039, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/torture/pr53085.C
branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/compile/pr52891-1.c
- copied unchanged from r187039, branches/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/compile/pr52891-1.c
branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/compile/pr52891-2.c
- copied unchanged from r187039, branches/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/compile/pr52891-2.c
branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/compile/pr53163.c
- copied unchanged from r187039, branches/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/compile/pr53163.c
branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/execute/20120427-1.c
- copied unchanged from r187039, branches/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/execute/20120427-1.c
branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/execute/pr53084.c
- copied unchanged from r187039, branches/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/execute/pr53084.c
branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/execute/pr53160.c
- copied unchanged from r187039, branches/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/execute/pr53160.c
branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr52880.c
- copied unchanged from r187039, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr52880.c
branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr53060.c
- copied unchanged from r187039, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr53060.c
branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/pr53120.c
- copied unchanged from r187039, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/pr53120.c
branches/redhat/gcc-4_7-branch/gcc/testsuite/gfortran.dg/function_optimize_12.f90
- copied unchanged from r187039, branches/gcc-4_7-branch/gcc/testsuite/gfortran.dg/function_optimize_12.f90
branches/redhat/gcc-4_7-branch/libgcc/config/rs6000/freebsd-unwind.h
- copied unchanged from r187039, branches/gcc-4_7-branch/libgcc/config/rs6000/freebsd-unwind.h
branches/redhat/gcc-4_7-branch/libgcc/config/rs6000/t-freebsd64
- copied unchanged from r187039, branches/gcc-4_7-branch/libgcc/config/rs6000/t-freebsd64
branches/redhat/gcc-4_7-branch/libgo/go/net/sock_solaris.go
- copied unchanged from r187039, branches/gcc-4_7-branch/libgo/go/net/sock_solaris.go
branches/redhat/gcc-4_7-branch/libgo/go/net/sockoptip_solaris.go
- copied unchanged from r187039, branches/gcc-4_7-branch/libgo/go/net/sockoptip_solaris.go
Modified:
branches/redhat/gcc-4_7-branch/ (props changed)
branches/redhat/gcc-4_7-branch/gcc/ChangeLog
branches/redhat/gcc-4_7-branch/gcc/DATESTAMP
branches/redhat/gcc-4_7-branch/gcc/ada/ChangeLog
branches/redhat/gcc-4_7-branch/gcc/ada/gcc-interface/utils.c
branches/redhat/gcc-4_7-branch/gcc/c-typeck.c
branches/redhat/gcc-4_7-branch/gcc/cgraphunit.c
branches/redhat/gcc-4_7-branch/gcc/config.gcc
branches/redhat/gcc-4_7-branch/gcc/config/alpha/sync.md
branches/redhat/gcc-4_7-branch/gcc/config/arm/arm.c
branches/redhat/gcc-4_7-branch/gcc/config/avr/avr.c
branches/redhat/gcc-4_7-branch/gcc/config/avr/avr.h
branches/redhat/gcc-4_7-branch/gcc/config/cris/cris.md
branches/redhat/gcc-4_7-branch/gcc/config/i386/avx2intrin.h
branches/redhat/gcc-4_7-branch/gcc/config/i386/i386.c
branches/redhat/gcc-4_7-branch/gcc/config/i386/i386.md
branches/redhat/gcc-4_7-branch/gcc/config/i386/sse.md
branches/redhat/gcc-4_7-branch/gcc/config/i386/sync.md
branches/redhat/gcc-4_7-branch/gcc/config/rs6000/freebsd.h
branches/redhat/gcc-4_7-branch/gcc/config/rs6000/rs6000.c
branches/redhat/gcc-4_7-branch/gcc/config/rs6000/sync.md
branches/redhat/gcc-4_7-branch/gcc/config/rs6000/sysv4.h
branches/redhat/gcc-4_7-branch/gcc/configure
branches/redhat/gcc-4_7-branch/gcc/configure.ac
branches/redhat/gcc-4_7-branch/gcc/convert.c
branches/redhat/gcc-4_7-branch/gcc/cp/ChangeLog
branches/redhat/gcc-4_7-branch/gcc/cp/parser.c
branches/redhat/gcc-4_7-branch/gcc/cp/pt.c
branches/redhat/gcc-4_7-branch/gcc/doc/extend.texi
branches/redhat/gcc-4_7-branch/gcc/fortran/ChangeLog
branches/redhat/gcc-4_7-branch/gcc/fortran/frontend-passes.c
branches/redhat/gcc-4_7-branch/gcc/gimple-fold.c
branches/redhat/gcc-4_7-branch/gcc/go/ChangeLog
branches/redhat/gcc-4_7-branch/gcc/go/gccgo.texi
branches/redhat/gcc-4_7-branch/gcc/go/go-lang.c
branches/redhat/gcc-4_7-branch/gcc/go/gofrontend/expressions.cc
branches/redhat/gcc-4_7-branch/gcc/go/gofrontend/gogo.cc
branches/redhat/gcc-4_7-branch/gcc/go/gofrontend/gogo.h
branches/redhat/gcc-4_7-branch/gcc/go/gofrontend/parse.cc
branches/redhat/gcc-4_7-branch/gcc/go/gofrontend/types.cc
branches/redhat/gcc-4_7-branch/gcc/go/lang.opt
branches/redhat/gcc-4_7-branch/gcc/godump.c
branches/redhat/gcc-4_7-branch/gcc/ipa-cp.c
branches/redhat/gcc-4_7-branch/gcc/ipa-inline.c
branches/redhat/gcc-4_7-branch/gcc/ipa-prop.c
branches/redhat/gcc-4_7-branch/gcc/lto-symtab.c
branches/redhat/gcc-4_7-branch/gcc/po/ChangeLog
branches/redhat/gcc-4_7-branch/gcc/po/sv.po
branches/redhat/gcc-4_7-branch/gcc/ree.c
branches/redhat/gcc-4_7-branch/gcc/testsuite/ChangeLog
branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.target/i386/avx2-vpermd-2.c
branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.target/i386/avx2-vpermps-1.c
branches/redhat/gcc-4_7-branch/gcc/testsuite/gcc.target/i386/avx2-vpermps-2.c
branches/redhat/gcc-4_7-branch/gcc/testsuite/go.test/go-test.exp
branches/redhat/gcc-4_7-branch/gcc/tree-sra.c
branches/redhat/gcc-4_7-branch/gcc/tree-ssa-phiopt.c
branches/redhat/gcc-4_7-branch/gcc/tree-ssa-pre.c
branches/redhat/gcc-4_7-branch/gcc/tree-vect-patterns.c
branches/redhat/gcc-4_7-branch/gcc/varasm.c
branches/redhat/gcc-4_7-branch/libcpp/po/ChangeLog
branches/redhat/gcc-4_7-branch/libcpp/po/vi.po
branches/redhat/gcc-4_7-branch/libgcc/ChangeLog
branches/redhat/gcc-4_7-branch/libgcc/config.host
branches/redhat/gcc-4_7-branch/libgcc/config/alpha/linux-unwind.h
branches/redhat/gcc-4_7-branch/libgcc/config/bfin/linux-unwind.h
branches/redhat/gcc-4_7-branch/libgcc/config/i386/linux-unwind.h
branches/redhat/gcc-4_7-branch/libgcc/config/ia64/linux-unwind.h
branches/redhat/gcc-4_7-branch/libgcc/config/mips/linux-unwind.h
branches/redhat/gcc-4_7-branch/libgcc/config/pa/linux-unwind.h
branches/redhat/gcc-4_7-branch/libgcc/config/sh/linux-unwind.h
branches/redhat/gcc-4_7-branch/libgcc/config/tilepro/linux-unwind.h
branches/redhat/gcc-4_7-branch/libgcc/config/xtensa/linux-unwind.h
branches/redhat/gcc-4_7-branch/libgo/Makefile.am
branches/redhat/gcc-4_7-branch/libgo/Makefile.in
branches/redhat/gcc-4_7-branch/libgo/config.h.in
branches/redhat/gcc-4_7-branch/libgo/configure
branches/redhat/gcc-4_7-branch/libgo/configure.ac
branches/redhat/gcc-4_7-branch/libgo/go/crypto/rand/rand_test.go
branches/redhat/gcc-4_7-branch/libgo/go/debug/dwarf/line.go
branches/redhat/gcc-4_7-branch/libgo/go/math/ldexp.go
branches/redhat/gcc-4_7-branch/libgo/go/net/dial_test.go
branches/redhat/gcc-4_7-branch/libgo/go/net/fd_select.go
branches/redhat/gcc-4_7-branch/libgo/go/net/http/fs_test.go
branches/redhat/gcc-4_7-branch/libgo/go/net/interface_linux.go
branches/redhat/gcc-4_7-branch/libgo/go/net/multicast_test.go
branches/redhat/gcc-4_7-branch/libgo/go/net/sockopt_bsd.go
branches/redhat/gcc-4_7-branch/libgo/go/os/stat.go
branches/redhat/gcc-4_7-branch/libgo/go/os/stat_solaris.go
branches/redhat/gcc-4_7-branch/libgo/go/runtime/gc_test.go
branches/redhat/gcc-4_7-branch/libgo/go/syscall/libcall_linux.go
branches/redhat/gcc-4_7-branch/libgo/go/syscall/libcall_posix.go
branches/redhat/gcc-4_7-branch/libgo/go/syscall/netlink_linux.go
branches/redhat/gcc-4_7-branch/libgo/go/syscall/sockcmsg_unix.go
branches/redhat/gcc-4_7-branch/libgo/go/syscall/socket.go
branches/redhat/gcc-4_7-branch/libgo/go/time/time_test.go
branches/redhat/gcc-4_7-branch/libgo/mksysinfo.sh
branches/redhat/gcc-4_7-branch/libgo/runtime/go-nosys.c
branches/redhat/gcc-4_7-branch/libgo/runtime/go-runtime-error.c
branches/redhat/gcc-4_7-branch/libgo/runtime/go-setenv.c
branches/redhat/gcc-4_7-branch/libgo/runtime/malloc.goc
branches/redhat/gcc-4_7-branch/libgo/runtime/mgc0.c
branches/redhat/gcc-4_7-branch/libgo/runtime/proc.c
branches/redhat/gcc-4_7-branch/libgo/runtime/runtime.h
branches/redhat/gcc-4_7-branch/libgo/testsuite/Makefile.in
branches/redhat/gcc-4_7-branch/libgo/testsuite/gotest
branches/redhat/gcc-4_7-branch/libjava/ChangeLog
branches/redhat/gcc-4_7-branch/libjava/defineclass.cc
Propchange: branches/redhat/gcc-4_7-branch/
('svn:mergeinfo' modified)