r198066 - in /branches/ibm/gcc-4_8-prefixes: ./...
meissner@gcc.gnu.org
meissner@gcc.gnu.org
Thu Apr 18 18:34:00 GMT 2013
Author: meissner
Date: Thu Apr 18 18:34:17 2013
New Revision: 198066
URL: http://gcc.gnu.org/viewcvs?rev=198066&root=gcc&view=rev
Log:
Merge up to 198065
Added:
branches/ibm/gcc-4_8-prefixes/libstdc++-v3/testsuite/23_containers/deque/cons/55977.cc
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/libstdc++-v3/testsuite/23_containers/deque/cons/55977.cc
branches/ibm/gcc-4_8-prefixes/libstdc++-v3/testsuite/23_containers/list/cons/55979.cc
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/libstdc++-v3/testsuite/23_containers/list/cons/55979.cc
branches/ibm/gcc-4_8-prefixes/libstdc++-v3/testsuite/23_containers/vector/cons/55977.cc
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/libstdc++-v3/testsuite/23_containers/vector/cons/55977.cc
Modified:
branches/ibm/gcc-4_8-prefixes/libstdc++-v3/ChangeLog
branches/ibm/gcc-4_8-prefixes/libstdc++-v3/doc/xml/manual/allocator.xml
branches/ibm/gcc-4_8-prefixes/libstdc++-v3/doc/xml/manual/appendix_contributing.xml
branches/ibm/gcc-4_8-prefixes/libstdc++-v3/doc/xml/manual/debug.xml
branches/ibm/gcc-4_8-prefixes/libstdc++-v3/doc/xml/manual/debug_mode.xml
branches/ibm/gcc-4_8-prefixes/libstdc++-v3/doc/xml/manual/documentation_hacking.xml
branches/ibm/gcc-4_8-prefixes/libstdc++-v3/doc/xml/manual/messages.xml
branches/ibm/gcc-4_8-prefixes/libstdc++-v3/doc/xml/manual/policy_data_structures.xml
branches/ibm/gcc-4_8-prefixes/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml
branches/ibm/gcc-4_8-prefixes/libstdc++-v3/doc/xml/manual/profile_mode.xml
branches/ibm/gcc-4_8-prefixes/libstdc++-v3/doc/xml/manual/shared_ptr.xml
branches/ibm/gcc-4_8-prefixes/libstdc++-v3/include/bits/deque.tcc
branches/ibm/gcc-4_8-prefixes/libstdc++-v3/include/bits/stl_list.h
branches/ibm/gcc-4_8-prefixes/libstdc++-v3/include/bits/stl_vector.h
branches/ibm/gcc-4_8-prefixes/libstdc++-v3/include/debug/array
branches/ibm/gcc-4_8-prefixes/libstdc++-v3/include/profile/array
branches/ibm/gcc-4_8-prefixes/libstdc++-v3/include/std/chrono
branches/ibm/gcc-4_8-prefixes/libstdc++-v3/include/std/mutex
branches/ibm/gcc-4_8-prefixes/libstdc++-v3/testsuite/23_containers/array/tuple_interface/tuple_element_debug_neg.cc
branches/ibm/gcc-4_8-prefixes/libstdc++-v3/testsuite/23_containers/list/modifiers/1.h
branches/ibm/gcc-4_8-prefixes/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/assign_neg.cc
branches/ibm/gcc-4_8-prefixes/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/assign_neg.cc
branches/ibm/gcc-4_8-prefixes/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/insert_neg.cc
branches/ibm/gcc-4_8-prefixes/libstdc++-v3/testsuite/30_threads/lock_guard/cons/1.cc
Changes in other areas also in this revision:
Added:
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/c-c++-common/pr56607.c
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/c-c++-common/pr56607.c
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/cpp0x/constexpr-array5.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-array5.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/cpp0x/constexpr-reinterpret1.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-reinterpret1.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/cpp0x/decltype-call1.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/decltype-call1.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/cpp0x/decltype49.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/decltype49.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/cpp0x/enum24.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/enum24.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/cpp0x/enum25.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/enum25.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/cpp0x/initlist68.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/initlist68.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-conv8.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-conv8.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-defarg4.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-defarg4.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-mutable2.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-mutable2.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nsdmi3.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nsdmi3.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-sfinae1.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-sfinae1.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this13.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this13.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this14.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this14.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this15.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this15.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this16.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this16.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this9.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this9.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/cpp0x/range-for23.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/range-for23.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/cpp0x/range-for24.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/range-for24.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/cpp0x/ref-qual-mangle1.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/ref-qual-mangle1.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/cpp0x/ref-qual1.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/ref-qual1.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/cpp0x/ref-qual2.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/ref-qual2.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/cpp0x/ref-qual3.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/ref-qual3.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/cpp0x/ref-qual4.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/ref-qual4.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/cpp0x/ref-qual5.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/ref-qual5.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/cpp0x/ref-qual6.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/ref-qual6.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/cpp0x/ref-qual7.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/ref-qual7.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/cpp0x/ref-qual8.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/ref-qual8.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/cpp0x/trailing8.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/trailing8.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/cpp0x/trailing9.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/trailing9.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/cpp0x/variadic-explicit2.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/variadic-explicit2.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/debug/pr56819.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/debug/pr56819.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/ext/desig5.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/ext/desig5.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/template/arrow2.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/template/arrow2.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/template/sfinae-dr657.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/template/sfinae-dr657.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/torture/pr56694.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/torture/pr56694.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/torture/pr56768.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/torture/pr56768.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/torture/pr56817.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/torture/pr56817.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/torture/pr56837.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/torture/pr56837.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/warn/Wdiv-by-zero-2.C
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/g++.dg/warn/Wdiv-by-zero-2.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/gcc.c-torture/compile/pr56745.c
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/compile/pr56745.c
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/gcc.c-torture/execute/pr56837.c
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/execute/pr56837.c
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/gcc.dg/pr48186.c
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/gcc.dg/pr48186.c
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/gcc.dg/pr55702.c
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/gcc.dg/pr55702.c
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/gcc.dg/torture/pr55964-2.c
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr55964-2.c
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/gcc.dg/torture/pr56407.c
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr56407.c
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/gcc.dg/torture/pr56501.c
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr56501.c
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/gcc.target/arm/neon-vcond-gt.c
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/gcc.target/arm/neon-vcond-gt.c
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/gcc.target/arm/neon-vcond-ltgt.c
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/gcc.target/arm/neon-vcond-ltgt.c
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/gcc.target/arm/neon-vcond-unordered.c
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/gcc.target/arm/neon-vcond-unordered.c
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/gcc.target/i386/pr56560.c
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/pr56560.c
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/gfortran.dg/array_constructor_44.f90
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/gfortran.dg/array_constructor_44.f90
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/gfortran.dg/eof_5.f90
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/gfortran.dg/eof_5.f90
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/gfortran.dg/fmt_cache_3.f90
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/gfortran.dg/fmt_cache_3.f90
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/gfortran.dg/namelist_80.f90
- copied unchanged from r198064, branches/ibm/gcc-4_8-branch/gcc/testsuite/gfortran.dg/namelist_80.f90
Modified:
branches/ibm/gcc-4_8-prefixes/ (props changed)
branches/ibm/gcc-4_8-prefixes/ChangeLog
branches/ibm/gcc-4_8-prefixes/Makefile.def
branches/ibm/gcc-4_8-prefixes/Makefile.in
branches/ibm/gcc-4_8-prefixes/boehm-gc/ChangeLog
branches/ibm/gcc-4_8-prefixes/boehm-gc/Makefile.am
branches/ibm/gcc-4_8-prefixes/boehm-gc/Makefile.in
branches/ibm/gcc-4_8-prefixes/boehm-gc/include/Makefile.am
branches/ibm/gcc-4_8-prefixes/boehm-gc/include/Makefile.in
branches/ibm/gcc-4_8-prefixes/boehm-gc/testsuite/Makefile.am
branches/ibm/gcc-4_8-prefixes/boehm-gc/testsuite/Makefile.in
branches/ibm/gcc-4_8-prefixes/config/ChangeLog
branches/ibm/gcc-4_8-prefixes/contrib/ChangeLog
branches/ibm/gcc-4_8-prefixes/contrib/gennews
branches/ibm/gcc-4_8-prefixes/contrib/reghunt/ChangeLog
branches/ibm/gcc-4_8-prefixes/contrib/regression/ChangeLog
branches/ibm/gcc-4_8-prefixes/fixincludes/ChangeLog
branches/ibm/gcc-4_8-prefixes/gcc/BASE-VER
branches/ibm/gcc-4_8-prefixes/gcc/ChangeLog
branches/ibm/gcc-4_8-prefixes/gcc/ChangeLog.ibm
branches/ibm/gcc-4_8-prefixes/gcc/ChangeLog.meissner
branches/ibm/gcc-4_8-prefixes/gcc/DATESTAMP
branches/ibm/gcc-4_8-prefixes/gcc/REVISION
branches/ibm/gcc-4_8-prefixes/gcc/ada/ChangeLog
branches/ibm/gcc-4_8-prefixes/gcc/c-family/ChangeLog
branches/ibm/gcc-4_8-prefixes/gcc/c/ChangeLog
branches/ibm/gcc-4_8-prefixes/gcc/config/aarch64/aarch64.c
branches/ibm/gcc-4_8-prefixes/gcc/config/arm/arm.c
branches/ibm/gcc-4_8-prefixes/gcc/config/arm/iterators.md
branches/ibm/gcc-4_8-prefixes/gcc/config/arm/neon.md
branches/ibm/gcc-4_8-prefixes/gcc/config/i386/avx2intrin.h
branches/ibm/gcc-4_8-prefixes/gcc/config/i386/i386.c
branches/ibm/gcc-4_8-prefixes/gcc/config/i386/i386.md
branches/ibm/gcc-4_8-prefixes/gcc/config/pa/pa.c
branches/ibm/gcc-4_8-prefixes/gcc/config/rtems.opt
branches/ibm/gcc-4_8-prefixes/gcc/config/s390/s390.c
branches/ibm/gcc-4_8-prefixes/gcc/config/tilegx/sync.md
branches/ibm/gcc-4_8-prefixes/gcc/config/tilegx/tilegx-builtins.h
branches/ibm/gcc-4_8-prefixes/gcc/config/tilegx/tilegx.c
branches/ibm/gcc-4_8-prefixes/gcc/config/tilegx/tilegx.h
branches/ibm/gcc-4_8-prefixes/gcc/config/tilegx/tilegx.md
branches/ibm/gcc-4_8-prefixes/gcc/config/tilepro/tilepro.c
branches/ibm/gcc-4_8-prefixes/gcc/config/tilepro/tilepro.h
branches/ibm/gcc-4_8-prefixes/gcc/cp/ChangeLog
branches/ibm/gcc-4_8-prefixes/gcc/cp/call.c
branches/ibm/gcc-4_8-prefixes/gcc/cp/class.c
branches/ibm/gcc-4_8-prefixes/gcc/cp/cp-tree.h
branches/ibm/gcc-4_8-prefixes/gcc/cp/decl.c
branches/ibm/gcc-4_8-prefixes/gcc/cp/decl2.c
branches/ibm/gcc-4_8-prefixes/gcc/cp/error.c
branches/ibm/gcc-4_8-prefixes/gcc/cp/init.c
branches/ibm/gcc-4_8-prefixes/gcc/cp/mangle.c
branches/ibm/gcc-4_8-prefixes/gcc/cp/name-lookup.h
branches/ibm/gcc-4_8-prefixes/gcc/cp/parser.c
branches/ibm/gcc-4_8-prefixes/gcc/cp/pt.c
branches/ibm/gcc-4_8-prefixes/gcc/cp/search.c
branches/ibm/gcc-4_8-prefixes/gcc/cp/semantics.c
branches/ibm/gcc-4_8-prefixes/gcc/cp/tree.c
branches/ibm/gcc-4_8-prefixes/gcc/cp/typeck.c
branches/ibm/gcc-4_8-prefixes/gcc/cp/typeck2.c
branches/ibm/gcc-4_8-prefixes/gcc/doc/extend.texi
branches/ibm/gcc-4_8-prefixes/gcc/doc/invoke.texi
branches/ibm/gcc-4_8-prefixes/gcc/doc/standards.texi
branches/ibm/gcc-4_8-prefixes/gcc/dwarf2out.c
branches/ibm/gcc-4_8-prefixes/gcc/fortran/ChangeLog
branches/ibm/gcc-4_8-prefixes/gcc/fortran/frontend-passes.c
branches/ibm/gcc-4_8-prefixes/gcc/go/ChangeLog
branches/ibm/gcc-4_8-prefixes/gcc/ifcvt.c
branches/ibm/gcc-4_8-prefixes/gcc/java/ChangeLog
branches/ibm/gcc-4_8-prefixes/gcc/lto/ChangeLog
branches/ibm/gcc-4_8-prefixes/gcc/objc/ChangeLog
branches/ibm/gcc-4_8-prefixes/gcc/objcp/ChangeLog
branches/ibm/gcc-4_8-prefixes/gcc/params.def
branches/ibm/gcc-4_8-prefixes/gcc/po/ChangeLog
branches/ibm/gcc-4_8-prefixes/gcc/po/de.po
branches/ibm/gcc-4_8-prefixes/gcc/po/sv.po
branches/ibm/gcc-4_8-prefixes/gcc/predict.c
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/ChangeLog
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/g++.dg/cpp0x/gen-attrs-4.C
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/gcc.target/i386/avx2-vbroadcastsi128-1.c
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/gcc.target/i386/avx2-vbroadcastsi128-2.c
branches/ibm/gcc-4_8-prefixes/gcc/testsuite/gfortran.dg/do_1.f90
branches/ibm/gcc-4_8-prefixes/gcc/toplev.c
branches/ibm/gcc-4_8-prefixes/gcc/tree-eh.c
branches/ibm/gcc-4_8-prefixes/gcc/tree-loop-distribution.c
branches/ibm/gcc-4_8-prefixes/gcc/tree-ssa-loop-ivcanon.c
branches/ibm/gcc-4_8-prefixes/gcc/tsan.c
branches/ibm/gcc-4_8-prefixes/gnattools/ChangeLog
branches/ibm/gcc-4_8-prefixes/include/ChangeLog
branches/ibm/gcc-4_8-prefixes/include/demangle.h
branches/ibm/gcc-4_8-prefixes/intl/ChangeLog
branches/ibm/gcc-4_8-prefixes/libada/ChangeLog
branches/ibm/gcc-4_8-prefixes/libatomic/ChangeLog
branches/ibm/gcc-4_8-prefixes/libbacktrace/ChangeLog
branches/ibm/gcc-4_8-prefixes/libbacktrace/alloc.c
branches/ibm/gcc-4_8-prefixes/libbacktrace/mmap.c
branches/ibm/gcc-4_8-prefixes/libcpp/ChangeLog
branches/ibm/gcc-4_8-prefixes/libcpp/configure
branches/ibm/gcc-4_8-prefixes/libcpp/configure.ac
branches/ibm/gcc-4_8-prefixes/libcpp/po/ChangeLog
branches/ibm/gcc-4_8-prefixes/libcpp/po/vi.po
branches/ibm/gcc-4_8-prefixes/libcpp/po/zh_TW.po
branches/ibm/gcc-4_8-prefixes/libdecnumber/ChangeLog
branches/ibm/gcc-4_8-prefixes/libffi/ChangeLog
branches/ibm/gcc-4_8-prefixes/libffi/Makefile.in
branches/ibm/gcc-4_8-prefixes/libffi/configure.ac
branches/ibm/gcc-4_8-prefixes/libffi/include/Makefile.in
branches/ibm/gcc-4_8-prefixes/libffi/man/Makefile.in
branches/ibm/gcc-4_8-prefixes/libffi/testsuite/Makefile.in
branches/ibm/gcc-4_8-prefixes/libgcc/ChangeLog
branches/ibm/gcc-4_8-prefixes/libgcc/config/libbid/ChangeLog
branches/ibm/gcc-4_8-prefixes/libgcc/config/t-slibgcc-hpux
branches/ibm/gcc-4_8-prefixes/libgcc/config/tilegx/t-crtstuff
branches/ibm/gcc-4_8-prefixes/libgcc/config/vxlib-tls.c
branches/ibm/gcc-4_8-prefixes/libgfortran/ChangeLog
branches/ibm/gcc-4_8-prefixes/libgfortran/io/format.c
branches/ibm/gcc-4_8-prefixes/libgfortran/io/list_read.c
branches/ibm/gcc-4_8-prefixes/libgomp/ChangeLog
branches/ibm/gcc-4_8-prefixes/libiberty/ChangeLog
branches/ibm/gcc-4_8-prefixes/libiberty/cp-demangle.c
branches/ibm/gcc-4_8-prefixes/libiberty/testsuite/demangle-expected
branches/ibm/gcc-4_8-prefixes/libitm/ChangeLog
branches/ibm/gcc-4_8-prefixes/libjava/ChangeLog
branches/ibm/gcc-4_8-prefixes/libjava/classpath/ (props changed)
branches/ibm/gcc-4_8-prefixes/libjava/classpath/ChangeLog
branches/ibm/gcc-4_8-prefixes/libjava/classpath/ChangeLog.gcj
branches/ibm/gcc-4_8-prefixes/libjava/classpath/Makefile.in
branches/ibm/gcc-4_8-prefixes/libjava/classpath/doc/Makefile.in
branches/ibm/gcc-4_8-prefixes/libjava/classpath/doc/api/Makefile.in
branches/ibm/gcc-4_8-prefixes/libjava/classpath/examples/Makefile.in
branches/ibm/gcc-4_8-prefixes/libjava/classpath/external/Makefile.in
branches/ibm/gcc-4_8-prefixes/libjava/classpath/external/jsr166/Makefile.in
branches/ibm/gcc-4_8-prefixes/libjava/classpath/external/relaxngDatatype/Makefile.in
branches/ibm/gcc-4_8-prefixes/libjava/classpath/external/sax/Makefile.in
branches/ibm/gcc-4_8-prefixes/libjava/classpath/external/w3c_dom/Makefile.in
branches/ibm/gcc-4_8-prefixes/libjava/classpath/include/Makefile.in
branches/ibm/gcc-4_8-prefixes/libjava/classpath/lib/Makefile.in
branches/ibm/gcc-4_8-prefixes/libjava/classpath/native/Makefile.in
branches/ibm/gcc-4_8-prefixes/libjava/classpath/native/fdlibm/Makefile.in
branches/ibm/gcc-4_8-prefixes/libjava/classpath/native/jawt/Makefile.in
branches/ibm/gcc-4_8-prefixes/libjava/classpath/native/jni/Makefile.in
branches/ibm/gcc-4_8-prefixes/libjava/classpath/native/jni/classpath/Makefile.in
branches/ibm/gcc-4_8-prefixes/libjava/classpath/native/jni/gconf-peer/Makefile.in
branches/ibm/gcc-4_8-prefixes/libjava/classpath/native/jni/gstreamer-peer/Makefile.in
branches/ibm/gcc-4_8-prefixes/libjava/classpath/native/jni/gtk-peer/Makefile.in
branches/ibm/gcc-4_8-prefixes/libjava/classpath/native/jni/java-io/Makefile.in
branches/ibm/gcc-4_8-prefixes/libjava/classpath/native/jni/java-lang/Makefile.in
branches/ibm/gcc-4_8-prefixes/libjava/classpath/native/jni/java-math/Makefile.in
branches/ibm/gcc-4_8-prefixes/libjava/classpath/native/jni/java-net/Makefile.in
branches/ibm/gcc-4_8-prefixes/libjava/classpath/native/jni/java-nio/Makefile.in
branches/ibm/gcc-4_8-prefixes/libjava/classpath/native/jni/java-util/Makefile.in
branches/ibm/gcc-4_8-prefixes/libjava/classpath/native/jni/midi-alsa/Makefile.in
branches/ibm/gcc-4_8-prefixes/libjava/classpath/native/jni/midi-dssi/Makefile.in
branches/ibm/gcc-4_8-prefixes/libjava/classpath/native/jni/native-lib/Makefile.in
branches/ibm/gcc-4_8-prefixes/libjava/classpath/native/jni/qt-peer/Makefile.in
branches/ibm/gcc-4_8-prefixes/libjava/classpath/native/jni/xmlj/Makefile.in
branches/ibm/gcc-4_8-prefixes/libjava/classpath/native/plugin/Makefile.in
branches/ibm/gcc-4_8-prefixes/libjava/classpath/resource/Makefile.in
branches/ibm/gcc-4_8-prefixes/libjava/classpath/scripts/Makefile.in
branches/ibm/gcc-4_8-prefixes/libjava/classpath/tools/Makefile.in
branches/ibm/gcc-4_8-prefixes/libjava/libltdl/ChangeLog
branches/ibm/gcc-4_8-prefixes/libmudflap/ChangeLog
branches/ibm/gcc-4_8-prefixes/libobjc/ChangeLog
branches/ibm/gcc-4_8-prefixes/libquadmath/ChangeLog
branches/ibm/gcc-4_8-prefixes/libsanitizer/ChangeLog
branches/ibm/gcc-4_8-prefixes/libsanitizer/Makefile.in
branches/ibm/gcc-4_8-prefixes/libsanitizer/asan/Makefile.in
branches/ibm/gcc-4_8-prefixes/libsanitizer/configure.ac
branches/ibm/gcc-4_8-prefixes/libsanitizer/interception/Makefile.in
branches/ibm/gcc-4_8-prefixes/libsanitizer/sanitizer_common/Makefile.in
branches/ibm/gcc-4_8-prefixes/libsanitizer/tsan/Makefile.in
branches/ibm/gcc-4_8-prefixes/libssp/ChangeLog
branches/ibm/gcc-4_8-prefixes/lto-plugin/ChangeLog
branches/ibm/gcc-4_8-prefixes/maintainer-scripts/ChangeLog
branches/ibm/gcc-4_8-prefixes/zlib/ChangeLog
Propchange: branches/ibm/gcc-4_8-prefixes/
('svn:mergeinfo' added)
Propchange: branches/ibm/gcc-4_8-prefixes/
('svnmerge-integrated' modified)
Propchange: branches/ibm/gcc-4_8-prefixes/libjava/classpath/
('svn:mergeinfo' modified)
More information about the Libstdc++-cvs
mailing list