r174704 - in /branches/pph: ./ ChangeLog MAINTA...

dnovillo@gcc.gnu.org dnovillo@gcc.gnu.org
Mon Jun 6 14:46:00 GMT 2011


Author: dnovillo
Date: Mon Jun  6 14:46:16 2011
New Revision: 174704

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

	Merge from trunk rev 174648.


Added:
    branches/pph/libstdc++-v3/include/bits/ptr_traits.h
      - copied unchanged from r174648, trunk/libstdc++-v3/include/bits/ptr_traits.h
    branches/pph/libstdc++-v3/include/bits/uses_allocator.h
      - copied unchanged from r174648, trunk/libstdc++-v3/include/bits/uses_allocator.h
    branches/pph/libstdc++-v3/testsuite/20_util/allocator_traits/
      - copied from r174648, trunk/libstdc++-v3/testsuite/20_util/allocator_traits/
    branches/pph/libstdc++-v3/testsuite/20_util/pointer_traits/
      - copied from r174648, trunk/libstdc++-v3/testsuite/20_util/pointer_traits/
    branches/pph/libstdc++-v3/testsuite/20_util/tuple/cons/allocators.cc
      - copied unchanged from r174648, trunk/libstdc++-v3/testsuite/20_util/tuple/cons/allocators.cc
    branches/pph/libstdc++-v3/testsuite/20_util/uses_allocator/cons_neg.cc
      - copied unchanged from r174648, trunk/libstdc++-v3/testsuite/20_util/uses_allocator/cons_neg.cc
    branches/pph/libstdc++-v3/testsuite/20_util/uses_allocator/construction.cc
      - copied unchanged from r174648, trunk/libstdc++-v3/testsuite/20_util/uses_allocator/construction.cc
    branches/pph/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/noexcept_move_construct.cc
      - copied unchanged from r174648, trunk/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/noexcept_move_construct.cc
    branches/pph/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/noexcept_move_construct.cc
      - copied unchanged from r174648, trunk/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/noexcept_move_construct.cc
    branches/pph/libstdc++-v3/testsuite/23_containers/forward_list/cons/noexcept_move_construct.cc
      - copied unchanged from r174648, trunk/libstdc++-v3/testsuite/23_containers/forward_list/cons/noexcept_move_construct.cc
    branches/pph/libstdc++-v3/testsuite/23_containers/list/cons/noexcept_move_construct.cc
      - copied unchanged from r174648, trunk/libstdc++-v3/testsuite/23_containers/list/cons/noexcept_move_construct.cc
    branches/pph/libstdc++-v3/testsuite/23_containers/map/cons/noexcept_move_construct.cc
      - copied unchanged from r174648, trunk/libstdc++-v3/testsuite/23_containers/map/cons/noexcept_move_construct.cc
    branches/pph/libstdc++-v3/testsuite/23_containers/multimap/cons/noexcept_move_construct.cc
      - copied unchanged from r174648, trunk/libstdc++-v3/testsuite/23_containers/multimap/cons/noexcept_move_construct.cc
    branches/pph/libstdc++-v3/testsuite/23_containers/multiset/cons/noexcept_move_construct.cc
      - copied unchanged from r174648, trunk/libstdc++-v3/testsuite/23_containers/multiset/cons/noexcept_move_construct.cc
    branches/pph/libstdc++-v3/testsuite/23_containers/set/cons/noexcept_move_construct.cc
      - copied unchanged from r174648, trunk/libstdc++-v3/testsuite/23_containers/set/cons/noexcept_move_construct.cc
    branches/pph/libstdc++-v3/testsuite/23_containers/unordered_map/cons/noexcept_move_construct.cc
      - copied unchanged from r174648, trunk/libstdc++-v3/testsuite/23_containers/unordered_map/cons/noexcept_move_construct.cc
    branches/pph/libstdc++-v3/testsuite/23_containers/unordered_multimap/cons/noexcept_move_construct.cc
      - copied unchanged from r174648, trunk/libstdc++-v3/testsuite/23_containers/unordered_multimap/cons/noexcept_move_construct.cc
    branches/pph/libstdc++-v3/testsuite/23_containers/unordered_multiset/cons/noexcept_move_construct.cc
      - copied unchanged from r174648, trunk/libstdc++-v3/testsuite/23_containers/unordered_multiset/cons/noexcept_move_construct.cc
    branches/pph/libstdc++-v3/testsuite/23_containers/unordered_set/cons/noexcept_move_construct.cc
      - copied unchanged from r174648, trunk/libstdc++-v3/testsuite/23_containers/unordered_set/cons/noexcept_move_construct.cc
    branches/pph/libstdc++-v3/testsuite/23_containers/vector/bool/cons/noexcept_move_construct.cc
      - copied unchanged from r174648, trunk/libstdc++-v3/testsuite/23_containers/vector/bool/cons/noexcept_move_construct.cc
    branches/pph/libstdc++-v3/testsuite/23_containers/vector/cons/noexcept_move_construct.cc
      - copied unchanged from r174648, trunk/libstdc++-v3/testsuite/23_containers/vector/cons/noexcept_move_construct.cc
    branches/pph/libstdc++-v3/testsuite/30_threads/async/launch.cc
      - copied unchanged from r174648, trunk/libstdc++-v3/testsuite/30_threads/async/launch.cc
    branches/pph/libstdc++-v3/testsuite/ext/vstring/cons/noexcept_move_construct.cc
      - copied unchanged from r174648, trunk/libstdc++-v3/testsuite/ext/vstring/cons/noexcept_move_construct.cc
Modified:
    branches/pph/libstdc++-v3/ChangeLog
    branches/pph/libstdc++-v3/acinclude.m4
    branches/pph/libstdc++-v3/config.h.in
    branches/pph/libstdc++-v3/config/abi/pre/gnu.ver
    branches/pph/libstdc++-v3/configure
    branches/pph/libstdc++-v3/configure.ac
    branches/pph/libstdc++-v3/doc/html/api.html
    branches/pph/libstdc++-v3/doc/html/faq.html
    branches/pph/libstdc++-v3/doc/html/manual/abi.html
    branches/pph/libstdc++-v3/doc/html/manual/algorithms.html
    branches/pph/libstdc++-v3/doc/html/manual/api.html
    branches/pph/libstdc++-v3/doc/html/manual/appendix_contributing.html
    branches/pph/libstdc++-v3/doc/html/manual/appendix_free.html
    branches/pph/libstdc++-v3/doc/html/manual/appendix_gpl.html
    branches/pph/libstdc++-v3/doc/html/manual/appendix_porting.html
    branches/pph/libstdc++-v3/doc/html/manual/atomics.html
    branches/pph/libstdc++-v3/doc/html/manual/backwards.html
    branches/pph/libstdc++-v3/doc/html/manual/bitmap_allocator.html
    branches/pph/libstdc++-v3/doc/html/manual/bk01pt03ch17s03.html
    branches/pph/libstdc++-v3/doc/html/manual/bk01pt03ch18s03.html
    branches/pph/libstdc++-v3/doc/html/manual/bk01pt03ch19s02.html
    branches/pph/libstdc++-v3/doc/html/manual/bk01pt03ch19s07.html
    branches/pph/libstdc++-v3/doc/html/manual/bk01pt03pr01.html
    branches/pph/libstdc++-v3/doc/html/manual/concurrency.html
    branches/pph/libstdc++-v3/doc/html/manual/containers.html
    branches/pph/libstdc++-v3/doc/html/manual/diagnostics.html
    branches/pph/libstdc++-v3/doc/html/manual/documentation_hacking.html
    branches/pph/libstdc++-v3/doc/html/manual/extensions.html
    branches/pph/libstdc++-v3/doc/html/manual/facets.html
    branches/pph/libstdc++-v3/doc/html/manual/intro.html
    branches/pph/libstdc++-v3/doc/html/manual/io.html
    branches/pph/libstdc++-v3/doc/html/manual/iterators.html
    branches/pph/libstdc++-v3/doc/html/manual/localization.html
    branches/pph/libstdc++-v3/doc/html/manual/memory.html
    branches/pph/libstdc++-v3/doc/html/manual/numerics.html
    branches/pph/libstdc++-v3/doc/html/manual/parallel_mode.html
    branches/pph/libstdc++-v3/doc/html/manual/profile_mode.html
    branches/pph/libstdc++-v3/doc/html/manual/spine.html
    branches/pph/libstdc++-v3/doc/html/manual/status.html
    branches/pph/libstdc++-v3/doc/html/manual/strings.html
    branches/pph/libstdc++-v3/doc/html/manual/support.html
    branches/pph/libstdc++-v3/doc/html/manual/test.html
    branches/pph/libstdc++-v3/doc/html/manual/using.html
    branches/pph/libstdc++-v3/doc/html/manual/using_exceptions.html
    branches/pph/libstdc++-v3/doc/html/manual/using_headers.html
    branches/pph/libstdc++-v3/doc/html/manual/utilities.html
    branches/pph/libstdc++-v3/doc/xml/manual/status_cxx200x.xml
    branches/pph/libstdc++-v3/include/Makefile.am
    branches/pph/libstdc++-v3/include/Makefile.in
    branches/pph/libstdc++-v3/include/bits/algorithmfwd.h
    branches/pph/libstdc++-v3/include/bits/allocator.h
    branches/pph/libstdc++-v3/include/bits/basic_string.h
    branches/pph/libstdc++-v3/include/bits/basic_string.tcc
    branches/pph/libstdc++-v3/include/bits/forward_list.h
    branches/pph/libstdc++-v3/include/bits/hashtable.h
    branches/pph/libstdc++-v3/include/bits/move.h
    branches/pph/libstdc++-v3/include/bits/stl_bvector.h
    branches/pph/libstdc++-v3/include/bits/stl_deque.h
    branches/pph/libstdc++-v3/include/bits/stl_list.h
    branches/pph/libstdc++-v3/include/bits/stl_map.h
    branches/pph/libstdc++-v3/include/bits/stl_multimap.h
    branches/pph/libstdc++-v3/include/bits/stl_multiset.h
    branches/pph/libstdc++-v3/include/bits/stl_pair.h
    branches/pph/libstdc++-v3/include/bits/stl_set.h
    branches/pph/libstdc++-v3/include/bits/stl_tree.h
    branches/pph/libstdc++-v3/include/bits/stl_vector.h
    branches/pph/libstdc++-v3/include/debug/deque
    branches/pph/libstdc++-v3/include/debug/forward_list
    branches/pph/libstdc++-v3/include/debug/list
    branches/pph/libstdc++-v3/include/debug/map.h
    branches/pph/libstdc++-v3/include/debug/multimap.h
    branches/pph/libstdc++-v3/include/debug/multiset.h
    branches/pph/libstdc++-v3/include/debug/set.h
    branches/pph/libstdc++-v3/include/debug/string
    branches/pph/libstdc++-v3/include/debug/unordered_map
    branches/pph/libstdc++-v3/include/debug/unordered_set
    branches/pph/libstdc++-v3/include/debug/vector
    branches/pph/libstdc++-v3/include/ext/array_allocator.h
    branches/pph/libstdc++-v3/include/ext/bitmap_allocator.h
    branches/pph/libstdc++-v3/include/ext/extptr_allocator.h
    branches/pph/libstdc++-v3/include/ext/malloc_allocator.h
    branches/pph/libstdc++-v3/include/ext/mt_allocator.h
    branches/pph/libstdc++-v3/include/ext/new_allocator.h
    branches/pph/libstdc++-v3/include/ext/pool_allocator.h
    branches/pph/libstdc++-v3/include/ext/throw_allocator.h
    branches/pph/libstdc++-v3/include/ext/vstring.h
    branches/pph/libstdc++-v3/include/ext/vstring.tcc
    branches/pph/libstdc++-v3/include/profile/deque
    branches/pph/libstdc++-v3/include/profile/forward_list
    branches/pph/libstdc++-v3/include/profile/list
    branches/pph/libstdc++-v3/include/profile/map.h
    branches/pph/libstdc++-v3/include/profile/multimap.h
    branches/pph/libstdc++-v3/include/profile/multiset.h
    branches/pph/libstdc++-v3/include/profile/set.h
    branches/pph/libstdc++-v3/include/profile/unordered_map
    branches/pph/libstdc++-v3/include/profile/unordered_set
    branches/pph/libstdc++-v3/include/profile/vector
    branches/pph/libstdc++-v3/include/std/future
    branches/pph/libstdc++-v3/include/std/thread
    branches/pph/libstdc++-v3/include/std/tuple
    branches/pph/libstdc++-v3/include/std/type_traits
    branches/pph/libstdc++-v3/src/future.cc
    branches/pph/libstdc++-v3/src/thread.cc
    branches/pph/libstdc++-v3/testsuite/20_util/declval/requirements/1_neg.cc
    branches/pph/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs_neg.cc
    branches/pph/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc
    branches/pph/libstdc++-v3/testsuite/20_util/ratio/cons/cons_overflow_neg.cc
    branches/pph/libstdc++-v3/testsuite/20_util/tuple/moveable2.cc
    branches/pph/libstdc++-v3/testsuite/20_util/weak_ptr/comparison/cmp_neg.cc
    branches/pph/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/assign_neg.cc
    branches/pph/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor_1_neg.cc
    branches/pph/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor_2_neg.cc
    branches/pph/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/insert_neg.cc
    branches/pph/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/assign_neg.cc
    branches/pph/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/constructor_1_neg.cc
    branches/pph/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/constructor_2_neg.cc
    branches/pph/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/insert_neg.cc
    branches/pph/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/assign_neg.cc
    branches/pph/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_1_neg.cc
    branches/pph/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_2_neg.cc
    branches/pph/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/insert_neg.cc
    branches/pph/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/assign_neg.cc
    branches/pph/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_1_neg.cc
    branches/pph/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_2_neg.cc
    branches/pph/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/insert_neg.cc
    branches/pph/libstdc++-v3/testsuite/30_threads/async/any.cc
    branches/pph/libstdc++-v3/testsuite/30_threads/async/sync.cc
    branches/pph/libstdc++-v3/testsuite/30_threads/thread/members/hardware_concurrency.cc
    branches/pph/libstdc++-v3/testsuite/lib/dg-options.exp
    branches/pph/libstdc++-v3/testsuite/lib/libstdc++.exp
    branches/pph/libstdc++-v3/testsuite/util/testsuite_abi.cc
    branches/pph/libstdc++-v3/testsuite/util/testsuite_allocator.h

Changes in other areas also in this revision:
Added:
    branches/pph/gcc/config/i386/t-rtems
      - copied unchanged from r174648, trunk/gcc/config/i386/t-rtems
    branches/pph/gcc/config/mips/t-irix6
      - copied unchanged from r174648, trunk/gcc/config/mips/t-irix6
    branches/pph/gcc/config/t-slibgcc-dummy
      - copied unchanged from r174648, trunk/gcc/config/t-slibgcc-dummy
    branches/pph/gcc/testsuite/g++.dg/cpp0x/decltype28.C
      - copied unchanged from r174648, trunk/gcc/testsuite/g++.dg/cpp0x/decltype28.C
    branches/pph/gcc/testsuite/g++.dg/cpp0x/decltype29.C
      - copied unchanged from r174648, trunk/gcc/testsuite/g++.dg/cpp0x/decltype29.C
    branches/pph/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-mangle2.C
      - copied unchanged from r174648, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-mangle2.C
    branches/pph/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-syntax1.C
      - copied unchanged from r174648, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-syntax1.C
    branches/pph/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template2.C
      - copied unchanged from r174648, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template2.C
    branches/pph/gcc/testsuite/g++.dg/cpp0x/rv-template1.C
      - copied unchanged from r174648, trunk/gcc/testsuite/g++.dg/cpp0x/rv-template1.C
    branches/pph/gcc/testsuite/g++.dg/debug/dwarf2/cdtor-1.C
      - copied unchanged from r174648, trunk/gcc/testsuite/g++.dg/debug/dwarf2/cdtor-1.C
    branches/pph/gcc/testsuite/g++.dg/diagnostic/bitfld2.C
      - copied unchanged from r174648, trunk/gcc/testsuite/g++.dg/diagnostic/bitfld2.C
    branches/pph/gcc/testsuite/g++.dg/gomp/pr49223-1.C
      - copied unchanged from r174648, trunk/gcc/testsuite/g++.dg/gomp/pr49223-1.C
    branches/pph/gcc/testsuite/g++.dg/gomp/pr49223-2.C
      - copied unchanged from r174648, trunk/gcc/testsuite/g++.dg/gomp/pr49223-2.C
    branches/pph/gcc/testsuite/g++.dg/lookup/name-clash9.C
      - copied unchanged from r174648, trunk/gcc/testsuite/g++.dg/lookup/name-clash9.C
    branches/pph/gcc/testsuite/g++.dg/torture/pr48954.C
      - copied unchanged from r174648, trunk/gcc/testsuite/g++.dg/torture/pr48954.C
    branches/pph/gcc/testsuite/g++.dg/warn/delete-non-virtual-dtor.C
      - copied unchanged from r174648, trunk/gcc/testsuite/g++.dg/warn/delete-non-virtual-dtor.C
    branches/pph/gcc/testsuite/gcc.c-torture/compile/pr48929.c
      - copied unchanged from r174648, trunk/gcc/testsuite/gcc.c-torture/compile/pr48929.c
    branches/pph/gcc/testsuite/gcc.c-torture/compile/pr49163.c
      - copied unchanged from r174648, trunk/gcc/testsuite/gcc.c-torture/compile/pr49163.c
    branches/pph/gcc/testsuite/gcc.c-torture/compile/pr49238.c
      - copied unchanged from r174648, trunk/gcc/testsuite/gcc.c-torture/compile/pr49238.c
    branches/pph/gcc/testsuite/gcc.c-torture/execute/pr49186.c
      - copied unchanged from r174648, trunk/gcc/testsuite/gcc.c-torture/execute/pr49186.c
    branches/pph/gcc/testsuite/gcc.c-torture/execute/pr49218.c
      - copied unchanged from r174648, trunk/gcc/testsuite/gcc.c-torture/execute/pr49218.c
    branches/pph/gcc/testsuite/gcc.c-torture/execute/pr49281.c
      - copied unchanged from r174648, trunk/gcc/testsuite/gcc.c-torture/execute/pr49281.c
    branches/pph/gcc/testsuite/gcc.dg/guality/bswaptest.c
      - copied unchanged from r174648, trunk/gcc/testsuite/gcc.dg/guality/bswaptest.c
    branches/pph/gcc/testsuite/gcc.dg/guality/clztest.c
      - copied unchanged from r174648, trunk/gcc/testsuite/gcc.dg/guality/clztest.c
    branches/pph/gcc/testsuite/gcc.dg/guality/ctztest.c
      - copied unchanged from r174648, trunk/gcc/testsuite/gcc.dg/guality/ctztest.c
    branches/pph/gcc/testsuite/gcc.dg/guality/drap.c
      - copied unchanged from r174648, trunk/gcc/testsuite/gcc.dg/guality/drap.c
    branches/pph/gcc/testsuite/gcc.dg/guality/rotatetest.c
      - copied unchanged from r174648, trunk/gcc/testsuite/gcc.dg/guality/rotatetest.c
    branches/pph/gcc/testsuite/gcc.dg/pr48826.c
      - copied unchanged from r174648, trunk/gcc/testsuite/gcc.dg/pr48826.c
    branches/pph/gcc/testsuite/gcc.dg/pr49235.c
      - copied unchanged from r174648, trunk/gcc/testsuite/gcc.dg/pr49235.c
    branches/pph/gcc/testsuite/gcc.dg/torture/pr49217.c
      - copied unchanged from r174648, trunk/gcc/testsuite/gcc.dg/torture/pr49217.c
    branches/pph/gcc/testsuite/gcc.dg/vect/no-scevccp-pr49199.c
      - copied unchanged from r174648, trunk/gcc/testsuite/gcc.dg/vect/no-scevccp-pr49199.c
    branches/pph/gcc/testsuite/gcc.dg/vect/pr49093.c
      - copied unchanged from r174648, trunk/gcc/testsuite/gcc.dg/vect/pr49093.c
    branches/pph/gcc/testsuite/gcc.target/i386/pr48688.c
      - copied unchanged from r174648, trunk/gcc/testsuite/gcc.target/i386/pr48688.c
    branches/pph/gcc/testsuite/gcc.target/i386/pr49095.c
      - copied unchanged from r174648, trunk/gcc/testsuite/gcc.target/i386/pr49095.c
    branches/pph/gcc/testsuite/gcc.target/i386/pr49168-1.c
      - copied unchanged from r174648, trunk/gcc/testsuite/gcc.target/i386/pr49168-1.c
    branches/pph/gcc/testsuite/gcc.target/mips/pr45074.c
      - copied unchanged from r174648, trunk/gcc/testsuite/gcc.target/mips/pr45074.c
    branches/pph/gcc/testsuite/gcc.target/sparc/ultrasp12.c
      - copied unchanged from r174648, trunk/gcc/testsuite/gcc.target/sparc/ultrasp12.c
    branches/pph/gcc/testsuite/gcc.target/sparc/ultrasp13.c
      - copied unchanged from r174648, trunk/gcc/testsuite/gcc.target/sparc/ultrasp13.c
    branches/pph/gcc/testsuite/gfortran.dg/PR37039.f90
      - copied unchanged from r174648, trunk/gcc/testsuite/gfortran.dg/PR37039.f90
    branches/pph/gcc/testsuite/gfortran.dg/PR49268.f90
      - copied unchanged from r174648, trunk/gcc/testsuite/gfortran.dg/PR49268.f90
    branches/pph/gcc/testsuite/gfortran.dg/coarray/atomic_1.f90
      - copied unchanged from r174648, trunk/gcc/testsuite/gfortran.dg/coarray/atomic_1.f90
    branches/pph/gcc/testsuite/gfortran.dg/coarray/dummy_1.f90
      - copied unchanged from r174648, trunk/gcc/testsuite/gfortran.dg/coarray/dummy_1.f90
    branches/pph/gcc/testsuite/gfortran.dg/coarray_22.f90
      - copied unchanged from r174648, trunk/gcc/testsuite/gfortran.dg/coarray_22.f90
    branches/pph/gcc/testsuite/gfortran.dg/coarray_23.f90
      - copied unchanged from r174648, trunk/gcc/testsuite/gfortran.dg/coarray_23.f90
    branches/pph/gcc/testsuite/gfortran.dg/coarray_24.f90
      - copied unchanged from r174648, trunk/gcc/testsuite/gfortran.dg/coarray_24.f90
    branches/pph/gcc/testsuite/gfortran.dg/coarray_atomic_1.f90
      - copied unchanged from r174648, trunk/gcc/testsuite/gfortran.dg/coarray_atomic_1.f90
    branches/pph/gcc/testsuite/gfortran.dg/extends_13.f03
      - copied unchanged from r174648, trunk/gcc/testsuite/gfortran.dg/extends_13.f03
    branches/pph/gcc/testsuite/gfortran.dg/module_procedure_double_colon_1.f90
      - copied unchanged from r174648, trunk/gcc/testsuite/gfortran.dg/module_procedure_double_colon_1.f90
    branches/pph/gcc/testsuite/gfortran.dg/module_procedure_double_colon_2.f90
      - copied unchanged from r174648, trunk/gcc/testsuite/gfortran.dg/module_procedure_double_colon_2.f90
    branches/pph/gcc/testsuite/gfortran.dg/operator_7.f90
      - copied unchanged from r174648, trunk/gcc/testsuite/gfortran.dg/operator_7.f90
    branches/pph/gcc/testsuite/gfortran.dg/pr49179.f90
      - copied unchanged from r174648, trunk/gcc/testsuite/gfortran.dg/pr49179.f90
    branches/pph/gcc/testsuite/gnat.dg/boolean_subtype1.adb
      - copied unchanged from r174648, trunk/gcc/testsuite/gnat.dg/boolean_subtype1.adb
    branches/pph/gcc/testsuite/gnat.dg/boolean_subtype2.adb
      - copied unchanged from r174648, trunk/gcc/testsuite/gnat.dg/boolean_subtype2.adb
    branches/pph/gcc/testsuite/gnat.dg/boolean_subtype2.ads
      - copied unchanged from r174648, trunk/gcc/testsuite/gnat.dg/boolean_subtype2.ads
    branches/pph/gcc/testsuite/gnat.dg/boolean_subtype2_pkg.ads
      - copied unchanged from r174648, trunk/gcc/testsuite/gnat.dg/boolean_subtype2_pkg.ads
    branches/pph/gcc/testsuite/obj-c++.dg/attributes/method-nonnull-1.mm
      - copied unchanged from r174648, trunk/gcc/testsuite/obj-c++.dg/attributes/method-nonnull-1.mm
    branches/pph/gcc/testsuite/obj-c++.dg/method-lookup-1.mm
      - copied unchanged from r174648, trunk/gcc/testsuite/obj-c++.dg/method-lookup-1.mm
    branches/pph/gcc/testsuite/objc.dg/attributes/method-nonnull-1.m
      - copied unchanged from r174648, trunk/gcc/testsuite/objc.dg/attributes/method-nonnull-1.m
    branches/pph/gcc/testsuite/objc.dg/method-lookup-1.m
      - copied unchanged from r174648, trunk/gcc/testsuite/objc.dg/method-lookup-1.m
    branches/pph/libgcc/config/alpha/libgcc-osf5.ver
      - copied unchanged from r174648, trunk/libgcc/config/alpha/libgcc-osf5.ver
    branches/pph/libgcc/config/alpha/linux-unwind.h
      - copied unchanged from r174648, trunk/libgcc/config/alpha/linux-unwind.h
    branches/pph/libgcc/config/alpha/osf5-unwind.h
      - copied unchanged from r174648, trunk/libgcc/config/alpha/osf5-unwind.h
    branches/pph/libgcc/config/alpha/t-alpha
      - copied unchanged from r174648, trunk/libgcc/config/alpha/t-alpha
    branches/pph/libgcc/config/alpha/t-ieee
      - copied unchanged from r174648, trunk/libgcc/config/alpha/t-ieee
    branches/pph/libgcc/config/alpha/t-osf-pthread
      - copied unchanged from r174648, trunk/libgcc/config/alpha/t-osf-pthread
    branches/pph/libgcc/config/alpha/t-slibgcc-osf
      - copied unchanged from r174648, trunk/libgcc/config/alpha/t-slibgcc-osf
    branches/pph/libgcc/config/alpha/vms-unwind.h
      - copied unchanged from r174648, trunk/libgcc/config/alpha/vms-unwind.h
    branches/pph/libgcc/config/bfin/
      - copied from r174648, trunk/libgcc/config/bfin/
    branches/pph/libgcc/config/gmon-sol2.c
      - copied unchanged from r174648, trunk/libgcc/config/gmon-sol2.c
    branches/pph/libgcc/config/i386/linux-unwind.h
      - copied unchanged from r174648, trunk/libgcc/config/i386/linux-unwind.h
    branches/pph/libgcc/config/i386/sol2-c1.S
      - copied unchanged from r174648, trunk/libgcc/config/i386/sol2-c1.S
    branches/pph/libgcc/config/i386/sol2-ci.S
      - copied unchanged from r174648, trunk/libgcc/config/i386/sol2-ci.S
    branches/pph/libgcc/config/i386/sol2-cn.S
      - copied unchanged from r174648, trunk/libgcc/config/i386/sol2-cn.S
    branches/pph/libgcc/config/i386/sol2-unwind.h
      - copied unchanged from r174648, trunk/libgcc/config/i386/sol2-unwind.h
    branches/pph/libgcc/config/i386/t-crtstuff
      - copied unchanged from r174648, trunk/libgcc/config/i386/t-crtstuff
    branches/pph/libgcc/config/i386/w32-unwind.h
      - copied unchanged from r174648, trunk/libgcc/config/i386/w32-unwind.h
    branches/pph/libgcc/config/ia64/linux-unwind.h
      - copied unchanged from r174648, trunk/libgcc/config/ia64/linux-unwind.h
    branches/pph/libgcc/config/ia64/vms-unwind.h
      - copied unchanged from r174648, trunk/libgcc/config/ia64/vms-unwind.h
    branches/pph/libgcc/config/m68k/
      - copied from r174648, trunk/libgcc/config/m68k/
    branches/pph/libgcc/config/mips/irix-crti.S
      - copied unchanged from r174648, trunk/libgcc/config/mips/irix-crti.S
    branches/pph/libgcc/config/mips/irix-crtn.S
      - copied unchanged from r174648, trunk/libgcc/config/mips/irix-crtn.S
    branches/pph/libgcc/config/mips/linux-unwind.h
      - copied unchanged from r174648, trunk/libgcc/config/mips/linux-unwind.h
    branches/pph/libgcc/config/mips/t-irix6
      - copied unchanged from r174648, trunk/libgcc/config/mips/t-irix6
    branches/pph/libgcc/config/mips/t-slibgcc-irix
      - copied unchanged from r174648, trunk/libgcc/config/mips/t-slibgcc-irix
    branches/pph/libgcc/config/no-unwind.h
      - copied unchanged from r174648, trunk/libgcc/config/no-unwind.h
    branches/pph/libgcc/config/pa/
      - copied from r174648, trunk/libgcc/config/pa/
    branches/pph/libgcc/config/rs6000/darwin-unwind.h
      - copied unchanged from r174648, trunk/libgcc/config/rs6000/darwin-unwind.h
    branches/pph/libgcc/config/rs6000/linux-unwind.h
      - copied unchanged from r174648, trunk/libgcc/config/rs6000/linux-unwind.h
    branches/pph/libgcc/config/s390/linux-unwind.h
      - copied unchanged from r174648, trunk/libgcc/config/s390/linux-unwind.h
    branches/pph/libgcc/config/s390/tpf-unwind.h
      - copied unchanged from r174648, trunk/libgcc/config/s390/tpf-unwind.h
    branches/pph/libgcc/config/sh/linux-unwind.h
      - copied unchanged from r174648, trunk/libgcc/config/sh/linux-unwind.h
    branches/pph/libgcc/config/sparc/linux-unwind.h
      - copied unchanged from r174648, trunk/libgcc/config/sparc/linux-unwind.h
    branches/pph/libgcc/config/sparc/sol2-c1.S
      - copied unchanged from r174648, trunk/libgcc/config/sparc/sol2-c1.S
    branches/pph/libgcc/config/sparc/sol2-ci.S
      - copied unchanged from r174648, trunk/libgcc/config/sparc/sol2-ci.S
    branches/pph/libgcc/config/sparc/sol2-cn.S
      - copied unchanged from r174648, trunk/libgcc/config/sparc/sol2-cn.S
    branches/pph/libgcc/config/sparc/sol2-unwind.h
      - copied unchanged from r174648, trunk/libgcc/config/sparc/sol2-unwind.h
    branches/pph/libgcc/config/sparc/t-softfp
      - copied unchanged from r174648, trunk/libgcc/config/sparc/t-softfp
    branches/pph/libgcc/config/sparc/t-softmul
      - copied unchanged from r174648, trunk/libgcc/config/sparc/t-softmul
    branches/pph/libgcc/config/sparc/t-sol2
      - copied unchanged from r174648, trunk/libgcc/config/sparc/t-sol2
    branches/pph/libgcc/config/t-crtfm
      - copied unchanged from r174648, trunk/libgcc/config/t-crtfm
    branches/pph/libgcc/config/t-crtin
      - copied unchanged from r174648, trunk/libgcc/config/t-crtin
    branches/pph/libgcc/config/t-rtems
      - copied unchanged from r174648, trunk/libgcc/config/t-rtems
    branches/pph/libgcc/config/t-slibgcc
      - copied unchanged from r174648, trunk/libgcc/config/t-slibgcc
    branches/pph/libgcc/config/t-slibgcc-elf-ver
      - copied unchanged from r174648, trunk/libgcc/config/t-slibgcc-elf-ver
    branches/pph/libgcc/config/t-slibgcc-gld
      - copied unchanged from r174648, trunk/libgcc/config/t-slibgcc-gld
    branches/pph/libgcc/config/t-slibgcc-sld
      - copied unchanged from r174648, trunk/libgcc/config/t-slibgcc-sld
    branches/pph/libgcc/config/t-sol2
      - copied unchanged from r174648, trunk/libgcc/config/t-sol2
    branches/pph/libgcc/config/xtensa/
      - copied from r174648, trunk/libgcc/config/xtensa/
Removed:
    branches/pph/gcc/config/alpha/linux-unwind.h
    branches/pph/gcc/config/alpha/osf5-unwind.h
    branches/pph/gcc/config/alpha/t-osf-pthread
    branches/pph/gcc/config/alpha/t-osf5
    branches/pph/gcc/config/alpha/vms-unwind.h
    branches/pph/gcc/config/bfin/linux-unwind.h
    branches/pph/gcc/config/i386/gmon-sol2.c
    branches/pph/gcc/config/i386/linux-unwind.h
    branches/pph/gcc/config/i386/sol2-c1.asm
    branches/pph/gcc/config/i386/sol2-ci.asm
    branches/pph/gcc/config/i386/sol2-cn.asm
    branches/pph/gcc/config/i386/sol2-gc1.asm
    branches/pph/gcc/config/i386/sol2-unwind.h
    branches/pph/gcc/config/i386/t-rtems-i386
    branches/pph/gcc/config/i386/w32-unwind.h
    branches/pph/gcc/config/ia64/linux-unwind.h
    branches/pph/gcc/config/ia64/vms-unwind.h
    branches/pph/gcc/config/m68k/linux-unwind.h
    branches/pph/gcc/config/mips/irix-crti.asm
    branches/pph/gcc/config/mips/irix-crtn.asm
    branches/pph/gcc/config/mips/linux-unwind.h
    branches/pph/gcc/config/mips/t-iris
    branches/pph/gcc/config/mips/t-iris6
    branches/pph/gcc/config/mips/t-slibgcc-irix
    branches/pph/gcc/config/pa/hpux-unwind.h
    branches/pph/gcc/config/pa/linux-unwind.h
    branches/pph/gcc/config/rs6000/darwin-unwind.h
    branches/pph/gcc/config/rs6000/linux-unwind.h
    branches/pph/gcc/config/s390/linux-unwind.h
    branches/pph/gcc/config/s390/tpf-unwind.h
    branches/pph/gcc/config/sh/linux-unwind.h
    branches/pph/gcc/config/sparc/gmon-sol2.c
    branches/pph/gcc/config/sparc/linux-unwind.h
    branches/pph/gcc/config/sparc/sol2-c1.asm
    branches/pph/gcc/config/sparc/sol2-ci.asm
    branches/pph/gcc/config/sparc/sol2-cn.asm
    branches/pph/gcc/config/sparc/sol2-unwind.h
    branches/pph/gcc/config/sparc/t-crtin
    branches/pph/gcc/config/sparc/t-sol2
    branches/pph/gcc/config/t-slibgcc-darwin
    branches/pph/gcc/config/t-slibgcc-sld
    branches/pph/gcc/config/xtensa/linux-unwind.h
    branches/pph/gcc/testsuite/gnat.dg/boolean_subtype.adb
    branches/pph/gcc/testsuite/objc.dg/type-stream-1.m
    branches/pph/libgcc/config/sparc/t-crtfm
    branches/pph/libjava/sysdep/x86-64/locks.h
    branches/pph/libobjc/archive.c
    branches/pph/libobjc/objc/deprecated/METHOD_NULL.h
    branches/pph/libobjc/objc/deprecated/STR.h
    branches/pph/libobjc/objc/deprecated/hash.h
    branches/pph/libobjc/objc/deprecated/objc-list.h
    branches/pph/libobjc/objc/deprecated/objc_error.h
    branches/pph/libobjc/objc/deprecated/objc_get_uninstalled_dtable.h
    branches/pph/libobjc/objc/deprecated/objc_malloc.h
    branches/pph/libobjc/objc/deprecated/objc_object_alloc.h
    branches/pph/libobjc/objc/deprecated/objc_unexpected_exception.h
    branches/pph/libobjc/objc/deprecated/objc_valloc.h
    branches/pph/libobjc/objc/deprecated/sarray.h
    branches/pph/libobjc/objc/deprecated/struct_objc_static_instances.h
    branches/pph/libobjc/objc/deprecated/typedstream.h
    branches/pph/libobjc/objc/hash.h
    branches/pph/libobjc/objc/objc-list.h
    branches/pph/libobjc/objc/sarray.h
    branches/pph/libobjc/objc/typedstream.h
Modified:
    branches/pph/   (props changed)
    branches/pph/ChangeLog
    branches/pph/MAINTAINERS
    branches/pph/gcc/ChangeLog
    branches/pph/gcc/ChangeLog-2009
    branches/pph/gcc/ChangeLog.pph
    branches/pph/gcc/DATESTAMP
    branches/pph/gcc/Makefile.in
    branches/pph/gcc/basic-block.h
    branches/pph/gcc/builtins.c
    branches/pph/gcc/c-family/ChangeLog
    branches/pph/gcc/c-family/c-common.h
    branches/pph/gcc/c-family/c-opts.c
    branches/pph/gcc/c-family/c.opt
    branches/pph/gcc/calls.c
    branches/pph/gcc/cgraph.h
    branches/pph/gcc/common.opt
    branches/pph/gcc/config.gcc
    branches/pph/gcc/config/alpha/linux.h
    branches/pph/gcc/config/alpha/osf5.h
    branches/pph/gcc/config/alpha/vms.h
    branches/pph/gcc/config/arm/arm-cores.def
    branches/pph/gcc/config/arm/arm-protos.h
    branches/pph/gcc/config/arm/arm-tables.opt
    branches/pph/gcc/config/arm/arm-tune.md
    branches/pph/gcc/config/arm/arm.c
    branches/pph/gcc/config/arm/arm.h
    branches/pph/gcc/config/arm/arm.md
    branches/pph/gcc/config/arm/neon.md
    branches/pph/gcc/config/arm/t-bpabi
    branches/pph/gcc/config/arm/t-symbian
    branches/pph/gcc/config/arm/thumb2.md
    branches/pph/gcc/config/bfin/bfin.c
    branches/pph/gcc/config/bfin/linux.h
    branches/pph/gcc/config/bfin/uclinux.h
    branches/pph/gcc/config/darwin9.h
    branches/pph/gcc/config/i386/constraints.md
    branches/pph/gcc/config/i386/crtfastmath.c
    branches/pph/gcc/config/i386/i386.c
    branches/pph/gcc/config/i386/i386.md
    branches/pph/gcc/config/i386/linux.h
    branches/pph/gcc/config/i386/linux64.h
    branches/pph/gcc/config/i386/mingw32.h
    branches/pph/gcc/config/i386/predicates.md
    branches/pph/gcc/config/i386/sol2.h
    branches/pph/gcc/config/i386/sse.md
    branches/pph/gcc/config/i386/t-nwld
    branches/pph/gcc/config/i386/t-sol2-10
    branches/pph/gcc/config/ia64/ia64.c
    branches/pph/gcc/config/ia64/linux.h
    branches/pph/gcc/config/ia64/unwind-ia64.c
    branches/pph/gcc/config/ia64/vms.h
    branches/pph/gcc/config/m68k/linux.h
    branches/pph/gcc/config/mips/linux.h
    branches/pph/gcc/config/mips/mips.c
    branches/pph/gcc/config/pa/pa-hpux.h
    branches/pph/gcc/config/pa/pa32-linux.h
    branches/pph/gcc/config/picochip/picochip.c
    branches/pph/gcc/config/picochip/t-picochip
    branches/pph/gcc/config/rs6000/darwin.h
    branches/pph/gcc/config/rs6000/linux.h
    branches/pph/gcc/config/rs6000/linux64.h
    branches/pph/gcc/config/rs6000/rs6000.c
    branches/pph/gcc/config/rs6000/rs6000.h
    branches/pph/gcc/config/s390/linux.h
    branches/pph/gcc/config/s390/tpf.h
    branches/pph/gcc/config/sh/linux.h
    branches/pph/gcc/config/sh/predicates.md
    branches/pph/gcc/config/sh/sh.c
    branches/pph/gcc/config/sol2.h
    branches/pph/gcc/config/sparc/linux.h
    branches/pph/gcc/config/sparc/linux64.h
    branches/pph/gcc/config/sparc/sol2.h
    branches/pph/gcc/config/sparc/sparc-protos.h
    branches/pph/gcc/config/sparc/sparc.c
    branches/pph/gcc/config/sparc/sparc.h
    branches/pph/gcc/config/sparc/sparc.md
    branches/pph/gcc/config/sparc/t-sol2-64
    branches/pph/gcc/config/spu/spu.c
    branches/pph/gcc/config/t-darwin
    branches/pph/gcc/config/t-freebsd
    branches/pph/gcc/config/t-linux
    branches/pph/gcc/config/t-sol2
    branches/pph/gcc/config/xtensa/linux.h
    branches/pph/gcc/config/xtensa/unwind-dw2-xtensa.c
    branches/pph/gcc/configure
    branches/pph/gcc/configure.ac
    branches/pph/gcc/cp/ChangeLog
    branches/pph/gcc/cp/decl.c
    branches/pph/gcc/cp/init.c
    branches/pph/gcc/cp/mangle.c
    branches/pph/gcc/cp/name-lookup.c
    branches/pph/gcc/cp/parser.c
    branches/pph/gcc/cp/pph-streamer.h
    branches/pph/gcc/cp/pt.c
    branches/pph/gcc/cp/semantics.c
    branches/pph/gcc/cp/tree.c
    branches/pph/gcc/cp/typeck2.c
    branches/pph/gcc/cse.c
    branches/pph/gcc/cselib.c
    branches/pph/gcc/dce.c
    branches/pph/gcc/doc/install.texi
    branches/pph/gcc/doc/invoke.texi
    branches/pph/gcc/doc/tm.texi
    branches/pph/gcc/doc/tm.texi.in
    branches/pph/gcc/dojump.c
    branches/pph/gcc/dwarf2out.c
    branches/pph/gcc/emit-rtl.c
    branches/pph/gcc/except.c
    branches/pph/gcc/explow.c
    branches/pph/gcc/expmed.c
    branches/pph/gcc/final.c
    branches/pph/gcc/fortran/ChangeLog
    branches/pph/gcc/fortran/check.c
    branches/pph/gcc/fortran/decl.c
    branches/pph/gcc/fortran/gfortran.h
    branches/pph/gcc/fortran/interface.c
    branches/pph/gcc/fortran/intrinsic.c
    branches/pph/gcc/fortran/intrinsic.h
    branches/pph/gcc/fortran/intrinsic.texi
    branches/pph/gcc/fortran/iresolve.c
    branches/pph/gcc/fortran/iso-fortran-env.def
    branches/pph/gcc/fortran/match.c
    branches/pph/gcc/fortran/module.c
    branches/pph/gcc/fortran/parse.c
    branches/pph/gcc/fortran/resolve.c
    branches/pph/gcc/fortran/symbol.c
    branches/pph/gcc/fortran/trans-array.c
    branches/pph/gcc/fortran/trans-array.h
    branches/pph/gcc/fortran/trans-decl.c
    branches/pph/gcc/fortran/trans-intrinsic.c
    branches/pph/gcc/fortran/trans-types.c
    branches/pph/gcc/fortran/trans.c
    branches/pph/gcc/fortran/trans.h
    branches/pph/gcc/function.c
    branches/pph/gcc/function.h
    branches/pph/gcc/gcc.c
    branches/pph/gcc/gengtype-state.c
    branches/pph/gcc/genrecog.c
    branches/pph/gcc/gimple.c
    branches/pph/gcc/go/   (props changed)
    branches/pph/gcc/go/ChangeLog
    branches/pph/gcc/go/Make-lang.in
    branches/pph/gcc/go/go-backend.c
    branches/pph/gcc/go/go-c.h
    branches/pph/gcc/go/gofrontend/export.cc
    branches/pph/gcc/go/gofrontend/export.h
    branches/pph/gcc/godump.c
    branches/pph/gcc/ipa-inline-analysis.c
    branches/pph/gcc/ipa-pure-const.c
    branches/pph/gcc/ipa-split.c
    branches/pph/gcc/ipa-utils.c
    branches/pph/gcc/ipa-utils.h
    branches/pph/gcc/ipa.c
    branches/pph/gcc/java/ChangeLog
    branches/pph/gcc/java/expr.c
    branches/pph/gcc/lto-cgraph.c
    branches/pph/gcc/lto-streamer-in.c
    branches/pph/gcc/lto-streamer-out.c
    branches/pph/gcc/lto-streamer.c
    branches/pph/gcc/lto-streamer.h
    branches/pph/gcc/lto-symtab.c
    branches/pph/gcc/lto/ChangeLog
    branches/pph/gcc/lto/lto-lang.c
    branches/pph/gcc/lto/lto.c
    branches/pph/gcc/mkmap-flat.awk
    branches/pph/gcc/objc/ChangeLog
    branches/pph/gcc/objc/objc-act.c
    branches/pph/gcc/optabs.c
    branches/pph/gcc/optabs.h
    branches/pph/gcc/opts-global.c
    branches/pph/gcc/params.def
    branches/pph/gcc/passes.c
    branches/pph/gcc/postreload-gcse.c
    branches/pph/gcc/predict.c
    branches/pph/gcc/reload.c
    branches/pph/gcc/reload1.c
    branches/pph/gcc/rtlanal.c
    branches/pph/gcc/sched-rgn.c
    branches/pph/gcc/system.h
    branches/pph/gcc/target.def
    branches/pph/gcc/testsuite/ChangeLog
    branches/pph/gcc/testsuite/g++.dg/cpp0x/enum18.C
    branches/pph/gcc/testsuite/g++.dg/tree-prof/indir-call-prof.C
    branches/pph/gcc/testsuite/gcc.dg/profile-dir-1.c
    branches/pph/gcc/testsuite/gcc.dg/profile-dir-2.c
    branches/pph/gcc/testsuite/gcc.dg/profile-dir-3.c
    branches/pph/gcc/testsuite/gcc.dg/tree-prof/ic-misattribution-1.c
    branches/pph/gcc/testsuite/gcc.dg/tree-prof/ic-misattribution-1a.c
    branches/pph/gcc/testsuite/gcc.dg/tree-prof/indir-call-prof.c
    branches/pph/gcc/testsuite/gcc.dg/tree-prof/stringop-1.c
    branches/pph/gcc/testsuite/gcc.dg/tree-prof/stringop-2.c
    branches/pph/gcc/testsuite/gcc.dg/tree-prof/update-loopch.c
    branches/pph/gcc/testsuite/gcc.dg/tree-prof/val-prof-1.c
    branches/pph/gcc/testsuite/gcc.dg/tree-prof/val-prof-2.c
    branches/pph/gcc/testsuite/gcc.dg/tree-prof/val-prof-3.c
    branches/pph/gcc/testsuite/gcc.dg/tree-prof/val-prof-4.c
    branches/pph/gcc/testsuite/gcc.dg/tree-prof/val-prof-5.c
    branches/pph/gcc/testsuite/gcc.dg/tree-prof/val-prof-7.c
    branches/pph/gcc/testsuite/gcc.dg/tree-ssa/dump-1.c
    branches/pph/gcc/testsuite/gcc.dg/tree-ssa/loop-25.c
    branches/pph/gcc/testsuite/gcc.dg/vect/pr49038.c
    branches/pph/gcc/testsuite/gcc.dg/vect/vect-strided-u8-i8-gap4-unknown.c
    branches/pph/gcc/testsuite/gcc.dg/vect/vect.exp
    branches/pph/gcc/testsuite/gcc.target/arm/g2.c
    branches/pph/gcc/testsuite/gcc.target/arm/mmx-1.c
    branches/pph/gcc/testsuite/gcc.target/arm/scd42-2.c
    branches/pph/gcc/testsuite/gcc.target/i386/sse2-init-v2di-2.c
    branches/pph/gcc/testsuite/gcc.target/powerpc/ppc-round.c   (props changed)
    branches/pph/gcc/testsuite/gfortran.dg/coarray_4.f90
    branches/pph/gcc/testsuite/go.dg/   (props changed)
    branches/pph/gcc/testsuite/go.go-torture/   (props changed)
    branches/pph/gcc/testsuite/go.test/   (props changed)
    branches/pph/gcc/testsuite/lib/target-supports.exp
    branches/pph/gcc/testsuite/lib/timeout.exp
    branches/pph/gcc/testsuite/obj-c++.dg/method-6.mm
    branches/pph/gcc/testsuite/obj-c++.dg/method-7.mm
    branches/pph/gcc/testsuite/objc.dg/headers.m
    branches/pph/gcc/testsuite/objc.dg/method-19.m
    branches/pph/gcc/testsuite/objc.dg/method-5.m
    branches/pph/gcc/testsuite/objc.dg/torture/forward-1.m
    branches/pph/gcc/tree-cfg.c
    branches/pph/gcc/tree-pass.h
    branches/pph/gcc/tree-pretty-print.c
    branches/pph/gcc/tree-pretty-print.h
    branches/pph/gcc/tree-profile.c
    branches/pph/gcc/tree-ssa-address.c
    branches/pph/gcc/tree-ssa-forwprop.c
    branches/pph/gcc/tree-ssa-math-opts.c
    branches/pph/gcc/tree-vect-data-refs.c
    branches/pph/gcc/tree-vect-loop.c
    branches/pph/gcc/tree-vrp.c
    branches/pph/gcc/tree.c
    branches/pph/gcc/tree.h
    branches/pph/gcc/unwind-dw2.c
    branches/pph/gcc/var-tracking.c
    branches/pph/gcc/varasm.c
    branches/pph/gcc/varpool.c
    branches/pph/libcpp/ChangeLog
    branches/pph/libcpp/files.c
    branches/pph/libgcc/ChangeLog
    branches/pph/libgcc/Makefile.in
    branches/pph/libgcc/config.host
    branches/pph/libgcc/config/alpha/t-crtfm
    branches/pph/libgcc/config/i386/t-crtfm
    branches/pph/libgcc/config/i386/t-sol2
    branches/pph/libgcc/config/s390/t-tpf
    branches/pph/libgcc/configure
    branches/pph/libgcc/configure.ac
    branches/pph/libgfortran/ChangeLog
    branches/pph/libgfortran/config/fpu-387.h
    branches/pph/libgfortran/io/read.c
    branches/pph/libgfortran/libgfortran.h
    branches/pph/libgfortran/runtime/backtrace.c
    branches/pph/libgfortran/runtime/compile_options.c
    branches/pph/libgfortran/runtime/main.c
    branches/pph/libgo/   (props changed)
    branches/pph/libgo/go/os/stat.go
    branches/pph/libgo/mksysinfo.sh
    branches/pph/libgo/syscalls/syscall_linux_alpha.go
    branches/pph/libjava/ChangeLog
    branches/pph/libjava/classpath/   (props changed)
    branches/pph/libjava/configure.host
    branches/pph/libjava/sysdep/i386/locks.h
    branches/pph/libobjc/ChangeLog
    branches/pph/libobjc/Makefile.in
    branches/pph/libobjc/Object.m
    branches/pph/libobjc/error.c
    branches/pph/libobjc/exception.c
    branches/pph/libobjc/libobjc.def
    branches/pph/libobjc/memory.c
    branches/pph/libobjc/objc-private/common.h
    branches/pph/libobjc/objc/Object.h
    branches/pph/libobjc/objc/deprecated/Object.h
    branches/pph/libobjc/objc/objc-api.h
    branches/pph/libobjc/objc/objc.h
    branches/pph/libobjc/objects.c
    branches/pph/libobjc/sendmsg.c

Propchange: branches/pph/
            ('svn:mergeinfo' modified)

Propchange: branches/pph/
            ('svnmerge-integrated' modified)

Propchange: branches/pph/gcc/go/
            ('svn:mergeinfo' modified)

Propchange: branches/pph/gcc/testsuite/gcc.target/powerpc/ppc-round.c
            ('svn:mergeinfo' modified)

Propchange: branches/pph/gcc/testsuite/go.dg/
            ('svn:mergeinfo' modified)

Propchange: branches/pph/gcc/testsuite/go.go-torture/
            ('svn:mergeinfo' modified)

Propchange: branches/pph/gcc/testsuite/go.test/
            ('svn:mergeinfo' modified)

Propchange: branches/pph/libgo/
            ('svn:mergeinfo' modified)

Propchange: branches/pph/libjava/classpath/
            ('svn:mergeinfo' modified)




More information about the Libstdc++-cvs mailing list