r147967 - in /branches/gcc-in-cxx: ./ ChangeLog...

ian@gcc.gnu.org ian@gcc.gnu.org
Fri May 29 00:52:00 GMT 2009


Author: ian
Date: Fri May 29 00:52:04 2009
New Revision: 147967

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=147967
Log:
Merge in trunk revision 142977.

Added:
    branches/gcc-in-cxx/libstdc++-v3/python/
      - copied from r147962, trunk/libstdc++-v3/python/
    branches/gcc-in-cxx/libstdc++-v3/testsuite/18_support/initializer_list/
      - copied from r147962, trunk/libstdc++-v3/testsuite/18_support/initializer_list/
    branches/gcc-in-cxx/libstdc++-v3/testsuite/20_util/function/
      - copied from r147962, trunk/libstdc++-v3/testsuite/20_util/function/
    branches/gcc-in-cxx/libstdc++-v3/testsuite/22_locale/locale/cons/40184.cc
      - copied unchanged from r147962, trunk/libstdc++-v3/testsuite/22_locale/locale/cons/40184.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/vector/40192.cc
      - copied unchanged from r147962, trunk/libstdc++-v3/testsuite/23_containers/vector/40192.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/util/replacement_memory_operators.h
      - copied unchanged from r147962, trunk/libstdc++-v3/testsuite/util/replacement_memory_operators.h
Removed:
    branches/gcc-in-cxx/libstdc++-v3/src/throw_allocator.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/20_util/shared_ptr/modifiers/swap_rvalue.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/30_threads/thread/swap/2.cc
Modified:
    branches/gcc-in-cxx/libstdc++-v3/ChangeLog
    branches/gcc-in-cxx/libstdc++-v3/Makefile.am
    branches/gcc-in-cxx/libstdc++-v3/Makefile.in
    branches/gcc-in-cxx/libstdc++-v3/acinclude.m4
    branches/gcc-in-cxx/libstdc++-v3/config/abi/pre/gnu.ver
    branches/gcc-in-cxx/libstdc++-v3/config/locale/generic/c_locale.cc
    branches/gcc-in-cxx/libstdc++-v3/config/locale/gnu/c_locale.cc
    branches/gcc-in-cxx/libstdc++-v3/configure
    branches/gcc-in-cxx/libstdc++-v3/include/bits/forward_list.h
    branches/gcc-in-cxx/libstdc++-v3/include/bits/locale_classes.h
    branches/gcc-in-cxx/libstdc++-v3/include/bits/shared_ptr.h
    branches/gcc-in-cxx/libstdc++-v3/include/bits/stl_bvector.h
    branches/gcc-in-cxx/libstdc++-v3/include/bits/stl_construct.h
    branches/gcc-in-cxx/libstdc++-v3/include/bits/stl_deque.h
    branches/gcc-in-cxx/libstdc++-v3/include/bits/stl_list.h
    branches/gcc-in-cxx/libstdc++-v3/include/bits/stl_map.h
    branches/gcc-in-cxx/libstdc++-v3/include/bits/stl_multimap.h
    branches/gcc-in-cxx/libstdc++-v3/include/bits/stl_multiset.h
    branches/gcc-in-cxx/libstdc++-v3/include/bits/stl_pair.h
    branches/gcc-in-cxx/libstdc++-v3/include/bits/stl_queue.h
    branches/gcc-in-cxx/libstdc++-v3/include/bits/stl_set.h
    branches/gcc-in-cxx/libstdc++-v3/include/bits/stl_stack.h
    branches/gcc-in-cxx/libstdc++-v3/include/bits/stl_tree.h
    branches/gcc-in-cxx/libstdc++-v3/include/bits/stl_vector.h
    branches/gcc-in-cxx/libstdc++-v3/include/bits/unique_ptr.h
    branches/gcc-in-cxx/libstdc++-v3/include/debug/deque
    branches/gcc-in-cxx/libstdc++-v3/include/debug/list
    branches/gcc-in-cxx/libstdc++-v3/include/debug/map.h
    branches/gcc-in-cxx/libstdc++-v3/include/debug/multimap.h
    branches/gcc-in-cxx/libstdc++-v3/include/debug/multiset.h
    branches/gcc-in-cxx/libstdc++-v3/include/debug/set.h
    branches/gcc-in-cxx/libstdc++-v3/include/debug/unordered_map
    branches/gcc-in-cxx/libstdc++-v3/include/debug/unordered_set
    branches/gcc-in-cxx/libstdc++-v3/include/debug/vector
    branches/gcc-in-cxx/libstdc++-v3/include/ext/throw_allocator.h
    branches/gcc-in-cxx/libstdc++-v3/include/ext/vstring.h
    branches/gcc-in-cxx/libstdc++-v3/include/std/istream
    branches/gcc-in-cxx/libstdc++-v3/include/std/mutex
    branches/gcc-in-cxx/libstdc++-v3/include/std/ostream
    branches/gcc-in-cxx/libstdc++-v3/include/std/system_error
    branches/gcc-in-cxx/libstdc++-v3/include/std/thread
    branches/gcc-in-cxx/libstdc++-v3/include/std/tuple
    branches/gcc-in-cxx/libstdc++-v3/include/tr1_impl/functional
    branches/gcc-in-cxx/libstdc++-v3/include/tr1_impl/hashtable
    branches/gcc-in-cxx/libstdc++-v3/include/tr1_impl/unordered_map
    branches/gcc-in-cxx/libstdc++-v3/include/tr1_impl/unordered_set
    branches/gcc-in-cxx/libstdc++-v3/libsupc++/initializer_list
    branches/gcc-in-cxx/libstdc++-v3/src/Makefile.am
    branches/gcc-in-cxx/libstdc++-v3/src/Makefile.in
    branches/gcc-in-cxx/libstdc++-v3/src/compatibility.cc
    branches/gcc-in-cxx/libstdc++-v3/src/localename.cc
    branches/gcc-in-cxx/libstdc++-v3/src/mutex.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/18_support/pthread_guard.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/19_diagnostics/error_code/operators/bool.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/19_diagnostics/error_code/operators/bool_neg.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/19_diagnostics/error_condition/operators/bool.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/19_diagnostics/error_condition/operators/bool_neg.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/20_util/ratio/cons/cons_overflow_neg.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/20_util/ratio/operations/ops_overflow_neg.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/20_util/shared_ptr/observers/bool_conv.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/20_util/unique_ptr/assign/assign_neg.cc   (contents, props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/20_util/unique_ptr/modifiers/reset_neg.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/21_strings/basic_string/pthread18185.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/21_strings/basic_string/pthread4.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/deque/cons/1.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/deque/cons/2.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/assign_neg.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor_1_neg.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor_2_neg.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/insert_neg.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/headers/forward_list/synopsis.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/14340.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/23781.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/capacity/1.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/capacity/29134.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/check_construct_destroy.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/cons/1.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/cons/2.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/cons/3.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/cons/4.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/cons/5.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/cons/6.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/cons/7.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/cons/8.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/cons/9.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/cons/clear_allocator.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/init-list.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/invalidation/1.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/invalidation/2.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/invalidation/3.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/invalidation/4.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/modifiers/1.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/modifiers/2.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/modifiers/3.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/modifiers/insert/25288.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/modifiers/swap/1.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/modifiers/swap/2.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/modifiers/swap/3.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/moveable.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/operations/1.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/operations/2.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/operations/3.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/operations/4.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/operations/5.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/pthread1.cc   (contents, props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/pthread5.cc   (contents, props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/requirements/citerators.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/assign_neg.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_1_neg.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_2_neg.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/insert_neg.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/requirements/partial_specialization/1.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/map/pthread6.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/assign_neg.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_1_neg.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_2_neg.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/insert_neg.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_fstream/cons/1.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_fstream/open/char/1.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_ofstream/cons/char/1.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_ofstream/pthread2.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_ostringstream/pthread3.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/30_threads/condition_variable/members/   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/30_threads/headers/mutex/types_std_c++0x.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/30_threads/this_thread/   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/30_threads/thread/members/   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/30_threads/thread/swap/   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/30_threads/thread/swap/1.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/array_allocator/check_delete.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/array_allocator/check_new.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/bitmap_allocator/check_delete.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/bitmap_allocator/check_new.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/debug_allocator/check_delete.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/debug_allocator/check_new.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/malloc_allocator/check_delete.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/malloc_allocator/check_new.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/malloc_allocator/deallocate_global.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/malloc_allocator/deallocate_local.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/mt_allocator/check_delete.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/mt_allocator/check_new.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global-2.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global-4.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global_thread-1.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global_thread-3.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local-2.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local-4.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local-6.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local-8.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local_thread-1.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local_thread-3.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local_thread-5.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local_thread-7.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/new_allocator/check_delete.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/new_allocator/check_new.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/new_allocator/deallocate_global.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/new_allocator/deallocate_local.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/pool_allocator/check_delete.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/pool_allocator/check_new.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/rope/pthread7-rope.cc   (props changed)
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/throw_allocator/check_delete.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/throw_allocator/check_new.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/throw_allocator/deallocate_global.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/throw_allocator/deallocate_local.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/util/common_type/assoc/common_type.hpp
    branches/gcc-in-cxx/libstdc++-v3/testsuite/util/testsuite_allocator.h
    branches/gcc-in-cxx/libstdc++-v3/testsuite/util/testsuite_hooks.cc
    branches/gcc-in-cxx/libstdc++-v3/testsuite/util/testsuite_hooks.h

Changes in other areas also in this revision:
Added:
    branches/gcc-in-cxx/config/plugins.m4
      - copied unchanged from r147962, trunk/config/plugins.m4
Modified:
    branches/gcc-in-cxx/   (props changed)
    branches/gcc-in-cxx/ChangeLog
    branches/gcc-in-cxx/MAINTAINERS
    branches/gcc-in-cxx/Makefile.in
    branches/gcc-in-cxx/Makefile.tpl
    branches/gcc-in-cxx/boehm-gc/ChangeLog
    branches/gcc-in-cxx/boehm-gc/win32_threads.c
    branches/gcc-in-cxx/config/ChangeLog
    branches/gcc-in-cxx/configure
    branches/gcc-in-cxx/configure.ac
    branches/gcc-in-cxx/gnattools/ChangeLog
    branches/gcc-in-cxx/gnattools/Makefile.in
    branches/gcc-in-cxx/libffi/ChangeLog
    branches/gcc-in-cxx/libffi/configure
    branches/gcc-in-cxx/libffi/configure.ac
    branches/gcc-in-cxx/libffi/src/x86/win32.S
    branches/gcc-in-cxx/libgfortran/ChangeLog
    branches/gcc-in-cxx/libgfortran/fmain.c
    branches/gcc-in-cxx/libgfortran/intrinsics/iso_c_binding.c
    branches/gcc-in-cxx/libgfortran/io/write_float.def
    branches/gcc-in-cxx/libgfortran/runtime/main.c
    branches/gcc-in-cxx/libgomp/ChangeLog
    branches/gcc-in-cxx/libgomp/team.c
    branches/gcc-in-cxx/libgomp/testsuite/libgomp.fortran/fortran.exp
    branches/gcc-in-cxx/libiberty/ChangeLog
    branches/gcc-in-cxx/libiberty/config.h-vms
    branches/gcc-in-cxx/libiberty/cp-demangle.c
    branches/gcc-in-cxx/libiberty/makefile.vms
    branches/gcc-in-cxx/libiberty/pex-win32.c
    branches/gcc-in-cxx/libjava/classpath/   (props changed)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/18_support/pthread_guard.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/20_util/ratio/cons/cons_overflow_neg.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/20_util/ratio/operations/ops_overflow_neg.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/20_util/unique_ptr/assign/assign_neg.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/21_strings/basic_string/pthread18185.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/21_strings/basic_string/pthread4.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/pthread1.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/list/pthread5.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/23_containers/map/pthread6.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_fstream/cons/1.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_fstream/open/char/1.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_ofstream/cons/char/1.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_ofstream/pthread2.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/27_io/basic_ostringstream/pthread3.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/30_threads/condition_variable/members/
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/30_threads/this_thread/
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/30_threads/thread/members/
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/30_threads/thread/swap/
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/libstdc++-v3/testsuite/ext/rope/pthread7-rope.cc
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/
            ('svn:mergeinfo' modified)

Propchange: branches/gcc-in-cxx/
            ('svnmerge-integrated' modified)

Propchange: branches/gcc-in-cxx/libjava/classpath/
            ('svn:mergeinfo' modified)




More information about the Libstdc++-cvs mailing list