r239670 - in /branches/ibm/stage-vector2: ./ gc...

meissner@gcc.gnu.org meissner@gcc.gnu.org
Mon Aug 22 19:11:00 GMT 2016


Author: meissner
Date: Mon Aug 22 19:11:29 2016
New Revision: 239670

URL: https://gcc.gnu.org/viewcvs?rev=239670&root=gcc&view=rev
Log:
Merge up to 239668

Added:
    branches/ibm/stage-vector2/libstdc++-v3/include/std/variant
      - copied unchanged from r239668, trunk/libstdc++-v3/include/std/variant
    branches/ibm/stage-vector2/libstdc++-v3/libsupc++/cxxabi_init_exception.h
      - copied unchanged from r239668, trunk/libstdc++-v3/libsupc++/cxxabi_init_exception.h
    branches/ibm/stage-vector2/libstdc++-v3/libsupc++/exception.h
      - copied unchanged from r239668, trunk/libstdc++-v3/libsupc++/exception.h
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/20_util/function/77322.cc
      - copied unchanged from r239668, trunk/libstdc++-v3/testsuite/20_util/function/77322.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/20_util/not_fn/
      - copied from r239668, trunk/libstdc++-v3/testsuite/20_util/not_fn/
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/20_util/variant/
      - copied from r239668, trunk/libstdc++-v3/testsuite/20_util/variant/
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/29_atomics/atomic/is_always_lock_free.cc
      - copied unchanged from r239668, trunk/libstdc++-v3/testsuite/29_atomics/atomic/is_always_lock_free.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/29_atomics/atomic_integral/is_always_lock_free.cc
      - copied unchanged from r239668, trunk/libstdc++-v3/testsuite/29_atomics/atomic_integral/is_always_lock_free.cc
Modified:
    branches/ibm/stage-vector2/libstdc++-v3/ChangeLog
    branches/ibm/stage-vector2/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver
    branches/ibm/stage-vector2/libstdc++-v3/config/abi/pre/gnu.ver
    branches/ibm/stage-vector2/libstdc++-v3/doc/html/api.html
    branches/ibm/stage-vector2/libstdc++-v3/doc/html/faq.html
    branches/ibm/stage-vector2/libstdc++-v3/doc/html/index.html
    branches/ibm/stage-vector2/libstdc++-v3/doc/html/manual/abi.html
    branches/ibm/stage-vector2/libstdc++-v3/doc/html/manual/appendix.html
    branches/ibm/stage-vector2/libstdc++-v3/doc/html/manual/appendix_porting.html
    branches/ibm/stage-vector2/libstdc++-v3/doc/html/manual/bugs.html
    branches/ibm/stage-vector2/libstdc++-v3/doc/html/manual/index.html
    branches/ibm/stage-vector2/libstdc++-v3/doc/html/manual/internals.html
    branches/ibm/stage-vector2/libstdc++-v3/doc/html/manual/status.html
    branches/ibm/stage-vector2/libstdc++-v3/doc/html/manual/test.html
    branches/ibm/stage-vector2/libstdc++-v3/doc/xml/api.xml
    branches/ibm/stage-vector2/libstdc++-v3/doc/xml/faq.xml
    branches/ibm/stage-vector2/libstdc++-v3/doc/xml/manual/build_hacking.xml
    branches/ibm/stage-vector2/libstdc++-v3/doc/xml/manual/intro.xml
    branches/ibm/stage-vector2/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
    branches/ibm/stage-vector2/libstdc++-v3/doc/xml/manual/test.xml
    branches/ibm/stage-vector2/libstdc++-v3/include/Makefile.am
    branches/ibm/stage-vector2/libstdc++-v3/include/Makefile.in
    branches/ibm/stage-vector2/libstdc++-v3/include/bits/enable_special_members.h
    branches/ibm/stage-vector2/libstdc++-v3/include/bits/uses_allocator.h
    branches/ibm/stage-vector2/libstdc++-v3/include/experimental/functional
    branches/ibm/stage-vector2/libstdc++-v3/include/experimental/tuple
    branches/ibm/stage-vector2/libstdc++-v3/include/std/atomic
    branches/ibm/stage-vector2/libstdc++-v3/include/std/functional
    branches/ibm/stage-vector2/libstdc++-v3/include/std/optional
    branches/ibm/stage-vector2/libstdc++-v3/include/std/tuple
    branches/ibm/stage-vector2/libstdc++-v3/libsupc++/Makefile.am
    branches/ibm/stage-vector2/libstdc++-v3/libsupc++/Makefile.in
    branches/ibm/stage-vector2/libstdc++-v3/libsupc++/cxxabi.h
    branches/ibm/stage-vector2/libstdc++-v3/libsupc++/eh_throw.cc
    branches/ibm/stage-vector2/libstdc++-v3/libsupc++/exception
    branches/ibm/stage-vector2/libstdc++-v3/libsupc++/exception_ptr.h
    branches/ibm/stage-vector2/libstdc++-v3/libsupc++/typeinfo
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/20_util/optional/assignment/5.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/20_util/optional/cons/value.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/20_util/shared_ptr/atomic/3.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/20_util/shared_ptr/thread/default_weaktoshared.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/20_util/shared_ptr/thread/mutex_weaktoshared.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/21_strings/basic_string/pthread18185.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/21_strings/basic_string/pthread4.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/22_locale/locale/cons/12658_thread-1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/22_locale/locale/cons/12658_thread-2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/23_containers/list/pthread1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/23_containers/list/pthread5.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/23_containers/map/pthread6.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/23_containers/vector/debug/multithreaded_swap.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/27_io/basic_ofstream/pthread2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/27_io/basic_ostringstream/pthread3.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/29_atomics/atomic/60695.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/async/42819.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/async/49668.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/async/54297.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/async/any.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/async/async.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/async/except.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/async/forced_unwind.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/async/launch.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/async/lwg2021.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/async/sync.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/call_once/39909.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/call_once/49668.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/call_once/60497.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/call_once/call_once1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/condition_variable/54185.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/condition_variable/cons/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/condition_variable/members/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/condition_variable/members/2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/condition_variable/members/3.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/condition_variable/members/53841.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/condition_variable/native_handle/typesizes.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/condition_variable_any/50862.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/condition_variable_any/53830.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/condition_variable_any/cons/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/condition_variable_any/members/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/condition_variable_any/members/2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/future/cons/move.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/future/members/45133.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/future/members/get.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/future/members/get2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/future/members/share.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/future/members/valid.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/future/members/wait.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/future/members/wait_for.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/future/members/wait_until.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/lock/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/lock/2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/lock/3.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/lock/4.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/mutex/cons/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/mutex/dest/destructor_locked.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/mutex/lock/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/mutex/native_handle/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/mutex/native_handle/typesizes.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/mutex/try_lock/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/mutex/try_lock/2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/mutex/unlock/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/mutex/unlock/2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/packaged_task/49668.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/packaged_task/60564.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/packaged_task/cons/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/packaged_task/cons/2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/packaged_task/cons/3.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/packaged_task/cons/56492.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/packaged_task/cons/alloc.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/packaged_task/cons/move.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/packaged_task/cons/move_assign.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/packaged_task/forced_unwind.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/packaged_task/members/at_thread_exit.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/packaged_task/members/get_future.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/packaged_task/members/get_future2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke3.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke4.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/packaged_task/members/invoke5.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/packaged_task/members/reset.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/packaged_task/members/reset2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/packaged_task/members/swap.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/packaged_task/members/valid.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/promise/60966.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/promise/cons/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/promise/cons/alloc.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/promise/cons/move.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/promise/cons/move_assign.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/promise/members/at_thread_exit.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/promise/members/get_future.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/promise/members/get_future2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/promise/members/set_exception.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/promise/members/set_exception2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/promise/members/set_value.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/promise/members/set_value2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/promise/members/set_value3.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/promise/members/swap.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/recursive_mutex/cons/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/recursive_mutex/dest/destructor_locked.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/recursive_mutex/lock/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/recursive_mutex/native_handle/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/recursive_mutex/native_handle/typesizes.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/recursive_mutex/try_lock/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/recursive_mutex/try_lock/2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/recursive_mutex/unlock/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/recursive_mutex/unlock/2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/cons/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/dest/destructor_locked.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/lock/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/lock/2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/native_handle/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/native_handle/typesizes.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock/2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_for/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_for/2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_for/3.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_until/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_until/2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/unlock/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/unlock/2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/shared_future/cons/move.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/shared_future/members/45133.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/shared_future/members/get.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/shared_future/members/get2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/shared_future/members/valid.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/shared_future/members/wait.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/shared_future/members/wait_for.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/shared_future/members/wait_until.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/shared_lock/cons/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/shared_lock/cons/2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/shared_lock/cons/3.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/shared_lock/cons/4.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/shared_lock/cons/5.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/shared_lock/cons/6.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/shared_lock/locking/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/shared_lock/locking/2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/shared_lock/locking/3.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/shared_lock/locking/4.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/shared_lock/modifiers/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/shared_mutex/cons/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/shared_mutex/try_lock/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/shared_mutex/try_lock/2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/shared_mutex/unlock/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/cons/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/try_lock/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/try_lock/2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/try_lock/3.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/unlock/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/this_thread/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/this_thread/2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/this_thread/3.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/this_thread/4.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/this_thread/60421.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/thread/cons/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/thread/cons/2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/thread/cons/3.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/thread/cons/4.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/thread/cons/49668.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/thread/cons/5.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/thread/cons/6.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/thread/cons/7.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/thread/cons/8.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/thread/cons/9.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/thread/cons/moveable.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/thread/members/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/thread/members/2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/thread/members/3.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/thread/members/4.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/thread/members/5.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/thread/members/hardware_concurrency.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/thread/native_handle/cancel.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/thread/native_handle/typesizes.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/thread/swap/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/timed_mutex/cons/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/timed_mutex/dest/destructor_locked.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/timed_mutex/lock/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/timed_mutex/native_handle/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/timed_mutex/native_handle/typesizes.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock/2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_for/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_for/2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_for/3.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/57641.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/timed_mutex/unlock/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/timed_mutex/unlock/2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/try_lock/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/try_lock/2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/try_lock/3.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/try_lock/4.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/unique_lock/cons/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/unique_lock/cons/2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/unique_lock/cons/3.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/unique_lock/cons/4.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/unique_lock/cons/5.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/unique_lock/cons/6.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/unique_lock/locking/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/unique_lock/locking/2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/unique_lock/locking/3.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/unique_lock/locking/4.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/30_threads/unique_lock/modifiers/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/experimental/functional/not_fn.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/experimental/system_error/value.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/experimental/tuple/tuple_size.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/experimental/type_traits/value.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/ext/rope/pthread7-rope.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/thread/default_weaktoshared.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/tr1/2_general_utilities/shared_ptr/thread/mutex_weaktoshared.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/tr1/3_function_objects/function/10.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/util/testsuite_abi.cc

Changes in other areas also in this revision:
Added:
    branches/ibm/stage-vector2/gcc/config/i386/i386-builtin.def
      - copied unchanged from r239668, trunk/gcc/config/i386/i386-builtin.def
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/cpp/misspelled-directive-1.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/cpp/misspelled-directive-1.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/cpp/misspelled-directive-2.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/cpp/misspelled-directive-2.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/dfp/floatn.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/dfp/floatn.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/float128-typeof.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/float128-typeof.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/float128x-typeof.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/float128x-typeof.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/float16-typeof.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/float16-typeof.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/float32-typeof.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/float32-typeof.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/float32x-typeof.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/float32x-typeof.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/float64-typeof.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/float64-typeof.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/float64x-typeof.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/float64x-typeof.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/floatn-arithconv.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/floatn-arithconv.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/floatn-errs.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/floatn-errs.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/floatn-typeof.h
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/floatn-typeof.h
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/pr71514.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/pr71514.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float128-basic.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float128-basic.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float128-builtin.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float128-builtin.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float128-complex.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float128-complex.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float128-floath.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float128-floath.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float128-ieee-nan.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float128-ieee-nan.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float128-tg-2.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float128-tg-2.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float128-tg.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float128-tg.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float128x-basic.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float128x-basic.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float128x-builtin.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float128x-builtin.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float128x-complex.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float128x-complex.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float128x-floath.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float128x-floath.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float128x-nan.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float128x-nan.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float128x-tg-2.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float128x-tg-2.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float128x-tg.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float128x-tg.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float16-basic.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float16-basic.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float16-builtin.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float16-builtin.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float16-complex.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float16-complex.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float16-floath.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float16-floath.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float16-nan.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float16-nan.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float16-tg-2.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float16-tg-2.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float16-tg.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float16-tg.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float32-basic.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float32-basic.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float32-builtin.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float32-builtin.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float32-complex.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float32-complex.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float32-floath.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float32-floath.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float32-nan.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float32-nan.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float32-tg-2.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float32-tg-2.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float32-tg.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float32-tg.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float32x-basic.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float32x-basic.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float32x-builtin.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float32x-builtin.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float32x-complex.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float32x-complex.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float32x-floath.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float32x-floath.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float32x-nan.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float32x-nan.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float32x-tg-2.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float32x-tg-2.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float32x-tg.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float32x-tg.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float64-basic.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float64-basic.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float64-builtin.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float64-builtin.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float64-complex.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float64-complex.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float64-floath.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float64-floath.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float64-nan.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float64-nan.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float64-tg-2.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float64-tg-2.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float64-tg.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float64-tg.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float64x-basic.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float64x-basic.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float64x-builtin.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float64x-builtin.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float64x-complex.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float64x-complex.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float64x-floath.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float64x-floath.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float64x-nan.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float64x-nan.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float64x-tg-2.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float64x-tg-2.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/float64x-tg.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/float64x-tg.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/floatn-basic.h
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/floatn-basic.h
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/floatn-builtin.h
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/floatn-builtin.h
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/floatn-complex.h
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/floatn-complex.h
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/floatn-convert.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/floatn-convert.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/floatn-floath.h
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/floatn-floath.h
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/floatn-nan.h
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/floatn-nan.h
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/floatn-tg-2.h
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/floatn-tg-2.h
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/floatn-tg.h
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/floatn-tg.h
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/fp-int-convert-float128-ieee-timode.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/fp-int-convert-float128-ieee-timode.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/fp-int-convert-float128-ieee.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/fp-int-convert-float128-ieee.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/fp-int-convert-float128x-timode.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/fp-int-convert-float128x-timode.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/fp-int-convert-float128x.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/fp-int-convert-float128x.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/fp-int-convert-float16-timode.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/fp-int-convert-float16-timode.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/fp-int-convert-float16.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/fp-int-convert-float16.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/fp-int-convert-float32-timode.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/fp-int-convert-float32-timode.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/fp-int-convert-float32.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/fp-int-convert-float32.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/fp-int-convert-float32x-timode.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/fp-int-convert-float32x-timode.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/fp-int-convert-float32x.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/fp-int-convert-float32x.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/fp-int-convert-float64-timode.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/fp-int-convert-float64-timode.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/fp-int-convert-float64.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/fp-int-convert-float64.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/fp-int-convert-float64x-timode.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/fp-int-convert-float64x-timode.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/fp-int-convert-float64x.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/fp-int-convert-float64x.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/pr77286.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/torture/pr77286.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/tree-ssa/pr61839_1.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr61839_1.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/tree-ssa/pr61839_2.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr61839_2.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/tree-ssa/pr61839_3.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr61839_3.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/tree-ssa/pr61839_4.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr61839_4.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/verbose-asm-2.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.dg/verbose-asm-2.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/i386/pr72839.c
      - copied unchanged from r239668, trunk/gcc/testsuite/gcc.target/i386/pr72839.c
    branches/ibm/stage-vector2/gcc/testsuite/gfortran.dg/gomp/pr69281.f90
      - copied unchanged from r239668, trunk/gcc/testsuite/gfortran.dg/gomp/pr69281.f90
    branches/ibm/stage-vector2/gcc/testsuite/gfortran.dg/gomp/pr72744.f90
      - copied unchanged from r239668, trunk/gcc/testsuite/gfortran.dg/gomp/pr72744.f90
    branches/ibm/stage-vector2/gcc/testsuite/gfortran.dg/pr61318.f90
      - copied unchanged from r239668, trunk/gcc/testsuite/gfortran.dg/pr61318.f90
    branches/ibm/stage-vector2/gcc/testsuite/gfortran.dg/pr77260_1.f90
      - copied unchanged from r239668, trunk/gcc/testsuite/gfortran.dg/pr77260_1.f90
    branches/ibm/stage-vector2/gcc/testsuite/gfortran.dg/pr77260_2.f90
      - copied unchanged from r239668, trunk/gcc/testsuite/gfortran.dg/pr77260_2.f90
    branches/ibm/stage-vector2/gcc/tree-vrp.h
      - copied unchanged from r239668, trunk/gcc/tree-vrp.h
    branches/ibm/stage-vector2/libgomp/testsuite/libgomp.fortran/pr71014.f90
      - copied unchanged from r239668, trunk/libgomp/testsuite/libgomp.fortran/pr71014.f90
Removed:
    branches/ibm/stage-vector2/gcc/testsuite/gfortran.dg/label_3.f90
Modified:
    branches/ibm/stage-vector2/   (props changed)
    branches/ibm/stage-vector2/gcc/ChangeLog
    branches/ibm/stage-vector2/gcc/ChangeLog.meissner
    branches/ibm/stage-vector2/gcc/DATESTAMP
    branches/ibm/stage-vector2/gcc/Makefile.in
    branches/ibm/stage-vector2/gcc/REVISION
    branches/ibm/stage-vector2/gcc/asan.c
    branches/ibm/stage-vector2/gcc/builtin-types.def
    branches/ibm/stage-vector2/gcc/builtins.c
    branches/ibm/stage-vector2/gcc/builtins.def
    branches/ibm/stage-vector2/gcc/c-family/ChangeLog
    branches/ibm/stage-vector2/gcc/c-family/c-common.c
    branches/ibm/stage-vector2/gcc/c-family/c-common.h
    branches/ibm/stage-vector2/gcc/c-family/c-cppbuiltin.c
    branches/ibm/stage-vector2/gcc/c-family/c-lex.c
    branches/ibm/stage-vector2/gcc/c-family/c-opts.c
    branches/ibm/stage-vector2/gcc/c-family/c-pretty-print.c
    branches/ibm/stage-vector2/gcc/c/ChangeLog
    branches/ibm/stage-vector2/gcc/c/c-decl.c
    branches/ibm/stage-vector2/gcc/c/c-parser.c
    branches/ibm/stage-vector2/gcc/c/c-tree.h
    branches/ibm/stage-vector2/gcc/c/c-typeck.c
    branches/ibm/stage-vector2/gcc/cgraphunit.c
    branches/ibm/stage-vector2/gcc/config/arm/arm.c
    branches/ibm/stage-vector2/gcc/config/i386/avx2intrin.h
    branches/ibm/stage-vector2/gcc/config/i386/avx512fintrin.h
    branches/ibm/stage-vector2/gcc/config/i386/avx512pfintrin.h
    branches/ibm/stage-vector2/gcc/config/i386/avx512vlintrin.h
    branches/ibm/stage-vector2/gcc/config/i386/fxsrintrin.h
    branches/ibm/stage-vector2/gcc/config/i386/gmm_malloc.h
    branches/ibm/stage-vector2/gcc/config/i386/i386.c
    branches/ibm/stage-vector2/gcc/config/i386/i386.md
    branches/ibm/stage-vector2/gcc/config/i386/ia32intrin.h
    branches/ibm/stage-vector2/gcc/config/i386/lwpintrin.h
    branches/ibm/stage-vector2/gcc/config/i386/pkuintrin.h
    branches/ibm/stage-vector2/gcc/config/i386/pmm_malloc.h
    branches/ibm/stage-vector2/gcc/config/i386/rdseedintrin.h
    branches/ibm/stage-vector2/gcc/config/i386/rtmintrin.h
    branches/ibm/stage-vector2/gcc/config/i386/t-i386
    branches/ibm/stage-vector2/gcc/config/i386/xsaveintrin.h
    branches/ibm/stage-vector2/gcc/config/i386/xsaveoptintrin.h
    branches/ibm/stage-vector2/gcc/config/ia64/ia64.c
    branches/ibm/stage-vector2/gcc/config/pdp11/pdp11.c
    branches/ibm/stage-vector2/gcc/config/rs6000/rs6000.c
    branches/ibm/stage-vector2/gcc/cp/ChangeLog
    branches/ibm/stage-vector2/gcc/cp/call.c
    branches/ibm/stage-vector2/gcc/cp/cxx-pretty-print.c
    branches/ibm/stage-vector2/gcc/cp/parser.c
    branches/ibm/stage-vector2/gcc/diagnostic-show-locus.c
    branches/ibm/stage-vector2/gcc/diagnostic.c
    branches/ibm/stage-vector2/gcc/diagnostic.h
    branches/ibm/stage-vector2/gcc/doc/extend.texi
    branches/ibm/stage-vector2/gcc/doc/install.texi
    branches/ibm/stage-vector2/gcc/doc/invoke.texi
    branches/ibm/stage-vector2/gcc/doc/sourcebuild.texi
    branches/ibm/stage-vector2/gcc/doc/tm.texi
    branches/ibm/stage-vector2/gcc/doc/tm.texi.in
    branches/ibm/stage-vector2/gcc/dwarf2out.c
    branches/ibm/stage-vector2/gcc/final.c
    branches/ibm/stage-vector2/gcc/fold-const-call.c
    branches/ibm/stage-vector2/gcc/fold-const.c
    branches/ibm/stage-vector2/gcc/fortran/ChangeLog
    branches/ibm/stage-vector2/gcc/fortran/error.c
    branches/ibm/stage-vector2/gcc/fortran/interface.c
    branches/ibm/stage-vector2/gcc/fortran/intrinsic.texi
    branches/ibm/stage-vector2/gcc/fortran/iso-c-binding.def
    branches/ibm/stage-vector2/gcc/fortran/parse.c
    branches/ibm/stage-vector2/gcc/fortran/resolve.c
    branches/ibm/stage-vector2/gcc/fortran/trans-decl.c
    branches/ibm/stage-vector2/gcc/fortran/trans-intrinsic.c
    branches/ibm/stage-vector2/gcc/fortran/trans-openmp.c
    branches/ibm/stage-vector2/gcc/fortran/trans-types.c
    branches/ibm/stage-vector2/gcc/fortran/trans-types.h
    branches/ibm/stage-vector2/gcc/gengtype.c
    branches/ibm/stage-vector2/gcc/gimple-builder.c
    branches/ibm/stage-vector2/gcc/gimple-laddress.c
    branches/ibm/stage-vector2/gcc/gimplify.c
    branches/ibm/stage-vector2/gcc/ginclude/float.h
    branches/ibm/stage-vector2/gcc/hsa-gen.c
    branches/ibm/stage-vector2/gcc/input.c
    branches/ibm/stage-vector2/gcc/input.h
    branches/ibm/stage-vector2/gcc/internal-fn.c
    branches/ibm/stage-vector2/gcc/ipa.c
    branches/ibm/stage-vector2/gcc/match.pd
    branches/ibm/stage-vector2/gcc/passes.def
    branches/ibm/stage-vector2/gcc/po/ChangeLog
    branches/ibm/stage-vector2/gcc/po/gcc.pot
    branches/ibm/stage-vector2/gcc/print-tree.c
    branches/ibm/stage-vector2/gcc/real.c
    branches/ibm/stage-vector2/gcc/real.h
    branches/ibm/stage-vector2/gcc/selftest.c
    branches/ibm/stage-vector2/gcc/selftest.h
    branches/ibm/stage-vector2/gcc/ssa-iterators.h
    branches/ibm/stage-vector2/gcc/ssa.h
    branches/ibm/stage-vector2/gcc/target.def
    branches/ibm/stage-vector2/gcc/targhooks.c
    branches/ibm/stage-vector2/gcc/targhooks.h
    branches/ibm/stage-vector2/gcc/testsuite/ChangeLog
    branches/ibm/stage-vector2/gcc/testsuite/ChangeLog.meissner
    branches/ibm/stage-vector2/gcc/testsuite/c-c++-common/goacc/reduction-1.c
    branches/ibm/stage-vector2/gcc/testsuite/c-c++-common/goacc/reduction-2.c
    branches/ibm/stage-vector2/gcc/testsuite/c-c++-common/goacc/reduction-3.c
    branches/ibm/stage-vector2/gcc/testsuite/c-c++-common/goacc/reduction-4.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/cpp/pr66415-1.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/cpp/warn-undef-2.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/cpp/warn-undef.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/ipa/propalign-1.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/ipa/propalign-2.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/ipa/propalign-3.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/ipa/propalign-4.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/ipa/propalign-5.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/plugin/diagnostic_plugin_test_show_locus.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/arm-fp16-int-convert-alt.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/arm-fp16-int-convert-ieee.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/builtin-isinf_sign-1.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/fp-int-convert-double.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/fp-int-convert-float.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/fp-int-convert-float128-timode.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/fp-int-convert-float128.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/fp-int-convert-float80-timode.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/fp-int-convert-float80.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/fp-int-convert-long-double.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/fp-int-convert-timode.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/fp-int-convert.h
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/powerpc/p9-minmax-1.c   (props changed)
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/powerpc/p9-minmax-2.c   (props changed)
    branches/ibm/stage-vector2/gcc/testsuite/gfortran.dg/empty_label.f
    branches/ibm/stage-vector2/gcc/testsuite/gfortran.dg/empty_label.f90
    branches/ibm/stage-vector2/gcc/testsuite/gfortran.dg/empty_label_typedecl.f90
    branches/ibm/stage-vector2/gcc/testsuite/gfortran.dg/goacc/loop-tree-1.f90
    branches/ibm/stage-vector2/gcc/testsuite/gfortran.dg/random_4.f90
    branches/ibm/stage-vector2/gcc/testsuite/gfortran.dg/random_7.f90
    branches/ibm/stage-vector2/gcc/testsuite/gfortran.dg/warnings_are_errors_1.f90
    branches/ibm/stage-vector2/gcc/testsuite/lib/target-supports.exp
    branches/ibm/stage-vector2/gcc/tree-core.h
    branches/ibm/stage-vector2/gcc/tree-if-conv.c
    branches/ibm/stage-vector2/gcc/tree-into-ssa.c
    branches/ibm/stage-vector2/gcc/tree-pass.h
    branches/ibm/stage-vector2/gcc/tree-phinodes.c
    branches/ibm/stage-vector2/gcc/tree-phinodes.h
    branches/ibm/stage-vector2/gcc/tree-ssa-address.c
    branches/ibm/stage-vector2/gcc/tree-ssa-forwprop.c
    branches/ibm/stage-vector2/gcc/tree-ssa-pre.c
    branches/ibm/stage-vector2/gcc/tree-ssanames.h
    branches/ibm/stage-vector2/gcc/tree-vect-loop-manip.c
    branches/ibm/stage-vector2/gcc/tree-vrp.c
    branches/ibm/stage-vector2/gcc/tree.c
    branches/ibm/stage-vector2/gcc/tree.h
    branches/ibm/stage-vector2/gcc/varasm.c
    branches/ibm/stage-vector2/libcpp/ChangeLog
    branches/ibm/stage-vector2/libcpp/directives.c
    branches/ibm/stage-vector2/libcpp/errors.c
    branches/ibm/stage-vector2/libcpp/expr.c
    branches/ibm/stage-vector2/libcpp/include/cpplib.h
    branches/ibm/stage-vector2/libcpp/include/line-map.h
    branches/ibm/stage-vector2/libcpp/line-map.c
    branches/ibm/stage-vector2/libcpp/pch.c
    branches/ibm/stage-vector2/libcpp/po/ChangeLog
    branches/ibm/stage-vector2/libcpp/po/cpplib.pot
    branches/ibm/stage-vector2/libgcc/ChangeLog.meissner
    branches/ibm/stage-vector2/libgfortran/ChangeLog
    branches/ibm/stage-vector2/libgfortran/intrinsics/random.c
    branches/ibm/stage-vector2/libgomp/ChangeLog
    branches/ibm/stage-vector2/libgomp/testsuite/libgomp.oacc-c-c++-common/collapse-2.c
    branches/ibm/stage-vector2/libgomp/testsuite/libgomp.oacc-c-c++-common/collapse-4.c
    branches/ibm/stage-vector2/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-red-g-1.c
    branches/ibm/stage-vector2/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-red-gwv-1.c
    branches/ibm/stage-vector2/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-red-v-1.c
    branches/ibm/stage-vector2/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-red-w-1.c
    branches/ibm/stage-vector2/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-red-wv-1.c
    branches/ibm/stage-vector2/libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-7.c
    branches/ibm/stage-vector2/libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-cplx-dbl.c
    branches/ibm/stage-vector2/libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-cplx-flt.c
    branches/ibm/stage-vector2/libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-dbl.c
    branches/ibm/stage-vector2/libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-flt.c
    branches/ibm/stage-vector2/libgomp/testsuite/libgomp.oacc-fortran/reduction-6.f90
    branches/ibm/stage-vector2/libgomp/testsuite/libgomp.oacc-fortran/reduction-7.f90

Propchange: branches/ibm/stage-vector2/
            ('svn:mergeinfo' modified)

Propchange: branches/ibm/stage-vector2/
            ('svnmerge-integrated' modified)

Propchange: branches/ibm/stage-vector2/gcc/testsuite/gcc.target/powerpc/p9-minmax-1.c
            ('svn:mergeinfo' modified)

Propchange: branches/ibm/stage-vector2/gcc/testsuite/gcc.target/powerpc/p9-minmax-2.c
            ('svn:mergeinfo' modified)




More information about the Libstdc++-cvs mailing list