This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r155405 - in /branches/ifunc: ./ ChangeLog boeh...
- From: hjl at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Tue, 22 Dec 2009 18:31:01 -0000
- Subject: r155405 - in /branches/ifunc: ./ ChangeLog boeh...
Author: hjl
Date: Tue Dec 22 18:30:58 2009
New Revision: 155405
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155405
Log:
Merged r155112 through r155403 into branch.
Added:
branches/ifunc/libstdc++-v3/include/bits/atomic_base.h
- copied unchanged from r155403, trunk/libstdc++-v3/include/bits/atomic_base.h
branches/ifunc/libstdc++-v3/include/c_compatibility/stdatomic.h
- copied unchanged from r155403, trunk/libstdc++-v3/include/c_compatibility/stdatomic.h
branches/ifunc/libstdc++-v3/include/std/atomic
- copied unchanged from r155403, trunk/libstdc++-v3/include/std/atomic
branches/ifunc/libstdc++-v3/testsuite/20_util/function/assign/move_target.cc
- copied unchanged from r155403, trunk/libstdc++-v3/testsuite/20_util/function/assign/move_target.cc
branches/ifunc/libstdc++-v3/testsuite/20_util/function/cons/move_target.cc
- copied unchanged from r155403, trunk/libstdc++-v3/testsuite/20_util/function/cons/move_target.cc
branches/ifunc/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/42261.cc
- copied unchanged from r155403, trunk/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/42261.cc
branches/ifunc/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/42261.cc
- copied unchanged from r155403, trunk/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/42261.cc
branches/ifunc/libstdc++-v3/testsuite/23_containers/bitset/requirements/explicit_instantiation/1_c++0x.cc
- copied unchanged from r155403, trunk/libstdc++-v3/testsuite/23_containers/bitset/requirements/explicit_instantiation/1_c++0x.cc
branches/ifunc/libstdc++-v3/testsuite/23_containers/deque/requirements/explicit_instantiation/1_c++0x.cc
- copied unchanged from r155403, trunk/libstdc++-v3/testsuite/23_containers/deque/requirements/explicit_instantiation/1_c++0x.cc
branches/ifunc/libstdc++-v3/testsuite/23_containers/list/modifiers/1_c++0x.cc
- copied unchanged from r155403, trunk/libstdc++-v3/testsuite/23_containers/list/modifiers/1_c++0x.cc
branches/ifunc/libstdc++-v3/testsuite/23_containers/list/operations/2_c++0x.cc
- copied unchanged from r155403, trunk/libstdc++-v3/testsuite/23_containers/list/operations/2_c++0x.cc
branches/ifunc/libstdc++-v3/testsuite/23_containers/list/operations/3_c++0x.cc
- copied unchanged from r155403, trunk/libstdc++-v3/testsuite/23_containers/list/operations/3_c++0x.cc
branches/ifunc/libstdc++-v3/testsuite/23_containers/list/operations/42352.cc
- copied unchanged from r155403, trunk/libstdc++-v3/testsuite/23_containers/list/operations/42352.cc
branches/ifunc/libstdc++-v3/testsuite/23_containers/list/requirements/exception/
- copied from r155403, trunk/libstdc++-v3/testsuite/23_containers/list/requirements/exception/
branches/ifunc/libstdc++-v3/testsuite/23_containers/list/requirements/explicit_instantiation/1_c++0x.cc
- copied unchanged from r155403, trunk/libstdc++-v3/testsuite/23_containers/list/requirements/explicit_instantiation/1_c++0x.cc
branches/ifunc/libstdc++-v3/testsuite/23_containers/map/requirements/explicit_instantiation/1_c++0x.cc
- copied unchanged from r155403, trunk/libstdc++-v3/testsuite/23_containers/map/requirements/explicit_instantiation/1_c++0x.cc
branches/ifunc/libstdc++-v3/testsuite/23_containers/multimap/requirements/explicit_instantiation/1_c++0x.cc
- copied unchanged from r155403, trunk/libstdc++-v3/testsuite/23_containers/multimap/requirements/explicit_instantiation/1_c++0x.cc
branches/ifunc/libstdc++-v3/testsuite/23_containers/multiset/requirements/explicit_instantiation/1_c++0x.cc
- copied unchanged from r155403, trunk/libstdc++-v3/testsuite/23_containers/multiset/requirements/explicit_instantiation/1_c++0x.cc
branches/ifunc/libstdc++-v3/testsuite/23_containers/priority_queue/requirements/explicit_instantiation/1_c++0x.cc
- copied unchanged from r155403, trunk/libstdc++-v3/testsuite/23_containers/priority_queue/requirements/explicit_instantiation/1_c++0x.cc
branches/ifunc/libstdc++-v3/testsuite/23_containers/queue/requirements/explicit_instantiation/1_c++0x.cc
- copied unchanged from r155403, trunk/libstdc++-v3/testsuite/23_containers/queue/requirements/explicit_instantiation/1_c++0x.cc
branches/ifunc/libstdc++-v3/testsuite/23_containers/set/requirements/explicit_instantiation/1_c++0x.cc
- copied unchanged from r155403, trunk/libstdc++-v3/testsuite/23_containers/set/requirements/explicit_instantiation/1_c++0x.cc
branches/ifunc/libstdc++-v3/testsuite/23_containers/stack/requirements/explicit_instantiation/1_c++0x.cc
- copied unchanged from r155403, trunk/libstdc++-v3/testsuite/23_containers/stack/requirements/explicit_instantiation/1_c++0x.cc
branches/ifunc/libstdc++-v3/testsuite/23_containers/vector/requirements/explicit_instantiation/1_c++0x.cc
- copied unchanged from r155403, trunk/libstdc++-v3/testsuite/23_containers/vector/requirements/explicit_instantiation/1_c++0x.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic/cons/user_pod.cc
- copied unchanged from r155403, trunk/libstdc++-v3/testsuite/29_atomics/atomic/cons/user_pod.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/headers/atomic/
- copied from r155403, trunk/libstdc++-v3/testsuite/29_atomics/headers/atomic/
branches/ifunc/libstdc++-v3/testsuite/ext/forced_error/
- copied from r155403, trunk/libstdc++-v3/testsuite/ext/forced_error/
branches/ifunc/libstdc++-v3/testsuite/ext/throw_value/
- copied from r155403, trunk/libstdc++-v3/testsuite/ext/throw_value/
branches/ifunc/libstdc++-v3/testsuite/util/exception/
- copied from r155403, trunk/libstdc++-v3/testsuite/util/exception/
Removed:
branches/ifunc/libstdc++-v3/include/c_global/cstdatomic
branches/ifunc/libstdc++-v3/testsuite/29_atomics/headers/cstdatomic/
branches/ifunc/libstdc++-v3/testsuite/ext/forced_exception_error/
Modified:
branches/ifunc/libstdc++-v3/ChangeLog
branches/ifunc/libstdc++-v3/acinclude.m4
branches/ifunc/libstdc++-v3/config/abi/pre/gnu.ver
branches/ifunc/libstdc++-v3/configure
branches/ifunc/libstdc++-v3/configure.ac
branches/ifunc/libstdc++-v3/doc/doxygen/user.cfg.in
branches/ifunc/libstdc++-v3/doc/html/ext/lwg-active.html
branches/ifunc/libstdc++-v3/doc/html/ext/lwg-closed.html
branches/ifunc/libstdc++-v3/doc/html/ext/lwg-defects.html
branches/ifunc/libstdc++-v3/doc/xml/manual/intro.xml
branches/ifunc/libstdc++-v3/doc/xml/manual/status_cxx200x.xml
branches/ifunc/libstdc++-v3/doc/xml/manual/test.xml
branches/ifunc/libstdc++-v3/doc/xml/manual/using.xml
branches/ifunc/libstdc++-v3/include/Makefile.am
branches/ifunc/libstdc++-v3/include/Makefile.in
branches/ifunc/libstdc++-v3/include/bits/algorithmfwd.h
branches/ifunc/libstdc++-v3/include/bits/atomic_0.h
branches/ifunc/libstdc++-v3/include/bits/atomic_2.h
branches/ifunc/libstdc++-v3/include/bits/basic_string.h
branches/ifunc/libstdc++-v3/include/bits/functexcept.h
branches/ifunc/libstdc++-v3/include/bits/stl_algo.h
branches/ifunc/libstdc++-v3/include/bits/stl_algobase.h
branches/ifunc/libstdc++-v3/include/bits/stl_deque.h
branches/ifunc/libstdc++-v3/include/bits/stl_list.h
branches/ifunc/libstdc++-v3/include/bits/stl_numeric.h
branches/ifunc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp
branches/ifunc/libstdc++-v3/include/ext/rc_string_base.h
branches/ifunc/libstdc++-v3/include/ext/sso_string_base.h
branches/ifunc/libstdc++-v3/include/ext/throw_allocator.h
branches/ifunc/libstdc++-v3/include/parallel/numeric
branches/ifunc/libstdc++-v3/include/precompiled/stdc++.h
branches/ifunc/libstdc++-v3/include/profile/impl/profiler.h
branches/ifunc/libstdc++-v3/include/profile/impl/profiler_container_size.h
branches/ifunc/libstdc++-v3/include/profile/impl/profiler_hash_func.h
branches/ifunc/libstdc++-v3/include/profile/impl/profiler_hashtable_size.h
branches/ifunc/libstdc++-v3/include/profile/impl/profiler_map_to_unordered_map.h
branches/ifunc/libstdc++-v3/include/profile/impl/profiler_node.h
branches/ifunc/libstdc++-v3/include/profile/impl/profiler_state.h
branches/ifunc/libstdc++-v3/include/profile/impl/profiler_trace.h
branches/ifunc/libstdc++-v3/include/profile/impl/profiler_vector_size.h
branches/ifunc/libstdc++-v3/include/profile/impl/profiler_vector_to_list.h
branches/ifunc/libstdc++-v3/include/std/functional
branches/ifunc/libstdc++-v3/include/std/future
branches/ifunc/libstdc++-v3/include/std/mutex
branches/ifunc/libstdc++-v3/include/std/numeric
branches/ifunc/libstdc++-v3/scripts/run_doxygen
branches/ifunc/libstdc++-v3/src/atomic.cc
branches/ifunc/libstdc++-v3/src/compatibility-c++0x.cc
branches/ifunc/libstdc++-v3/src/compatibility.cc
branches/ifunc/libstdc++-v3/src/functexcept.cc
branches/ifunc/libstdc++-v3/src/locale_init.cc
branches/ifunc/libstdc++-v3/src/thread.cc
branches/ifunc/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/assign_neg.cc
branches/ifunc/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor_1_neg.cc
branches/ifunc/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor_2_neg.cc
branches/ifunc/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/insert_neg.cc
branches/ifunc/libstdc++-v3/testsuite/23_containers/list/modifiers/insert/25288.cc
branches/ifunc/libstdc++-v3/testsuite/23_containers/list/modifiers/insert/25288.h
branches/ifunc/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/assign_neg.cc
branches/ifunc/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_1_neg.cc
branches/ifunc/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_2_neg.cc
branches/ifunc/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/insert_neg.cc
branches/ifunc/libstdc++-v3/testsuite/23_containers/map/operators/1_neg.cc
branches/ifunc/libstdc++-v3/testsuite/23_containers/set/operators/1_neg.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic/cons/assign_neg.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic/cons/copy_list.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic/cons/copy_neg.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic/cons/default.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic/cons/direct_list.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic/cons/single_value.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic/operators/integral_assignment.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic/operators/integral_conversion.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic/requirements/base_classes.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic/requirements/explicit_instantiation/1.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic_address/cons/aggregate.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic_address/cons/assign_neg.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic_address/cons/copy_neg.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic_address/cons/default.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic_address/cons/single_value.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic_address/requirements/standard_layout.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic_address/requirements/trivial.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic_flag/clear/1.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic_flag/cons/aggregate.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic_flag/cons/assign_neg.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic_flag/cons/copy_neg.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic_flag/cons/default.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic_flag/requirements/standard_layout.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic_flag/requirements/trivial.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic_flag/test_and_set/explicit.c
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic_flag/test_and_set/explicit.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic_flag/test_and_set/implicit.c
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic_flag/test_and_set/implicit.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic_integral/cons/assign_neg.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic_integral/cons/copy_list.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic_integral/cons/copy_neg.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic_integral/cons/default.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic_integral/cons/direct_list.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic_integral/cons/single_value.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/bitwise.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/bitwise_neg.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/decrement.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/decrement_neg.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/increment.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/increment_neg.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/integral_assignment.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/integral_conversion.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic_integral/requirements/standard_layout.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/atomic_integral/requirements/trivial.cc
branches/ifunc/libstdc++-v3/testsuite/29_atomics/headers/stdatomic.h/functions.c
branches/ifunc/libstdc++-v3/testsuite/30_threads/packaged_task/cons/assign_neg.cc
branches/ifunc/libstdc++-v3/testsuite/30_threads/packaged_task/cons/copy_neg.cc
branches/ifunc/libstdc++-v3/testsuite/30_threads/promise/cons/assign_neg.cc
branches/ifunc/libstdc++-v3/testsuite/30_threads/promise/cons/copy_neg.cc
branches/ifunc/libstdc++-v3/testsuite/30_threads/shared_future/cons/assign_neg.cc
branches/ifunc/libstdc++-v3/testsuite/30_threads/unique_future/cons/assign_neg.cc
branches/ifunc/libstdc++-v3/testsuite/30_threads/unique_future/cons/copy_neg.cc
branches/ifunc/libstdc++-v3/testsuite/ext/throw_allocator/check_allocate_max_size.cc
branches/ifunc/libstdc++-v3/testsuite/ext/throw_allocator/check_deallocate_null.cc
branches/ifunc/libstdc++-v3/testsuite/ext/throw_allocator/check_delete.cc
branches/ifunc/libstdc++-v3/testsuite/ext/throw_allocator/check_new.cc
branches/ifunc/libstdc++-v3/testsuite/ext/throw_allocator/deallocate_global.cc
branches/ifunc/libstdc++-v3/testsuite/ext/throw_allocator/deallocate_local.cc
branches/ifunc/libstdc++-v3/testsuite/ext/throw_allocator/explicit_instantiation.cc
branches/ifunc/libstdc++-v3/testsuite/ext/throw_allocator/variadic_construct.cc
branches/ifunc/libstdc++-v3/testsuite/util/regression/basic_type.hpp
branches/ifunc/libstdc++-v3/testsuite/util/regression/common_type.hpp
branches/ifunc/libstdc++-v3/testsuite/util/regression/rand/assoc/container_rand_regression_test.h
branches/ifunc/libstdc++-v3/testsuite/util/regression/rand/assoc/container_rand_regression_test.tcc
branches/ifunc/libstdc++-v3/testsuite/util/regression/rand/priority_queue/container_rand_regression_test.tcc
branches/ifunc/libstdc++-v3/testsuite/util/testsuite_common_types.h
branches/ifunc/libstdc++-v3/testsuite/util/testsuite_container_traits.h
branches/ifunc/libstdc++-v3/testsuite/util/testsuite_containers.h
Changes in other areas also in this revision:
Added:
branches/ifunc/gcc/ada/s-linux-sparc.ads
- copied unchanged from r155403, trunk/gcc/ada/s-linux-sparc.ads
branches/ifunc/gcc/testsuite/g++.dg/conversion/err-recover1.C
- copied unchanged from r155403, trunk/gcc/testsuite/g++.dg/conversion/err-recover1.C
branches/ifunc/gcc/testsuite/g++.dg/cpp0x/variadic98.C
- copied unchanged from r155403, trunk/gcc/testsuite/g++.dg/cpp0x/variadic98.C
branches/ifunc/gcc/testsuite/g++.dg/ext/vla8.C
- copied unchanged from r155403, trunk/gcc/testsuite/g++.dg/ext/vla8.C
branches/ifunc/gcc/testsuite/g++.dg/lto/20091210-1_0.C
- copied unchanged from r155403, trunk/gcc/testsuite/g++.dg/lto/20091210-1_0.C
branches/ifunc/gcc/testsuite/g++.dg/lto/20091210-1_0.h
- copied unchanged from r155403, trunk/gcc/testsuite/g++.dg/lto/20091210-1_0.h
branches/ifunc/gcc/testsuite/g++.dg/lto/20091210-1_1.C
- copied unchanged from r155403, trunk/gcc/testsuite/g++.dg/lto/20091210-1_1.C
branches/ifunc/gcc/testsuite/g++.dg/lto/20091219_0.C
- copied unchanged from r155403, trunk/gcc/testsuite/g++.dg/lto/20091219_0.C
branches/ifunc/gcc/testsuite/g++.dg/opt/dtor2-aux.cc
- copied unchanged from r155403, trunk/gcc/testsuite/g++.dg/opt/dtor2-aux.cc
branches/ifunc/gcc/testsuite/g++.dg/opt/dtor2.C
- copied unchanged from r155403, trunk/gcc/testsuite/g++.dg/opt/dtor2.C
branches/ifunc/gcc/testsuite/g++.dg/opt/dtor2.h
- copied unchanged from r155403, trunk/gcc/testsuite/g++.dg/opt/dtor2.h
branches/ifunc/gcc/testsuite/g++.dg/opt/dtor3.C
- copied unchanged from r155403, trunk/gcc/testsuite/g++.dg/opt/dtor3.C
branches/ifunc/gcc/testsuite/g++.dg/template/const3.C
- copied unchanged from r155403, trunk/gcc/testsuite/g++.dg/template/const3.C
branches/ifunc/gcc/testsuite/g++.dg/template/spec37.C
- copied unchanged from r155403, trunk/gcc/testsuite/g++.dg/template/spec37.C
branches/ifunc/gcc/testsuite/g++.dg/template/typedef24.C
- copied unchanged from r155403, trunk/gcc/testsuite/g++.dg/template/typedef24.C
branches/ifunc/gcc/testsuite/g++.dg/template/typedef25.C
- copied unchanged from r155403, trunk/gcc/testsuite/g++.dg/template/typedef25.C
branches/ifunc/gcc/testsuite/g++.dg/template/typedef26.C
- copied unchanged from r155403, trunk/gcc/testsuite/g++.dg/template/typedef26.C
branches/ifunc/gcc/testsuite/g++.dg/torture/pr41183.C
- copied unchanged from r155403, trunk/gcc/testsuite/g++.dg/torture/pr41183.C
branches/ifunc/gcc/testsuite/g++.dg/torture/pr42110.C
- copied unchanged from r155403, trunk/gcc/testsuite/g++.dg/torture/pr42110.C
branches/ifunc/gcc/testsuite/g++.dg/torture/pr42357.C
- copied unchanged from r155403, trunk/gcc/testsuite/g++.dg/torture/pr42357.C
branches/ifunc/gcc/testsuite/gcc.c-torture/compile/20091215-1.c
- copied unchanged from r155403, trunk/gcc/testsuite/gcc.c-torture/compile/20091215-1.c
branches/ifunc/gcc/testsuite/gcc.dg/debug/tls-1.c
- copied unchanged from r155403, trunk/gcc/testsuite/gcc.dg/debug/tls-1.c
branches/ifunc/gcc/testsuite/gcc.dg/graphite/pr42284.c
- copied unchanged from r155403, trunk/gcc/testsuite/gcc.dg/graphite/pr42284.c
branches/ifunc/gcc/testsuite/gcc.dg/lto/20091216-1_0.c
- copied unchanged from r155403, trunk/gcc/testsuite/gcc.dg/lto/20091216-1_0.c
branches/ifunc/gcc/testsuite/gcc.target/arm/pr41679.c
- copied unchanged from r155403, trunk/gcc/testsuite/gcc.target/arm/pr41679.c
branches/ifunc/gcc/testsuite/gcc.target/i386/pr32280-1.c
- copied unchanged from r155403, trunk/gcc/testsuite/gcc.target/i386/pr32280-1.c
branches/ifunc/gcc/testsuite/gfortran.dg/alloc_comp_init_expr.f03
- copied unchanged from r155403, trunk/gcc/testsuite/gfortran.dg/alloc_comp_init_expr.f03
branches/ifunc/gcc/testsuite/gfortran.dg/auto_char_len_1.f90
- copied unchanged from r155403, trunk/gcc/testsuite/gfortran.dg/auto_char_len_1.f90
branches/ifunc/gcc/testsuite/gfortran.dg/auto_char_len_2.f90
- copied unchanged from r155403, trunk/gcc/testsuite/gfortran.dg/auto_char_len_2.f90
branches/ifunc/gcc/testsuite/gfortran.dg/dynamic_dispatch_6.f03
- copied unchanged from r155403, trunk/gcc/testsuite/gfortran.dg/dynamic_dispatch_6.f03
branches/ifunc/gcc/testsuite/gfortran.dg/extends_9.f03
- copied unchanged from r155403, trunk/gcc/testsuite/gfortran.dg/extends_9.f03
branches/ifunc/gcc/testsuite/gfortran.dg/func_derived_5.f90
- copied unchanged from r155403, trunk/gcc/testsuite/gfortran.dg/func_derived_5.f90
branches/ifunc/gcc/testsuite/gfortran.dg/graphite/pr42185.f90
- copied unchanged from r155403, trunk/gcc/testsuite/gfortran.dg/graphite/pr42185.f90
branches/ifunc/gcc/testsuite/gfortran.dg/iso_c_binding_init_expr.f03
- copied unchanged from r155403, trunk/gcc/testsuite/gfortran.dg/iso_c_binding_init_expr.f03
branches/ifunc/gcc/testsuite/gfortran.dg/list_read_10.f90
- copied unchanged from r155403, trunk/gcc/testsuite/gfortran.dg/list_read_10.f90
branches/ifunc/gcc/testsuite/gfortran.dg/pr42108.f90
- copied unchanged from r155403, trunk/gcc/testsuite/gfortran.dg/pr42108.f90
branches/ifunc/gcc/testsuite/gfortran.dg/select_type_11.f03
- copied unchanged from r155403, trunk/gcc/testsuite/gfortran.dg/select_type_11.f03
Removed:
branches/ifunc/gcc/testsuite/g++.dg/other/i386-5.C
branches/ifunc/gcc/testsuite/g++.dg/other/i386-6.C
Modified:
branches/ifunc/ (props changed)
branches/ifunc/ChangeLog
branches/ifunc/boehm-gc/ChangeLog
branches/ifunc/boehm-gc/include/private/gc_locks.h
branches/ifunc/config.guess
branches/ifunc/config.sub
branches/ifunc/gcc/ChangeLog
branches/ifunc/gcc/ChangeLog.graphite
branches/ifunc/gcc/DATESTAMP
branches/ifunc/gcc/Makefile.in
branches/ifunc/gcc/acinclude.m4
branches/ifunc/gcc/ada/ChangeLog
branches/ifunc/gcc/ada/gcc-interface/Makefile.in
branches/ifunc/gcc/builtins.c
branches/ifunc/gcc/c-common.h
branches/ifunc/gcc/c-decl.c
branches/ifunc/gcc/c-omp.c
branches/ifunc/gcc/c-parser.c
branches/ifunc/gcc/c-typeck.c
branches/ifunc/gcc/cfgexpand.c
branches/ifunc/gcc/cgraph.c
branches/ifunc/gcc/cgraph.h
branches/ifunc/gcc/cgraphunit.c
branches/ifunc/gcc/config/arm/arm.md
branches/ifunc/gcc/config/arm/bpabi-v6m.S
branches/ifunc/gcc/config/arm/bpabi.S
branches/ifunc/gcc/config/arm/lib1funcs.asm
branches/ifunc/gcc/config/avr/avr.md
branches/ifunc/gcc/config/avr/predicates.md
branches/ifunc/gcc/config/i386/i386-builtin-types.def
branches/ifunc/gcc/config/i386/i386-modes.def
branches/ifunc/gcc/config/i386/i386.c
branches/ifunc/gcc/config/i386/i386.h
branches/ifunc/gcc/config/i386/i386.md
branches/ifunc/gcc/config/i386/lwpintrin.h
branches/ifunc/gcc/config/i386/sse.md
branches/ifunc/gcc/config/i386/sync.md
branches/ifunc/gcc/config/m68k/linux.h
branches/ifunc/gcc/config/rs6000/rs6000-c.c
branches/ifunc/gcc/config/rs6000/rs6000.md
branches/ifunc/gcc/config/sparc/linux-unwind.h
branches/ifunc/gcc/config/spu/spu.h
branches/ifunc/gcc/configure
branches/ifunc/gcc/configure.ac
branches/ifunc/gcc/cp/ChangeLog
branches/ifunc/gcc/cp/Make-lang.in
branches/ifunc/gcc/cp/call.c
branches/ifunc/gcc/cp/class.c
branches/ifunc/gcc/cp/cp-tree.h
branches/ifunc/gcc/cp/decl.c
branches/ifunc/gcc/cp/decl2.c
branches/ifunc/gcc/cp/except.c
branches/ifunc/gcc/cp/init.c
branches/ifunc/gcc/cp/mangle.c
branches/ifunc/gcc/cp/name-lookup.c
branches/ifunc/gcc/cp/optimize.c
branches/ifunc/gcc/cp/parser.c
branches/ifunc/gcc/cp/pt.c
branches/ifunc/gcc/cp/rtti.c
branches/ifunc/gcc/cp/semantics.c
branches/ifunc/gcc/cp/tree.c
branches/ifunc/gcc/cp/typeck.c
branches/ifunc/gcc/cp/typeck2.c
branches/ifunc/gcc/defaults.h
branches/ifunc/gcc/doc/c-tree.texi
branches/ifunc/gcc/doc/extend.texi
branches/ifunc/gcc/doc/install.texi
branches/ifunc/gcc/doc/invoke.texi
branches/ifunc/gcc/doc/md.texi
branches/ifunc/gcc/doc/options.texi
branches/ifunc/gcc/doc/plugins.texi
branches/ifunc/gcc/doc/rtl.texi
branches/ifunc/gcc/doc/tm.texi
branches/ifunc/gcc/dojump.c
branches/ifunc/gcc/dominance.c
branches/ifunc/gcc/dwarf2out.c
branches/ifunc/gcc/except.c
branches/ifunc/gcc/except.h
branches/ifunc/gcc/explow.c
branches/ifunc/gcc/expr.c
branches/ifunc/gcc/expr.h
branches/ifunc/gcc/fortran/ChangeLog
branches/ifunc/gcc/fortran/arith.c
branches/ifunc/gcc/fortran/expr.c
branches/ifunc/gcc/fortran/gfc-internals.texi
branches/ifunc/gcc/fortran/gfortran.h
branches/ifunc/gcc/fortran/gfortran.texi
branches/ifunc/gcc/fortran/invoke.texi
branches/ifunc/gcc/fortran/iresolve.c
branches/ifunc/gcc/fortran/module.c
branches/ifunc/gcc/fortran/parse.c
branches/ifunc/gcc/fortran/resolve.c
branches/ifunc/gcc/fortran/symbol.c
branches/ifunc/gcc/fortran/trans-expr.c
branches/ifunc/gcc/fwprop.c
branches/ifunc/gcc/gcc.c
branches/ifunc/gcc/gimple.c
branches/ifunc/gcc/gimple.h
branches/ifunc/gcc/graphite-sese-to-poly.c
branches/ifunc/gcc/intl.c
branches/ifunc/gcc/intl.h
branches/ifunc/gcc/ipa-inline.c
branches/ifunc/gcc/ipa-pure-const.c
branches/ifunc/gcc/ipa.c
branches/ifunc/gcc/langhooks.c
branches/ifunc/gcc/lto-cgraph.c
branches/ifunc/gcc/lto-streamer-in.c
branches/ifunc/gcc/lto-streamer-out.c
branches/ifunc/gcc/lto-symtab.c
branches/ifunc/gcc/lto/ChangeLog
branches/ifunc/gcc/lto/Make-lang.in
branches/ifunc/gcc/lto/lto-lang.c
branches/ifunc/gcc/lto/lto.c
branches/ifunc/gcc/objc/ChangeLog
branches/ifunc/gcc/objc/objc-act.c
branches/ifunc/gcc/opts.c
branches/ifunc/gcc/params.def
branches/ifunc/gcc/passes.c
branches/ifunc/gcc/plugin.c
branches/ifunc/gcc/plugin.def
branches/ifunc/gcc/po/ChangeLog
branches/ifunc/gcc/po/es.po
branches/ifunc/gcc/po/fi.po
branches/ifunc/gcc/po/sv.po
branches/ifunc/gcc/po/zh_CN.po
branches/ifunc/gcc/regrename.c
branches/ifunc/gcc/reload.c
branches/ifunc/gcc/system.h
branches/ifunc/gcc/testsuite/ChangeLog
branches/ifunc/gcc/testsuite/ada/acats/norun.lst
branches/ifunc/gcc/testsuite/ada/acats/run_all.sh
branches/ifunc/gcc/testsuite/g++.dg/abi/mangle14.C
branches/ifunc/gcc/testsuite/g++.dg/cpp0x/explicit4.C
branches/ifunc/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-mangle.C
branches/ifunc/gcc/testsuite/g++.dg/cpp0x/variadic31.C
branches/ifunc/gcc/testsuite/g++.dg/debug/dwarf2/const1.C
branches/ifunc/gcc/testsuite/g++.dg/debug/dwarf2/template-func-params-3.C
branches/ifunc/gcc/testsuite/g++.dg/debug/dwarf2/template-params-3.C
branches/ifunc/gcc/testsuite/g++.dg/ext/attrib33.C
branches/ifunc/gcc/testsuite/g++.dg/ext/ms-1.C
branches/ifunc/gcc/testsuite/g++.dg/other/error20.C
branches/ifunc/gcc/testsuite/g++.dg/other/error31.C
branches/ifunc/gcc/testsuite/g++.dg/other/i386-2.C
branches/ifunc/gcc/testsuite/g++.dg/other/i386-3.C
branches/ifunc/gcc/testsuite/g++.dg/parse/crash5.C
branches/ifunc/gcc/testsuite/g++.dg/parse/error19.C
branches/ifunc/gcc/testsuite/g++.dg/plugin/attribute_plugin.c
branches/ifunc/gcc/testsuite/g++.dg/plugin/dumb_plugin.c
branches/ifunc/gcc/testsuite/g++.dg/rtti/typeid6.C
branches/ifunc/gcc/testsuite/g++.dg/tc1/dr147.C
branches/ifunc/gcc/testsuite/g++.dg/template/crash37.C
branches/ifunc/gcc/testsuite/g++.dg/template/instantiate5.C
branches/ifunc/gcc/testsuite/g++.dg/template/local6.C
branches/ifunc/gcc/testsuite/g++.dg/template/ptrmem4.C
branches/ifunc/gcc/testsuite/g++.dg/template/qualttp5.C
branches/ifunc/gcc/testsuite/g++.old-deja/g++.benjamin/15800-1.C
branches/ifunc/gcc/testsuite/g++.old-deja/g++.brendan/cvt3.C
branches/ifunc/gcc/testsuite/g++.old-deja/g++.brendan/misc6.C
branches/ifunc/gcc/testsuite/g++.old-deja/g++.brendan/overload1.C
branches/ifunc/gcc/testsuite/g++.old-deja/g++.brendan/overload4.C
branches/ifunc/gcc/testsuite/g++.old-deja/g++.bugs/900213_02.C
branches/ifunc/gcc/testsuite/g++.old-deja/g++.bugs/900215_02.C
branches/ifunc/gcc/testsuite/g++.old-deja/g++.bugs/900330_02.C
branches/ifunc/gcc/testsuite/g++.old-deja/g++.jason/conversion11.C
branches/ifunc/gcc/testsuite/g++.old-deja/g++.jason/scoping10.C
branches/ifunc/gcc/testsuite/g++.old-deja/g++.jason/temporary5.C
branches/ifunc/gcc/testsuite/g++.old-deja/g++.law/arg11.C
branches/ifunc/gcc/testsuite/g++.old-deja/g++.law/arm9.C
branches/ifunc/gcc/testsuite/g++.old-deja/g++.law/enum4.C
branches/ifunc/gcc/testsuite/g++.old-deja/g++.law/operators9.C
branches/ifunc/gcc/testsuite/g++.old-deja/g++.mike/net31.C
branches/ifunc/gcc/testsuite/g++.old-deja/g++.mike/p11110.C
branches/ifunc/gcc/testsuite/g++.old-deja/g++.mike/p2431.C
branches/ifunc/gcc/testsuite/g++.old-deja/g++.mike/p438.C
branches/ifunc/gcc/testsuite/g++.old-deja/g++.mike/p9068.C
branches/ifunc/gcc/testsuite/g++.old-deja/g++.niklas/t120.C
branches/ifunc/gcc/testsuite/g++.old-deja/g++.niklas/t121.C
branches/ifunc/gcc/testsuite/g++.old-deja/g++.other/crash24.C
branches/ifunc/gcc/testsuite/g++.old-deja/g++.other/expr1.C
branches/ifunc/gcc/testsuite/g++.old-deja/g++.other/pmf3.C
branches/ifunc/gcc/testsuite/gcc.dg/debug/dwarf2/const-1.c
branches/ifunc/gcc/testsuite/gcc.dg/pr36901.h
branches/ifunc/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-11.c
branches/ifunc/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-11a.c
branches/ifunc/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-2.c
branches/ifunc/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-25.c
branches/ifunc/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-26.c
branches/ifunc/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-28.c
branches/ifunc/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-32.c
branches/ifunc/gcc/testsuite/gcc.dg/tree-ssa/pr23455.c
branches/ifunc/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-26.c
branches/ifunc/gcc/testsuite/gcc.dg/tree-ssa/vrp47.c
branches/ifunc/gcc/testsuite/gcc.target/i386/sse-12.c
branches/ifunc/gcc/testsuite/gcc.target/i386/sse-13.c
branches/ifunc/gcc/testsuite/gcc.target/i386/sse-14.c
branches/ifunc/gcc/testsuite/gcc.target/i386/sse-22.c
branches/ifunc/gcc/testsuite/gcc.target/i386/sse-23.c
branches/ifunc/gcc/testsuite/gcc.target/powerpc/bswap64-4.c
branches/ifunc/gcc/testsuite/gcc.target/powerpc/ppc64-double-1.c
branches/ifunc/gcc/testsuite/gfortran.dg/auto_char_len_4.f90
branches/ifunc/gcc/testsuite/gfortran.dg/boz_15.f90
branches/ifunc/gcc/testsuite/gfortran.dg/function_kinds_5.f90
branches/ifunc/gcc/testsuite/gfortran.dg/intrinsic_std_1.f90
branches/ifunc/gcc/testsuite/gfortran.dg/selected_char_kind_3.f90
branches/ifunc/gcc/testsuite/objc/execute/forward-1.x
branches/ifunc/gcc/tree-chrec.c
branches/ifunc/gcc/tree-data-ref.c
branches/ifunc/gcc/tree-data-ref.h
branches/ifunc/gcc/tree-inline.c
branches/ifunc/gcc/tree-pass.h
branches/ifunc/gcc/tree-sra.c
branches/ifunc/gcc/tree-ssa-pre.c
branches/ifunc/gcc/tree-ssa-sccvn.c
branches/ifunc/gcc/tree-vectorizer.c
branches/ifunc/gcc/tree.c
branches/ifunc/gcc/var-tracking.c
branches/ifunc/libcpp/po/ChangeLog
branches/ifunc/libcpp/po/es.po
branches/ifunc/libcpp/po/zh_CN.po
branches/ifunc/libffi/ChangeLog
branches/ifunc/libffi/configure
branches/ifunc/libffi/configure.ac
branches/ifunc/libffi/src/closures.c
branches/ifunc/libffi/src/pa/ffi.c
branches/ifunc/libffi/src/sparc/ffi.c
branches/ifunc/libffi/testsuite/libffi.call/ffitest.h
branches/ifunc/libgfortran/ChangeLog
branches/ifunc/libgfortran/intrinsics/system_clock.c
branches/ifunc/libgomp/ChangeLog
branches/ifunc/libgomp/testsuite/libgomp.graphite/force-parallel-2.c
branches/ifunc/libjava/ChangeLog
branches/ifunc/libjava/Makefile.am
branches/ifunc/libjava/Makefile.in
branches/ifunc/libjava/configure
branches/ifunc/libjava/configure.ac
branches/ifunc/libjava/gcj/Makefile.in
branches/ifunc/libjava/include/Makefile.in
branches/ifunc/libjava/include/hppa-signal.h
branches/ifunc/libjava/include/pa-signal.h
branches/ifunc/libjava/testsuite/Makefile.in
Propchange: branches/ifunc/
('svn:mergeinfo' modified)