This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r148001 - in /branches/gc-improv: ./ ChangeLog ...


Author: lauras
Date: Sat May 30 11:10:31 2009
New Revision: 148001

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148001
Log:
Merge trunk up to r147999

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

Changes in other areas also in this revision:
Added:
    branches/gc-improv/config/plugins.m4
      - copied unchanged from r147999, trunk/config/plugins.m4
    branches/gc-improv/fixincludes/tests/base/sys/int_const.h
      - copied unchanged from r147999, trunk/fixincludes/tests/base/sys/int_const.h
    branches/gc-improv/fixincludes/tests/base/sys/int_limits.h
      - copied unchanged from r147999, trunk/fixincludes/tests/base/sys/int_limits.h
    branches/gc-improv/gcc/testsuite/g++.dg/cpp0x/enum3.C
      - copied unchanged from r147999, trunk/gcc/testsuite/g++.dg/cpp0x/enum3.C
    branches/gc-improv/gcc/testsuite/g++.dg/cpp0x/explicit1.C
      - copied unchanged from r147999, trunk/gcc/testsuite/g++.dg/cpp0x/explicit1.C
    branches/gc-improv/gcc/testsuite/g++.dg/cpp0x/explicit2.C
      - copied unchanged from r147999, trunk/gcc/testsuite/g++.dg/cpp0x/explicit2.C
    branches/gc-improv/gcc/testsuite/g++.dg/cpp0x/initlist15.C
      - copied unchanged from r147999, trunk/gcc/testsuite/g++.dg/cpp0x/initlist15.C
    branches/gc-improv/gcc/testsuite/g++.dg/cpp0x/initlist16.C
      - copied unchanged from r147999, trunk/gcc/testsuite/g++.dg/cpp0x/initlist16.C
    branches/gc-improv/gcc/testsuite/g++.dg/cpp0x/initlist17.C
      - copied unchanged from r147999, trunk/gcc/testsuite/g++.dg/cpp0x/initlist17.C
    branches/gc-improv/gcc/testsuite/g++.dg/debug/dwarf2/nested-1.C
      - copied unchanged from r147999, trunk/gcc/testsuite/g++.dg/debug/dwarf2/nested-1.C
    branches/gc-improv/gcc/testsuite/g++.dg/ext/dllexport2.C
      - copied unchanged from r147999, trunk/gcc/testsuite/g++.dg/ext/dllexport2.C
    branches/gc-improv/gcc/testsuite/g++.dg/ext/dllexport2a.cc
      - copied unchanged from r147999, trunk/gcc/testsuite/g++.dg/ext/dllexport2a.cc
    branches/gc-improv/gcc/testsuite/g++.dg/ext/vector16.C
      - copied unchanged from r147999, trunk/gcc/testsuite/g++.dg/ext/vector16.C
    branches/gc-improv/gcc/testsuite/g++.dg/template/canon-type-1.C
      - copied unchanged from r147999, trunk/gcc/testsuite/g++.dg/template/canon-type-1.C
    branches/gc-improv/gcc/testsuite/g++.dg/template/canon-type-2.C
      - copied unchanged from r147999, trunk/gcc/testsuite/g++.dg/template/canon-type-2.C
    branches/gc-improv/gcc/testsuite/g++.dg/template/canon-type-3.C
      - copied unchanged from r147999, trunk/gcc/testsuite/g++.dg/template/canon-type-3.C
    branches/gc-improv/gcc/testsuite/g++.dg/template/canon-type-4.C
      - copied unchanged from r147999, trunk/gcc/testsuite/g++.dg/template/canon-type-4.C
    branches/gc-improv/gcc/testsuite/g++.dg/template/canon-type-5.C
      - copied unchanged from r147999, trunk/gcc/testsuite/g++.dg/template/canon-type-5.C
    branches/gc-improv/gcc/testsuite/g++.dg/template/canon-type-6.C
      - copied unchanged from r147999, trunk/gcc/testsuite/g++.dg/template/canon-type-6.C
    branches/gc-improv/gcc/testsuite/g++.dg/template/canon-type-7.C
      - copied unchanged from r147999, trunk/gcc/testsuite/g++.dg/template/canon-type-7.C
    branches/gc-improv/gcc/testsuite/g++.dg/template/typedef18.C
      - copied unchanged from r147999, trunk/gcc/testsuite/g++.dg/template/typedef18.C
    branches/gc-improv/gcc/testsuite/g++.dg/template/typedef19.C
      - copied unchanged from r147999, trunk/gcc/testsuite/g++.dg/template/typedef19.C
    branches/gc-improv/gcc/testsuite/g++.dg/template/typedef20.C
      - copied unchanged from r147999, trunk/gcc/testsuite/g++.dg/template/typedef20.C
    branches/gc-improv/gcc/testsuite/gcc.c-torture/compile/20090518-1.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.c-torture/compile/20090518-1.c
    branches/gc-improv/gcc/testsuite/gcc.c-torture/compile/20090519-1.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.c-torture/compile/20090519-1.c
    branches/gc-improv/gcc/testsuite/gcc.c-torture/compile/pr40204.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.c-torture/compile/pr40204.c
    branches/gc-improv/gcc/testsuite/gcc.c-torture/compile/pr40233.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.c-torture/compile/pr40233.c
    branches/gc-improv/gcc/testsuite/gcc.c-torture/compile/pr40252.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.c-torture/compile/pr40252.c
    branches/gc-improv/gcc/testsuite/gcc.c-torture/compile/pr40291.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.c-torture/compile/pr40291.c
    branches/gc-improv/gcc/testsuite/gcc.c-torture/compile/sra-1.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.c-torture/compile/sra-1.c
    branches/gc-improv/gcc/testsuite/gcc.c-torture/execute/20090527-1.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.c-torture/execute/20090527-1.c
    branches/gc-improv/gcc/testsuite/gcc.c-torture/execute/align-nest.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.c-torture/execute/align-nest.c
    branches/gc-improv/gcc/testsuite/gcc.dg/Wcxx-compat-11.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/Wcxx-compat-11.c
    branches/gc-improv/gcc/testsuite/gcc.dg/dll-6.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/dll-6.c
    branches/gc-improv/gcc/testsuite/gcc.dg/dll-6a.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/dll-6a.c
    branches/gc-improv/gcc/testsuite/gcc.dg/dll-7.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/dll-7.c
    branches/gc-improv/gcc/testsuite/gcc.dg/dll-7a.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/dll-7a.c
    branches/gc-improv/gcc/testsuite/gcc.dg/falign-labels-1.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/falign-labels-1.c
    branches/gc-improv/gcc/testsuite/gcc.dg/plugin/ggcplug-test-1.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/plugin/ggcplug-test-1.c
    branches/gc-improv/gcc/testsuite/gcc.dg/plugin/ggcplug.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/plugin/ggcplug.c
    branches/gc-improv/gcc/testsuite/gcc.dg/pr40172-1.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/pr40172-1.c
    branches/gc-improv/gcc/testsuite/gcc.dg/pr40172-2.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/pr40172-2.c
    branches/gc-improv/gcc/testsuite/gcc.dg/pr40172-3.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/pr40172-3.c
    branches/gc-improv/gcc/testsuite/gcc.dg/tree-ssa/pr40087.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr40087.c
    branches/gc-improv/gcc/testsuite/gcc.dg/tree-ssa/sra-5.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/tree-ssa/sra-5.c
    branches/gc-improv/gcc/testsuite/gcc.dg/tree-ssa/sra-6.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/tree-ssa/sra-6.c
    branches/gc-improv/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-24.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-24.c
    branches/gc-improv/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-25.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-25.c
    branches/gc-improv/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-26.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-26.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/bb-slp-1.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-1.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/bb-slp-10.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-10.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/bb-slp-11.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-11.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/bb-slp-13.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-13.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/bb-slp-14.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-14.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/bb-slp-15.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-15.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/bb-slp-16.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-16.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/bb-slp-17.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-17.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/bb-slp-18.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-18.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/bb-slp-19.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-19.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/bb-slp-2.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-2.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/bb-slp-20.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-20.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/bb-slp-21.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-21.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/bb-slp-22.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-22.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/bb-slp-3.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-3.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/bb-slp-4.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-4.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/bb-slp-5.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-5.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/bb-slp-6.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-6.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/bb-slp-7.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-7.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/bb-slp-8.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-8.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/bb-slp-9.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-9.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/no-tree-reassoc-bb-slp-12.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/vect/no-tree-reassoc-bb-slp-12.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/pr40238.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/vect/pr40238.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/pr40254.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/vect/pr40254.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vector-4.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.dg/vector-4.c
    branches/gc-improv/gcc/testsuite/gcc.target/arm/neon-vmla-1.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.target/arm/neon-vmla-1.c
    branches/gc-improv/gcc/testsuite/gcc.target/arm/neon-vmls-1.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.target/arm/neon-vmls-1.c
    branches/gc-improv/gcc/testsuite/gcc.target/arm/thumb2-mul-space-2.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.target/arm/thumb2-mul-space-2.c
    branches/gc-improv/gcc/testsuite/gcc.target/arm/thumb2-mul-space-3.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.target/arm/thumb2-mul-space-3.c
    branches/gc-improv/gcc/testsuite/gcc.target/arm/thumb2-mul-space.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.target/arm/thumb2-mul-space.c
    branches/gc-improv/gcc/testsuite/gcc.target/arm/thumb2-mul-speed.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.target/arm/thumb2-mul-speed.c
    branches/gc-improv/gcc/testsuite/gcc.target/i386/movbe-1.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.target/i386/movbe-1.c
    branches/gc-improv/gcc/testsuite/gcc.target/i386/movbe-2.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.target/i386/movbe-2.c
    branches/gc-improv/gcc/testsuite/gcc.target/i386/pr37216.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.target/i386/pr37216.c
    branches/gc-improv/gcc/testsuite/gcc.target/ia64/mfused-madd-vect.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.target/ia64/mfused-madd-vect.c
    branches/gc-improv/gcc/testsuite/gcc.target/ia64/mfused-madd.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.target/ia64/mfused-madd.c
    branches/gc-improv/gcc/testsuite/gcc.target/ia64/mno-fused-madd-vect.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.target/ia64/mno-fused-madd-vect.c
    branches/gc-improv/gcc/testsuite/gcc.target/ia64/mno-fused-madd.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.target/ia64/mno-fused-madd.c
    branches/gc-improv/gcc/testsuite/gcc.target/m68k/tls-gd-xgot.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.target/m68k/tls-gd-xgot.c
    branches/gc-improv/gcc/testsuite/gcc.target/m68k/tls-gd.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.target/m68k/tls-gd.c
    branches/gc-improv/gcc/testsuite/gcc.target/m68k/tls-ie-xgot.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.target/m68k/tls-ie-xgot.c
    branches/gc-improv/gcc/testsuite/gcc.target/m68k/tls-ie.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.target/m68k/tls-ie.c
    branches/gc-improv/gcc/testsuite/gcc.target/m68k/tls-ld-xgot-xtls.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.target/m68k/tls-ld-xgot-xtls.c
    branches/gc-improv/gcc/testsuite/gcc.target/m68k/tls-ld-xgot.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.target/m68k/tls-ld-xgot.c
    branches/gc-improv/gcc/testsuite/gcc.target/m68k/tls-ld-xtls.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.target/m68k/tls-ld-xtls.c
    branches/gc-improv/gcc/testsuite/gcc.target/m68k/tls-ld.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.target/m68k/tls-ld.c
    branches/gc-improv/gcc/testsuite/gcc.target/m68k/tls-le-xtls.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.target/m68k/tls-le-xtls.c
    branches/gc-improv/gcc/testsuite/gcc.target/m68k/tls-le.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.target/m68k/tls-le.c
    branches/gc-improv/gcc/testsuite/gcc.target/mips/const-anchor-1.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.target/mips/const-anchor-1.c
    branches/gc-improv/gcc/testsuite/gcc.target/mips/const-anchor-2.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.target/mips/const-anchor-2.c
    branches/gc-improv/gcc/testsuite/gcc.target/mips/extend-1.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.target/mips/extend-1.c
    branches/gc-improv/gcc/testsuite/gcc.target/mips/octeon-exts-6.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.target/mips/octeon-exts-6.c
    branches/gc-improv/gcc/testsuite/gcc.target/powerpc/altivec-30.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.target/powerpc/altivec-30.c
    branches/gc-improv/gcc/testsuite/gcc.target/powerpc/altivec-31.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gcc.target/powerpc/altivec-31.c
    branches/gc-improv/gcc/testsuite/gfortran.dg/bounds_check_fail_3.f90
      - copied unchanged from r147999, trunk/gcc/testsuite/gfortran.dg/bounds_check_fail_3.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/bounds_check_fail_4.f90
      - copied unchanged from r147999, trunk/gcc/testsuite/gfortran.dg/bounds_check_fail_4.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/c_f_pointer_shape_tests_4.f03
      - copied unchanged from r147999, trunk/gcc/testsuite/gfortran.dg/c_f_pointer_shape_tests_4.f03
    branches/gc-improv/gcc/testsuite/gfortran.dg/c_f_pointer_shape_tests_4_driver.c
      - copied unchanged from r147999, trunk/gcc/testsuite/gfortran.dg/c_f_pointer_shape_tests_4_driver.c
    branches/gc-improv/gcc/testsuite/gfortran.dg/interface_27.f90
      - copied unchanged from r147999, trunk/gcc/testsuite/gfortran.dg/interface_27.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/interface_28.f90
      - copied unchanged from r147999, trunk/gcc/testsuite/gfortran.dg/interface_28.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/leadz_trailz_1.f90
      - copied unchanged from r147999, trunk/gcc/testsuite/gfortran.dg/leadz_trailz_1.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/leadz_trailz_2.f90
      - copied unchanged from r147999, trunk/gcc/testsuite/gfortran.dg/leadz_trailz_2.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/nullify_4.f90
      - copied unchanged from r147999, trunk/gcc/testsuite/gfortran.dg/nullify_4.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/proc_ptr_18.f90
      - copied unchanged from r147999, trunk/gcc/testsuite/gfortran.dg/proc_ptr_18.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/proc_ptr_19.f90
      - copied unchanged from r147999, trunk/gcc/testsuite/gfortran.dg/proc_ptr_19.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/proc_ptr_comp_10.f90
      - copied unchanged from r147999, trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_10.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/proc_ptr_comp_8.f90
      - copied unchanged from r147999, trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_8.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/proc_ptr_comp_9.f90
      - copied unchanged from r147999, trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_9.f90
    branches/gc-improv/gcc/testsuite/gnat.dg/addr6.adb
      - copied unchanged from r147999, trunk/gcc/testsuite/gnat.dg/addr6.adb
    branches/gc-improv/gcc/testsuite/gnat.dg/loop_optimization6.adb
      - copied unchanged from r147999, trunk/gcc/testsuite/gnat.dg/loop_optimization6.adb
    branches/gc-improv/gcc/testsuite/gnat.dg/loop_optimization6.ads
      - copied unchanged from r147999, trunk/gcc/testsuite/gnat.dg/loop_optimization6.ads
    branches/gc-improv/gcc/testsuite/gnat.dg/misaligned_nest.adb
      - copied unchanged from r147999, trunk/gcc/testsuite/gnat.dg/misaligned_nest.adb
    branches/gc-improv/gcc/testsuite/gnat.dg/specs/rep_clause3.ads
      - copied unchanged from r147999, trunk/gcc/testsuite/gnat.dg/specs/rep_clause3.ads
    branches/gc-improv/libgfortran/intrinsics/bit_intrinsics.c
      - copied unchanged from r147999, trunk/libgfortran/intrinsics/bit_intrinsics.c
Modified:
    branches/gc-improv/   (props changed)
    branches/gc-improv/ChangeLog
    branches/gc-improv/MAINTAINERS
    branches/gc-improv/Makefile.def
    branches/gc-improv/Makefile.in
    branches/gc-improv/Makefile.tpl
    branches/gc-improv/config/ChangeLog
    branches/gc-improv/configure
    branches/gc-improv/configure.ac
    branches/gc-improv/fixincludes/ChangeLog
    branches/gc-improv/fixincludes/fixincl.x
    branches/gc-improv/fixincludes/inclhack.def
    branches/gc-improv/gcc/ChangeLog
    branches/gc-improv/gcc/DATESTAMP
    branches/gc-improv/gcc/Makefile.in
    branches/gc-improv/gcc/ada/ChangeLog
    branches/gc-improv/gcc/ada/back_end.adb
    branches/gc-improv/gcc/ada/gcc-interface/Make-lang.in
    branches/gc-improv/gcc/ada/gcc-interface/Makefile.in
    branches/gc-improv/gcc/ada/gcc-interface/decl.c
    branches/gc-improv/gcc/ada/gcc-interface/lang-specs.h
    branches/gc-improv/gcc/ada/gcc-interface/misc.c
    branches/gc-improv/gcc/ada/lib.ads
    branches/gc-improv/gcc/ada/switch.adb
    branches/gc-improv/gcc/ada/switch.ads
    branches/gc-improv/gcc/alias.c
    branches/gc-improv/gcc/builtins.c
    branches/gc-improv/gcc/c-common.c
    branches/gc-improv/gcc/c-common.h
    branches/gc-improv/gcc/c-convert.c
    branches/gc-improv/gcc/c-decl.c
    branches/gc-improv/gcc/c-format.c
    branches/gc-improv/gcc/c-opts.c
    branches/gc-improv/gcc/c-parser.c
    branches/gc-improv/gcc/c-tree.h
    branches/gc-improv/gcc/c-typeck.c
    branches/gc-improv/gcc/c.opt
    branches/gc-improv/gcc/calls.c
    branches/gc-improv/gcc/cfgcleanup.c
    branches/gc-improv/gcc/cfgexpand.c
    branches/gc-improv/gcc/cfglayout.c
    branches/gc-improv/gcc/cfgrtl.c
    branches/gc-improv/gcc/cgraph.c
    branches/gc-improv/gcc/cgraph.h
    branches/gc-improv/gcc/common.opt
    branches/gc-improv/gcc/config.gcc
    branches/gc-improv/gcc/config.in
    branches/gc-improv/gcc/config/alpha/x-alpha
    branches/gc-improv/gcc/config/arm/arm.c
    branches/gc-improv/gcc/config/arm/arm.md
    branches/gc-improv/gcc/config/arm/lib1funcs.asm
    branches/gc-improv/gcc/config/arm/linux-eabi.h
    branches/gc-improv/gcc/config/arm/neon.md
    branches/gc-improv/gcc/config/arm/t-arm
    branches/gc-improv/gcc/config/arm/t-linux-eabi
    branches/gc-improv/gcc/config/arm/t-pe
    branches/gc-improv/gcc/config/arm/t-wince-pe
    branches/gc-improv/gcc/config/arm/thumb2.md
    branches/gc-improv/gcc/config/avr/avr-protos.h
    branches/gc-improv/gcc/config/avr/avr.c
    branches/gc-improv/gcc/config/avr/avr.h
    branches/gc-improv/gcc/config/avr/avr.md
    branches/gc-improv/gcc/config/avr/libgcc.S
    branches/gc-improv/gcc/config/bfin/bfin.md
    branches/gc-improv/gcc/config/i386/cpuid.h
    branches/gc-improv/gcc/config/i386/cygming.opt
    branches/gc-improv/gcc/config/i386/driver-i386.c
    branches/gc-improv/gcc/config/i386/i386.c
    branches/gc-improv/gcc/config/i386/i386.h
    branches/gc-improv/gcc/config/i386/i386.md
    branches/gc-improv/gcc/config/i386/i386.opt
    branches/gc-improv/gcc/config/i386/mmx.md
    branches/gc-improv/gcc/config/i386/predicates.md
    branches/gc-improv/gcc/config/i386/sol2.h
    branches/gc-improv/gcc/config/i386/sse.md
    branches/gc-improv/gcc/config/i386/t-cygming
    branches/gc-improv/gcc/config/i386/t-cygwin
    branches/gc-improv/gcc/config/i386/t-i386
    branches/gc-improv/gcc/config/i386/t-interix
    branches/gc-improv/gcc/config/i386/t-netware
    branches/gc-improv/gcc/config/i386/t-nwld
    branches/gc-improv/gcc/config/i386/winnt.c
    branches/gc-improv/gcc/config/i386/x-cygwin
    branches/gc-improv/gcc/config/i386/x-darwin
    branches/gc-improv/gcc/config/i386/x-i386
    branches/gc-improv/gcc/config/i386/x-mingw32
    branches/gc-improv/gcc/config/i386/x86-64.h
    branches/gc-improv/gcc/config/ia64/div.md
    branches/gc-improv/gcc/config/ia64/hpux.h
    branches/gc-improv/gcc/config/ia64/ia64-protos.h
    branches/gc-improv/gcc/config/ia64/ia64.c
    branches/gc-improv/gcc/config/ia64/ia64.h
    branches/gc-improv/gcc/config/ia64/ia64.md
    branches/gc-improv/gcc/config/ia64/ia64.opt
    branches/gc-improv/gcc/config/ia64/t-ia64
    branches/gc-improv/gcc/config/ia64/vect.md
    branches/gc-improv/gcc/config/m32c/t-m32c
    branches/gc-improv/gcc/config/m32r/m32r.c
    branches/gc-improv/gcc/config/m32r/m32r.h
    branches/gc-improv/gcc/config/m32r/m32r.md
    branches/gc-improv/gcc/config/m32r/predicates.md
    branches/gc-improv/gcc/config/m68k/constraints.md
    branches/gc-improv/gcc/config/m68k/m68k-protos.h
    branches/gc-improv/gcc/config/m68k/m68k.c
    branches/gc-improv/gcc/config/m68k/m68k.h
    branches/gc-improv/gcc/config/m68k/m68k.md
    branches/gc-improv/gcc/config/m68k/m68k.opt
    branches/gc-improv/gcc/config/m68k/predicates.md
    branches/gc-improv/gcc/config/mips/mips.c
    branches/gc-improv/gcc/config/mips/mips.md
    branches/gc-improv/gcc/config/mips/x-native
    branches/gc-improv/gcc/config/picochip/picochip.c
    branches/gc-improv/gcc/config/rs6000/rs6000-c.c
    branches/gc-improv/gcc/config/rs6000/t-rs6000
    branches/gc-improv/gcc/config/rs6000/x-darwin
    branches/gc-improv/gcc/config/rs6000/x-darwin64
    branches/gc-improv/gcc/config/rs6000/x-rs6000
    branches/gc-improv/gcc/config/s390/2064.md
    branches/gc-improv/gcc/config/s390/2084.md
    branches/gc-improv/gcc/config/s390/constraints.md
    branches/gc-improv/gcc/config/s390/fixdfdi.h
    branches/gc-improv/gcc/config/s390/libgcc-glibc.ver
    branches/gc-improv/gcc/config/s390/s390-modes.def
    branches/gc-improv/gcc/config/s390/s390-protos.h
    branches/gc-improv/gcc/config/s390/s390.c
    branches/gc-improv/gcc/config/s390/s390.h
    branches/gc-improv/gcc/config/s390/s390.md
    branches/gc-improv/gcc/config/s390/tpf-unwind.h
    branches/gc-improv/gcc/config/score/t-score-elf
    branches/gc-improv/gcc/config/sh/sh-protos.h
    branches/gc-improv/gcc/config/sh/sh.c
    branches/gc-improv/gcc/config/sh/sh.h
    branches/gc-improv/gcc/config/sh/sh.md
    branches/gc-improv/gcc/config/sh/t-sh
    branches/gc-improv/gcc/config/sh/t-symbian
    branches/gc-improv/gcc/config/spu/predicates.md
    branches/gc-improv/gcc/config/spu/spu-protos.h
    branches/gc-improv/gcc/config/spu/spu.c
    branches/gc-improv/gcc/config/spu/spu.md
    branches/gc-improv/gcc/config/spu/t-spu-elf
    branches/gc-improv/gcc/config/t-darwin
    branches/gc-improv/gcc/config/t-sol2
    branches/gc-improv/gcc/config/t-vxworks
    branches/gc-improv/gcc/config/v850/t-v850
    branches/gc-improv/gcc/config/v850/t-v850e
    branches/gc-improv/gcc/config/vax/vax-protos.h
    branches/gc-improv/gcc/config/x-darwin
    branches/gc-improv/gcc/config/x-hpux
    branches/gc-improv/gcc/config/x-linux
    branches/gc-improv/gcc/config/x-solaris
    branches/gc-improv/gcc/configure
    branches/gc-improv/gcc/configure.ac
    branches/gc-improv/gcc/cp/ChangeLog
    branches/gc-improv/gcc/cp/Make-lang.in
    branches/gc-improv/gcc/cp/call.c
    branches/gc-improv/gcc/cp/class.c
    branches/gc-improv/gcc/cp/cp-tree.h
    branches/gc-improv/gcc/cp/cvt.c
    branches/gc-improv/gcc/cp/decl.c
    branches/gc-improv/gcc/cp/decl2.c
    branches/gc-improv/gcc/cp/error.c
    branches/gc-improv/gcc/cp/except.c
    branches/gc-improv/gcc/cp/init.c
    branches/gc-improv/gcc/cp/mangle.c
    branches/gc-improv/gcc/cp/method.c
    branches/gc-improv/gcc/cp/name-lookup.c
    branches/gc-improv/gcc/cp/name-lookup.h
    branches/gc-improv/gcc/cp/parser.c
    branches/gc-improv/gcc/cp/pt.c
    branches/gc-improv/gcc/cp/semantics.c
    branches/gc-improv/gcc/cp/tree.c
    branches/gc-improv/gcc/cp/typeck.c
    branches/gc-improv/gcc/cp/typeck2.c
    branches/gc-improv/gcc/cse.c
    branches/gc-improv/gcc/dbxout.c
    branches/gc-improv/gcc/dce.c
    branches/gc-improv/gcc/defaults.h
    branches/gc-improv/gcc/doc/c-tree.texi
    branches/gc-improv/gcc/doc/contrib.texi
    branches/gc-improv/gcc/doc/extend.texi
    branches/gc-improv/gcc/doc/gccint.texi
    branches/gc-improv/gcc/doc/gimple.texi
    branches/gc-improv/gcc/doc/invoke.texi
    branches/gc-improv/gcc/doc/passes.texi
    branches/gc-improv/gcc/doc/plugins.texi
    branches/gc-improv/gcc/doc/rtl.texi
    branches/gc-improv/gcc/doc/tm.texi
    branches/gc-improv/gcc/doc/tree-ssa.texi
    branches/gc-improv/gcc/dwarf2out.c
    branches/gc-improv/gcc/dwarf2out.h
    branches/gc-improv/gcc/emit-rtl.c
    branches/gc-improv/gcc/except.c
    branches/gc-improv/gcc/except.h
    branches/gc-improv/gcc/expr.c
    branches/gc-improv/gcc/final.c
    branches/gc-improv/gcc/fold-const.c
    branches/gc-improv/gcc/fortran/ChangeLog
    branches/gc-improv/gcc/fortran/Make-lang.in
    branches/gc-improv/gcc/fortran/expr.c
    branches/gc-improv/gcc/fortran/gfortran.h
    branches/gc-improv/gcc/fortran/gfortranspec.c
    branches/gc-improv/gcc/fortran/interface.c
    branches/gc-improv/gcc/fortran/intrinsic.c
    branches/gc-improv/gcc/fortran/match.c
    branches/gc-improv/gcc/fortran/module.c
    branches/gc-improv/gcc/fortran/primary.c
    branches/gc-improv/gcc/fortran/resolve.c
    branches/gc-improv/gcc/fortran/simplify.c
    branches/gc-improv/gcc/fortran/symbol.c
    branches/gc-improv/gcc/fortran/trans-array.c
    branches/gc-improv/gcc/fortran/trans-decl.c
    branches/gc-improv/gcc/fortran/trans-expr.c
    branches/gc-improv/gcc/fortran/trans-intrinsic.c
    branches/gc-improv/gcc/fortran/trans-types.c
    branches/gc-improv/gcc/fortran/trans-types.h
    branches/gc-improv/gcc/fortran/trans.h
    branches/gc-improv/gcc/function.c
    branches/gc-improv/gcc/gcc-plugin.h
    branches/gc-improv/gcc/gcse.c
    branches/gc-improv/gcc/ggc-common.c
    branches/gc-improv/gcc/ggc-page.c
    branches/gc-improv/gcc/ggc-zone.c
    branches/gc-improv/gcc/ggc.h
    branches/gc-improv/gcc/gimple-low.c
    branches/gc-improv/gcc/gimple-pretty-print.c
    branches/gc-improv/gcc/gimple.c
    branches/gc-improv/gcc/gimple.def
    branches/gc-improv/gcc/gimple.h
    branches/gc-improv/gcc/gimplify.c
    branches/gc-improv/gcc/gstab.h
    branches/gc-improv/gcc/hooks.c
    branches/gc-improv/gcc/hooks.h
    branches/gc-improv/gcc/insn-notes.def
    branches/gc-improv/gcc/ipa-cp.c
    branches/gc-improv/gcc/ipa-inline.c
    branches/gc-improv/gcc/ipa-prop.c
    branches/gc-improv/gcc/java/ChangeLog
    branches/gc-improv/gcc/java/Make-lang.in
    branches/gc-improv/gcc/jump.c
    branches/gc-improv/gcc/mips-tfile.c
    branches/gc-improv/gcc/objc/ChangeLog
    branches/gc-improv/gcc/objc/Make-lang.in
    branches/gc-improv/gcc/objc/objc-act.c
    branches/gc-improv/gcc/objcp/ChangeLog
    branches/gc-improv/gcc/objcp/Make-lang.in
    branches/gc-improv/gcc/omp-low.c
    branches/gc-improv/gcc/params.def
    branches/gc-improv/gcc/params.h
    branches/gc-improv/gcc/passes.c
    branches/gc-improv/gcc/plugin.c
    branches/gc-improv/gcc/predict.c
    branches/gc-improv/gcc/print-tree.c
    branches/gc-improv/gcc/reg-notes.def
    branches/gc-improv/gcc/reg-stack.c
    branches/gc-improv/gcc/rtl.def
    branches/gc-improv/gcc/rtl.h
    branches/gc-improv/gcc/sel-sched-ir.c
    branches/gc-improv/gcc/sel-sched.c
    branches/gc-improv/gcc/system.h
    branches/gc-improv/gcc/target-def.h
    branches/gc-improv/gcc/target.h
    branches/gc-improv/gcc/testsuite/ChangeLog
    branches/gc-improv/gcc/testsuite/g++.dg/ext/packed6.C
    branches/gc-improv/gcc/testsuite/g++.dg/opt/memcpy1.C
    branches/gc-improv/gcc/testsuite/g++.dg/plugin/attribute_plugin.c
    branches/gc-improv/gcc/testsuite/g++.dg/plugin/dumb_plugin.c
    branches/gc-improv/gcc/testsuite/g++.dg/plugin/selfassign.c
    branches/gc-improv/gcc/testsuite/g++.dg/pr37742.C
    branches/gc-improv/gcc/testsuite/g++.dg/template/access11.C
    branches/gc-improv/gcc/testsuite/g++.dg/torture/20070621-1.C
    branches/gc-improv/gcc/testsuite/g++.dg/torture/pr34222.C
    branches/gc-improv/gcc/testsuite/g++.dg/torture/pr34850.C
    branches/gc-improv/gcc/testsuite/g++.dg/tree-ssa/pr22444.C
    branches/gc-improv/gcc/testsuite/g++.dg/warn/Wstrict-aliasing-float-ref-int-obj.C
    branches/gc-improv/gcc/testsuite/g++.old-deja/g++.brendan/array1.C
    branches/gc-improv/gcc/testsuite/g++.old-deja/g++.brendan/crash64.C
    branches/gc-improv/gcc/testsuite/g++.old-deja/g++.jason/new3.C
    branches/gc-improv/gcc/testsuite/gcc.c-torture/compile/20000211-1.c
    branches/gc-improv/gcc/testsuite/gcc.c-torture/compile/20010328-1.c
    branches/gc-improv/gcc/testsuite/gcc.c-torture/compile/20030320-1.c
    branches/gc-improv/gcc/testsuite/gcc.c-torture/compile/20030405-1.c
    branches/gc-improv/gcc/testsuite/gcc.c-torture/compile/20030902-1.c
    branches/gc-improv/gcc/testsuite/gcc.c-torture/compile/20060202-1.c
    branches/gc-improv/gcc/testsuite/gcc.c-torture/compile/20080613-1.c
    branches/gc-improv/gcc/testsuite/gcc.c-torture/compile/920428-2.c
    branches/gc-improv/gcc/testsuite/gcc.c-torture/compile/980329-1.c
    branches/gc-improv/gcc/testsuite/gcc.c-torture/compile/980816-1.c
    branches/gc-improv/gcc/testsuite/gcc.c-torture/compile/pr32584.c
    branches/gc-improv/gcc/testsuite/gcc.c-torture/compile/pr33173.c
    branches/gc-improv/gcc/testsuite/gcc.c-torture/compile/pr33382.c
    branches/gc-improv/gcc/testsuite/gcc.c-torture/compile/pr34334.c
    branches/gc-improv/gcc/testsuite/gcc.c-torture/compile/pr34688.c
    branches/gc-improv/gcc/testsuite/gcc.c-torture/compile/pr35043.c
    branches/gc-improv/gcc/testsuite/gcc.c-torture/compile/pr37669.c
    branches/gc-improv/gcc/testsuite/gcc.dg/20050629-1.c
    branches/gc-improv/gcc/testsuite/gcc.dg/Wstrict-aliasing-converted-assigned.c
    branches/gc-improv/gcc/testsuite/gcc.dg/Wstrict-aliasing-float-ptr-int-obj.c
    branches/gc-improv/gcc/testsuite/gcc.dg/compat/struct-layout-1_generate.c
    branches/gc-improv/gcc/testsuite/gcc.dg/ipa/modif-1.c
    branches/gc-improv/gcc/testsuite/gcc.dg/memcpy-1.c
    branches/gc-improv/gcc/testsuite/gcc.dg/plugin/plugin.exp
    branches/gc-improv/gcc/testsuite/gcc.dg/plugin/selfassign.c
    branches/gc-improv/gcc/testsuite/gcc.dg/pr33667.c
    branches/gc-improv/gcc/testsuite/gcc.dg/prefetch-loop-arrays-1.c
    branches/gc-improv/gcc/testsuite/gcc.dg/simd-1b.c
    branches/gc-improv/gcc/testsuite/gcc.dg/struct/wo_prof_escape_substr_pointer.c
    branches/gc-improv/gcc/testsuite/gcc.dg/torture/pr39204.c
    branches/gc-improv/gcc/testsuite/gcc.dg/tree-ssa/20041122-1.c
    branches/gc-improv/gcc/testsuite/gcc.dg/tree-ssa/inline-3.c
    branches/gc-improv/gcc/testsuite/gcc.dg/tree-ssa/pr36908.c
    branches/gc-improv/gcc/testsuite/gcc.dg/tree-ssa/pr38250.c
    branches/gc-improv/gcc/testsuite/gcc.dg/tree-ssa/sra-1.c
    branches/gc-improv/gcc/testsuite/gcc.dg/tree-ssa/sra-2.c
    branches/gc-improv/gcc/testsuite/gcc.dg/tree-ssa/sra-3.c
    branches/gc-improv/gcc/testsuite/gcc.dg/tree-ssa/sra-4.c
    branches/gc-improv/gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-10.c
    branches/gc-improv/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-14.c
    branches/gc-improv/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-15.c
    branches/gc-improv/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-7.c
    branches/gc-improv/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-8.c
    branches/gc-improv/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-9.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/no-vfa-vect-43.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-40.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-42.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-46.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect-76.c
    branches/gc-improv/gcc/testsuite/gcc.dg/vect/vect.exp
    branches/gc-improv/gcc/testsuite/gcc.target/mips/octeon-exts-2.c
    branches/gc-improv/gcc/testsuite/gcc.target/mips/octeon-exts-5.c
    branches/gc-improv/gcc/testsuite/gcc.target/powerpc/altivec-types-1.c
    branches/gc-improv/gcc/testsuite/gcc.target/x86_64/abi/asm-support.S
    branches/gc-improv/gcc/testsuite/gfortran.dg/array_memset_2.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/bound_4.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/bounds_check_14.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/elemental_dependency_1.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/erf_2.F90
    branches/gc-improv/gcc/testsuite/gfortran.dg/pr25923.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/proc_ptr_11.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/proc_ptr_result_1.f90
    branches/gc-improv/gcc/testsuite/gfortran.dg/vector_subscript_4.f90
    branches/gc-improv/gcc/testsuite/gnat.dg/pack9.adb
    branches/gc-improv/gcc/testsuite/lib/target-supports.exp
    branches/gc-improv/gcc/timevar.def
    branches/gc-improv/gcc/toplev.h
    branches/gc-improv/gcc/tree-cfg.c
    branches/gc-improv/gcc/tree-complex.c
    branches/gc-improv/gcc/tree-data-ref.c
    branches/gc-improv/gcc/tree-data-ref.h
    branches/gc-improv/gcc/tree-dfa.c
    branches/gc-improv/gcc/tree-flow-inline.h
    branches/gc-improv/gcc/tree-flow.h
    branches/gc-improv/gcc/tree-inline.c
    branches/gc-improv/gcc/tree-mudflap.c
    branches/gc-improv/gcc/tree-parloops.c
    branches/gc-improv/gcc/tree-pass.h
    branches/gc-improv/gcc/tree-pretty-print.c
    branches/gc-improv/gcc/tree-scalar-evolution.c
    branches/gc-improv/gcc/tree-sra.c
    branches/gc-improv/gcc/tree-ssa-alias.c
    branches/gc-improv/gcc/tree-ssa-alias.h
    branches/gc-improv/gcc/tree-ssa-ccp.c
    branches/gc-improv/gcc/tree-ssa-copy.c
    branches/gc-improv/gcc/tree-ssa-copyrename.c
    branches/gc-improv/gcc/tree-ssa-dce.c
    branches/gc-improv/gcc/tree-ssa-dom.c
    branches/gc-improv/gcc/tree-ssa-forwprop.c
    branches/gc-improv/gcc/tree-ssa-live.c
    branches/gc-improv/gcc/tree-ssa-loop-im.c
    branches/gc-improv/gcc/tree-ssa-loop-ivopts.c
    branches/gc-improv/gcc/tree-ssa-loop-niter.c
    branches/gc-improv/gcc/tree-ssa-operands.c
    branches/gc-improv/gcc/tree-ssa-operands.h
    branches/gc-improv/gcc/tree-ssa-pre.c
    branches/gc-improv/gcc/tree-ssa-propagate.c
    branches/gc-improv/gcc/tree-ssa-sccvn.c
    branches/gc-improv/gcc/tree-ssa-sccvn.h
    branches/gc-improv/gcc/tree-ssa-structalias.c
    branches/gc-improv/gcc/tree-vect-data-refs.c
    branches/gc-improv/gcc/tree-vect-loop.c
    branches/gc-improv/gcc/tree-vect-patterns.c
    branches/gc-improv/gcc/tree-vect-slp.c
    branches/gc-improv/gcc/tree-vect-stmts.c
    branches/gc-improv/gcc/tree-vectorizer.c
    branches/gc-improv/gcc/tree-vectorizer.h
    branches/gc-improv/gcc/tree.c
    branches/gc-improv/gcc/tree.def
    branches/gc-improv/gcc/tree.h
    branches/gc-improv/gcc/unwind-dw2-fde.c
    branches/gc-improv/gcc/unwind-dw2.c
    branches/gc-improv/gnattools/ChangeLog
    branches/gc-improv/gnattools/Makefile.in
    branches/gc-improv/libffi/ChangeLog
    branches/gc-improv/libffi/configure
    branches/gc-improv/libffi/configure.ac
    branches/gc-improv/libffi/src/x86/win32.S
    branches/gc-improv/libgcc/ChangeLog
    branches/gc-improv/libgcc/config.host
    branches/gc-improv/libgfortran/ChangeLog
    branches/gc-improv/libgfortran/Makefile.am
    branches/gc-improv/libgfortran/Makefile.in
    branches/gc-improv/libgfortran/config.h.in
    branches/gc-improv/libgfortran/configure
    branches/gc-improv/libgfortran/configure.ac
    branches/gc-improv/libgfortran/fmain.c
    branches/gc-improv/libgfortran/gfortran.map
    branches/gc-improv/libgfortran/intrinsics/date_and_time.c
    branches/gc-improv/libgfortran/intrinsics/iso_c_binding.c
    branches/gc-improv/libgfortran/io/write_float.def
    branches/gc-improv/libgfortran/runtime/main.c
    branches/gc-improv/libgomp/ChangeLog
    branches/gc-improv/libgomp/team.c
    branches/gc-improv/libgomp/testsuite/libgomp.fortran/fortran.exp
    branches/gc-improv/libiberty/ChangeLog
    branches/gc-improv/libiberty/config.h-vms
    branches/gc-improv/libiberty/cp-demangle.c
    branches/gc-improv/libiberty/fibheap.c
    branches/gc-improv/libiberty/makefile.vms
    branches/gc-improv/libiberty/pex-win32.c
    branches/gc-improv/libiberty/snprintf.c
    branches/gc-improv/libiberty/vsnprintf.c
    branches/gc-improv/libjava/classpath/   (props changed)

Propchange: branches/gc-improv/
            ('svn:mergeinfo' modified)

Propchange: branches/gc-improv/libjava/classpath/
            ('svn:mergeinfo' modified)



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]