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]

r148101 - in /branches/lto: ./ ChangeLog MAINTA...


Author: dnovillo
Date: Tue Jun  2 20:17:29 2009
New Revision: 148101

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148101
Log:
2009-06-02  Jan Hubicka  <jh@suse.cz>
	    Diego Novillo  <dnovillo@google.com>

	Mainline merge @147915.

	* configure.ac (ACX_PKGVERSION): Update revision merge string.
	* configure: Regenerate.

2009-06-02  Jan Hubicka  <jh@suse.cz>

	* lto-cgraph.c (output_node): Output new inline summaries;
	add FIXME about not output global info in LTO files.
	(output_cgraph): Update comments.
	(input_overwrite_node): Add new inline plan.
	(input_node): Likewise.
	(pass_ipa_lto_cgraph): Change to ipa_opt_pass_d.
	* lto-function-in.c (input_eh_region): Change to eh_region_d.
	(fixup_eh_region_pointers): Remove prev_try.
	(input_gimple_stmt): Remove GIMPLE_CHANGE_DYNAMIC_TYPE.
	(fixup_call_stmt_edges_1): New function.
	(fixup_call_stmt_edges): New function.
	(input_function): Update for new clones.
	* lto-function-out.c (output_eh_region): Fix C++ compatibility.
	(output_eh_region): Ignore ERT_CLEANUP.
	(output_gimple_stmt): Remove GIMPLE_CHANGE_DYNAMIC_TYPE.
	(pass_ipa_lto_gimple_out): Change to ipa_opt_pass_d.
	* lto-section-out.c: (pass_ipa_lto_finish_out): Change to
	ipa_opt_pass_d.
	* lto-tree-flags.def (CHANGE_DYNAMIC_TYPE_EXPR): Remove;
	Do not mention no_tbaa_flag.
	* lto-tree-tags.def (GIMPLE_CHANGE_DYNAMIC_TYPE): Remove.
	* lto-wpa-fixup.c (pass_ipa_lto_wpa_fixup): Change to ipa_opt_pass_d.
	* cgraph.c (cgraph_clone_input_node): Update for new clones.
	(cgraph_is_clone_node): Likewise.
	* cgraphunit.c (ipa_passes): Update cast to struct ipa_opt_pass_d.
	(cgraph_emit_thunks): Add FIXME comment.
	* dwarf2out.c (current_unit_personality): New static var.
	(output_call_frame_info): Use it.
	(dwarf2out_begin_prologue): Set it.
	* passes.c (init_optimization_passes): Temporarily disable
	ipa-cp.



Added:
    branches/lto/libstdc++-v3/libsupc++/nested_exception.h
      - copied unchanged from r147915, trunk/libstdc++-v3/libsupc++/nested_exception.h
    branches/lto/libstdc++-v3/testsuite/18_support/nested_exception/
      - copied from r147915, trunk/libstdc++-v3/testsuite/18_support/nested_exception/
    branches/lto/libstdc++-v3/testsuite/21_strings/basic_string/40160.cc
      - copied unchanged from r147915, trunk/libstdc++-v3/testsuite/21_strings/basic_string/40160.cc
    branches/lto/libstdc++-v3/testsuite/22_locale/locale/cons/40184.cc
      - copied unchanged from r147915, trunk/libstdc++-v3/testsuite/22_locale/locale/cons/40184.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/vector/40192.cc
      - copied unchanged from r147915, trunk/libstdc++-v3/testsuite/23_containers/vector/40192.cc
    branches/lto/libstdc++-v3/testsuite/25_algorithms/find/39546.cc
      - copied unchanged from r147915, trunk/libstdc++-v3/testsuite/25_algorithms/find/39546.cc
    branches/lto/libstdc++-v3/testsuite/30_threads/call_once/39909.cc
      - copied unchanged from r147915, trunk/libstdc++-v3/testsuite/30_threads/call_once/39909.cc
Removed:
    branches/lto/libstdc++-v3/testsuite/20_util/shared_ptr/modifiers/swap_rvalue.cc
    branches/lto/libstdc++-v3/testsuite/30_threads/thread/swap/2.cc
Modified:
    branches/lto/libstdc++-v3/ChangeLog
    branches/lto/libstdc++-v3/acinclude.m4
    branches/lto/libstdc++-v3/config/abi/pre/gnu.ver
    branches/lto/libstdc++-v3/config/locale/generic/c_locale.cc
    branches/lto/libstdc++-v3/config/locale/gnu/c_locale.cc
    branches/lto/libstdc++-v3/configure
    branches/lto/libstdc++-v3/configure.ac
    branches/lto/libstdc++-v3/doc/xml/manual/status_cxx200x.xml
    branches/lto/libstdc++-v3/include/Makefile.am
    branches/lto/libstdc++-v3/include/Makefile.in
    branches/lto/libstdc++-v3/include/bits/forward_list.h
    branches/lto/libstdc++-v3/include/bits/locale_classes.h
    branches/lto/libstdc++-v3/include/bits/random.h
    branches/lto/libstdc++-v3/include/bits/random.tcc
    branches/lto/libstdc++-v3/include/bits/shared_ptr.h
    branches/lto/libstdc++-v3/include/bits/stl_bvector.h
    branches/lto/libstdc++-v3/include/bits/stl_construct.h
    branches/lto/libstdc++-v3/include/bits/stl_deque.h
    branches/lto/libstdc++-v3/include/bits/stl_list.h
    branches/lto/libstdc++-v3/include/bits/stl_map.h
    branches/lto/libstdc++-v3/include/bits/stl_multimap.h
    branches/lto/libstdc++-v3/include/bits/stl_multiset.h
    branches/lto/libstdc++-v3/include/bits/stl_pair.h
    branches/lto/libstdc++-v3/include/bits/stl_queue.h
    branches/lto/libstdc++-v3/include/bits/stl_set.h
    branches/lto/libstdc++-v3/include/bits/stl_stack.h
    branches/lto/libstdc++-v3/include/bits/stl_tree.h
    branches/lto/libstdc++-v3/include/bits/stl_vector.h
    branches/lto/libstdc++-v3/include/bits/unique_ptr.h
    branches/lto/libstdc++-v3/include/debug/deque
    branches/lto/libstdc++-v3/include/debug/formatter.h
    branches/lto/libstdc++-v3/include/debug/list
    branches/lto/libstdc++-v3/include/debug/map.h
    branches/lto/libstdc++-v3/include/debug/multimap.h
    branches/lto/libstdc++-v3/include/debug/multiset.h
    branches/lto/libstdc++-v3/include/debug/set.h
    branches/lto/libstdc++-v3/include/debug/unordered_map
    branches/lto/libstdc++-v3/include/debug/unordered_set
    branches/lto/libstdc++-v3/include/debug/vector
    branches/lto/libstdc++-v3/include/ext/throw_allocator.h
    branches/lto/libstdc++-v3/include/ext/vstring.h
    branches/lto/libstdc++-v3/include/parallel/algo.h
    branches/lto/libstdc++-v3/include/std/istream
    branches/lto/libstdc++-v3/include/std/mutex
    branches/lto/libstdc++-v3/include/std/ostream
    branches/lto/libstdc++-v3/include/std/system_error
    branches/lto/libstdc++-v3/include/std/thread
    branches/lto/libstdc++-v3/include/std/tuple
    branches/lto/libstdc++-v3/include/tr1_impl/functional
    branches/lto/libstdc++-v3/include/tr1_impl/hashtable
    branches/lto/libstdc++-v3/include/tr1_impl/unordered_map
    branches/lto/libstdc++-v3/include/tr1_impl/unordered_set
    branches/lto/libstdc++-v3/libsupc++/Makefile.am
    branches/lto/libstdc++-v3/libsupc++/Makefile.in
    branches/lto/libstdc++-v3/libsupc++/exception
    branches/lto/libstdc++-v3/libsupc++/initializer_list
    branches/lto/libstdc++-v3/src/compatibility.cc
    branches/lto/libstdc++-v3/src/debug.cc
    branches/lto/libstdc++-v3/src/localename.cc
    branches/lto/libstdc++-v3/src/math_stubs_long_double.cc
    branches/lto/libstdc++-v3/src/mutex.cc
    branches/lto/libstdc++-v3/testsuite/19_diagnostics/error_code/operators/bool.cc
    branches/lto/libstdc++-v3/testsuite/19_diagnostics/error_code/operators/bool_neg.cc
    branches/lto/libstdc++-v3/testsuite/19_diagnostics/error_condition/operators/bool.cc
    branches/lto/libstdc++-v3/testsuite/19_diagnostics/error_condition/operators/bool_neg.cc
    branches/lto/libstdc++-v3/testsuite/20_util/shared_ptr/observers/bool_conv.cc
    branches/lto/libstdc++-v3/testsuite/20_util/unique_ptr/assign/assign_neg.cc
    branches/lto/libstdc++-v3/testsuite/20_util/unique_ptr/modifiers/reset_neg.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/assign_neg.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor_1_neg.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor_2_neg.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/insert_neg.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/headers/forward_list/synopsis.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/14340.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/23781.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/capacity/1.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/capacity/29134.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/check_construct_destroy.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/cons/1.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/cons/2.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/cons/3.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/cons/4.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/cons/5.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/cons/6.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/cons/7.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/cons/8.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/cons/9.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/cons/clear_allocator.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/init-list.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/invalidation/1.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/invalidation/2.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/invalidation/3.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/invalidation/4.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/modifiers/1.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/modifiers/2.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/modifiers/3.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/modifiers/insert/25288.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/modifiers/swap/1.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/modifiers/swap/2.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/modifiers/swap/3.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/moveable.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/operations/1.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/operations/2.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/operations/3.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/operations/4.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/operations/5.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/pthread1.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/pthread5.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/requirements/citerators.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/assign_neg.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_1_neg.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_2_neg.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/insert_neg.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/requirements/partial_specialization/1.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/assign_neg.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_1_neg.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_2_neg.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/insert_neg.cc
    branches/lto/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/cons/num_xbound_fun.cc
    branches/lto/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/cons/initlist_fun.cc
    branches/lto/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/cons/num_xbound_fun.cc
    branches/lto/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/cons/initlist_fun.cc
    branches/lto/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/cons/num_xbound_fun.cc
    branches/lto/libstdc++-v3/testsuite/30_threads/headers/mutex/types_std_c++0x.cc
    branches/lto/libstdc++-v3/testsuite/30_threads/thread/swap/1.cc
    branches/lto/libstdc++-v3/testsuite/lib/libstdc++.exp
    branches/lto/libstdc++-v3/testsuite/util/common_type/assoc/common_type.hpp
    branches/lto/libstdc++-v3/testsuite/util/testsuite_abi.cc

Changes in other areas also in this revision:
Added:
    branches/lto/config/bootstrap-O1.mk
      - copied unchanged from r147915, trunk/config/bootstrap-O1.mk
    branches/lto/config/bootstrap-O3.mk
      - copied unchanged from r147915, trunk/config/bootstrap-O3.mk
    branches/lto/config/bootstrap-debug.mk
      - copied unchanged from r147915, trunk/config/bootstrap-debug.mk
    branches/lto/gcc/ada/s-linux-mipsel.ads
      - copied unchanged from r147915, trunk/gcc/ada/s-linux-mipsel.ads
    branches/lto/gcc/ada/system-linux-mips64el.ads
      - copied unchanged from r147915, trunk/gcc/ada/system-linux-mips64el.ads
    branches/lto/gcc/config/i386/biarch32.h
      - copied unchanged from r147915, trunk/gcc/config/i386/biarch32.h
    branches/lto/gcc/config/rs6000/t-xilinx
      - copied unchanged from r147915, trunk/gcc/config/rs6000/t-xilinx
    branches/lto/gcc/regcprop.c
      - copied unchanged from r147915, trunk/gcc/regcprop.c
    branches/lto/gcc/testsuite/g++.dg/cpp/pragma-float-const-decimal64-1.C
      - copied unchanged from r147915, trunk/gcc/testsuite/g++.dg/cpp/pragma-float-const-decimal64-1.C
    branches/lto/gcc/testsuite/g++.dg/cpp0x/enum3.C
      - copied unchanged from r147915, trunk/gcc/testsuite/g++.dg/cpp0x/enum3.C
    branches/lto/gcc/testsuite/g++.dg/cpp0x/explicit1.C
      - copied unchanged from r147915, trunk/gcc/testsuite/g++.dg/cpp0x/explicit1.C
    branches/lto/gcc/testsuite/g++.dg/cpp0x/explicit2.C
      - copied unchanged from r147915, trunk/gcc/testsuite/g++.dg/cpp0x/explicit2.C
    branches/lto/gcc/testsuite/g++.dg/debug/dwarf2/nested-1.C
      - copied unchanged from r147915, trunk/gcc/testsuite/g++.dg/debug/dwarf2/nested-1.C
    branches/lto/gcc/testsuite/g++.dg/eh/nested-try.C
      - copied unchanged from r147915, trunk/gcc/testsuite/g++.dg/eh/nested-try.C
    branches/lto/gcc/testsuite/g++.dg/ext/dllexport2.C
      - copied unchanged from r147915, trunk/gcc/testsuite/g++.dg/ext/dllexport2.C
    branches/lto/gcc/testsuite/g++.dg/ext/dllexport2a.cc
      - copied unchanged from r147915, trunk/gcc/testsuite/g++.dg/ext/dllexport2a.cc
    branches/lto/gcc/testsuite/g++.dg/ext/ms-1.C
      - copied unchanged from r147915, trunk/gcc/testsuite/g++.dg/ext/ms-1.C
    branches/lto/gcc/testsuite/g++.dg/ext/vector16.C
      - copied unchanged from r147915, trunk/gcc/testsuite/g++.dg/ext/vector16.C
    branches/lto/gcc/testsuite/g++.dg/ext/vla7.C
      - copied unchanged from r147915, trunk/gcc/testsuite/g++.dg/ext/vla7.C
    branches/lto/gcc/testsuite/g++.dg/plugin/
      - copied from r147915, trunk/gcc/testsuite/g++.dg/plugin/
    branches/lto/gcc/testsuite/g++.dg/template/call7.C
      - copied unchanged from r147915, trunk/gcc/testsuite/g++.dg/template/call7.C
    branches/lto/gcc/testsuite/g++.dg/template/dtor6.C
      - copied unchanged from r147915, trunk/gcc/testsuite/g++.dg/template/dtor6.C
    branches/lto/gcc/testsuite/g++.dg/template/typedef18.C
      - copied unchanged from r147915, trunk/gcc/testsuite/g++.dg/template/typedef18.C
    branches/lto/gcc/testsuite/g++.dg/template/typedef19.C
      - copied unchanged from r147915, trunk/gcc/testsuite/g++.dg/template/typedef19.C
    branches/lto/gcc/testsuite/g++.dg/template/typedef20.C
      - copied unchanged from r147915, trunk/gcc/testsuite/g++.dg/template/typedef20.C
    branches/lto/gcc/testsuite/g++.dg/torture/pr40081.C
      - copied unchanged from r147915, trunk/gcc/testsuite/g++.dg/torture/pr40081.C
    branches/lto/gcc/testsuite/g++.dg/tree-ssa/pr38632.C
      - copied unchanged from r147915, trunk/gcc/testsuite/g++.dg/tree-ssa/pr38632.C
    branches/lto/gcc/testsuite/g++.dg/warn/Wuninitialized-4.C
      - copied unchanged from r147915, trunk/gcc/testsuite/g++.dg/warn/Wuninitialized-4.C
    branches/lto/gcc/testsuite/g++.dg/warn/Wuninitialized-5.C
      - copied unchanged from r147915, trunk/gcc/testsuite/g++.dg/warn/Wuninitialized-5.C
    branches/lto/gcc/testsuite/g++.dg/warn/deprecated-6.C
      - copied unchanged from r147915, trunk/gcc/testsuite/g++.dg/warn/deprecated-6.C
    branches/lto/gcc/testsuite/g++.dg/warn/pr16302.C
      - copied unchanged from r147915, trunk/gcc/testsuite/g++.dg/warn/pr16302.C
    branches/lto/gcc/testsuite/g++.dg/warn/translate-ice-1.C
      - copied unchanged from r147915, trunk/gcc/testsuite/g++.dg/warn/translate-ice-1.C
    branches/lto/gcc/testsuite/gcc.c-torture/compile/20090518-1.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.c-torture/compile/20090518-1.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/20090519-1.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.c-torture/compile/20090519-1.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/const-high-part.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.c-torture/compile/const-high-part.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/pr39999.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.c-torture/compile/pr39999.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/pr40023.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.c-torture/compile/pr40023.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/pr40026.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.c-torture/compile/pr40026.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/pr40035.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.c-torture/compile/pr40035.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/pr40080.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.c-torture/compile/pr40080.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/pr40204.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.c-torture/compile/pr40204.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/pr40233.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.c-torture/compile/pr40233.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/pr40252.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.c-torture/compile/pr40252.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/ptr-conv-1.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.c-torture/compile/ptr-conv-1.c
    branches/lto/gcc/testsuite/gcc.c-torture/execute/pr40022.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.c-torture/execute/pr40022.c
    branches/lto/gcc/testsuite/gcc.c-torture/execute/pr40057.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.c-torture/execute/pr40057.c
    branches/lto/gcc/testsuite/gcc.dg/Wcxx-compat-10.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/Wcxx-compat-10.c
    branches/lto/gcc/testsuite/gcc.dg/Wcxx-compat-7.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/Wcxx-compat-7.c
    branches/lto/gcc/testsuite/gcc.dg/Wcxx-compat-8.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/Wcxx-compat-8.c
    branches/lto/gcc/testsuite/gcc.dg/Wcxx-compat-9.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/Wcxx-compat-9.c
    branches/lto/gcc/testsuite/gcc.dg/Wunsuffixed-float-constants-1.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/Wunsuffixed-float-constants-1.c
    branches/lto/gcc/testsuite/gcc.dg/cpp/pr36674.i
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/cpp/pr36674.i
    branches/lto/gcc/testsuite/gcc.dg/cpp/pragma-float-const-decimal64-1.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/cpp/pragma-float-const-decimal64-1.c
    branches/lto/gcc/testsuite/gcc.dg/deprecated-4.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/deprecated-4.c
    branches/lto/gcc/testsuite/gcc.dg/deprecated-5.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/deprecated-5.c
    branches/lto/gcc/testsuite/gcc.dg/deprecated-6.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/deprecated-6.c
    branches/lto/gcc/testsuite/gcc.dg/dfp/float-constant-double.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/dfp/float-constant-double.c
    branches/lto/gcc/testsuite/gcc.dg/dfp/pr39986.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/dfp/pr39986.c
    branches/lto/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-1.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-1.c
    branches/lto/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-2.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-2.c
    branches/lto/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-3.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-3.c
    branches/lto/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-4.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-4.c
    branches/lto/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-5.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-5.c
    branches/lto/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-6.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-6.c
    branches/lto/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-7.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-7.c
    branches/lto/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-8.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/dfp/pragma-float-const-decimal64-8.c
    branches/lto/gcc/testsuite/gcc.dg/dll-6.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/dll-6.c
    branches/lto/gcc/testsuite/gcc.dg/dll-6a.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/dll-6a.c
    branches/lto/gcc/testsuite/gcc.dg/dll-7.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/dll-7.c
    branches/lto/gcc/testsuite/gcc.dg/dll-7a.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/dll-7a.c
    branches/lto/gcc/testsuite/gcc.dg/falign-labels-1.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/falign-labels-1.c
    branches/lto/gcc/testsuite/gcc.dg/noncompile/incomplete-5.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/noncompile/incomplete-5.c
    branches/lto/gcc/testsuite/gcc.dg/plugin/
      - copied from r147915, trunk/gcc/testsuite/gcc.dg/plugin/
    branches/lto/gcc/testsuite/gcc.dg/pr16302.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/pr16302.c
    branches/lto/gcc/testsuite/gcc.dg/pr39666-1.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/pr39666-1.c
    branches/lto/gcc/testsuite/gcc.dg/pr39666-2.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/pr39666-2.c
    branches/lto/gcc/testsuite/gcc.dg/pr40031.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/pr40031.c
    branches/lto/gcc/testsuite/gcc.dg/pr40172-1.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/pr40172-1.c
    branches/lto/gcc/testsuite/gcc.dg/pr40172-2.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/pr40172-2.c
    branches/lto/gcc/testsuite/gcc.dg/pr40172-3.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/pr40172-3.c
    branches/lto/gcc/testsuite/gcc.dg/torture/builtin-math-5.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/torture/builtin-math-5.c
    branches/lto/gcc/testsuite/gcc.dg/torture/builtin-math-6.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/torture/builtin-math-6.c
    branches/lto/gcc/testsuite/gcc.dg/torture/complex-sign-add.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/torture/complex-sign-add.c
    branches/lto/gcc/testsuite/gcc.dg/torture/complex-sign-mixed-add.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/torture/complex-sign-mixed-add.c
    branches/lto/gcc/testsuite/gcc.dg/torture/complex-sign-mixed-div.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/torture/complex-sign-mixed-div.c
    branches/lto/gcc/testsuite/gcc.dg/torture/complex-sign-mixed-mul.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/torture/complex-sign-mixed-mul.c
    branches/lto/gcc/testsuite/gcc.dg/torture/complex-sign-mixed-sub.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/torture/complex-sign-mixed-sub.c
    branches/lto/gcc/testsuite/gcc.dg/torture/complex-sign-mul-minus-one.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/torture/complex-sign-mul-minus-one.c
    branches/lto/gcc/testsuite/gcc.dg/torture/complex-sign-mul-one.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/torture/complex-sign-mul-one.c
    branches/lto/gcc/testsuite/gcc.dg/torture/complex-sign-mul.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/torture/complex-sign-mul.c
    branches/lto/gcc/testsuite/gcc.dg/torture/complex-sign-sub.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/torture/complex-sign-sub.c
    branches/lto/gcc/testsuite/gcc.dg/torture/complex-sign.h
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/torture/complex-sign.h
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/flatten-3.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/tree-ssa/flatten-3.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/inline-3.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/tree-ssa/inline-3.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/pr40087.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr40087.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-24.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-24.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-25.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-25.c
    branches/lto/gcc/testsuite/gcc.dg/ucnid-10.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/ucnid-10.c
    branches/lto/gcc/testsuite/gcc.dg/ucnid-11.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/ucnid-11.c
    branches/lto/gcc/testsuite/gcc.dg/ucnid-12.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/ucnid-12.c
    branches/lto/gcc/testsuite/gcc.dg/ucnid-13.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/ucnid-13.c
    branches/lto/gcc/testsuite/gcc.dg/ucnid-8.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/ucnid-8.c
    branches/lto/gcc/testsuite/gcc.dg/ucnid-9.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/ucnid-9.c
    branches/lto/gcc/testsuite/gcc.dg/vect/bb-slp-1.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-1.c
    branches/lto/gcc/testsuite/gcc.dg/vect/bb-slp-10.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-10.c
    branches/lto/gcc/testsuite/gcc.dg/vect/bb-slp-11.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-11.c
    branches/lto/gcc/testsuite/gcc.dg/vect/bb-slp-13.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-13.c
    branches/lto/gcc/testsuite/gcc.dg/vect/bb-slp-14.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-14.c
    branches/lto/gcc/testsuite/gcc.dg/vect/bb-slp-15.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-15.c
    branches/lto/gcc/testsuite/gcc.dg/vect/bb-slp-16.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-16.c
    branches/lto/gcc/testsuite/gcc.dg/vect/bb-slp-17.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-17.c
    branches/lto/gcc/testsuite/gcc.dg/vect/bb-slp-18.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-18.c
    branches/lto/gcc/testsuite/gcc.dg/vect/bb-slp-19.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-19.c
    branches/lto/gcc/testsuite/gcc.dg/vect/bb-slp-2.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-2.c
    branches/lto/gcc/testsuite/gcc.dg/vect/bb-slp-20.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-20.c
    branches/lto/gcc/testsuite/gcc.dg/vect/bb-slp-21.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-21.c
    branches/lto/gcc/testsuite/gcc.dg/vect/bb-slp-22.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-22.c
    branches/lto/gcc/testsuite/gcc.dg/vect/bb-slp-3.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-3.c
    branches/lto/gcc/testsuite/gcc.dg/vect/bb-slp-4.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-4.c
    branches/lto/gcc/testsuite/gcc.dg/vect/bb-slp-5.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-5.c
    branches/lto/gcc/testsuite/gcc.dg/vect/bb-slp-6.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-6.c
    branches/lto/gcc/testsuite/gcc.dg/vect/bb-slp-7.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-7.c
    branches/lto/gcc/testsuite/gcc.dg/vect/bb-slp-8.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-8.c
    branches/lto/gcc/testsuite/gcc.dg/vect/bb-slp-9.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-9.c
    branches/lto/gcc/testsuite/gcc.dg/vect/no-tree-reassoc-bb-slp-12.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/vect/no-tree-reassoc-bb-slp-12.c
    branches/lto/gcc/testsuite/gcc.dg/vect/pr40074.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/vect/pr40074.c
    branches/lto/gcc/testsuite/gcc.dg/vect/pr40238.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/vect/pr40238.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-shift-2.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/vect/vect-shift-2.c
    branches/lto/gcc/testsuite/gcc.dg/vector-4.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.dg/vector-4.c
    branches/lto/gcc/testsuite/gcc.target/arm/neon-vmla-1.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.target/arm/neon-vmla-1.c
    branches/lto/gcc/testsuite/gcc.target/arm/neon-vmls-1.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.target/arm/neon-vmls-1.c
    branches/lto/gcc/testsuite/gcc.target/arm/thumb2-mul-space-2.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.target/arm/thumb2-mul-space-2.c
    branches/lto/gcc/testsuite/gcc.target/arm/thumb2-mul-space-3.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.target/arm/thumb2-mul-space-3.c
    branches/lto/gcc/testsuite/gcc.target/arm/thumb2-mul-space.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.target/arm/thumb2-mul-space.c
    branches/lto/gcc/testsuite/gcc.target/arm/thumb2-mul-speed.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.target/arm/thumb2-mul-speed.c
    branches/lto/gcc/testsuite/gcc.target/i386/movbe-1.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.target/i386/movbe-1.c
    branches/lto/gcc/testsuite/gcc.target/i386/movbe-2.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.target/i386/movbe-2.c
    branches/lto/gcc/testsuite/gcc.target/ia64/mfused-madd-vect.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.target/ia64/mfused-madd-vect.c
    branches/lto/gcc/testsuite/gcc.target/ia64/mfused-madd.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.target/ia64/mfused-madd.c
    branches/lto/gcc/testsuite/gcc.target/ia64/mno-fused-madd-vect.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.target/ia64/mno-fused-madd-vect.c
    branches/lto/gcc/testsuite/gcc.target/ia64/mno-fused-madd.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.target/ia64/mno-fused-madd.c
    branches/lto/gcc/testsuite/gcc.target/m68k/tls-gd-xgot.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.target/m68k/tls-gd-xgot.c
    branches/lto/gcc/testsuite/gcc.target/m68k/tls-gd.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.target/m68k/tls-gd.c
    branches/lto/gcc/testsuite/gcc.target/m68k/tls-ie-xgot.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.target/m68k/tls-ie-xgot.c
    branches/lto/gcc/testsuite/gcc.target/m68k/tls-ie.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.target/m68k/tls-ie.c
    branches/lto/gcc/testsuite/gcc.target/m68k/tls-ld-xgot-xtls.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.target/m68k/tls-ld-xgot-xtls.c
    branches/lto/gcc/testsuite/gcc.target/m68k/tls-ld-xgot.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.target/m68k/tls-ld-xgot.c
    branches/lto/gcc/testsuite/gcc.target/m68k/tls-ld-xtls.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.target/m68k/tls-ld-xtls.c
    branches/lto/gcc/testsuite/gcc.target/m68k/tls-ld.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.target/m68k/tls-ld.c
    branches/lto/gcc/testsuite/gcc.target/m68k/tls-le-xtls.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.target/m68k/tls-le-xtls.c
    branches/lto/gcc/testsuite/gcc.target/m68k/tls-le.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.target/m68k/tls-le.c
    branches/lto/gcc/testsuite/gcc.target/mips/extend-1.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.target/mips/extend-1.c
    branches/lto/gcc/testsuite/gcc.target/mips/octeon-exts-6.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gcc.target/mips/octeon-exts-6.c
    branches/lto/gcc/testsuite/gfortran.dg/array_constructor_31.f90
      - copied unchanged from r147915, trunk/gcc/testsuite/gfortran.dg/array_constructor_31.f90
    branches/lto/gcc/testsuite/gfortran.dg/bounds_check_fail_3.f90
      - copied unchanged from r147915, trunk/gcc/testsuite/gfortran.dg/bounds_check_fail_3.f90
    branches/lto/gcc/testsuite/gfortran.dg/bounds_check_fail_4.f90
      - copied unchanged from r147915, trunk/gcc/testsuite/gfortran.dg/bounds_check_fail_4.f90
    branches/lto/gcc/testsuite/gfortran.dg/c_f_pointer_shape_tests_4.f03
      - copied unchanged from r147915, trunk/gcc/testsuite/gfortran.dg/c_f_pointer_shape_tests_4.f03
    branches/lto/gcc/testsuite/gfortran.dg/c_f_pointer_shape_tests_4_driver.c
      - copied unchanged from r147915, trunk/gcc/testsuite/gfortran.dg/c_f_pointer_shape_tests_4_driver.c
    branches/lto/gcc/testsuite/gfortran.dg/dependency_24.f90
      - copied unchanged from r147915, trunk/gcc/testsuite/gfortran.dg/dependency_24.f90
    branches/lto/gcc/testsuite/gfortran.dg/duplicate_type_3.f90
      - copied unchanged from r147915, trunk/gcc/testsuite/gfortran.dg/duplicate_type_3.f90
    branches/lto/gcc/testsuite/gfortran.dg/erf_2.F90
      - copied unchanged from r147915, trunk/gcc/testsuite/gfortran.dg/erf_2.F90
    branches/lto/gcc/testsuite/gfortran.dg/erfc_scaled_2.f90
      - copied unchanged from r147915, trunk/gcc/testsuite/gfortran.dg/erfc_scaled_2.f90
    branches/lto/gcc/testsuite/gfortran.dg/hollerith6.f90
      - copied unchanged from r147915, trunk/gcc/testsuite/gfortran.dg/hollerith6.f90
    branches/lto/gcc/testsuite/gfortran.dg/hollerith7.f90
      - copied unchanged from r147915, trunk/gcc/testsuite/gfortran.dg/hollerith7.f90
    branches/lto/gcc/testsuite/gfortran.dg/interface_27.f90
      - copied unchanged from r147915, trunk/gcc/testsuite/gfortran.dg/interface_27.f90
    branches/lto/gcc/testsuite/gfortran.dg/interface_28.f90
      - copied unchanged from r147915, trunk/gcc/testsuite/gfortran.dg/interface_28.f90
    branches/lto/gcc/testsuite/gfortran.dg/intrinsic_2.f90
      - copied unchanged from r147915, trunk/gcc/testsuite/gfortran.dg/intrinsic_2.f90
    branches/lto/gcc/testsuite/gfortran.dg/intrinsic_3.f90
      - copied unchanged from r147915, trunk/gcc/testsuite/gfortran.dg/intrinsic_3.f90
    branches/lto/gcc/testsuite/gfortran.dg/nullify_4.f90
      - copied unchanged from r147915, trunk/gcc/testsuite/gfortran.dg/nullify_4.f90
    branches/lto/gcc/testsuite/gfortran.dg/pr39666-1.f90
      - copied unchanged from r147915, trunk/gcc/testsuite/gfortran.dg/pr39666-1.f90
    branches/lto/gcc/testsuite/gfortran.dg/pr39666-2.f90
      - copied unchanged from r147915, trunk/gcc/testsuite/gfortran.dg/pr39666-2.f90
    branches/lto/gcc/testsuite/gfortran.dg/pr39865.f90
      - copied unchanged from r147915, trunk/gcc/testsuite/gfortran.dg/pr39865.f90
    branches/lto/gcc/testsuite/gfortran.dg/proc_ptr_17.f90
      - copied unchanged from r147915, trunk/gcc/testsuite/gfortran.dg/proc_ptr_17.f90
    branches/lto/gcc/testsuite/gfortran.dg/proc_ptr_18.f90
      - copied unchanged from r147915, trunk/gcc/testsuite/gfortran.dg/proc_ptr_18.f90
    branches/lto/gcc/testsuite/gfortran.dg/proc_ptr_19.f90
      - copied unchanged from r147915, trunk/gcc/testsuite/gfortran.dg/proc_ptr_19.f90
    branches/lto/gcc/testsuite/gfortran.dg/proc_ptr_comp_1.f90
      - copied unchanged from r147915, trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_1.f90
    branches/lto/gcc/testsuite/gfortran.dg/proc_ptr_comp_10.f90
      - copied unchanged from r147915, trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_10.f90
    branches/lto/gcc/testsuite/gfortran.dg/proc_ptr_comp_2.f90
      - copied unchanged from r147915, trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_2.f90
    branches/lto/gcc/testsuite/gfortran.dg/proc_ptr_comp_3.f90
      - copied unchanged from r147915, trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_3.f90
    branches/lto/gcc/testsuite/gfortran.dg/proc_ptr_comp_4.f90
      - copied unchanged from r147915, trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_4.f90
    branches/lto/gcc/testsuite/gfortran.dg/proc_ptr_comp_5.f90
      - copied unchanged from r147915, trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_5.f90
    branches/lto/gcc/testsuite/gfortran.dg/proc_ptr_comp_6.f90
      - copied unchanged from r147915, trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_6.f90
    branches/lto/gcc/testsuite/gfortran.dg/proc_ptr_comp_7.f90
      - copied unchanged from r147915, trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_7.f90
    branches/lto/gcc/testsuite/gfortran.dg/proc_ptr_comp_8.f90
      - copied unchanged from r147915, trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_8.f90
    branches/lto/gcc/testsuite/gfortran.dg/proc_ptr_comp_9.f90
      - copied unchanged from r147915, trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_9.f90
    branches/lto/gcc/testsuite/gfortran.dg/string_1.f90
      - copied unchanged from r147915, trunk/gcc/testsuite/gfortran.dg/string_1.f90
    branches/lto/gcc/testsuite/gfortran.dg/string_2.f90
      - copied unchanged from r147915, trunk/gcc/testsuite/gfortran.dg/string_2.f90
    branches/lto/gcc/testsuite/gfortran.dg/string_3.f90
      - copied unchanged from r147915, trunk/gcc/testsuite/gfortran.dg/string_3.f90
    branches/lto/gcc/testsuite/gfortran.fortran-torture/execute/pr40021.f
      - copied unchanged from r147915, trunk/gcc/testsuite/gfortran.fortran-torture/execute/pr40021.f
    branches/lto/gcc/testsuite/gnat.dg/addr6.adb
      - copied unchanged from r147915, trunk/gcc/testsuite/gnat.dg/addr6.adb
    branches/lto/gcc/testsuite/gnat.dg/loop_optimization6.adb
      - copied unchanged from r147915, trunk/gcc/testsuite/gnat.dg/loop_optimization6.adb
    branches/lto/gcc/testsuite/gnat.dg/loop_optimization6.ads
      - copied unchanged from r147915, trunk/gcc/testsuite/gnat.dg/loop_optimization6.ads
    branches/lto/gcc/testsuite/gnat.dg/specs/rep_clause3.ads
      - copied unchanged from r147915, trunk/gcc/testsuite/gnat.dg/specs/rep_clause3.ads
    branches/lto/gcc/testsuite/lib/plugin-support.exp
      - copied unchanged from r147915, trunk/gcc/testsuite/lib/plugin-support.exp
Removed:
    branches/lto/gcc/dwarf.h
Modified:
    branches/lto/   (props changed)
    branches/lto/ChangeLog
    branches/lto/MAINTAINERS
    branches/lto/Makefile.def
    branches/lto/Makefile.in
    branches/lto/Makefile.tpl
    branches/lto/boehm-gc/ChangeLog
    branches/lto/boehm-gc/win32_threads.c
    branches/lto/config.guess
    branches/lto/config/ChangeLog
    branches/lto/config/mt-gnu
    branches/lto/config/multi.m4
    branches/lto/config/tcl.m4
    branches/lto/configure
    branches/lto/configure.ac
    branches/lto/fixincludes/ChangeLog
    branches/lto/fixincludes/fixincl.x
    branches/lto/fixincludes/inclhack.def
    branches/lto/gcc/ChangeLog
    branches/lto/gcc/ChangeLog.lto
    branches/lto/gcc/DATESTAMP
    branches/lto/gcc/Makefile.in
    branches/lto/gcc/ada/ChangeLog
    branches/lto/gcc/ada/adaint.c
    branches/lto/gcc/ada/alloc.ads
    branches/lto/gcc/ada/back_end.adb
    branches/lto/gcc/ada/clean.adb
    branches/lto/gcc/ada/comperr.adb
    branches/lto/gcc/ada/debug.adb
    branches/lto/gcc/ada/errout.adb
    branches/lto/gcc/ada/errout.ads
    branches/lto/gcc/ada/exp_aggr.adb
    branches/lto/gcc/ada/exp_attr.adb
    branches/lto/gcc/ada/exp_ch3.adb
    branches/lto/gcc/ada/exp_ch4.adb
    branches/lto/gcc/ada/exp_ch5.adb
    branches/lto/gcc/ada/exp_ch6.adb
    branches/lto/gcc/ada/exp_disp.adb
    branches/lto/gcc/ada/exp_dist.adb
    branches/lto/gcc/ada/exp_dist.ads
    branches/lto/gcc/ada/exp_intr.adb
    branches/lto/gcc/ada/exp_util.adb
    branches/lto/gcc/ada/freeze.adb
    branches/lto/gcc/ada/g-comlin.ads
    branches/lto/gcc/ada/g-debuti.adb
    branches/lto/gcc/ada/g-dyntab.adb
    branches/lto/gcc/ada/g-dyntab.ads
    branches/lto/gcc/ada/g-expect-vms.adb
    branches/lto/gcc/ada/g-expect.adb
    branches/lto/gcc/ada/g-expect.ads
    branches/lto/gcc/ada/g-socket.adb
    branches/lto/gcc/ada/g-socthi-mingw.adb
    branches/lto/gcc/ada/g-socthi-mingw.ads
    branches/lto/gcc/ada/g-socthi-vms.adb
    branches/lto/gcc/ada/g-socthi-vms.ads
    branches/lto/gcc/ada/g-socthi-vxworks.adb
    branches/lto/gcc/ada/g-socthi-vxworks.ads
    branches/lto/gcc/ada/g-socthi.adb
    branches/lto/gcc/ada/g-socthi.ads
    branches/lto/gcc/ada/g-stsifd-sockets.adb
    branches/lto/gcc/ada/g-table.adb
    branches/lto/gcc/ada/g-table.ads
    branches/lto/gcc/ada/gcc-interface/Make-lang.in
    branches/lto/gcc/ada/gcc-interface/Makefile.in
    branches/lto/gcc/ada/gcc-interface/ada-tree.h
    branches/lto/gcc/ada/gcc-interface/decl.c
    branches/lto/gcc/ada/gcc-interface/gigi.h
    branches/lto/gcc/ada/gcc-interface/lang-specs.h
    branches/lto/gcc/ada/gcc-interface/misc.c
    branches/lto/gcc/ada/gcc-interface/trans.c
    branches/lto/gcc/ada/gcc-interface/utils.c
    branches/lto/gcc/ada/gcc-interface/utils2.c
    branches/lto/gcc/ada/gnat_rm.texi
    branches/lto/gcc/ada/gnat_ugn.texi
    branches/lto/gcc/ada/gnatcmd.adb
    branches/lto/gcc/ada/init.c
    branches/lto/gcc/ada/initialize.c
    branches/lto/gcc/ada/lib-load.adb
    branches/lto/gcc/ada/lib.ads
    branches/lto/gcc/ada/make.adb
    branches/lto/gcc/ada/makeutl.ads
    branches/lto/gcc/ada/opt.ads
    branches/lto/gcc/ada/osint.adb
    branches/lto/gcc/ada/osint.ads
    branches/lto/gcc/ada/par-ch12.adb
    branches/lto/gcc/ada/par-ch3.adb
    branches/lto/gcc/ada/par-ch4.adb
    branches/lto/gcc/ada/par-ch5.adb
    branches/lto/gcc/ada/par-ch6.adb
    branches/lto/gcc/ada/par-ch9.adb
    branches/lto/gcc/ada/par-endh.adb
    branches/lto/gcc/ada/par-load.adb
    branches/lto/gcc/ada/par-prag.adb
    branches/lto/gcc/ada/par-tchk.adb
    branches/lto/gcc/ada/par-util.adb
    branches/lto/gcc/ada/prj-dect.adb
    branches/lto/gcc/ada/prj-nmsc.adb
    branches/lto/gcc/ada/prj-pars.adb
    branches/lto/gcc/ada/prj-pars.ads
    branches/lto/gcc/ada/prj-proc.ads
    branches/lto/gcc/ada/prj.ads
    branches/lto/gcc/ada/rtsfind.adb
    branches/lto/gcc/ada/rtsfind.ads
    branches/lto/gcc/ada/s-fileio.adb
    branches/lto/gcc/ada/s-linux-alpha.ads
    branches/lto/gcc/ada/s-linux-hppa.ads
    branches/lto/gcc/ada/s-linux.ads
    branches/lto/gcc/ada/s-oscons-tmplt.c
    branches/lto/gcc/ada/s-osinte-darwin.ads
    branches/lto/gcc/ada/s-osinte-linux.ads
    branches/lto/gcc/ada/scng.adb
    branches/lto/gcc/ada/sdefault.ads
    branches/lto/gcc/ada/sem.adb
    branches/lto/gcc/ada/sem_aggr.adb
    branches/lto/gcc/ada/sem_attr.adb
    branches/lto/gcc/ada/sem_ch12.adb
    branches/lto/gcc/ada/sem_ch13.adb
    branches/lto/gcc/ada/sem_ch3.adb
    branches/lto/gcc/ada/sem_ch4.adb
    branches/lto/gcc/ada/sem_ch5.adb
    branches/lto/gcc/ada/sem_ch6.adb
    branches/lto/gcc/ada/sem_ch8.adb
    branches/lto/gcc/ada/sem_disp.adb
    branches/lto/gcc/ada/sem_prag.adb
    branches/lto/gcc/ada/sem_res.adb
    branches/lto/gcc/ada/sem_util.adb
    branches/lto/gcc/ada/sem_warn.adb
    branches/lto/gcc/ada/sinput-l.adb
    branches/lto/gcc/ada/sinput.adb
    branches/lto/gcc/ada/sinput.ads
    branches/lto/gcc/ada/snames.ads-tmpl
    branches/lto/gcc/ada/styleg.adb
    branches/lto/gcc/ada/switch-m.adb
    branches/lto/gcc/ada/switch.adb
    branches/lto/gcc/ada/switch.ads
    branches/lto/gcc/ada/table.adb
    branches/lto/gcc/ada/table.ads
    branches/lto/gcc/ada/targparm.adb
    branches/lto/gcc/ada/targparm.ads
    branches/lto/gcc/ada/vms_data.ads
    branches/lto/gcc/ada/xoscons.adb
    branches/lto/gcc/alias.c
    branches/lto/gcc/attribs.c
    branches/lto/gcc/auto-inc-dec.c
    branches/lto/gcc/basic-block.h
    branches/lto/gcc/bitmap.c
    branches/lto/gcc/builtins.c
    branches/lto/gcc/c-common.c
    branches/lto/gcc/c-common.h
    branches/lto/gcc/c-convert.c
    branches/lto/gcc/c-cppbuiltin.c
    branches/lto/gcc/c-decl.c
    branches/lto/gcc/c-format.c
    branches/lto/gcc/c-lex.c
    branches/lto/gcc/c-opts.c
    branches/lto/gcc/c-parser.c
    branches/lto/gcc/c-pragma.c
    branches/lto/gcc/c-pretty-print.c
    branches/lto/gcc/c-tree.h
    branches/lto/gcc/c-typeck.c
    branches/lto/gcc/c.opt
    branches/lto/gcc/cfgexpand.c
    branches/lto/gcc/cgraph.c
    branches/lto/gcc/cgraph.h
    branches/lto/gcc/cgraphbuild.c
    branches/lto/gcc/cgraphunit.c
    branches/lto/gcc/combine.c
    branches/lto/gcc/common.opt
    branches/lto/gcc/config.gcc
    branches/lto/gcc/config/alpha/alpha-protos.h
    branches/lto/gcc/config/alpha/alpha.c
    branches/lto/gcc/config/alpha/alpha.h
    branches/lto/gcc/config/alpha/alpha.md
    branches/lto/gcc/config/alpha/predicates.md
    branches/lto/gcc/config/alpha/x-alpha
    branches/lto/gcc/config/arc/arc.c
    branches/lto/gcc/config/arc/arc.h
    branches/lto/gcc/config/arc/arc.md
    branches/lto/gcc/config/arm/arm-protos.h
    branches/lto/gcc/config/arm/arm.c
    branches/lto/gcc/config/arm/arm.h
    branches/lto/gcc/config/arm/arm.md
    branches/lto/gcc/config/arm/constraints.md
    branches/lto/gcc/config/arm/neon.md
    branches/lto/gcc/config/arm/predicates.md
    branches/lto/gcc/config/arm/t-arm
    branches/lto/gcc/config/arm/t-pe
    branches/lto/gcc/config/arm/t-wince-pe
    branches/lto/gcc/config/arm/thumb2.md
    branches/lto/gcc/config/avr/avr-protos.h
    branches/lto/gcc/config/avr/avr.c
    branches/lto/gcc/config/avr/avr.h
    branches/lto/gcc/config/avr/avr.md
    branches/lto/gcc/config/avr/libgcc.S
    branches/lto/gcc/config/bfin/bfin-protos.h
    branches/lto/gcc/config/bfin/bfin.c
    branches/lto/gcc/config/bfin/bfin.h
    branches/lto/gcc/config/bfin/bfin.md
    branches/lto/gcc/config/bfin/predicates.md
    branches/lto/gcc/config/cris/cris.c
    branches/lto/gcc/config/cris/cris.md
    branches/lto/gcc/config/crx/crx-protos.h
    branches/lto/gcc/config/crx/crx.c
    branches/lto/gcc/config/crx/crx.h
    branches/lto/gcc/config/crx/crx.md
    branches/lto/gcc/config/darwin.c
    branches/lto/gcc/config/darwin.h
    branches/lto/gcc/config/fr30/fr30.c
    branches/lto/gcc/config/fr30/fr30.h
    branches/lto/gcc/config/fr30/fr30.md
    branches/lto/gcc/config/frv/frv-protos.h
    branches/lto/gcc/config/frv/frv.c
    branches/lto/gcc/config/frv/frv.h
    branches/lto/gcc/config/frv/frv.md
    branches/lto/gcc/config/frv/predicates.md
    branches/lto/gcc/config/h8300/h8300-protos.h
    branches/lto/gcc/config/h8300/h8300.c
    branches/lto/gcc/config/h8300/h8300.h
    branches/lto/gcc/config/h8300/h8300.md
    branches/lto/gcc/config/i386/cpuid.h
    branches/lto/gcc/config/i386/driver-i386.c
    branches/lto/gcc/config/i386/i386-protos.h
    branches/lto/gcc/config/i386/i386.c
    branches/lto/gcc/config/i386/i386.h
    branches/lto/gcc/config/i386/i386.md
    branches/lto/gcc/config/i386/i386.opt
    branches/lto/gcc/config/i386/linux.h
    branches/lto/gcc/config/i386/msformat-c.c
    branches/lto/gcc/config/i386/predicates.md
    branches/lto/gcc/config/i386/sol2.h
    branches/lto/gcc/config/i386/sse.md
    branches/lto/gcc/config/i386/t-cygming
    branches/lto/gcc/config/i386/t-cygwin
    branches/lto/gcc/config/i386/t-i386
    branches/lto/gcc/config/i386/t-interix
    branches/lto/gcc/config/i386/t-netware
    branches/lto/gcc/config/i386/t-nwld
    branches/lto/gcc/config/i386/winnt.c
    branches/lto/gcc/config/i386/x-cygwin
    branches/lto/gcc/config/i386/x-darwin
    branches/lto/gcc/config/i386/x-i386
    branches/lto/gcc/config/i386/x-mingw32
    branches/lto/gcc/config/i386/x86-64.h
    branches/lto/gcc/config/ia64/div.md
    branches/lto/gcc/config/ia64/hpux.h
    branches/lto/gcc/config/ia64/ia64-protos.h
    branches/lto/gcc/config/ia64/ia64.c
    branches/lto/gcc/config/ia64/ia64.h
    branches/lto/gcc/config/ia64/ia64.md
    branches/lto/gcc/config/ia64/ia64.opt
    branches/lto/gcc/config/ia64/predicates.md
    branches/lto/gcc/config/ia64/t-ia64
    branches/lto/gcc/config/ia64/vect.md
    branches/lto/gcc/config/iq2000/iq2000-protos.h
    branches/lto/gcc/config/iq2000/iq2000.c
    branches/lto/gcc/config/iq2000/iq2000.h
    branches/lto/gcc/config/iq2000/iq2000.md
    branches/lto/gcc/config/iq2000/predicates.md
    branches/lto/gcc/config/m32c/cond.md
    branches/lto/gcc/config/m32c/m32c-protos.h
    branches/lto/gcc/config/m32c/m32c.c
    branches/lto/gcc/config/m32c/m32c.h
    branches/lto/gcc/config/m32c/m32c.md
    branches/lto/gcc/config/m32c/t-m32c
    branches/lto/gcc/config/m32r/m32r-protos.h
    branches/lto/gcc/config/m32r/m32r.c
    branches/lto/gcc/config/m32r/m32r.h
    branches/lto/gcc/config/m32r/m32r.md
    branches/lto/gcc/config/m32r/predicates.md
    branches/lto/gcc/config/m68hc11/m68hc11-protos.h
    branches/lto/gcc/config/m68hc11/m68hc11.c
    branches/lto/gcc/config/m68hc11/m68hc11.h
    branches/lto/gcc/config/m68hc11/m68hc11.md
    branches/lto/gcc/config/m68k/constraints.md
    branches/lto/gcc/config/m68k/m68k-devices.def
    branches/lto/gcc/config/m68k/m68k-protos.h
    branches/lto/gcc/config/m68k/m68k.c
    branches/lto/gcc/config/m68k/m68k.h
    branches/lto/gcc/config/m68k/m68k.md
    branches/lto/gcc/config/m68k/m68k.opt
    branches/lto/gcc/config/m68k/predicates.md
    branches/lto/gcc/config/m68k/t-uclinux
    branches/lto/gcc/config/mcore/mcore-protos.h
    branches/lto/gcc/config/mcore/mcore.c
    branches/lto/gcc/config/mcore/mcore.md
    branches/lto/gcc/config/mips/mips-protos.h
    branches/lto/gcc/config/mips/mips-ps-3d.md
    branches/lto/gcc/config/mips/mips.c
    branches/lto/gcc/config/mips/mips.h
    branches/lto/gcc/config/mips/mips.md
    branches/lto/gcc/config/mips/predicates.md
    branches/lto/gcc/config/mips/x-native
    branches/lto/gcc/config/mmix/mmix-protos.h
    branches/lto/gcc/config/mmix/mmix.c
    branches/lto/gcc/config/mmix/mmix.h
    branches/lto/gcc/config/mmix/mmix.md
    branches/lto/gcc/config/mmix/predicates.md
    branches/lto/gcc/config/mn10300/mn10300-protos.h
    branches/lto/gcc/config/mn10300/mn10300.c
    branches/lto/gcc/config/mn10300/mn10300.h
    branches/lto/gcc/config/mn10300/mn10300.md
    branches/lto/gcc/config/pa/constraints.md
    branches/lto/gcc/config/pa/linux-atomic.c
    branches/lto/gcc/config/pa/pa-protos.h
    branches/lto/gcc/config/pa/pa.c
    branches/lto/gcc/config/pa/pa.h
    branches/lto/gcc/config/pa/pa.md
    branches/lto/gcc/config/pdp11/pdp11-protos.h
    branches/lto/gcc/config/pdp11/pdp11.c
    branches/lto/gcc/config/pdp11/pdp11.h
    branches/lto/gcc/config/pdp11/pdp11.md
    branches/lto/gcc/config/picochip/libgccExtras/divmod15.asm
    branches/lto/gcc/config/picochip/picochip-protos.h
    branches/lto/gcc/config/picochip/picochip.c
    branches/lto/gcc/config/picochip/picochip.h
    branches/lto/gcc/config/picochip/picochip.md
    branches/lto/gcc/config/rs6000/linux64.h
    branches/lto/gcc/config/rs6000/predicates.md
    branches/lto/gcc/config/rs6000/rs6000-c.c
    branches/lto/gcc/config/rs6000/rs6000-protos.h
    branches/lto/gcc/config/rs6000/rs6000.c
    branches/lto/gcc/config/rs6000/rs6000.h
    branches/lto/gcc/config/rs6000/rs6000.md
    branches/lto/gcc/config/rs6000/sysv4.h
    branches/lto/gcc/config/rs6000/t-rs6000
    branches/lto/gcc/config/rs6000/x-darwin
    branches/lto/gcc/config/rs6000/x-darwin64
    branches/lto/gcc/config/rs6000/x-rs6000
    branches/lto/gcc/config/rs6000/xcoff.h
    branches/lto/gcc/config/rs6000/xilinx.h
    branches/lto/gcc/config/s390/2064.md
    branches/lto/gcc/config/s390/2084.md
    branches/lto/gcc/config/s390/constraints.md
    branches/lto/gcc/config/s390/fixdfdi.h
    branches/lto/gcc/config/s390/libgcc-glibc.ver
    branches/lto/gcc/config/s390/predicates.md
    branches/lto/gcc/config/s390/s390-modes.def
    branches/lto/gcc/config/s390/s390-protos.h
    branches/lto/gcc/config/s390/s390.c
    branches/lto/gcc/config/s390/s390.h
    branches/lto/gcc/config/s390/s390.md
    branches/lto/gcc/config/s390/tpf-unwind.h
    branches/lto/gcc/config/score/score-conv.h
    branches/lto/gcc/config/score/score-protos.h
    branches/lto/gcc/config/score/score.c
    branches/lto/gcc/config/score/score.h
    branches/lto/gcc/config/score/score.md
    branches/lto/gcc/config/score/score3.c
    branches/lto/gcc/config/score/score3.h
    branches/lto/gcc/config/score/score7.c
    branches/lto/gcc/config/score/score7.h
    branches/lto/gcc/config/score/t-score-elf
    branches/lto/gcc/config/sh/predicates.md
    branches/lto/gcc/config/sh/sh-protos.h
    branches/lto/gcc/config/sh/sh.c
    branches/lto/gcc/config/sh/sh.h
    branches/lto/gcc/config/sh/sh.md
    branches/lto/gcc/config/sh/sh.opt
    branches/lto/gcc/config/sh/symbian.c
    branches/lto/gcc/config/sh/t-sh
    branches/lto/gcc/config/sh/t-symbian
    branches/lto/gcc/config/sparc/sparc-protos.h
    branches/lto/gcc/config/sparc/sparc.c
    branches/lto/gcc/config/sparc/sparc.h
    branches/lto/gcc/config/sparc/sparc.md
    branches/lto/gcc/config/spu/predicates.md
    branches/lto/gcc/config/spu/spu-c.c
    branches/lto/gcc/config/spu/spu-protos.h
    branches/lto/gcc/config/spu/spu.c
    branches/lto/gcc/config/spu/spu.h
    branches/lto/gcc/config/spu/spu.md
    branches/lto/gcc/config/spu/t-spu-elf
    branches/lto/gcc/config/stormy16/stormy16-protos.h
    branches/lto/gcc/config/stormy16/stormy16.c
    branches/lto/gcc/config/stormy16/stormy16.h
    branches/lto/gcc/config/stormy16/stormy16.md
    branches/lto/gcc/config/t-darwin
    branches/lto/gcc/config/t-sol2
    branches/lto/gcc/config/t-vxworks
    branches/lto/gcc/config/v850/t-v850
    branches/lto/gcc/config/v850/t-v850e
    branches/lto/gcc/config/v850/v850-c.c
    branches/lto/gcc/config/v850/v850.c
    branches/lto/gcc/config/v850/v850.md
    branches/lto/gcc/config/vax/vax-protos.h
    branches/lto/gcc/config/vax/vax.c
    branches/lto/gcc/config/vax/vax.h
    branches/lto/gcc/config/vax/vax.md
    branches/lto/gcc/config/x-darwin
    branches/lto/gcc/config/x-hpux
    branches/lto/gcc/config/x-linux
    branches/lto/gcc/config/x-solaris
    branches/lto/gcc/config/xtensa/predicates.md
    branches/lto/gcc/config/xtensa/xtensa-protos.h
    branches/lto/gcc/config/xtensa/xtensa.c
    branches/lto/gcc/config/xtensa/xtensa.h
    branches/lto/gcc/config/xtensa/xtensa.md
    branches/lto/gcc/configure
    branches/lto/gcc/configure.ac
    branches/lto/gcc/coverage.c
    branches/lto/gcc/cp/ChangeLog
    branches/lto/gcc/cp/Make-lang.in
    branches/lto/gcc/cp/call.c
    branches/lto/gcc/cp/class.c
    branches/lto/gcc/cp/cp-tree.h
    branches/lto/gcc/cp/cvt.c
    branches/lto/gcc/cp/cxx-pretty-print.c
    branches/lto/gcc/cp/decl.c
    branches/lto/gcc/cp/decl2.c
    branches/lto/gcc/cp/error.c
    branches/lto/gcc/cp/except.c
    branches/lto/gcc/cp/init.c
    branches/lto/gcc/cp/method.c
    branches/lto/gcc/cp/name-lookup.c
    branches/lto/gcc/cp/name-lookup.h
    branches/lto/gcc/cp/parser.c
    branches/lto/gcc/cp/pt.c
    branches/lto/gcc/cp/semantics.c
    branches/lto/gcc/cp/tree.c
    branches/lto/gcc/cp/typeck.c
    branches/lto/gcc/cp/typeck2.c
    branches/lto/gcc/cse.c
    branches/lto/gcc/dbxout.c
    branches/lto/gcc/defaults.h
    branches/lto/gcc/df-core.c
    branches/lto/gcc/df-problems.c
    branches/lto/gcc/df.h
    branches/lto/gcc/dfp.c
    branches/lto/gcc/doc/c-tree.texi
    branches/lto/gcc/doc/extend.texi
    branches/lto/gcc/doc/gccint.texi
    branches/lto/gcc/doc/gimple.texi
    branches/lto/gcc/doc/install.texi
    branches/lto/gcc/doc/invoke.texi
    branches/lto/gcc/doc/md.texi
    branches/lto/gcc/doc/passes.texi
    branches/lto/gcc/doc/plugins.texi
    branches/lto/gcc/doc/rtl.texi
    branches/lto/gcc/doc/tm.texi
    branches/lto/gcc/doc/tree-ssa.texi
    branches/lto/gcc/dojump.c
    branches/lto/gcc/dse.c
    branches/lto/gcc/dwarf2out.c
    branches/lto/gcc/except.c
    branches/lto/gcc/except.h
    branches/lto/gcc/expmed.c
    branches/lto/gcc/expr.c
    branches/lto/gcc/expr.h
    branches/lto/gcc/final.c
    branches/lto/gcc/fold-const.c
    branches/lto/gcc/fortran/ChangeLog
    branches/lto/gcc/fortran/Make-lang.in
    branches/lto/gcc/fortran/decl.c
    branches/lto/gcc/fortran/dump-parse-tree.c
    branches/lto/gcc/fortran/error.c
    branches/lto/gcc/fortran/expr.c
    branches/lto/gcc/fortran/f95-lang.c
    branches/lto/gcc/fortran/gfortran.h
    branches/lto/gcc/fortran/gfortran.texi
    branches/lto/gcc/fortran/gfortranspec.c
    branches/lto/gcc/fortran/interface.c
    branches/lto/gcc/fortran/intrinsic.c
    branches/lto/gcc/fortran/intrinsic.h
    branches/lto/gcc/fortran/intrinsic.texi
    branches/lto/gcc/fortran/invoke.texi
    branches/lto/gcc/fortran/io.c
    branches/lto/gcc/fortran/iso-c-binding.def
    branches/lto/gcc/fortran/iso-fortran-env.def
    branches/lto/gcc/fortran/lang.opt
    branches/lto/gcc/fortran/match.c
    branches/lto/gcc/fortran/misc.c
    branches/lto/gcc/fortran/module.c
    branches/lto/gcc/fortran/openmp.c
    branches/lto/gcc/fortran/options.c
    branches/lto/gcc/fortran/parse.c
    branches/lto/gcc/fortran/primary.c
    branches/lto/gcc/fortran/resolve.c
    branches/lto/gcc/fortran/simplify.c
    branches/lto/gcc/fortran/st.c
    branches/lto/gcc/fortran/symbol.c
    branches/lto/gcc/fortran/trans-array.c
    branches/lto/gcc/fortran/trans-array.h
    branches/lto/gcc/fortran/trans-decl.c
    branches/lto/gcc/fortran/trans-expr.c
    branches/lto/gcc/fortran/trans-intrinsic.c
    branches/lto/gcc/fortran/trans-io.c
    branches/lto/gcc/fortran/trans-openmp.c
    branches/lto/gcc/fortran/trans-stmt.c
    branches/lto/gcc/fortran/trans-stmt.h
    branches/lto/gcc/fortran/trans-types.c
    branches/lto/gcc/fortran/trans-types.h
    branches/lto/gcc/fortran/trans.c
    branches/lto/gcc/fortran/trans.h
    branches/lto/gcc/function.h
    branches/lto/gcc/fwprop.c
    branches/lto/gcc/gcc-plugin.h
    branches/lto/gcc/gcc.c
    branches/lto/gcc/gcse.c
    branches/lto/gcc/genopinit.c
    branches/lto/gcc/genrecog.c
    branches/lto/gcc/ggc-common.c
    branches/lto/gcc/ggc-page.c
    branches/lto/gcc/ggc-zone.c
    branches/lto/gcc/ggc.h
    branches/lto/gcc/gimple-low.c
    branches/lto/gcc/gimple-pretty-print.c
    branches/lto/gcc/gimple.c
    branches/lto/gcc/gimple.def
    branches/lto/gcc/gimple.h
    branches/lto/gcc/gimplify.c
    branches/lto/gcc/graphite.c
    branches/lto/gcc/graphite.h
    branches/lto/gcc/gstab.h
    branches/lto/gcc/hooks.c
    branches/lto/gcc/hooks.h
    branches/lto/gcc/hwint.h
    branches/lto/gcc/ifcvt.c
    branches/lto/gcc/ipa-cp.c
    branches/lto/gcc/ipa-inline.c
    branches/lto/gcc/ipa-prop.c
    branches/lto/gcc/ipa-prop.h
    branches/lto/gcc/ipa-pure-const.c
    branches/lto/gcc/ipa-reference.c
    branches/lto/gcc/ipa-struct-reorg.c
    branches/lto/gcc/ipa-utils.h
    branches/lto/gcc/ipa.c
    branches/lto/gcc/ira-conflicts.c
    branches/lto/gcc/java/ChangeLog
    branches/lto/gcc/java/Make-lang.in
    branches/lto/gcc/langhooks-def.h
    branches/lto/gcc/langhooks.c
    branches/lto/gcc/langhooks.h
    branches/lto/gcc/loop-invariant.c
    branches/lto/gcc/lto-cgraph.c
    branches/lto/gcc/lto-function-in.c
    branches/lto/gcc/lto-function-out.c
    branches/lto/gcc/lto-section-out.c
    branches/lto/gcc/lto-tree-flags.def
    branches/lto/gcc/lto-tree-tags.def
    branches/lto/gcc/lto-wpa-fixup.c
    branches/lto/gcc/matrix-reorg.c
    branches/lto/gcc/mips-tdump.c
    branches/lto/gcc/mips-tfile.c
    branches/lto/gcc/objc/ChangeLog
    branches/lto/gcc/objc/Make-lang.in
    branches/lto/gcc/objc/objc-act.c
    branches/lto/gcc/objcp/ChangeLog
    branches/lto/gcc/objcp/Make-lang.in
    branches/lto/gcc/objcp/objcp-decl.h
    branches/lto/gcc/omega.c
    branches/lto/gcc/omega.h
    branches/lto/gcc/omp-low.c
    branches/lto/gcc/optabs.c
    branches/lto/gcc/optabs.h
    branches/lto/gcc/opts.c
    branches/lto/gcc/output.h
    branches/lto/gcc/params.def
    branches/lto/gcc/params.h
    branches/lto/gcc/passes.c
    branches/lto/gcc/plugin.c
    branches/lto/gcc/plugin.h
    branches/lto/gcc/po/ChangeLog
    branches/lto/gcc/po/gcc.pot
    branches/lto/gcc/predict.c
    branches/lto/gcc/pretty-print.c
    branches/lto/gcc/pretty-print.h
    branches/lto/gcc/print-tree.c
    branches/lto/gcc/real.c
    branches/lto/gcc/real.h
    branches/lto/gcc/recog.c
    branches/lto/gcc/reg-stack.c
    branches/lto/gcc/reginfo.c
    branches/lto/gcc/regmove.c
    branches/lto/gcc/regrename.c
    branches/lto/gcc/reload.c
    branches/lto/gcc/sched-int.h
    branches/lto/gcc/simplify-rtx.c
    branches/lto/gcc/stmt.c
    branches/lto/gcc/stor-layout.c
    branches/lto/gcc/store-motion.c
    branches/lto/gcc/target-def.h
    branches/lto/gcc/target.h
    branches/lto/gcc/targhooks.c
    branches/lto/gcc/targhooks.h
    branches/lto/gcc/testsuite/ChangeLog
    branches/lto/gcc/testsuite/ChangeLog.lto
    branches/lto/gcc/testsuite/ada/acats/tests/c3/c38202a.ada
    branches/lto/gcc/testsuite/ada/acats/tests/c5/c59002c.ada
    branches/lto/gcc/testsuite/g++.dg/README
    branches/lto/gcc/testsuite/g++.dg/dg.exp
    branches/lto/gcc/testsuite/g++.dg/template/access11.C
    branches/lto/gcc/testsuite/g++.dg/template/overload9.C
    branches/lto/gcc/testsuite/g++.dg/warn/Wstrict-aliasing-float-ref-int-obj.C
    branches/lto/gcc/testsuite/g++.old-deja/g++.brendan/array1.C
    branches/lto/gcc/testsuite/g++.old-deja/g++.brendan/crash64.C
    branches/lto/gcc/testsuite/g++.old-deja/g++.jason/new3.C
    branches/lto/gcc/testsuite/g++.old-deja/g++.other/overload11.C
    branches/lto/gcc/testsuite/gcc.dg/Wstrict-aliasing-converted-assigned.c
    branches/lto/gcc/testsuite/gcc.dg/Wstrict-aliasing-float-ptr-int-obj.c
    branches/lto/gcc/testsuite/gcc.dg/Wunreachable-2.c
    branches/lto/gcc/testsuite/gcc.dg/Wunreachable-8.c
    branches/lto/gcc/testsuite/gcc.dg/c99-tag-1.c
    branches/lto/gcc/testsuite/gcc.dg/declspec-10.c
    branches/lto/gcc/testsuite/gcc.dg/declspec-11.c
    branches/lto/gcc/testsuite/gcc.dg/declspec-9.c
    branches/lto/gcc/testsuite/gcc.dg/ipa/ipa-4.c
    branches/lto/gcc/testsuite/gcc.dg/ipa/ipa.exp
    branches/lto/gcc/testsuite/gcc.dg/ipa/ipacost-1.c
    branches/lto/gcc/testsuite/gcc.dg/ipa/ipacost-2.c
    branches/lto/gcc/testsuite/gcc.dg/ipa/modif-1.c
    branches/lto/gcc/testsuite/gcc.dg/pr17188-1.c
    branches/lto/gcc/testsuite/gcc.dg/pr39084.c
    branches/lto/gcc/testsuite/gcc.dg/sibcall-1.c
    branches/lto/gcc/testsuite/gcc.dg/sibcall-2.c
    branches/lto/gcc/testsuite/gcc.dg/sibcall-3.c
    branches/lto/gcc/testsuite/gcc.dg/sibcall-4.c
    branches/lto/gcc/testsuite/gcc.dg/sibcall-6.c
    branches/lto/gcc/testsuite/gcc.dg/simd-1b.c
    branches/lto/gcc/testsuite/gcc.dg/struct/wo_prof_escape_substr_pointer.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/flatten-2.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/loop-36.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/pr21829.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/sra-2.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-14.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-15.c
    branches/lto/gcc/testsuite/gcc.dg/vect/Os-vect-95.c
    branches/lto/gcc/testsuite/gcc.dg/vect/costmodel/i386/costmodel-vect-33.c
    branches/lto/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/costmodel-vect-33.c
    branches/lto/gcc/testsuite/gcc.dg/vect/no-section-anchors-vect-66.c
    branches/lto/gcc/testsuite/gcc.dg/vect/no-vfa-vect-37.c
    branches/lto/gcc/testsuite/gcc.dg/vect/no-vfa-vect-43.c
    branches/lto/gcc/testsuite/gcc.dg/vect/no-vfa-vect-49.c
    branches/lto/gcc/testsuite/gcc.dg/vect/no-vfa-vect-53.c
    branches/lto/gcc/testsuite/gcc.dg/vect/no-vfa-vect-57.c
    branches/lto/gcc/testsuite/gcc.dg/vect/no-vfa-vect-61.c
    branches/lto/gcc/testsuite/gcc.dg/vect/no-vfa-vect-79.c
    branches/lto/gcc/testsuite/gcc.dg/vect/pr18400.c
    branches/lto/gcc/testsuite/gcc.dg/vect/pr20122.c
    branches/lto/gcc/testsuite/gcc.dg/vect/pr31699.c
    branches/lto/gcc/testsuite/gcc.dg/vect/pr36493.c
    branches/lto/gcc/testsuite/gcc.dg/vect/pr37385.c
    branches/lto/gcc/testsuite/gcc.dg/vect/slp-7.c
    branches/lto/gcc/testsuite/gcc.dg/vect/slp-9.c
    branches/lto/gcc/testsuite/gcc.dg/vect/slp-widen-mult-s16.c
    branches/lto/gcc/testsuite/gcc.dg/vect/slp-widen-mult-u8.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-35.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-40.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-42.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-44.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-46.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-48.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-52.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-54.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-56.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-58.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-60.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-66.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-70.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-74.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-75.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-76.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-77-alignchecks.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-77-global.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-77.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-78-alignchecks.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-78-global.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-78.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-80.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-85.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-87.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-88.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-92.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-93.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-95.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-97.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-complex-1.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-complex-4.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-complex-5.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-iv-10.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-multitypes-10.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-multitypes-11.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-multitypes-12.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-multitypes-13.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-multitypes-14.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-multitypes-15.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-multitypes-16.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-multitypes-17.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-multitypes-3.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-multitypes-6.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-multitypes-7.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-multitypes-8.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-multitypes-9.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-outer-1.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-outer-1a.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-outer-2.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-outer-2a.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-outer-2b.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-outer-2c.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-outer-2d.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-outer-3.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-outer-3a.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-outer-3b.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-outer-3c.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-outer-5.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-outer-6.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-s16a.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-s16b.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-s8a.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-s8b.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-s8c.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-u16a.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-u16b.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-u8a.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-u8b.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-widen-mult-s16.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-widen-mult-s8.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-widen-mult-u16.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-widen-mult-u8.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect.exp
    branches/lto/gcc/testsuite/gcc.dg/vect/wrapv-vect-reduc-dot-s8b.c
    branches/lto/gcc/testsuite/gcc.target/i386/align-main-1.c
    branches/lto/gcc/testsuite/gcc.target/i386/align-main-2.c
    branches/lto/gcc/testsuite/gcc.target/i386/pr39543-2.c
    branches/lto/gcc/testsuite/gcc.target/mips/dspr2-MULT.c
    branches/lto/gcc/testsuite/gcc.target/mips/dspr2-MULTU.c
    branches/lto/gcc/testsuite/gcc.target/mips/mips.exp
    branches/lto/gcc/testsuite/gcc.target/mips/octeon-exts-2.c
    branches/lto/gcc/testsuite/gcc.target/mips/octeon-exts-5.c
    branches/lto/gcc/testsuite/gcc.target/x86_64/abi/asm-support.S
    branches/lto/gcc/testsuite/gfortran.dg/array_memset_2.f90
    branches/lto/gcc/testsuite/gfortran.dg/bind_c_usage_18.f90
    branches/lto/gcc/testsuite/gfortran.dg/bound_4.f90
    branches/lto/gcc/testsuite/gfortran.dg/bounds_check_14.f90
    branches/lto/gcc/testsuite/gfortran.dg/c_kind_int128_test1.f03
    branches/lto/gcc/testsuite/gfortran.dg/c_kind_int128_test2.f03
    branches/lto/gcc/testsuite/gfortran.dg/c_kind_params.f90
    branches/lto/gcc/testsuite/gfortran.dg/c_kind_tests_2.f03
    branches/lto/gcc/testsuite/gfortran.dg/c_kinds.c
    branches/lto/gcc/testsuite/gfortran.dg/chmod_1.f90
    branches/lto/gcc/testsuite/gfortran.dg/chmod_2.f90
    branches/lto/gcc/testsuite/gfortran.dg/chmod_3.f90
    branches/lto/gcc/testsuite/gfortran.dg/default_format_1.f90
    branches/lto/gcc/testsuite/gfortran.dg/default_format_denormal_1.f90
    branches/lto/gcc/testsuite/gfortran.dg/dependency_23.f90
    branches/lto/gcc/testsuite/gfortran.dg/duplicate_type_2.f90
    branches/lto/gcc/testsuite/gfortran.dg/elemental_dependency_1.f90
    branches/lto/gcc/testsuite/gfortran.dg/func_decl_2.f90
    branches/lto/gcc/testsuite/gfortran.dg/hollerith.f90
    branches/lto/gcc/testsuite/gfortran.dg/hollerith_f95.f90
    branches/lto/gcc/testsuite/gfortran.dg/interop_params.f03
    branches/lto/gcc/testsuite/gfortran.dg/intrinsic.f90
    branches/lto/gcc/testsuite/gfortran.dg/open_errors.f90
    branches/lto/gcc/testsuite/gfortran.dg/proc_decl_1.f90
    branches/lto/gcc/testsuite/gfortran.dg/proc_ptr_11.f90
    branches/lto/gcc/testsuite/gfortran.dg/proc_ptr_result_1.f90
    branches/lto/gcc/testsuite/gfortran.dg/vector_subscript_4.f90
    branches/lto/gcc/testsuite/lib/target-supports.exp
    branches/lto/gcc/timevar.def
    branches/lto/gcc/toplev.c
    branches/lto/gcc/toplev.h
    branches/lto/gcc/tree-cfg.c
    branches/lto/gcc/tree-chrec.c
    branches/lto/gcc/tree-complex.c
    branches/lto/gcc/tree-data-ref.c
    branches/lto/gcc/tree-data-ref.h
    branches/lto/gcc/tree-dfa.c
    branches/lto/gcc/tree-eh.c
    branches/lto/gcc/tree-flow-inline.h
    branches/lto/gcc/tree-flow.h
    branches/lto/gcc/tree-if-conv.c
    branches/lto/gcc/tree-inline.c
    branches/lto/gcc/tree-inline.h
    branches/lto/gcc/tree-mudflap.c
    branches/lto/gcc/tree-nrv.c
    branches/lto/gcc/tree-object-size.c
    branches/lto/gcc/tree-outof-ssa.c
    branches/lto/gcc/tree-parloops.c
    branches/lto/gcc/tree-pass.h
    branches/lto/gcc/tree-predcom.c
    branches/lto/gcc/tree-pretty-print.c
    branches/lto/gcc/tree-scalar-evolution.c
    branches/lto/gcc/tree-sra.c
    branches/lto/gcc/tree-ssa-alias.c
    branches/lto/gcc/tree-ssa-alias.h
    branches/lto/gcc/tree-ssa-ccp.c
    branches/lto/gcc/tree-ssa-copy.c
    branches/lto/gcc/tree-ssa-copyrename.c
    branches/lto/gcc/tree-ssa-dce.c
    branches/lto/gcc/tree-ssa-dom.c
    branches/lto/gcc/tree-ssa-dse.c
    branches/lto/gcc/tree-ssa-forwprop.c
    branches/lto/gcc/tree-ssa-loop-im.c
    branches/lto/gcc/tree-ssa-loop-ivcanon.c
    branches/lto/gcc/tree-ssa-loop-ivopts.c
    branches/lto/gcc/tree-ssa-loop-niter.c
    branches/lto/gcc/tree-ssa-operands.c
    branches/lto/gcc/tree-ssa-operands.h
    branches/lto/gcc/tree-ssa-phiopt.c
    branches/lto/gcc/tree-ssa-phiprop.c
    branches/lto/gcc/tree-ssa-pre.c
    branches/lto/gcc/tree-ssa-propagate.c
    branches/lto/gcc/tree-ssa-reassoc.c
    branches/lto/gcc/tree-ssa-sccvn.c
    branches/lto/gcc/tree-ssa-sink.c
    branches/lto/gcc/tree-ssa-structalias.c
    branches/lto/gcc/tree-ssa.c
    branches/lto/gcc/tree-stdarg.c
    branches/lto/gcc/tree-tailcall.c
    branches/lto/gcc/tree-vect-data-refs.c
    branches/lto/gcc/tree-vect-loop.c
    branches/lto/gcc/tree-vect-patterns.c
    branches/lto/gcc/tree-vect-slp.c
    branches/lto/gcc/tree-vect-stmts.c
    branches/lto/gcc/tree-vectorizer.c
    branches/lto/gcc/tree-vectorizer.h
    branches/lto/gcc/tree-vrp.c
    branches/lto/gcc/tree.c
    branches/lto/gcc/tree.def
    branches/lto/gcc/tree.h
    branches/lto/gcc/unwind-dw2-fde.c
    branches/lto/gcc/varasm.c
    branches/lto/gnattools/ChangeLog
    branches/lto/gnattools/Makefile.in
    branches/lto/libcpp/ChangeLog
    branches/lto/libcpp/directives.c
    branches/lto/libcpp/expr.c
    branches/lto/libcpp/files.c
    branches/lto/libcpp/include/cpplib.h
    branches/lto/libcpp/init.c
    branches/lto/libcpp/lex.c
    branches/lto/libcpp/macro.c
    branches/lto/libffi/ChangeLog
    branches/lto/libffi/configure
    branches/lto/libffi/configure.ac
    branches/lto/libffi/src/x86/win32.S
    branches/lto/libgfortran/ChangeLog
    branches/lto/libgfortran/fmain.c
    branches/lto/libgfortran/intrinsics/iso_c_binding.c
    branches/lto/libgfortran/io/transfer.c
    branches/lto/libgfortran/io/write_float.def
    branches/lto/libgfortran/runtime/main.c
    branches/lto/libgfortran/runtime/string.c
    branches/lto/libgomp/ChangeLog
    branches/lto/libgomp/team.c
    branches/lto/libiberty/ChangeLog
    branches/lto/libiberty/config.h-vms
    branches/lto/libiberty/cp-demangle.c
    branches/lto/libiberty/makefile.vms
    branches/lto/libiberty/pex-win32.c
    branches/lto/libjava/ChangeLog
    branches/lto/libjava/configure
    branches/lto/libjava/configure.ac
    branches/lto/lto-plugin/Makefile.in
    branches/lto/lto-plugin/aclocal.m4
    branches/lto/lto-plugin/configure

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



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