r204705 [1/2] - in /branches/melt-branch: ./ .d...

bstarynk@gcc.gnu.org bstarynk@gcc.gnu.org
Tue Nov 12 15:23:00 GMT 2013


Author: bstarynk
Date: Tue Nov 12 15:23:33 2013
New Revision: 204705

URL: http://gcc.gnu.org/viewcvs?rev=204705&root=gcc&view=rev
Log:
[./]
2013-11-12  Basile Starynkevitch  <basile@starynkevitch.net>

	{{merge with trunk GCC 4.9 svn rev 204695; previous trunk merge
	was 202773; very unstable...}}

[gcc/]

2013-11-11  Basile Starynkevitch  <basile@starynkevitch.net>

	{{merge with trunk GCC 4.9 svn rev 204695; very unstable}}
	* melt-runtime.h (MELT_VERSION_STRING): Bump to "1.0.1+".

	* melt-run.proto.h: Update copyright years.
	include tree-cfg.h instead of tree-flow.h for GCC 4.9.

	* melt-runtime.cc: Include tree-cfg.h not tree-flow.h for GCC 4.9.
	(meltgc_walk_gimple_seq): Fatal error with GCC 4.9 since the
	walk_use_def_chains function disappeared from GCC...

	* melt/xtramelt-ana-gimple.melt (walk_gimple_seq)
	(walk_gimple_seq_unique_tree): issue some #warning-s for GCC 4.9
	because walk_use_def_chains function disappeared from GCC...

	* melt/xtramelt-probe.melt (probe_docmd): Issue an error since
	currently the MELT probe is not usable with GCC 4.9....


Added:
    branches/melt-branch/libstdc++-v3/include/bits/enable_special_members.h
      - copied unchanged from r204695, trunk/libstdc++-v3/include/bits/enable_special_members.h
    branches/melt-branch/libstdc++-v3/include/bits/predefined_ops.h
      - copied unchanged from r204695, trunk/libstdc++-v3/include/bits/predefined_ops.h
    branches/melt-branch/libstdc++-v3/include/bits/regex.tcc
      - copied unchanged from r204695, trunk/libstdc++-v3/include/bits/regex.tcc
    branches/melt-branch/libstdc++-v3/include/experimental/
      - copied from r204695, trunk/libstdc++-v3/include/experimental/
    branches/melt-branch/libstdc++-v3/include/tr2/dynamic_bitset.tcc
      - copied unchanged from r204695, trunk/libstdc++-v3/include/tr2/dynamic_bitset.tcc
    branches/melt-branch/libstdc++-v3/src/c++11/snprintf_lite.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/src/c++11/snprintf_lite.cc
    branches/melt-branch/libstdc++-v3/testsuite/20_util/add_lvalue_reference/requirements/typedefs.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/20_util/add_lvalue_reference/requirements/typedefs.cc
    branches/melt-branch/libstdc++-v3/testsuite/20_util/add_rvalue_reference/requirements/typedefs.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/20_util/add_rvalue_reference/requirements/typedefs.cc
    branches/melt-branch/libstdc++-v3/testsuite/20_util/common_type/requirements/typedefs-3.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/20_util/common_type/requirements/typedefs-3.cc
    branches/melt-branch/libstdc++-v3/testsuite/20_util/conditional/requirements/typedefs-2.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/20_util/conditional/requirements/typedefs-2.cc
    branches/melt-branch/libstdc++-v3/testsuite/20_util/decay/requirements/typedefs-2.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/20_util/decay/requirements/typedefs-2.cc
    branches/melt-branch/libstdc++-v3/testsuite/20_util/default_delete/void_neg.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/20_util/default_delete/void_neg.cc
    branches/melt-branch/libstdc++-v3/testsuite/20_util/duration/arithmetic/58850.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/20_util/duration/arithmetic/58850.cc
    branches/melt-branch/libstdc++-v3/testsuite/20_util/enable_if/requirements/typedefs-2.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/20_util/enable_if/requirements/typedefs-2.cc
    branches/melt-branch/libstdc++-v3/testsuite/20_util/enable_shared_from_this/members/
      - copied from r204695, trunk/libstdc++-v3/testsuite/20_util/enable_shared_from_this/members/
    branches/melt-branch/libstdc++-v3/testsuite/20_util/function/58569.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/20_util/function/58569.cc
    branches/melt-branch/libstdc++-v3/testsuite/20_util/function/cons/57465.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/20_util/function/cons/57465.cc
    branches/melt-branch/libstdc++-v3/testsuite/20_util/function_objects/comparisons_void.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/20_util/function_objects/comparisons_void.cc
    branches/melt-branch/libstdc++-v3/testsuite/20_util/integer_sequence/
      - copied from r204695, trunk/libstdc++-v3/testsuite/20_util/integer_sequence/
    branches/melt-branch/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-3.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-3.cc
    branches/melt-branch/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-3.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-3.cc
    branches/melt-branch/libstdc++-v3/testsuite/20_util/remove_reference/requirements/typedefs.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/20_util/remove_reference/requirements/typedefs.cc
    branches/melt-branch/libstdc++-v3/testsuite/20_util/result_of/requirements/
      - copied from r204695, trunk/libstdc++-v3/testsuite/20_util/result_of/requirements/
    branches/melt-branch/libstdc++-v3/testsuite/20_util/shared_ptr/cons/58659.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/20_util/shared_ptr/cons/58659.cc
    branches/melt-branch/libstdc++-v3/testsuite/20_util/shared_ptr/cons/58839.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/20_util/shared_ptr/cons/58839.cc
    branches/melt-branch/libstdc++-v3/testsuite/20_util/shared_ptr/cons/void_neg.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/20_util/shared_ptr/cons/void_neg.cc
    branches/melt-branch/libstdc++-v3/testsuite/20_util/shared_ptr/creation/58594.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/20_util/shared_ptr/creation/58594.cc
    branches/melt-branch/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy/58982.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy/58982.cc
    branches/melt-branch/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy_n/58982.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy_n/58982.cc
    branches/melt-branch/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_fill/58982.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_fill/58982.cc
    branches/melt-branch/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_fill_n/58982.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_fill_n/58982.cc
    branches/melt-branch/libstdc++-v3/testsuite/20_util/underlying_type/requirements/typedefs-3.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/20_util/underlying_type/requirements/typedefs-3.cc
    branches/melt-branch/libstdc++-v3/testsuite/23_containers/unordered_set/debug/debug_functions.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/23_containers/unordered_set/debug/debug_functions.cc
    branches/melt-branch/libstdc++-v3/testsuite/23_containers/vector/debug/debug_functions.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/23_containers/vector/debug/debug_functions.cc
    branches/melt-branch/libstdc++-v3/testsuite/25_algorithms/adjacent_find/vectorbool.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/25_algorithms/adjacent_find/vectorbool.cc
    branches/melt-branch/libstdc++-v3/testsuite/25_algorithms/copy/58982.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/25_algorithms/copy/58982.cc
    branches/melt-branch/libstdc++-v3/testsuite/25_algorithms/copy_n/58982.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/25_algorithms/copy_n/58982.cc
    branches/melt-branch/libstdc++-v3/testsuite/25_algorithms/find/vectorbool.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/25_algorithms/find/vectorbool.cc
    branches/melt-branch/libstdc++-v3/testsuite/25_algorithms/find_end/vectorbool.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/25_algorithms/find_end/vectorbool.cc
    branches/melt-branch/libstdc++-v3/testsuite/25_algorithms/find_first_of/vectorbool.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/25_algorithms/find_first_of/vectorbool.cc
    branches/melt-branch/libstdc++-v3/testsuite/25_algorithms/find_if/vectorbool.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/25_algorithms/find_if/vectorbool.cc
    branches/melt-branch/libstdc++-v3/testsuite/25_algorithms/find_if_not/vectorbool.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/25_algorithms/find_if_not/vectorbool.cc
    branches/melt-branch/libstdc++-v3/testsuite/25_algorithms/heap/vectorbool.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/25_algorithms/heap/vectorbool.cc
    branches/melt-branch/libstdc++-v3/testsuite/25_algorithms/is_permutation/vectorbool.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/25_algorithms/is_permutation/vectorbool.cc
    branches/melt-branch/libstdc++-v3/testsuite/25_algorithms/nth_element/58800.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/25_algorithms/nth_element/58800.cc
    branches/melt-branch/libstdc++-v3/testsuite/25_algorithms/nth_element/random_test.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/25_algorithms/nth_element/random_test.cc
    branches/melt-branch/libstdc++-v3/testsuite/25_algorithms/partial_sort/random_test.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/25_algorithms/partial_sort/random_test.cc
    branches/melt-branch/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/random_test.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/25_algorithms/partial_sort_copy/random_test.cc
    branches/melt-branch/libstdc++-v3/testsuite/25_algorithms/sort/random_test.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/25_algorithms/sort/random_test.cc
    branches/melt-branch/libstdc++-v3/testsuite/26_numerics/complex/literals/
      - copied from r204695, trunk/libstdc++-v3/testsuite/26_numerics/complex/literals/
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/53622.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/53622.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/57173.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/57173.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/58576.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/58576.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/ungreedy.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/ungreedy.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/cjk_match.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/cjk_match.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/char/basic_replace.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/char/basic_replace.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/match_results/format.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/28_regex/match_results/format.cc
    branches/melt-branch/libstdc++-v3/testsuite/decimal/pr58815.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/decimal/pr58815.cc
    branches/melt-branch/libstdc++-v3/testsuite/experimental/
      - copied from r204695, trunk/libstdc++-v3/testsuite/experimental/
    branches/melt-branch/libstdc++-v3/testsuite/performance/25_algorithms/sort.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/performance/25_algorithms/sort.cc
    branches/melt-branch/libstdc++-v3/testsuite/performance/25_algorithms/sort_heap.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/performance/25_algorithms/sort_heap.cc
    branches/melt-branch/libstdc++-v3/testsuite/performance/25_algorithms/stable_sort.cc
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/performance/25_algorithms/stable_sort.cc
    branches/melt-branch/libstdc++-v3/testsuite/performance/28_regex/
      - copied from r204695, trunk/libstdc++-v3/testsuite/performance/28_regex/
    branches/melt-branch/libstdc++-v3/testsuite/tr2/dynamic_bitset/
      - copied from r204695, trunk/libstdc++-v3/testsuite/tr2/dynamic_bitset/
    branches/melt-branch/libstdc++-v3/testsuite/util/testsuite_containergen.h
      - copied unchanged from r204695, trunk/libstdc++-v3/testsuite/util/testsuite_containergen.h
Removed:
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/53622.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/57173.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_dispatch_01.cc
Modified:
    branches/melt-branch/libstdc++-v3/ChangeLog
    branches/melt-branch/libstdc++-v3/acinclude.m4
    branches/melt-branch/libstdc++-v3/config/abi/post/x86_64-linux-gnu/x32/baseline_symbols.txt
    branches/melt-branch/libstdc++-v3/config/abi/pre/gnu.ver
    branches/melt-branch/libstdc++-v3/configure
    branches/melt-branch/libstdc++-v3/configure.ac
    branches/melt-branch/libstdc++-v3/doc/xml/manual/status_cxx2011.xml
    branches/melt-branch/libstdc++-v3/doc/xml/manual/status_cxx2014.xml
    branches/melt-branch/libstdc++-v3/include/Makefile.am
    branches/melt-branch/libstdc++-v3/include/Makefile.in
    branches/melt-branch/libstdc++-v3/include/bits/allocator.h
    branches/melt-branch/libstdc++-v3/include/bits/basic_string.h
    branches/melt-branch/libstdc++-v3/include/bits/forward_list.h
    branches/melt-branch/libstdc++-v3/include/bits/functexcept.h
    branches/melt-branch/libstdc++-v3/include/bits/hashtable.h
    branches/melt-branch/libstdc++-v3/include/bits/hashtable_policy.h
    branches/melt-branch/libstdc++-v3/include/bits/parse_numbers.h
    branches/melt-branch/libstdc++-v3/include/bits/regex.h
    branches/melt-branch/libstdc++-v3/include/bits/regex_automaton.h
    branches/melt-branch/libstdc++-v3/include/bits/regex_automaton.tcc
    branches/melt-branch/libstdc++-v3/include/bits/regex_compiler.h
    branches/melt-branch/libstdc++-v3/include/bits/regex_compiler.tcc
    branches/melt-branch/libstdc++-v3/include/bits/regex_error.h
    branches/melt-branch/libstdc++-v3/include/bits/regex_executor.h
    branches/melt-branch/libstdc++-v3/include/bits/regex_executor.tcc
    branches/melt-branch/libstdc++-v3/include/bits/regex_scanner.tcc
    branches/melt-branch/libstdc++-v3/include/bits/shared_ptr_base.h
    branches/melt-branch/libstdc++-v3/include/bits/stl_algo.h
    branches/melt-branch/libstdc++-v3/include/bits/stl_algobase.h
    branches/melt-branch/libstdc++-v3/include/bits/stl_bvector.h
    branches/melt-branch/libstdc++-v3/include/bits/stl_deque.h
    branches/melt-branch/libstdc++-v3/include/bits/stl_function.h
    branches/melt-branch/libstdc++-v3/include/bits/stl_heap.h
    branches/melt-branch/libstdc++-v3/include/bits/stl_uninitialized.h
    branches/melt-branch/libstdc++-v3/include/bits/stl_vector.h
    branches/melt-branch/libstdc++-v3/include/bits/unique_ptr.h
    branches/melt-branch/libstdc++-v3/include/c_global/cmath
    branches/melt-branch/libstdc++-v3/include/c_global/cstdio
    branches/melt-branch/libstdc++-v3/include/debug/array
    branches/melt-branch/libstdc++-v3/include/debug/deque
    branches/melt-branch/libstdc++-v3/include/debug/formatter.h
    branches/melt-branch/libstdc++-v3/include/debug/forward_list
    branches/melt-branch/libstdc++-v3/include/debug/functions.h
    branches/melt-branch/libstdc++-v3/include/debug/safe_iterator.h
    branches/melt-branch/libstdc++-v3/include/debug/safe_iterator.tcc
    branches/melt-branch/libstdc++-v3/include/debug/safe_local_iterator.h
    branches/melt-branch/libstdc++-v3/include/debug/safe_local_iterator.tcc
    branches/melt-branch/libstdc++-v3/include/debug/string
    branches/melt-branch/libstdc++-v3/include/decimal/decimal
    branches/melt-branch/libstdc++-v3/include/ext/vstring.h
    branches/melt-branch/libstdc++-v3/include/parallel/algo.h
    branches/melt-branch/libstdc++-v3/include/parallel/algobase.h
    branches/melt-branch/libstdc++-v3/include/profile/   (props changed)
    branches/melt-branch/libstdc++-v3/include/profile/array
    branches/melt-branch/libstdc++-v3/include/profile/deque
    branches/melt-branch/libstdc++-v3/include/profile/iterator_tracker.h
    branches/melt-branch/libstdc++-v3/include/std/array
    branches/melt-branch/libstdc++-v3/include/std/bitset
    branches/melt-branch/libstdc++-v3/include/std/chrono
    branches/melt-branch/libstdc++-v3/include/std/complex
    branches/melt-branch/libstdc++-v3/include/std/functional
    branches/melt-branch/libstdc++-v3/include/std/mutex
    branches/melt-branch/libstdc++-v3/include/std/tuple
    branches/melt-branch/libstdc++-v3/include/std/type_traits
    branches/melt-branch/libstdc++-v3/include/std/utility
    branches/melt-branch/libstdc++-v3/include/std/vector
    branches/melt-branch/libstdc++-v3/include/tr2/dynamic_bitset
    branches/melt-branch/libstdc++-v3/libsupc++/del_op.cc
    branches/melt-branch/libstdc++-v3/libsupc++/del_opnt.cc
    branches/melt-branch/libstdc++-v3/src/c++11/Makefile.am
    branches/melt-branch/libstdc++-v3/src/c++11/Makefile.in
    branches/melt-branch/libstdc++-v3/src/c++11/functexcept.cc
    branches/melt-branch/libstdc++-v3/testsuite/20_util/common_type/requirements/typedefs-2.cc
    branches/melt-branch/libstdc++-v3/testsuite/20_util/decay/requirements/typedefs.cc
    branches/melt-branch/libstdc++-v3/testsuite/20_util/declval/requirements/1_neg.cc
    branches/melt-branch/libstdc++-v3/testsuite/20_util/default_delete/48631_neg.cc
    branches/melt-branch/libstdc++-v3/testsuite/20_util/exchange/1.cc
    branches/melt-branch/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-1.cc
    branches/melt-branch/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs_neg.cc
    branches/melt-branch/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc
    branches/melt-branch/libstdc++-v3/testsuite/20_util/shared_ptr/cons/43820_neg.cc
    branches/melt-branch/libstdc++-v3/testsuite/20_util/unique_ptr/assign/48635_neg.cc
    branches/melt-branch/libstdc++-v3/testsuite/23_containers/array/tuple_interface/get_debug_neg.cc
    branches/melt-branch/libstdc++-v3/testsuite/23_containers/array/tuple_interface/get_neg.cc
    branches/melt-branch/libstdc++-v3/testsuite/23_containers/array/tuple_interface/tuple_element_debug_neg.cc
    branches/melt-branch/libstdc++-v3/testsuite/23_containers/array/tuple_interface/tuple_element_neg.cc
    branches/melt-branch/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/assign_neg.cc
    branches/melt-branch/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor_1_neg.cc
    branches/melt-branch/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor_2_neg.cc
    branches/melt-branch/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/insert_neg.cc
    branches/melt-branch/libstdc++-v3/testsuite/23_containers/unordered_set/not_default_constructible_hash_neg.cc
    branches/melt-branch/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/assign_neg.cc
    branches/melt-branch/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_1_neg.cc
    branches/melt-branch/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_2_neg.cc
    branches/melt-branch/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/insert_neg.cc
    branches/melt-branch/libstdc++-v3/testsuite/26_numerics/valarray/subset_assignment.cc
    branches/melt-branch/libstdc++-v3/testsuite/27_io/ios_base/types/fmtflags/bitmask_operators.cc
    branches/melt-branch/libstdc++-v3/testsuite/27_io/ios_base/types/iostate/bitmask_operators.cc
    branches/melt-branch/libstdc++-v3/testsuite/27_io/ios_base/types/openmode/bitmask_operators.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/awk/cstring_01.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/empty_range.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/string_01.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/string_range_00_03.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/string_range_01_03.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/string_range_02_03.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/anymatcher.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/backref.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/empty_range.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/emptygroup.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/hex.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/quoted_char.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/anymatcher.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/hex.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/cstring_bracket_01.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/cstring_plus.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/cstring_questionmark.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/cstring_range.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_any.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_range_00_03.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_range_01_03.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/string_range_02_03.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/wstring_locale.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/basic/string_01.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/ecma/assertion.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/ecma/flags.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/ecma/greedy.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/ecma/string_01.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/cstring.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/cstring_op.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/moveable.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/pstring.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/range.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/string.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/string_op.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/cstring.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/cstring_op.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/pstring.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/range.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/string.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/string_op.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/47724.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/pstring_char.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/pstring_wchar_t.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/raw_string.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/cstring.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/default.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/range.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/copy_char.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/move_char.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/string_char.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/string_wchar_t.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/wchar_t/cstring.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/wchar_t/default.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/wchar_t/range.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/traits/char/ctor.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/traits/char/lookup_collatename.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/traits/char/translate_nocase.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/traits/char/value.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/traits/wchar_t/ctor.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/traits/wchar_t/lookup_collatename.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/traits/wchar_t/translate_nocase.cc
    branches/melt-branch/libstdc++-v3/testsuite/28_regex/traits/wchar_t/value.cc
    branches/melt-branch/libstdc++-v3/testsuite/29_atomics/atomic/cons/49445.cc
    branches/melt-branch/libstdc++-v3/testsuite/29_atomics/atomic/operators/pointer_partial_void.cc
    branches/melt-branch/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/bitwise.cc
    branches/melt-branch/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/decrement.cc
    branches/melt-branch/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/increment.cc
    branches/melt-branch/libstdc++-v3/testsuite/lib/libstdc++.exp
    branches/melt-branch/libstdc++-v3/testsuite/libstdc++-dg/conformance.exp
    branches/melt-branch/libstdc++-v3/testsuite/performance/27_io/ifstream_extract_int.cc
    branches/melt-branch/libstdc++-v3/testsuite/performance/27_io/ofstream_insert_int.cc
    branches/melt-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/cstring.cc
    branches/melt-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/cstring_op.cc
    branches/melt-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/pstring.cc
    branches/melt-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/range.cc
    branches/melt-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/string.cc
    branches/melt-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/string_op.cc
    branches/melt-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/cstring.cc
    branches/melt-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/cstring_op.cc
    branches/melt-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/pstring.cc
    branches/melt-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/range.cc
    branches/melt-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/string.cc
    branches/melt-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/string_op.cc
    branches/melt-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/cstring.cc
    branches/melt-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/default.cc
    branches/melt-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/pstring.cc
    branches/melt-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/range.cc
    branches/melt-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/string.cc
    branches/melt-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/cstring.cc
    branches/melt-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/default.cc
    branches/melt-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/pstring.cc
    branches/melt-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/range.cc
    branches/melt-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/string.cc
    branches/melt-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/match_results/ctors/char/default.cc
    branches/melt-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/char/ctor.cc
    branches/melt-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/char/translate_nocase.cc
    branches/melt-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/char/value.cc
    branches/melt-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/wchar_t/ctor.cc
    branches/melt-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/wchar_t/translate_nocase.cc
    branches/melt-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/wchar_t/value.cc
    branches/melt-branch/libstdc++-v3/testsuite/util/exception/safety.h
    branches/melt-branch/libstdc++-v3/testsuite/util/testsuite_iterators.h
    branches/melt-branch/libstdc++-v3/testsuite/util/testsuite_regex.h

Changes in other areas also in this revision:
Added:
    branches/melt-branch/.dir-locals.el
      - copied unchanged from r204695, trunk/.dir-locals.el
    branches/melt-branch/gcc/ada/a-coinho-shared.adb
      - copied unchanged from r204695, trunk/gcc/ada/a-coinho-shared.adb
    branches/melt-branch/gcc/ada/a-coinho-shared.ads
      - copied unchanged from r204695, trunk/gcc/ada/a-coinho-shared.ads
    branches/melt-branch/gcc/ada/g-cppexc.adb
      - copied unchanged from r204695, trunk/gcc/ada/g-cppexc.adb
    branches/melt-branch/gcc/ada/g-cppexc.ads
      - copied unchanged from r204695, trunk/gcc/ada/g-cppexc.ads
    branches/melt-branch/gcc/c-family/cilk.c
      - copied unchanged from r204695, trunk/gcc/c-family/cilk.c
    branches/melt-branch/gcc/chkp-builtins.def
      - copied unchanged from r204695, trunk/gcc/chkp-builtins.def
    branches/melt-branch/gcc/cilk-builtins.def
      - copied unchanged from r204695, trunk/gcc/cilk-builtins.def
    branches/melt-branch/gcc/cilk-common.c
      - copied unchanged from r204695, trunk/gcc/cilk-common.c
    branches/melt-branch/gcc/cilk.h
      - copied unchanged from r204695, trunk/gcc/cilk.h
    branches/melt-branch/gcc/common/config/arc/
      - copied from r204695, trunk/gcc/common/config/arc/
    branches/melt-branch/gcc/common/config/nds32/
      - copied from r204695, trunk/gcc/common/config/nds32/
    branches/melt-branch/gcc/config/arc/
      - copied from r204695, trunk/gcc/config/arc/
    branches/melt-branch/gcc/config/arm/t-aprofile
      - copied unchanged from r204695, trunk/gcc/config/arm/t-aprofile
    branches/melt-branch/gcc/config/nds32/
      - copied from r204695, trunk/gcc/config/nds32/
    branches/melt-branch/gcc/config/rs6000/rs6000-linux.c
      - copied unchanged from r204695, trunk/gcc/config/rs6000/rs6000-linux.c
    branches/melt-branch/gcc/config/sh/sh-mem.cc
      - copied unchanged from r204695, trunk/gcc/config/sh/sh-mem.cc
    branches/melt-branch/gcc/config/sh/sh_treg_combine.cc
      - copied unchanged from r204695, trunk/gcc/config/sh/sh_treg_combine.cc
    branches/melt-branch/gcc/gimple-builder.c
      - copied unchanged from r204695, trunk/gcc/gimple-builder.c
    branches/melt-branch/gcc/gimple-builder.h
      - copied unchanged from r204695, trunk/gcc/gimple-builder.h
    branches/melt-branch/gcc/gimple-expr.c
      - copied unchanged from r204695, trunk/gcc/gimple-expr.c
    branches/melt-branch/gcc/gimple-expr.h
      - copied unchanged from r204695, trunk/gcc/gimple-expr.h
    branches/melt-branch/gcc/gimple-low.h
      - copied unchanged from r204695, trunk/gcc/gimple-low.h
    branches/melt-branch/gcc/gimple-ssa-isolate-paths.c
      - copied unchanged from r204695, trunk/gcc/gimple-ssa-isolate-paths.c
    branches/melt-branch/gcc/gimple-ssa.h
      - copied unchanged from r204695, trunk/gcc/gimple-ssa.h
    branches/melt-branch/gcc/ginclude/stdatomic.h
      - copied unchanged from r204695, trunk/gcc/ginclude/stdatomic.h
    branches/melt-branch/gcc/omp-low.h
      - copied unchanged from r204695, trunk/gcc/omp-low.h
    branches/melt-branch/gcc/ssa-iterators.h
      - copied unchanged from r204695, trunk/gcc/ssa-iterators.h
    branches/melt-branch/gcc/testsuite/c-c++-common/asan/pr59029.c
      - copied unchanged from r204695, trunk/gcc/testsuite/c-c++-common/asan/pr59029.c
    branches/melt-branch/gcc/testsuite/c-c++-common/cilk-plus/CK/
      - copied from r204695, trunk/gcc/testsuite/c-c++-common/cilk-plus/CK/
    branches/melt-branch/gcc/testsuite/c-c++-common/cpp/openmp-define-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/c-c++-common/cpp/openmp-define-1.c
    branches/melt-branch/gcc/testsuite/c-c++-common/cpp/openmp-define-2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/c-c++-common/cpp/openmp-define-2.c
    branches/melt-branch/gcc/testsuite/c-c++-common/cpp/openmp-define-3.c
      - copied unchanged from r204695, trunk/gcc/testsuite/c-c++-common/cpp/openmp-define-3.c
    branches/melt-branch/gcc/testsuite/c-c++-common/fold-divmul-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/c-c++-common/fold-divmul-1.c
    branches/melt-branch/gcc/testsuite/c-c++-common/gomp/atomic-16.c
      - copied unchanged from r204695, trunk/gcc/testsuite/c-c++-common/gomp/atomic-16.c
    branches/melt-branch/gcc/testsuite/c-c++-common/gomp/cancel-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/c-c++-common/gomp/cancel-1.c
    branches/melt-branch/gcc/testsuite/c-c++-common/gomp/depend-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/c-c++-common/gomp/depend-1.c
    branches/melt-branch/gcc/testsuite/c-c++-common/gomp/depend-2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/c-c++-common/gomp/depend-2.c
    branches/melt-branch/gcc/testsuite/c-c++-common/gomp/map-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/c-c++-common/gomp/map-1.c
    branches/melt-branch/gcc/testsuite/c-c++-common/gomp/pr58472.c
      - copied unchanged from r204695, trunk/gcc/testsuite/c-c++-common/gomp/pr58472.c
    branches/melt-branch/gcc/testsuite/c-c++-common/gomp/pr58551.c
      - copied unchanged from r204695, trunk/gcc/testsuite/c-c++-common/gomp/pr58551.c
    branches/melt-branch/gcc/testsuite/c-c++-common/gomp/sections1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/c-c++-common/gomp/sections1.c
    branches/melt-branch/gcc/testsuite/c-c++-common/gomp/simd1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/c-c++-common/gomp/simd1.c
    branches/melt-branch/gcc/testsuite/c-c++-common/gomp/simd2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/c-c++-common/gomp/simd2.c
    branches/melt-branch/gcc/testsuite/c-c++-common/gomp/simd3.c
      - copied unchanged from r204695, trunk/gcc/testsuite/c-c++-common/gomp/simd3.c
    branches/melt-branch/gcc/testsuite/c-c++-common/gomp/simd4.c
      - copied unchanged from r204695, trunk/gcc/testsuite/c-c++-common/gomp/simd4.c
    branches/melt-branch/gcc/testsuite/c-c++-common/gomp/simd5.c
      - copied unchanged from r204695, trunk/gcc/testsuite/c-c++-common/gomp/simd5.c
    branches/melt-branch/gcc/testsuite/c-c++-common/gomp/simd6.c
      - copied unchanged from r204695, trunk/gcc/testsuite/c-c++-common/gomp/simd6.c
    branches/melt-branch/gcc/testsuite/c-c++-common/gomp/single1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/c-c++-common/gomp/single1.c
    branches/melt-branch/gcc/testsuite/c-c++-common/pr20318.c
      - copied unchanged from r204695, trunk/gcc/testsuite/c-c++-common/pr20318.c
    branches/melt-branch/gcc/testsuite/c-c++-common/torture/pr58794-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/c-c++-common/torture/pr58794-1.c
    branches/melt-branch/gcc/testsuite/c-c++-common/torture/pr58794-2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/c-c++-common/torture/pr58794-2.c
    branches/melt-branch/gcc/testsuite/c-c++-common/ubsan/div-by-zero-5.c
      - copied unchanged from r204695, trunk/gcc/testsuite/c-c++-common/ubsan/div-by-zero-5.c
    branches/melt-branch/gcc/testsuite/c-c++-common/ubsan/shift-4.c
      - copied unchanged from r204695, trunk/gcc/testsuite/c-c++-common/ubsan/shift-4.c
    branches/melt-branch/gcc/testsuite/c-c++-common/ubsan/shift-5.c
      - copied unchanged from r204695, trunk/gcc/testsuite/c-c++-common/ubsan/shift-5.c
    branches/melt-branch/gcc/testsuite/c-c++-common/ubsan/shift-6.c
      - copied unchanged from r204695, trunk/gcc/testsuite/c-c++-common/ubsan/shift-6.c
    branches/melt-branch/gcc/testsuite/c-c++-common/ubsan/vla-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/c-c++-common/ubsan/vla-1.c
    branches/melt-branch/gcc/testsuite/c-c++-common/ubsan/vla-2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/c-c++-common/ubsan/vla-2.c
    branches/melt-branch/gcc/testsuite/c-c++-common/ubsan/vla-3.c
      - copied unchanged from r204695, trunk/gcc/testsuite/c-c++-common/ubsan/vla-3.c
    branches/melt-branch/gcc/testsuite/c-c++-common/ubsan/vla-4.c
      - copied unchanged from r204695, trunk/gcc/testsuite/c-c++-common/ubsan/vla-4.c
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/auto39.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/cpp0x/auto39.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/auto40.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/cpp0x/auto40.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/decltype57.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/cpp0x/decltype57.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted19a.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/cpp0x/defaulted19a.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted46.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/cpp0x/defaulted46.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted47.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/cpp0x/defaulted47.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/deleted1.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/cpp0x/deleted1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/gen-attrs-55.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-55.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/gen-attrs-56.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-56.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist74.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/cpp0x/initlist74.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice10.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice10.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nsdmi5.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nsdmi5.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this17.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this17.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nsdmi9.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/cpp0x/nsdmi9.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nullptr30.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/cpp0x/nullptr30.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr58510.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/cpp0x/pr58510.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr58563.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/cpp0x/pr58563.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr58707.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/cpp0x/pr58707.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/range-for26.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/cpp0x/range-for26.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/range-for27.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/cpp0x/range-for27.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/sfinae49.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/cpp0x/sfinae49.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic144.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/cpp0x/variadic144.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp1y/attr-deprecated-neg.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/cpp1y/attr-deprecated-neg.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp1y/attr-deprecated.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/cpp1y/attr-deprecated.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp1y/digit-sep-cxx11-neg.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/cpp1y/digit-sep-cxx11-neg.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp1y/digit-sep-neg.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/cpp1y/digit-sep-neg.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp1y/digit-sep.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/cpp1y/digit-sep.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp1y/pr58500.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/cpp1y/pr58500.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp1y/pr58535.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/cpp1y/pr58535.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp1y/pr58708.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/cpp1y/pr58708.C
    branches/melt-branch/gcc/testsuite/g++.dg/diagnostic/pr58979.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/diagnostic/pr58979.C
    branches/melt-branch/gcc/testsuite/g++.dg/ext/attrib47.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/ext/attrib47.C
    branches/melt-branch/gcc/testsuite/g++.dg/ext/pr58834.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/ext/pr58834.C
    branches/melt-branch/gcc/testsuite/g++.dg/ext/sync-4.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/ext/sync-4.C
    branches/melt-branch/gcc/testsuite/g++.dg/gomp/declare-simd-1.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/gomp/declare-simd-1.C
    branches/melt-branch/gcc/testsuite/g++.dg/gomp/declare-simd-2.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/gomp/declare-simd-2.C
    branches/melt-branch/gcc/testsuite/g++.dg/gomp/depend-1.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/gomp/depend-1.C
    branches/melt-branch/gcc/testsuite/g++.dg/gomp/depend-2.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/gomp/depend-2.C
    branches/melt-branch/gcc/testsuite/g++.dg/gomp/openmp-simd-1.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/gomp/openmp-simd-1.C
    branches/melt-branch/gcc/testsuite/g++.dg/gomp/openmp-simd-2.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/gomp/openmp-simd-2.C
    branches/melt-branch/gcc/testsuite/g++.dg/gomp/simd-1.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/gomp/simd-1.C
    branches/melt-branch/gcc/testsuite/g++.dg/gomp/target-1.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/gomp/target-1.C
    branches/melt-branch/gcc/testsuite/g++.dg/gomp/target-2.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/gomp/target-2.C
    branches/melt-branch/gcc/testsuite/g++.dg/gomp/taskgroup-1.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/gomp/taskgroup-1.C
    branches/melt-branch/gcc/testsuite/g++.dg/gomp/teams-1.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/gomp/teams-1.C
    branches/melt-branch/gcc/testsuite/g++.dg/gomp/udr-1.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/gomp/udr-1.C
    branches/melt-branch/gcc/testsuite/g++.dg/gomp/udr-2.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/gomp/udr-2.C
    branches/melt-branch/gcc/testsuite/g++.dg/gomp/udr-3.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/gomp/udr-3.C
    branches/melt-branch/gcc/testsuite/g++.dg/gomp/udr-4.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/gomp/udr-4.C
    branches/melt-branch/gcc/testsuite/g++.dg/gomp/udr-5.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/gomp/udr-5.C
    branches/melt-branch/gcc/testsuite/g++.dg/gomp/udr-6.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/gomp/udr-6.C
    branches/melt-branch/gcc/testsuite/g++.dg/init/array35.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/init/array35.C
    branches/melt-branch/gcc/testsuite/g++.dg/init/uninitialized1.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/init/uninitialized1.C
    branches/melt-branch/gcc/testsuite/g++.dg/lookup/name-clash10.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/lookup/name-clash10.C
    branches/melt-branch/gcc/testsuite/g++.dg/lto/pr54625-1_0.c
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/lto/pr54625-1_0.c
    branches/melt-branch/gcc/testsuite/g++.dg/lto/pr54625-1_1.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/lto/pr54625-1_1.C
    branches/melt-branch/gcc/testsuite/g++.dg/lto/pr54625-2_0.c
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/lto/pr54625-2_0.c
    branches/melt-branch/gcc/testsuite/g++.dg/lto/pr54625-2_1.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/lto/pr54625-2_1.C
    branches/melt-branch/gcc/testsuite/g++.dg/opt/devirt3.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/opt/devirt3.C
    branches/melt-branch/gcc/testsuite/g++.dg/other/java3.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/other/java3.C
    branches/melt-branch/gcc/testsuite/g++.dg/parse/crash64.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/parse/crash64.C
    branches/melt-branch/gcc/testsuite/g++.dg/parse/crash65.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/parse/crash65.C
    branches/melt-branch/gcc/testsuite/g++.dg/parse/ivdep.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/parse/ivdep.C
    branches/melt-branch/gcc/testsuite/g++.dg/parse/pr29234.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/parse/pr29234.C
    branches/melt-branch/gcc/testsuite/g++.dg/parse/pr52071.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/parse/pr52071.C
    branches/melt-branch/gcc/testsuite/g++.dg/parse/pr56037.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/parse/pr56037.C
    branches/melt-branch/gcc/testsuite/g++.dg/parse/pr58705.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/parse/pr58705.C
    branches/melt-branch/gcc/testsuite/g++.dg/template/nontype26.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/template/nontype26.C
    branches/melt-branch/gcc/testsuite/g++.dg/template/pr58878.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/template/pr58878.C
    branches/melt-branch/gcc/testsuite/g++.dg/tm/pr58516.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/tm/pr58516.C
    branches/melt-branch/gcc/testsuite/g++.dg/tm/pr58635-1.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/tm/pr58635-1.C
    branches/melt-branch/gcc/testsuite/g++.dg/tm/pr58635-2.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/tm/pr58635-2.C
    branches/melt-branch/gcc/testsuite/g++.dg/torture/pr58369.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/torture/pr58369.C
    branches/melt-branch/gcc/testsuite/g++.dg/torture/pr58464.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/torture/pr58464.C
    branches/melt-branch/gcc/testsuite/g++.dg/torture/pr58552.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/torture/pr58552.C
    branches/melt-branch/gcc/testsuite/g++.dg/tree-ssa/pr19476-1.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/tree-ssa/pr19476-1.C
    branches/melt-branch/gcc/testsuite/g++.dg/tree-ssa/pr19476-2.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/tree-ssa/pr19476-2.C
    branches/melt-branch/gcc/testsuite/g++.dg/tree-ssa/pr19476-3.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/tree-ssa/pr19476-3.C
    branches/melt-branch/gcc/testsuite/g++.dg/tree-ssa/pr19476-4.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/tree-ssa/pr19476-4.C
    branches/melt-branch/gcc/testsuite/g++.dg/tree-ssa/pr19476-5.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/tree-ssa/pr19476-5.C
    branches/melt-branch/gcc/testsuite/g++.dg/ubsan/cxx1y-vla.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/ubsan/cxx1y-vla.C
    branches/melt-branch/gcc/testsuite/g++.dg/vect/pr33426-ivdep-2.cc
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/vect/pr33426-ivdep-2.cc
    branches/melt-branch/gcc/testsuite/g++.dg/vect/pr33426-ivdep-3.cc
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/vect/pr33426-ivdep-3.cc
    branches/melt-branch/gcc/testsuite/g++.dg/vect/pr33426-ivdep-4.cc
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/vect/pr33426-ivdep-4.cc
    branches/melt-branch/gcc/testsuite/g++.dg/vect/pr33426-ivdep.cc
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/vect/pr33426-ivdep.cc
    branches/melt-branch/gcc/testsuite/g++.dg/vect/pr58513.cc
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/vect/pr58513.cc
    branches/melt-branch/gcc/testsuite/g++.dg/warn/wdate-time.C
      - copied unchanged from r204695, trunk/gcc/testsuite/g++.dg/warn/wdate-time.C
    branches/melt-branch/gcc/testsuite/gcc.c-torture/compile/pr58775.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.c-torture/compile/pr58775.c
    branches/melt-branch/gcc/testsuite/gcc.c-torture/compile/pr58946.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.c-torture/compile/pr58946.c
    branches/melt-branch/gcc/testsuite/gcc.c-torture/compile/pr58970-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.c-torture/compile/pr58970-1.c
    branches/melt-branch/gcc/testsuite/gcc.c-torture/compile/pr58970-2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.c-torture/compile/pr58970-2.c
    branches/melt-branch/gcc/testsuite/gcc.c-torture/compile/pr58978.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.c-torture/compile/pr58978.c
    branches/melt-branch/gcc/testsuite/gcc.c-torture/compile/pr58997.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.c-torture/compile/pr58997.c
    branches/melt-branch/gcc/testsuite/gcc.c-torture/execute/pr58564.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.c-torture/execute/pr58564.c
    branches/melt-branch/gcc/testsuite/gcc.c-torture/execute/pr58570.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.c-torture/execute/pr58570.c
    branches/melt-branch/gcc/testsuite/gcc.c-torture/execute/pr58574.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.c-torture/execute/pr58574.c
    branches/melt-branch/gcc/testsuite/gcc.c-torture/execute/pr58640-2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.c-torture/execute/pr58640-2.c
    branches/melt-branch/gcc/testsuite/gcc.c-torture/execute/pr58640.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.c-torture/execute/pr58640.c
    branches/melt-branch/gcc/testsuite/gcc.c-torture/execute/pr58662.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.c-torture/execute/pr58662.c
    branches/melt-branch/gcc/testsuite/gcc.c-torture/execute/pr58831.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.c-torture/execute/pr58831.c
    branches/melt-branch/gcc/testsuite/gcc.c-torture/execute/pr58984.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.c-torture/execute/pr58984.c
    branches/melt-branch/gcc/testsuite/gcc.dg/atomic/
      - copied from r204695, trunk/gcc/testsuite/gcc.dg/atomic/
    branches/melt-branch/gcc/testsuite/gcc.dg/atomic-store-6.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/atomic-store-6.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c11-align-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/c11-align-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c11-align-2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/c11-align-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c11-align-3.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/c11-align-3.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c11-align-4.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/c11-align-4.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c11-align-5.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/c11-align-5.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c11-anon-struct-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/c11-anon-struct-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c11-anon-struct-2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/c11-anon-struct-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c11-anon-struct-3.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/c11-anon-struct-3.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c11-atomic-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/c11-atomic-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c11-atomic-2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/c11-atomic-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c11-atomic-3.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/c11-atomic-3.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c11-float-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/c11-float-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c11-noreturn-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/c11-noreturn-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c11-noreturn-2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/c11-noreturn-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c11-noreturn-3.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/c11-noreturn-3.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c11-noreturn-4.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/c11-noreturn-4.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c11-noreturn-5.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/c11-noreturn-5.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c11-pointer-float-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/c11-pointer-float-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c11-static-assert-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/c11-static-assert-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c11-static-assert-2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/c11-static-assert-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c11-static-assert-3.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/c11-static-assert-3.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c11-static-assert-4.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/c11-static-assert-4.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c11-static-assert-5.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/c11-static-assert-5.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c11-static-assert-6.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/c11-static-assert-6.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c11-stdatomic-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/c11-stdatomic-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c11-typedef-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/c11-typedef-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c11-uni-string-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/c11-uni-string-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c11-uni-string-2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/c11-uni-string-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c90-atomic-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/c90-atomic-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c99-atomic-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/c99-atomic-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/gomp/declare-simd-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/gomp/declare-simd-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/gomp/declare-simd-2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/gomp/declare-simd-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/gomp/openmp-simd-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/gomp/openmp-simd-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/gomp/openmp-simd-2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/gomp/openmp-simd-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/gomp/pr58809.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/gomp/pr58809.c
    branches/melt-branch/gcc/testsuite/gcc.dg/gomp/target-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/gomp/target-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/gomp/target-2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/gomp/target-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/gomp/taskgroup-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/gomp/taskgroup-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/gomp/teams-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/gomp/teams-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/gomp/udr-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/gomp/udr-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/gomp/udr-2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/gomp/udr-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/gomp/udr-3.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/gomp/udr-3.c
    branches/melt-branch/gcc/testsuite/gcc.dg/gomp/udr-4.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/gomp/udr-4.c
    branches/melt-branch/gcc/testsuite/gcc.dg/guality/pr58791-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/guality/pr58791-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/guality/pr58791-2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/guality/pr58791-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/guality/pr58791-3.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/guality/pr58791-3.c
    branches/melt-branch/gcc/testsuite/gcc.dg/guality/pr58791-4.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/guality/pr58791-4.c
    branches/melt-branch/gcc/testsuite/gcc.dg/guality/pr58791-5.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/guality/pr58791-5.c
    branches/melt-branch/gcc/testsuite/gcc.dg/iec-559-macros-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/iec-559-macros-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/iec-559-macros-2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/iec-559-macros-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/iec-559-macros-3.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/iec-559-macros-3.c
    branches/melt-branch/gcc/testsuite/gcc.dg/iec-559-macros-4.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/iec-559-macros-4.c
    branches/melt-branch/gcc/testsuite/gcc.dg/iec-559-macros-5.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/iec-559-macros-5.c
    branches/melt-branch/gcc/testsuite/gcc.dg/iec-559-macros-6.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/iec-559-macros-6.c
    branches/melt-branch/gcc/testsuite/gcc.dg/iec-559-macros-7.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/iec-559-macros-7.c
    branches/melt-branch/gcc/testsuite/gcc.dg/iec-559-macros-8.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/iec-559-macros-8.c
    branches/melt-branch/gcc/testsuite/gcc.dg/iec-559-macros-9.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/iec-559-macros-9.c
    branches/melt-branch/gcc/testsuite/gcc.dg/ipa/pr58492.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/ipa/pr58492.c
    branches/melt-branch/gcc/testsuite/gcc.dg/ivdep.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/ivdep.c
    branches/melt-branch/gcc/testsuite/gcc.dg/mismatch-decl-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/mismatch-decl-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/pr58463.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/pr58463.c
    branches/melt-branch/gcc/testsuite/gcc.dg/pr58805.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/pr58805.c
    branches/melt-branch/gcc/testsuite/gcc.dg/pr58981.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/pr58981.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/builtin-self.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/torture/builtin-self.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/c99-contract-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/torture/c99-contract-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/float128-cmp-invalid.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/torture/float128-cmp-invalid.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/float128-div-underflow.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/torture/float128-div-underflow.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/float128-extend-nan.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/torture/float128-extend-nan.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/fp-int-convert-float128-timode-3.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/torture/fp-int-convert-float128-timode-3.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/pr51244-21.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/torture/pr51244-21.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/pr57748-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/torture/pr57748-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/pr57748-2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/torture/pr57748-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/pr58143-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/torture/pr58143-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/pr58143-2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/torture/pr58143-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/pr58143-3.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/torture/pr58143-3.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/pr58539.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/torture/pr58539.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/pr58553.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/torture/pr58553.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/pr58554.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/torture/pr58554.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/pr58626.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/torture/pr58626.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/pr58670.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/torture/pr58670.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/pr58779.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/torture/pr58779.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/pr58830.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/torture/pr58830.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/pr58941.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/torture/pr58941.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/pr58955-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/torture/pr58955-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/pr58955-2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/torture/pr58955-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/pr59038.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/torture/pr59038.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/pr59047.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/torture/pr59047.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/restrict-2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/torture/restrict-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/restrict-3.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/torture/restrict-3.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/restrict-4.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/torture/restrict-4.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/restrict-5.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/torture/restrict-5.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-prof/time-profiler-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/tree-prof/time-profiler-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-prof/time-profiler-2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/tree-prof/time-profiler-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/alias-23.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/tree-ssa/alias-23.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/alias-24.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/tree-ssa/alias-24.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/alias-25.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/tree-ssa/alias-25.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/alias-26.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/tree-ssa/alias-26.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/alias-27.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/tree-ssa/alias-27.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/coalesce-2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/tree-ssa/coalesce-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/isolate-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/tree-ssa/isolate-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/isolate-2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/tree-ssa/isolate-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/isolate-3.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/tree-ssa/isolate-3.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/isolate-4.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/tree-ssa/isolate-4.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/ldist-23.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/tree-ssa/ldist-23.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/loop-39.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/tree-ssa/loop-39.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/phi-opt-11.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/tree-ssa/phi-opt-11.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/pr20318.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr20318.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/pr58480.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr58480.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/pr58958.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr58958.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/predcom-6.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/tree-ssa/predcom-6.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/predcom-7.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/tree-ssa/predcom-7.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/reassoc-32.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/tree-ssa/reassoc-32.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/reassoc-33.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/tree-ssa/reassoc-33.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/reassoc-34.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/tree-ssa/reassoc-34.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/reassoc-35.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/tree-ssa/reassoc-35.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/reassoc-36.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/tree-ssa/reassoc-36.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/slsr-40.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/tree-ssa/slsr-40.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-ccmp-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-ccmp-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-ccmp-2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-ccmp-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-ccmp-3.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-ccmp-3.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-ccmp-4.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-ccmp-4.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-ccmp-5.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-ccmp-5.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-ccmp-6.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-ifcombine-ccmp-6.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-31.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-31.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/vrp90.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/tree-ssa/vrp90.c
    branches/melt-branch/gcc/testsuite/gcc.dg/ubsan/c-shift-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/ubsan/c-shift-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/vect/pr58508.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/vect/pr58508.c
    branches/melt-branch/gcc/testsuite/gcc.dg/vect/vect-alias-check.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/vect/vect-alias-check.c
    branches/melt-branch/gcc/testsuite/gcc.dg/vect/vect-align-3.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/vect/vect-align-3.c
    branches/melt-branch/gcc/testsuite/gcc.dg/vect/vect-ivdep-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/vect/vect-ivdep-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/vect/vect-ivdep-2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/vect/vect-ivdep-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/vect/vect-reduc-pattern-3.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/vect/vect-reduc-pattern-3.c
    branches/melt-branch/gcc/testsuite/gcc.dg/vmx/vec-set.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/vmx/vec-set.c
    branches/melt-branch/gcc/testsuite/gcc.dg/wdate-time.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/wdate-time.c
    branches/melt-branch/gcc/testsuite/gcc.dg/wmul-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.dg/wmul-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/aarch64/c-output-template-2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/aarch64/c-output-template-2.c
    branches/melt-branch/gcc/testsuite/gcc.target/aarch64/c-output-template-3.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/aarch64/c-output-template-3.c
    branches/melt-branch/gcc/testsuite/gcc.target/aarch64/c-output-template.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/aarch64/c-output-template.c
    branches/melt-branch/gcc/testsuite/gcc.target/aarch64/pr58460.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/aarch64/pr58460.c
    branches/melt-branch/gcc/testsuite/gcc.target/aarch64/vadd_f64.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/aarch64/vadd_f64.c
    branches/melt-branch/gcc/testsuite/gcc.target/aarch64/vclz.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/aarch64/vclz.c
    branches/melt-branch/gcc/testsuite/gcc.target/aarch64/vdiv_f.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/aarch64/vdiv_f.c
    branches/melt-branch/gcc/testsuite/gcc.target/aarch64/vect_saddl_1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/aarch64/vect_saddl_1.c
    branches/melt-branch/gcc/testsuite/gcc.target/aarch64/vneg_f.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/aarch64/vneg_f.c
    branches/melt-branch/gcc/testsuite/gcc.target/aarch64/vneg_s.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/aarch64/vneg_s.c
    branches/melt-branch/gcc/testsuite/gcc.target/aarch64/vsub_f64.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/aarch64/vsub_f64.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/barrel-shifter-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/barrel-shifter-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/barrel-shifter-2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/barrel-shifter-2.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/jump-around-jump.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/jump-around-jump.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/long-calls.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/long-calls.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/mA6.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/mA6.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/mA7.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/mA7.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/mARC600.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/mARC600.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/mARC601.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/mARC601.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/mARC700.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/mARC700.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/mcpu-arc600.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/mcpu-arc600.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/mcpu-arc601.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/mcpu-arc601.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/mcpu-arc700.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/mcpu-arc700.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/mcrc.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/mcrc.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/mdpfp.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/mdpfp.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/mdsp-packa.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/mdsp-packa.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/mdvbf.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/mdvbf.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/mlock.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/mlock.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/mmac-24.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/mmac-24.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/mmac-d16.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/mmac-d16.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/mno-crc.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/mno-crc.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/mno-dsp-packa.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/mno-dsp-packa.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/mno-dvbf.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/mno-dvbf.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/mno-lock.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/mno-lock.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/mno-mac-24.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/mno-mac-24.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/mno-mac-d16.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/mno-mac-d16.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/mno-rtsc.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/mno-rtsc.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/mno-swape.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/mno-swape.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/mno-xy.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/mno-xy.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/mrtsc.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/mrtsc.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/mspfp.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/mspfp.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/mswape.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/mswape.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/mtune-ARC600.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/mtune-ARC600.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/mtune-ARC601.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/mtune-ARC601.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/mtune-ARC700-xmac
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/mtune-ARC700-xmac
    branches/melt-branch/gcc/testsuite/gcc.target/arc/mtune-ARC700.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/mtune-ARC700.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/mtune-ARC725D.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/mtune-ARC725D.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/mtune-ARC750D.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/mtune-ARC750D.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/mul64.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/mul64.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/mxy.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/mxy.c
    branches/melt-branch/gcc/testsuite/gcc.target/arc/no-dpfp-lrsr.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arc/no-dpfp-lrsr.c
    branches/melt-branch/gcc/testsuite/gcc.target/arm/lp1243022.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arm/lp1243022.c
    branches/melt-branch/gcc/testsuite/gcc.target/arm/pr58578.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arm/pr58578.c
    branches/melt-branch/gcc/testsuite/gcc.target/arm/pr58784.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arm/pr58784.c
    branches/melt-branch/gcc/testsuite/gcc.target/arm/require-pic-register-loc.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/arm/require-pic-register-loc.c
    branches/melt-branch/gcc/testsuite/gcc.target/avr/pr58545.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/avr/pr58545.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/builtin-ucmp.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/i386/builtin-ucmp.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/memset-vector_loop-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/i386/memset-vector_loop-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/memset-vector_loop-2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/i386/memset-vector_loop-2.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/pr57756.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/i386/pr57756.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/pr57756_2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/i386/pr57756_2.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/pr58679-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/i386/pr58679-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/pr58679-2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/i386/pr58679-2.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/pr58690.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/i386/pr58690.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/pr58759.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/i386/pr58759.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/pr58853.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/i386/pr58853.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/pr59021.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/i386/pr59021.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/pr59034-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/i386/pr59034-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/pr59034-2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/i386/pr59034-2.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/vect-abs-s16.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/i386/vect-abs-s16.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/vect-abs-s32.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/i386/vect-abs-s32.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/vect-abs-s8.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/i386/vect-abs-s8.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/vect-div-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/i386/vect-div-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/mips/bswap-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/mips/bswap-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/mips/bswap-2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/mips/bswap-2.c
    branches/melt-branch/gcc/testsuite/gcc.target/mips/bswap-3.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/mips/bswap-3.c
    branches/melt-branch/gcc/testsuite/gcc.target/mips/bswap-4.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/mips/bswap-4.c
    branches/melt-branch/gcc/testsuite/gcc.target/mips/bswap-5.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/mips/bswap-5.c
    branches/melt-branch/gcc/testsuite/gcc.target/mips/bswap-6.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/mips/bswap-6.c
    branches/melt-branch/gcc/testsuite/gcc.target/mips/nor.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/mips/nor.c
    branches/melt-branch/gcc/testsuite/gcc.target/powerpc/altivec-perm-3.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/powerpc/altivec-perm-3.c
    branches/melt-branch/gcc/testsuite/gcc.target/powerpc/p8vector-fp.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/powerpc/p8vector-fp.c
    branches/melt-branch/gcc/testsuite/gcc.target/powerpc/p8vector-ldst.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/powerpc/p8vector-ldst.c
    branches/melt-branch/gcc/testsuite/gcc.target/powerpc/pr58673-1.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/powerpc/pr58673-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/powerpc/pr58673-2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/powerpc/pr58673-2.c
    branches/melt-branch/gcc/testsuite/gcc.target/s390/htm-nofloat-2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/s390/htm-nofloat-2.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/cmpstr.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/sh/cmpstr.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/cmpstrn.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/sh/cmpstrn.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr51244-20-sh2a.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/sh/pr51244-20-sh2a.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr51244-20.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/sh/pr51244-20.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr54236-2.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/sh/pr54236-2.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/strlen.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/sh/strlen.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/torture/pr30807.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/sh/torture/pr30807.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/torture/pr58475.c
      - copied unchanged from r204695, trunk/gcc/testsuite/gcc.target/sh/torture/pr58475.c
    branches/melt-branch/gcc/testsuite/gcc.target/vax/
      - copied from r204695, trunk/gcc/testsuite/gcc.target/vax/
    branches/melt-branch/gcc/testsuite/gfortran.dg/assumed_type_8.f90
      - copied unchanged from r204695, trunk/gcc/testsuite/gfortran.dg/assumed_type_8.f90
    branches/melt-branch/gcc/testsuite/gfortran.dg/blockdata_8.f90
      - copied unchanged from r204695, trunk/gcc/testsuite/gfortran.dg/blockdata_8.f90
    branches/melt-branch/gcc/testsuite/gfortran.dg/char_length_19.f90
      - copied unchanged from r204695, trunk/gcc/testsuite/gfortran.dg/char_length_19.f90
    branches/melt-branch/gcc/testsuite/gfortran.dg/constructor_9.f90
      - copied unchanged from r204695, trunk/gcc/testsuite/gfortran.dg/constructor_9.f90
    branches/melt-branch/gcc/testsuite/gfortran.dg/defined_assignment_8.f90
      - copied unchanged from r204695, trunk/gcc/testsuite/gfortran.dg/defined_assignment_8.f90
    branches/melt-branch/gcc/testsuite/gfortran.dg/defined_assignment_9.f90
      - copied unchanged from r204695, trunk/gcc/testsuite/gfortran.dg/defined_assignment_9.f90
    branches/melt-branch/gcc/testsuite/gfortran.dg/derived_external_function_1.f90
      - copied unchanged from r204695, trunk/gcc/testsuite/gfortran.dg/derived_external_function_1.f90
    branches/melt-branch/gcc/testsuite/gfortran.dg/extends_15.f90
      - copied unchanged from r204695, trunk/gcc/testsuite/gfortran.dg/extends_15.f90
    branches/melt-branch/gcc/testsuite/gfortran.dg/finalize_21.f90
      - copied unchanged from r204695, trunk/gcc/testsuite/gfortran.dg/finalize_21.f90
    branches/melt-branch/gcc/testsuite/gfortran.dg/openmp-define-1.f90
      - copied unchanged from r204695, trunk/gcc/testsuite/gfortran.dg/openmp-define-1.f90
    branches/melt-branch/gcc/testsuite/gfortran.dg/openmp-define-2.f90
      - copied unchanged from r204695, trunk/gcc/testsuite/gfortran.dg/openmp-define-2.f90
    branches/melt-branch/gcc/testsuite/gfortran.dg/openmp-define-3.f90
      - copied unchanged from r204695, trunk/gcc/testsuite/gfortran.dg/openmp-define-3.f90
    branches/melt-branch/gcc/testsuite/gfortran.dg/optional_class_1.f90
      - copied unchanged from r204695, trunk/gcc/testsuite/gfortran.dg/optional_class_1.f90
    branches/melt-branch/gcc/testsuite/gfortran.dg/pr58484.f
      - copied unchanged from r204695, trunk/gcc/testsuite/gfortran.dg/pr58484.f
    branches/melt-branch/gcc/testsuite/gfortran.dg/pr58968.f
      - copied unchanged from r204695, trunk/gcc/testsuite/gfortran.dg/pr58968.f
    branches/melt-branch/gcc/testsuite/gfortran.dg/proc_ptr_comp_38.f90
      - copied unchanged from r204695, trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_38.f90
    branches/melt-branch/gcc/testsuite/gfortran.dg/reshape_6.f90
      - copied unchanged from r204695, trunk/gcc/testsuite/gfortran.dg/reshape_6.f90
    branches/melt-branch/gcc/testsuite/gfortran.dg/unlimited_polymorphic_10.f90
      - copied unchanged from r204695, trunk/gcc/testsuite/gfortran.dg/unlimited_polymorphic_10.f90
    branches/melt-branch/gcc/testsuite/gfortran.dg/unlimited_polymorphic_11.f90
      - copied unchanged from r204695, trunk/gcc/testsuite/gfortran.dg/unlimited_polymorphic_11.f90
    branches/melt-branch/gcc/testsuite/gfortran.dg/unlimited_polymorphic_12.f90
      - copied unchanged from r204695, trunk/gcc/testsuite/gfortran.dg/unlimited_polymorphic_12.f90
    branches/melt-branch/gcc/testsuite/gfortran.dg/unlimited_polymorphic_13.f90
      - copied unchanged from r204695, trunk/gcc/testsuite/gfortran.dg/unlimited_polymorphic_13.f90
    branches/melt-branch/gcc/testsuite/gfortran.dg/unlimited_polymorphic_14.f90
      - copied unchanged from r204695, trunk/gcc/testsuite/gfortran.dg/unlimited_polymorphic_14.f90
    branches/melt-branch/gcc/testsuite/gfortran.dg/vect/vect-do-concurrent-1.f90
      - copied unchanged from r204695, trunk/gcc/testsuite/gfortran.dg/vect/vect-do-concurrent-1.f90
    branches/melt-branch/gcc/testsuite/gfortran.dg/wdate-time.F90
      - copied unchanged from r204695, trunk/gcc/testsuite/gfortran.dg/wdate-time.F90
    branches/melt-branch/gcc/testsuite/gnat.dg/opt28.adb
      - copied unchanged from r204695, trunk/gcc/testsuite/gnat.dg/opt28.adb
    branches/melt-branch/gcc/testsuite/gnat.dg/opt28.ads
      - copied unchanged from r204695, trunk/gcc/testsuite/gnat.dg/opt28.ads
    branches/melt-branch/gcc/testsuite/gnat.dg/opt28_pkg.ads
      - copied unchanged from r204695, trunk/gcc/testsuite/gnat.dg/opt28_pkg.ads
    branches/melt-branch/gcc/testsuite/gnat.dg/specs/opt1.ads
      - copied unchanged from r204695, trunk/gcc/testsuite/gnat.dg/specs/opt1.ads
    branches/melt-branch/gcc/testsuite/gnat.dg/uninit_array.adb
      - copied unchanged from r204695, trunk/gcc/testsuite/gnat.dg/uninit_array.adb
    branches/melt-branch/gcc/testsuite/gnat.dg/uninit_array.ads
      - copied unchanged from r204695, trunk/gcc/testsuite/gnat.dg/uninit_array.ads
    branches/melt-branch/gcc/testsuite/gnat.dg/uninit_array_pkg.ads
      - copied unchanged from r204695, trunk/gcc/testsuite/gnat.dg/uninit_array_pkg.ads
    branches/melt-branch/gcc/testsuite/go.test/test/bench/go1/fmt_test.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/bench/go1/fmt_test.go
    branches/melt-branch/gcc/testsuite/go.test/test/bench/go1/http_test.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/bench/go1/http_test.go
    branches/melt-branch/gcc/testsuite/go.test/test/bench/go1/regexp_test.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/bench/go1/regexp_test.go
    branches/melt-branch/gcc/testsuite/go.test/test/bench/go1/time_test.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/bench/go1/time_test.go
    branches/melt-branch/gcc/testsuite/go.test/test/const6.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/const6.go
    branches/melt-branch/gcc/testsuite/go.test/test/ddd2.dir/
      - copied from r204695, trunk/gcc/testsuite/go.test/test/ddd2.dir/
    branches/melt-branch/gcc/testsuite/go.test/test/dwarf/dwarf.dir/
      - copied from r204695, trunk/gcc/testsuite/go.test/test/dwarf/dwarf.dir/
    branches/melt-branch/gcc/testsuite/go.test/test/dwarf/dwarf.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/dwarf/dwarf.go
    branches/melt-branch/gcc/testsuite/go.test/test/escape5.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/escape5.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug191.dir/main.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/bug191.dir/main.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug324.dir/prog.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/bug324.dir/prog.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug367.dir/prog.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/bug367.dir/prog.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug382.dir/prog.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/bug382.dir/prog.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug414.dir/prog.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/bug414.dir/prog.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug424.dir/main.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/bug424.dir/main.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug437.dir/x.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/bug437.dir/x.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug453.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/bug453.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug454.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/bug454.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug455.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/bug455.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug456.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/bug456.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug457.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/bug457.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug458.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/bug458.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug459.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/bug459.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug460.dir/
      - copied from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/bug460.dir/
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug460.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/bug460.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug461.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/bug461.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug462.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/bug462.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug463.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/bug463.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug464.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/bug464.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug465.dir/
      - copied from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/bug465.dir/
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug465.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/bug465.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug466.dir/
      - copied from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/bug466.dir/
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug466.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/bug466.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug467.dir/
      - copied from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/bug467.dir/
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug467.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/bug467.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug468.dir/
      - copied from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/bug468.dir/
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug468.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/bug468.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug470.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/bug470.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug471.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/bug471.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug472.dir/
      - copied from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/bug472.dir/
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug472.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/bug472.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug473.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/bug473.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug474.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/bug474.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug478.dir/
      - copied from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/bug478.dir/
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue2615.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue2615.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue3552.dir/
      - copied from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue3552.dir/
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue3552.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue3552.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue3705.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue3705.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue3783.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue3783.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue3924.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue3924.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue3925.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue3925.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4066.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4066.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4085a.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4085a.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4085b.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4085b.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4097.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4097.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4099.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4099.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4162.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4162.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4167.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4167.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4232.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4232.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4251.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4251.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4252.dir/
      - copied from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4252.dir/
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4252.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4252.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4264.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4264.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4283.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4283.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4313.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4313.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4316.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4316.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4323.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4323.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4326.dir/
      - copied from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4326.dir/
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4326.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4326.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4348.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4348.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4353.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4353.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4359.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4359.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4370.dir/
      - copied from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4370.dir/
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4370.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4370.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4396a.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4396a.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4396b.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4396b.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4399.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4399.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4405.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4405.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4429.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4429.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4448.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4448.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4452.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4452.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4458.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4458.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4463.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4463.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4468.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4468.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4470.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4470.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4495.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4495.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4510.dir/
      - copied from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4510.dir/
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4510.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4510.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4517a.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4517a.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4517b.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4517b.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4517c.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4517c.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4518.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4518.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4529.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4529.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4545.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4545.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4562.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4562.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4585.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4585.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4590.dir/
      - copied from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4590.dir/
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4590.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4590.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4610.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4610.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4614.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4614.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4618.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4618.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4620.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4620.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4654.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4654.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4663.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4663.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4667.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4667.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4734.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4734.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4748.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4748.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4752.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4752.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4785.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4785.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4813.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4813.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4879.dir/
      - copied from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4879.dir/
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4879.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4879.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4909a.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4909a.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4909b.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4909b.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4932.dir/
      - copied from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4932.dir/
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4932.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4932.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4964.dir/
      - copied from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4964.dir/
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue4964.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue4964.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue5002.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue5002.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue5056.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue5056.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue5089.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue5089.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue5105.dir/
      - copied from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue5105.dir/
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue5105.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue5105.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue5125.dir/
      - copied from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue5125.dir/
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue5125.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue5125.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue5162.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue5162.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue5231.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue5231.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue5244.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue5244.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue5259.dir/
      - copied from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue5259.dir/
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue5259.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue5259.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue5260.dir/
      - copied from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue5260.dir/
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue5260.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue5260.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue5291.dir/
      - copied from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue5291.dir/
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue5291.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue5291.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue5470.dir/
      - copied from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue5470.dir/
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue5470.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue5470.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue5493.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue5493.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue5515.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue5515.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue5607.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue5607.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue5614.dir/
      - copied from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue5614.dir/
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue5614.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue5614.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue5753.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue5753.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue5755.dir/
      - copied from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue5755.dir/
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue5755.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue5755.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue5809.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue5809.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue5820.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue5820.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue5841.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue5841.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/issue887.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/fixedbugs/issue887.go
    branches/melt-branch/gcc/testsuite/go.test/test/funcdup.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/funcdup.go
    branches/melt-branch/gcc/testsuite/go.test/test/funcdup2.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/funcdup2.go
    branches/melt-branch/gcc/testsuite/go.test/test/import2.dir/
      - copied from r204695, trunk/gcc/testsuite/go.test/test/import2.dir/
    branches/melt-branch/gcc/testsuite/go.test/test/import4.dir/
      - copied from r204695, trunk/gcc/testsuite/go.test/test/import4.dir/
    branches/melt-branch/gcc/testsuite/go.test/test/interface/embed1.dir/
      - copied from r204695, trunk/gcc/testsuite/go.test/test/interface/embed1.dir/
    branches/melt-branch/gcc/testsuite/go.test/test/interface/private.dir/
      - copied from r204695, trunk/gcc/testsuite/go.test/test/interface/private.dir/
    branches/melt-branch/gcc/testsuite/go.test/test/interface/recursive1.dir/
      - copied from r204695, trunk/gcc/testsuite/go.test/test/interface/recursive1.dir/
    branches/melt-branch/gcc/testsuite/go.test/test/mapnan.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/mapnan.go
    branches/melt-branch/gcc/testsuite/go.test/test/method4.dir/
      - copied from r204695, trunk/gcc/testsuite/go.test/test/method4.dir/
    branches/melt-branch/gcc/testsuite/go.test/test/method5.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/method5.go
    branches/melt-branch/gcc/testsuite/go.test/test/return.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/return.go
    branches/melt-branch/gcc/testsuite/go.test/test/rotate0.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/rotate0.go
    branches/melt-branch/gcc/testsuite/go.test/test/rotate1.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/rotate1.go
    branches/melt-branch/gcc/testsuite/go.test/test/rotate2.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/rotate2.go
    branches/melt-branch/gcc/testsuite/go.test/test/rotate3.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/rotate3.go
    branches/melt-branch/gcc/testsuite/go.test/test/stress/
      - copied from r204695, trunk/gcc/testsuite/go.test/test/stress/
    branches/melt-branch/gcc/testsuite/go.test/test/switch4.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/switch4.go
    branches/melt-branch/gcc/testsuite/go.test/test/torture.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/torture.go
    branches/melt-branch/gcc/testsuite/go.test/test/typecheck.go
      - copied unchanged from r204695, trunk/gcc/testsuite/go.test/test/typecheck.go
    branches/melt-branch/gcc/testsuite/lib/atomic-dg.exp
      - copied unchanged from r204695, trunk/gcc/testsuite/lib/atomic-dg.exp
    branches/melt-branch/gcc/tree-cfg.h
      - copied unchanged from r204695, trunk/gcc/tree-cfg.h
    branches/melt-branch/gcc/tree-cfgcleanup.h
      - copied unchanged from r204695, trunk/gcc/tree-cfgcleanup.h
    branches/melt-branch/gcc/tree-dfa.h
      - copied unchanged from r204695, trunk/gcc/tree-dfa.h
    branches/melt-branch/gcc/tree-eh.h
      - copied unchanged from r204695, trunk/gcc/tree-eh.h
    branches/melt-branch/gcc/tree-into-ssa.h
      - copied unchanged from r204695, trunk/gcc/tree-into-ssa.h
    branches/melt-branch/gcc/tree-outof-ssa.h
      - copied unchanged from r204695, trunk/gcc/tree-outof-ssa.h
    branches/melt-branch/gcc/tree-parloops.h
      - copied unchanged from r204695, trunk/gcc/tree-parloops.h
    branches/melt-branch/gcc/tree-phinodes.h
      - copied unchanged from r204695, trunk/gcc/tree-phinodes.h
    branches/melt-branch/gcc/tree-ssa-address.h
      - copied unchanged from r204695, trunk/gcc/tree-ssa-address.h
    branches/melt-branch/gcc/tree-ssa-coalesce.h
      - copied unchanged from r204695, trunk/gcc/tree-ssa-coalesce.h
    branches/melt-branch/gcc/tree-ssa-dom.h
      - copied unchanged from r204695, trunk/gcc/tree-ssa-dom.h
    branches/melt-branch/gcc/tree-ssa-loop-ivopts.h
      - copied unchanged from r204695, trunk/gcc/tree-ssa-loop-ivopts.h
    branches/melt-branch/gcc/tree-ssa-loop-manip.h
      - copied unchanged from r204695, trunk/gcc/tree-ssa-loop-manip.h
    branches/melt-branch/gcc/tree-ssa-loop-niter.h
      - copied unchanged from r204695, trunk/gcc/tree-ssa-loop-niter.h
    branches/melt-branch/gcc/tree-ssa-loop.h
      - copied unchanged from r204695, trunk/gcc/tree-ssa-loop.h
    branches/melt-branch/gcc/tree-ssa-ter.h
      - copied unchanged from r204695, trunk/gcc/tree-ssa-ter.h
    branches/melt-branch/gcc/tree-ssa-threadedge.h
      - copied unchanged from r204695, trunk/gcc/tree-ssa-threadedge.h
    branches/melt-branch/gcc/tree-ssa-threadupdate.h
      - copied unchanged from r204695, trunk/gcc/tree-ssa-threadupdate.h
    branches/melt-branch/include/gdb/
      - copied from r204695, trunk/include/gdb/
    branches/melt-branch/libatomic/config/x86/fenv.c
      - copied unchanged from r204695, trunk/libatomic/config/x86/fenv.c
    branches/melt-branch/libatomic/fenv.c
      - copied unchanged from r204695, trunk/libatomic/fenv.c
    branches/melt-branch/libcilkrts/
      - copied from r204695, trunk/libcilkrts/
    branches/melt-branch/libgcc/config/arc/
      - copied from r204695, trunk/libgcc/config/arc/
    branches/melt-branch/libgcc/config/cris/sfp-machine.h
      - copied unchanged from r204695, trunk/libgcc/config/cris/sfp-machine.h
    branches/melt-branch/libgcc/config/cris/umulsidi3.S
      - copied unchanged from r204695, trunk/libgcc/config/cris/umulsidi3.S
    branches/melt-branch/libgcc/config/nds32/
      - copied from r204695, trunk/libgcc/config/nds32/
    branches/melt-branch/libgo/go/archive/tar/testdata/nil-uid.tar
      - copied unchanged from r204695, trunk/libgo/go/archive/tar/testdata/nil-uid.tar
    branches/melt-branch/libgo/go/archive/zip/register.go
      - copied unchanged from r204695, trunk/libgo/go/archive/zip/register.go
    branches/melt-branch/libgo/go/bytes/compare_test.go
      - copied unchanged from r204695, trunk/libgo/go/bytes/compare_test.go
    branches/melt-branch/libgo/go/compress/gzip/testdata/
      - copied from r204695, trunk/libgo/go/compress/gzip/testdata/
    branches/melt-branch/libgo/go/crypto/cipher/gcm.go
      - copied unchanged from r204695, trunk/libgo/go/crypto/cipher/gcm.go
    branches/melt-branch/libgo/go/crypto/cipher/gcm_test.go
      - copied unchanged from r204695, trunk/libgo/go/crypto/cipher/gcm_test.go
    branches/melt-branch/libgo/go/crypto/elliptic/p256.go
      - copied unchanged from r204695, trunk/libgo/go/crypto/elliptic/p256.go
    branches/melt-branch/libgo/go/crypto/rsa/pss.go
      - copied unchanged from r204695, trunk/libgo/go/crypto/rsa/pss.go
    branches/melt-branch/libgo/go/crypto/rsa/pss_test.go
      - copied unchanged from r204695, trunk/libgo/go/crypto/rsa/pss_test.go
    branches/melt-branch/libgo/go/crypto/rsa/testdata/
      - copied from r204695, trunk/libgo/go/crypto/rsa/testdata/
    branches/melt-branch/libgo/go/encoding/encoding.go
      - copied unchanged from r204695, trunk/libgo/go/encoding/encoding.go
    branches/melt-branch/libgo/go/go/doc/testdata/bugpara.0.golden
      - copied unchanged from r204695, trunk/libgo/go/go/doc/testdata/bugpara.0.golden
    branches/melt-branch/libgo/go/go/doc/testdata/bugpara.1.golden
      - copied unchanged from r204695, trunk/libgo/go/go/doc/testdata/bugpara.1.golden
    branches/melt-branch/libgo/go/go/doc/testdata/bugpara.2.golden
      - copied unchanged from r204695, trunk/libgo/go/go/doc/testdata/bugpara.2.golden
    branches/melt-branch/libgo/go/go/doc/testdata/bugpara.go
      - copied unchanged from r204695, trunk/libgo/go/go/doc/testdata/bugpara.go
    branches/melt-branch/libgo/go/html/escape_test.go
      - copied unchanged from r204695, trunk/libgo/go/html/escape_test.go
    branches/melt-branch/libgo/go/image/color/palette/
      - copied from r204695, trunk/libgo/go/image/color/palette/
    branches/melt-branch/libgo/go/image/gif/writer.go
      - copied unchanged from r204695, trunk/libgo/go/image/gif/writer.go
    branches/melt-branch/libgo/go/image/gif/writer_test.go
      - copied unchanged from r204695, trunk/libgo/go/image/gif/writer_test.go
    branches/melt-branch/libgo/go/mime/type_plan9.go
      - copied unchanged from r204695, trunk/libgo/go/mime/type_plan9.go
    branches/melt-branch/libgo/go/net/dnsclient_unix_test.go
      - copied unchanged from r204695, trunk/libgo/go/net/dnsclient_unix_test.go
    branches/melt-branch/libgo/go/net/fd_mutex.go
      - copied unchanged from r204695, trunk/libgo/go/net/fd_mutex.go
    branches/melt-branch/libgo/go/net/fd_mutex_test.go
      - copied unchanged from r204695, trunk/libgo/go/net/fd_mutex_test.go
    branches/melt-branch/libgo/go/net/interface_dragonfly.go
      - copied unchanged from r204695, trunk/libgo/go/net/interface_dragonfly.go
    branches/melt-branch/libgo/go/net/ipsock_test.go
      - copied unchanged from r204695, trunk/libgo/go/net/ipsock_test.go
    branches/melt-branch/libgo/go/net/mockicmp_test.go
      - copied unchanged from r204695, trunk/libgo/go/net/mockicmp_test.go
    branches/melt-branch/libgo/go/net/mockserver_test.go
      - copied unchanged from r204695, trunk/libgo/go/net/mockserver_test.go
    branches/melt-branch/libgo/go/net/race.go
      - copied unchanged from r204695, trunk/libgo/go/net/race.go
    branches/melt-branch/libgo/go/net/race0.go
      - copied unchanged from r204695, trunk/libgo/go/net/race0.go
    branches/melt-branch/libgo/go/net/sendfile_dragonfly.go
      - copied unchanged from r204695, trunk/libgo/go/net/sendfile_dragonfly.go
    branches/melt-branch/libgo/go/net/singleflight.go
      - copied unchanged from r204695, trunk/libgo/go/net/singleflight.go
    branches/melt-branch/libgo/go/net/sock_plan9.go
      - copied unchanged from r204695, trunk/libgo/go/net/sock_plan9.go
    branches/melt-branch/libgo/go/net/tcpsockopt_darwin.go
      - copied unchanged from r204695, trunk/libgo/go/net/tcpsockopt_darwin.go
    branches/melt-branch/libgo/go/net/tcpsockopt_openbsd.go
      - copied unchanged from r204695, trunk/libgo/go/net/tcpsockopt_openbsd.go
    branches/melt-branch/libgo/go/net/tcpsockopt_posix.go
      - copied unchanged from r204695, trunk/libgo/go/net/tcpsockopt_posix.go
    branches/melt-branch/libgo/go/net/tcpsockopt_solaris.go
      - copied unchanged from r204695, trunk/libgo/go/net/tcpsockopt_solaris.go
    branches/melt-branch/libgo/go/net/tcpsockopt_unix.go
      - copied unchanged from r204695, trunk/libgo/go/net/tcpsockopt_unix.go
    branches/melt-branch/libgo/go/net/tcpsockopt_windows.go
      - copied unchanged from r204695, trunk/libgo/go/net/tcpsockopt_windows.go
    branches/melt-branch/libgo/go/os/error_unix.go
      - copied unchanged from r204695, trunk/libgo/go/os/error_unix.go
    branches/melt-branch/libgo/go/os/getwd_darwin.go
      - copied unchanged from r204695, trunk/libgo/go/os/getwd_darwin.go
    branches/melt-branch/libgo/go/os/stat_dragonfly.go
      - copied unchanged from r204695, trunk/libgo/go/os/stat_dragonfly.go
    branches/melt-branch/libgo/go/os/user/lookup_plan9.go
      - copied unchanged from r204695, trunk/libgo/go/os/user/lookup_plan9.go
    branches/melt-branch/libgo/go/reflect/makefunc_386.S
      - copied unchanged from r204695, trunk/libgo/go/reflect/makefunc_386.S
    branches/melt-branch/libgo/go/reflect/makefunc_amd64.S
      - copied unchanged from r204695, trunk/libgo/go/reflect/makefunc_amd64.S
    branches/melt-branch/libgo/go/reflect/makefunc_dummy.c
      - copied unchanged from r204695, trunk/libgo/go/reflect/makefunc_dummy.c
    branches/melt-branch/libgo/go/reflect/makefuncgo_386.go
      - copied unchanged from r204695, trunk/libgo/go/reflect/makefuncgo_386.go
    branches/melt-branch/libgo/go/reflect/makefuncgo_amd64.go
      - copied unchanged from r204695, trunk/libgo/go/reflect/makefuncgo_amd64.go
    branches/melt-branch/libgo/go/regexp/exec2_test.go
      - copied unchanged from r204695, trunk/libgo/go/regexp/exec2_test.go
    branches/melt-branch/libgo/go/runtime/malloc_test.go
      - copied unchanged from r204695, trunk/libgo/go/runtime/malloc_test.go
    branches/melt-branch/libgo/go/runtime/memmove_test.go
      - copied unchanged from r204695, trunk/libgo/go/runtime/memmove_test.go
    branches/melt-branch/libgo/go/runtime/norace_test.go
      - copied unchanged from r204695, trunk/libgo/go/runtime/norace_test.go
    branches/melt-branch/libgo/go/sort/example_wrapper_test.go
      - copied unchanged from r204695, trunk/libgo/go/sort/example_wrapper_test.go
    branches/melt-branch/libgo/go/strings/indexbyte.c
      - copied unchanged from r204695, trunk/libgo/go/strings/indexbyte.c
    branches/melt-branch/libgo/go/strings/strings_decl.go
      - copied unchanged from r204695, trunk/libgo/go/strings/strings_decl.go
    branches/melt-branch/libgo/go/syscall/consistency_unix_test.go
      - copied unchanged from r204695, trunk/libgo/go/syscall/consistency_unix_test.go
    branches/melt-branch/libgo/go/syscall/rlimit_linux_test.go
      - copied unchanged from r204695, trunk/libgo/go/syscall/rlimit_linux_test.go
    branches/melt-branch/libgo/go/syscall/route_dragonfly.go
      - copied unchanged from r204695, trunk/libgo/go/syscall/route_dragonfly.go
    branches/melt-branch/libgo/go/syscall/syscall_test.go
      - copied unchanged from r204695, trunk/libgo/go/syscall/syscall_test.go
    branches/melt-branch/libgo/go/testing/benchmark_test.go
      - copied unchanged from r204695, trunk/libgo/go/testing/benchmark_test.go
    branches/melt-branch/libgo/go/testing/cover.go
      - copied unchanged from r204695, trunk/libgo/go/testing/cover.go
    branches/melt-branch/libgo/go/testing/export_test.go
      - copied unchanged from r204695, trunk/libgo/go/testing/export_test.go
    branches/melt-branch/libgo/go/time/genzabbrs.go
      - copied unchanged from r204695, trunk/libgo/go/time/genzabbrs.go
    branches/melt-branch/libgo/go/time/zoneinfo_abbrs_windows.go
      - copied unchanged from r204695, trunk/libgo/go/time/zoneinfo_abbrs_windows.go
    branches/melt-branch/libgo/runtime/go-cdiv.c
      - copied unchanged from r204695, trunk/libgo/runtime/go-cdiv.c
    branches/melt-branch/libgomp/hashtab.h
      - copied unchanged from r204695, trunk/libgomp/hashtab.h
    branches/melt-branch/libgomp/target.c
      - copied unchanged from r204695, trunk/libgomp/target.c
    branches/melt-branch/libgomp/testsuite/libgomp.c++/affinity-1.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/affinity-1.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/atomic-10.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/atomic-10.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/atomic-11.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/atomic-11.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/atomic-12.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/atomic-12.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/atomic-13.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/atomic-13.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/atomic-14.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/atomic-14.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/atomic-15.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/atomic-15.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/cancel-for-1.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/cancel-for-1.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/cancel-for-2.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/cancel-for-2.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/cancel-parallel-1.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/cancel-parallel-1.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/cancel-parallel-2.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/cancel-parallel-2.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/cancel-parallel-3.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/cancel-parallel-3.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/cancel-sections-1.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/cancel-sections-1.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/cancel-taskgroup-1.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/cancel-taskgroup-1.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/cancel-taskgroup-2.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/cancel-taskgroup-2.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/cancel-taskgroup-3.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/cancel-taskgroup-3.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/cancel-test.h
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/cancel-test.h
    branches/melt-branch/libgomp/testsuite/libgomp.c++/for-10.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/for-10.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/for-11.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/for-11.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/for-9.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/for-9.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/simd-1.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/simd-1.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/simd-2.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/simd-2.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/simd-3.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/simd-3.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/simd-4.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/simd-4.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/simd-5.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/simd-5.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/simd-6.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/simd-6.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/simd-7.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/simd-7.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/simd-8.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/simd-8.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/target-1.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/target-1.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/target-2-aux.cc
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/target-2-aux.cc
    branches/melt-branch/libgomp/testsuite/libgomp.c++/target-2.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/target-2.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/target-3.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/target-3.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/taskgroup-1.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/taskgroup-1.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/udr-1.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/udr-1.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/udr-2.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/udr-2.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/udr-3.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/udr-3.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/udr-4.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/udr-4.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/udr-5.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/udr-5.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/udr-6.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/udr-6.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/udr-7.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/udr-7.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/udr-8.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/udr-8.C
    branches/melt-branch/libgomp/testsuite/libgomp.c++/udr-9.C
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c++/udr-9.C
    branches/melt-branch/libgomp/testsuite/libgomp.c/affinity-1.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/affinity-1.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/atomic-15.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/atomic-15.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/atomic-16.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/atomic-16.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/atomic-17.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/atomic-17.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/cancel-for-1.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/cancel-for-1.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/cancel-for-2.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/cancel-for-2.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/cancel-parallel-1.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/cancel-parallel-1.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/cancel-parallel-2.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/cancel-parallel-2.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/cancel-parallel-3.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/cancel-parallel-3.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/cancel-sections-1.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/cancel-sections-1.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/cancel-taskgroup-1.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/cancel-taskgroup-1.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/cancel-taskgroup-2.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/cancel-taskgroup-2.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/depend-1.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/depend-1.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/depend-2.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/depend-2.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/depend-3.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/depend-3.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/depend-4.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/depend-4.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/for-1.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/for-1.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/for-1.h
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/for-1.h
    branches/melt-branch/libgomp/testsuite/libgomp.c/for-2.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/for-2.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/for-2.h
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/for-2.h
    branches/melt-branch/libgomp/testsuite/libgomp.c/for-3.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/for-3.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/pr58392.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/pr58392.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/simd-1.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/simd-1.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/simd-2.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/simd-2.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/simd-3.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/simd-3.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/simd-4.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/simd-4.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/simd-5.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/simd-5.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/simd-6.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/simd-6.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/target-1.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/target-1.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/target-2.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/target-2.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/target-3.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/target-3.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/target-4.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/target-4.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/target-5.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/target-5.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/target-6.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/target-6.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/target-7.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/target-7.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/taskgroup-1.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/taskgroup-1.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/thread-limit-1.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/thread-limit-1.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/thread-limit-2.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/thread-limit-2.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/thread-limit-3.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/thread-limit-3.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/udr-1.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/udr-1.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/udr-2.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/udr-2.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/udr-3.c
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.c/udr-3.c
    branches/melt-branch/libgomp/testsuite/libgomp.fortran/openmp_version-1.f
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.fortran/openmp_version-1.f
    branches/melt-branch/libgomp/testsuite/libgomp.fortran/openmp_version-2.f90
      - copied unchanged from r204695, trunk/libgomp/testsuite/libgomp.fortran/openmp_version-2.f90
    branches/melt-branch/libsanitizer/asan/asan_dll_thunk.cc
      - copied unchanged from r204695, trunk/libsanitizer/asan/asan_dll_thunk.cc
    branches/melt-branch/libsanitizer/asan/asan_fake_stack.h
      - copied unchanged from r204695, trunk/libsanitizer/asan/asan_fake_stack.h
    branches/melt-branch/libsanitizer/asan/asan_poisoning.h
      - copied unchanged from r204695, trunk/libsanitizer/asan/asan_poisoning.h
    branches/melt-branch/libsanitizer/include/sanitizer/dfsan_interface.h
      - copied unchanged from r204695, trunk/libsanitizer/include/sanitizer/dfsan_interface.h
    branches/melt-branch/libsanitizer/include/sanitizer/linux_syscall_hooks.h
      - copied unchanged from r204695, trunk/libsanitizer/include/sanitizer/linux_syscall_hooks.h
    branches/melt-branch/libsanitizer/include/sanitizer/lsan_interface.h
      - copied unchanged from r204695, trunk/libsanitizer/include/sanitizer/lsan_interface.h
    branches/melt-branch/libsanitizer/include/sanitizer/msan_interface.h
      - copied unchanged from r204695, trunk/libsanitizer/include/sanitizer/msan_interface.h
    branches/melt-branch/libsanitizer/lsan/
      - copied from r204695, trunk/libsanitizer/lsan/
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_allocator_internal.h
      - copied unchanged from r204695, trunk/libsanitizer/sanitizer_common/sanitizer_allocator_internal.h
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_common_interceptors_ioctl.inc
      - copied unchanged from r204695, trunk/libsanitizer/sanitizer_common/sanitizer_common_interceptors_ioctl.inc
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_common_libcdep.cc
      - copied unchanged from r204695, trunk/libsanitizer/sanitizer_common/sanitizer_common_libcdep.cc
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_common_syscalls.inc
      - copied unchanged from r204695, trunk/libsanitizer/sanitizer_common/sanitizer_common_syscalls.inc
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_linux.h
      - copied unchanged from r204695, trunk/libsanitizer/sanitizer_common/sanitizer_linux.h
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_linux_libcdep.cc
      - copied unchanged from r204695, trunk/libsanitizer/sanitizer_common/sanitizer_linux_libcdep.cc
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_platform.h
      - copied unchanged from r204695, trunk/libsanitizer/sanitizer_common/sanitizer_platform.h
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_platform_limits_linux.cc
      - copied unchanged from r204695, trunk/libsanitizer/sanitizer_common/sanitizer_platform_limits_linux.cc
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_posix_libcdep.cc
      - copied unchanged from r204695, trunk/libsanitizer/sanitizer_common/sanitizer_posix_libcdep.cc
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_stoptheworld.h
      - copied unchanged from r204695, trunk/libsanitizer/sanitizer_common/sanitizer_stoptheworld.h
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc
      - copied unchanged from r204695, trunk/libsanitizer/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_suppressions.cc
      - copied unchanged from r204695, trunk/libsanitizer/sanitizer_common/sanitizer_suppressions.cc
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_suppressions.h
      - copied unchanged from r204695, trunk/libsanitizer/sanitizer_common/sanitizer_suppressions.h
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc
      - copied unchanged from r204695, trunk/libsanitizer/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_syscall_generic.inc
      - copied unchanged from r204695, trunk/libsanitizer/sanitizer_common/sanitizer_syscall_generic.inc
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_syscall_linux_x86_64.inc
      - copied unchanged from r204695, trunk/libsanitizer/sanitizer_common/sanitizer_syscall_linux_x86_64.inc
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_thread_registry.cc
      - copied unchanged from r204695, trunk/libsanitizer/sanitizer_common/sanitizer_thread_registry.cc
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_thread_registry.h
      - copied unchanged from r204695, trunk/libsanitizer/sanitizer_common/sanitizer_thread_registry.h
Removed:
    branches/melt-branch/gcc/config/arm/neon-schedgen.ml
    branches/melt-branch/gcc/regmove.c
    branches/melt-branch/gcc/ssaexpand.h
    branches/melt-branch/gcc/testsuite/g++.dg/torture/pr49309.C
    branches/melt-branch/gcc/testsuite/gcc.dg/c1x-align-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c1x-align-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c1x-align-3.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c1x-align-4.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c1x-anon-struct-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c1x-anon-struct-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c1x-anon-struct-3.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c1x-float-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c1x-noreturn-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c1x-noreturn-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c1x-noreturn-3.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c1x-noreturn-4.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c1x-noreturn-5.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c1x-pointer-float-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c1x-static-assert-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c1x-static-assert-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c1x-static-assert-3.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c1x-static-assert-4.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c1x-static-assert-5.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c1x-static-assert-6.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c1x-typedef-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c1x-uni-string-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c1x-uni-string-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/dfp/pr35739.c
    branches/melt-branch/gcc/testsuite/gcc.dg/lto/pr54625-1_0.c
    branches/melt-branch/gcc/testsuite/gcc.dg/lto/pr54625-1_1.C
    branches/melt-branch/gcc/testsuite/gcc.dg/lto/pr54625-2_0.c
    branches/melt-branch/gcc/testsuite/gcc.dg/lto/pr54625-2_1.C
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-3.c
    branches/melt-branch/gcc/testsuite/go.test/test/bugs/bug434.dir/
    branches/melt-branch/gcc/testsuite/go.test/test/bugs/bug434.go
    branches/melt-branch/gcc/testsuite/go.test/test/ddd3.go
    branches/melt-branch/gcc/testsuite/go.test/test/dwarf/main.go
    branches/melt-branch/gcc/testsuite/go.test/test/dwarf/z1.go
    branches/melt-branch/gcc/testsuite/go.test/test/dwarf/z10.go
    branches/melt-branch/gcc/testsuite/go.test/test/dwarf/z11.go
    branches/melt-branch/gcc/testsuite/go.test/test/dwarf/z12.go
    branches/melt-branch/gcc/testsuite/go.test/test/dwarf/z13.go
    branches/melt-branch/gcc/testsuite/go.test/test/dwarf/z14.go
    branches/melt-branch/gcc/testsuite/go.test/test/dwarf/z15.go
    branches/melt-branch/gcc/testsuite/go.test/test/dwarf/z16.go
    branches/melt-branch/gcc/testsuite/go.test/test/dwarf/z17.go
    branches/melt-branch/gcc/testsuite/go.test/test/dwarf/z18.go
    branches/melt-branch/gcc/testsuite/go.test/test/dwarf/z19.go
    branches/melt-branch/gcc/testsuite/go.test/test/dwarf/z2.go
    branches/melt-branch/gcc/testsuite/go.test/test/dwarf/z20.go
    branches/melt-branch/gcc/testsuite/go.test/test/dwarf/z3.go
    branches/melt-branch/gcc/testsuite/go.test/test/dwarf/z4.go
    branches/melt-branch/gcc/testsuite/go.test/test/dwarf/z5.go
    branches/melt-branch/gcc/testsuite/go.test/test/dwarf/z6.go
    branches/melt-branch/gcc/testsuite/go.test/test/dwarf/z7.go
    branches/melt-branch/gcc/testsuite/go.test/test/dwarf/z8.go
    branches/melt-branch/gcc/testsuite/go.test/test/dwarf/z9.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug324.dir/main.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug367.dir/main.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug414.dir/main.go
    branches/melt-branch/gcc/testsuite/go.test/test/import3.go
    branches/melt-branch/gcc/testsuite/go.test/test/interface/embed0.go
    branches/melt-branch/gcc/testsuite/go.test/test/interface/private1.go
    branches/melt-branch/gcc/testsuite/go.test/test/interface/recursive2.go
    branches/melt-branch/gcc/testsuite/go.test/test/method4a.go
    branches/melt-branch/gcc/tree-flow-inline.h
    branches/melt-branch/gcc/tree-flow.h
    branches/melt-branch/gcc/tree-mudflap.c
    branches/melt-branch/gcc/tree-mudflap.h
    branches/melt-branch/gcc/tree-nomudflap.c
    branches/melt-branch/gcc/tree-optimize.c
    branches/melt-branch/libgcc/config/arm/t-vxworks
    branches/melt-branch/libgo/go/net/fd_bsd.go
    branches/melt-branch/libgo/go/net/fd_poll_unix.go
    branches/melt-branch/libgo/go/net/fd_posix_test.go
    branches/melt-branch/libgo/go/net/http/server_test.go
    branches/melt-branch/libgo/go/net/sock_unix.go
    branches/melt-branch/libgo/go/os/error_posix.go
    branches/melt-branch/libmudflap/
    branches/melt-branch/libsanitizer/asan/asan_allocator.cc
    branches/melt-branch/libsanitizer/asan/asan_thread_registry.cc
    branches/melt-branch/libsanitizer/asan/asan_thread_registry.h
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_symbolizer.cc
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_symbolizer_itanium.cc
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_symbolizer_linux.cc
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_symbolizer_mac.cc
Modified:
    branches/melt-branch/   (props changed)
    branches/melt-branch/ChangeLog
    branches/melt-branch/ChangeLog.MELT
    branches/melt-branch/MAINTAINERS
    branches/melt-branch/Makefile.def
    branches/melt-branch/Makefile.in
    branches/melt-branch/Makefile.tpl
    branches/melt-branch/boehm-gc/ChangeLog
    branches/melt-branch/boehm-gc/configure
    branches/melt-branch/config.guess
    branches/melt-branch/config.sub
    branches/melt-branch/config/ChangeLog
    branches/melt-branch/config/mh-darwin
    branches/melt-branch/configure
    branches/melt-branch/configure.ac
    branches/melt-branch/contrib/ChangeLog
    branches/melt-branch/contrib/config-list.mk
    branches/melt-branch/contrib/gcc_update
    branches/melt-branch/contrib/testsuite-management/x86_64-unknown-linux-gnu.xfail
    branches/melt-branch/fixincludes/ChangeLog
    branches/melt-branch/gcc/ChangeLog
    branches/melt-branch/gcc/ChangeLog-2009
    branches/melt-branch/gcc/ChangeLog-2011
    branches/melt-branch/gcc/ChangeLog-2012
    branches/melt-branch/gcc/ChangeLog.MELT
    branches/melt-branch/gcc/DATESTAMP
    branches/melt-branch/gcc/Makefile.in
    branches/melt-branch/gcc/acinclude.m4
    branches/melt-branch/gcc/aclocal.m4
    branches/melt-branch/gcc/ada/ChangeLog
    branches/melt-branch/gcc/ada/ChangeLog-2010
    branches/melt-branch/gcc/ada/ChangeLog-2011
    branches/melt-branch/gcc/ada/ChangeLog-2012
    branches/melt-branch/gcc/ada/a-cfdlli.ads
    branches/melt-branch/gcc/ada/a-cfhama.ads
    branches/melt-branch/gcc/ada/a-cfhase.ads
    branches/melt-branch/gcc/ada/a-cforma.ads
    branches/melt-branch/gcc/ada/a-cforse.ads
    branches/melt-branch/gcc/ada/a-chahan.adb
    branches/melt-branch/gcc/ada/a-chahan.ads
    branches/melt-branch/gcc/ada/a-cobove.adb
    branches/melt-branch/gcc/ada/a-cofove.ads
    branches/melt-branch/gcc/ada/a-coinve.adb
    branches/melt-branch/gcc/ada/a-convec.adb
    branches/melt-branch/gcc/ada/a-except-2005.adb
    branches/melt-branch/gcc/ada/a-except-2005.ads
    branches/melt-branch/gcc/ada/a-exexda.adb
    branches/melt-branch/gcc/ada/a-exexpr-gcc.adb
    branches/melt-branch/gcc/ada/a-sequio.adb
    branches/melt-branch/gcc/ada/a-tienau.adb
    branches/melt-branch/gcc/ada/a-wichha.adb
    branches/melt-branch/gcc/ada/a-wichha.ads
    branches/melt-branch/gcc/ada/a-zchhan.adb
    branches/melt-branch/gcc/ada/a-zchhan.ads
    branches/melt-branch/gcc/ada/adaint.c
    branches/melt-branch/gcc/ada/adaint.h
    branches/melt-branch/gcc/ada/ali.adb
    branches/melt-branch/gcc/ada/aspects.adb
    branches/melt-branch/gcc/ada/aspects.ads
    branches/melt-branch/gcc/ada/atree.adb
    branches/melt-branch/gcc/ada/atree.ads
    branches/melt-branch/gcc/ada/checks.adb
    branches/melt-branch/gcc/ada/cstand.adb
    branches/melt-branch/gcc/ada/debug.adb
    branches/melt-branch/gcc/ada/einfo.adb
    branches/melt-branch/gcc/ada/einfo.ads
    branches/melt-branch/gcc/ada/elists.adb
    branches/melt-branch/gcc/ada/elists.ads
    branches/melt-branch/gcc/ada/errout.adb
    branches/melt-branch/gcc/ada/errout.ads
    branches/melt-branch/gcc/ada/erroutc.adb
    branches/melt-branch/gcc/ada/erroutc.ads
    branches/melt-branch/gcc/ada/exp_aggr.adb
    branches/melt-branch/gcc/ada/exp_attr.adb
    branches/melt-branch/gcc/ada/exp_ch11.adb
    branches/melt-branch/gcc/ada/exp_ch3.adb
    branches/melt-branch/gcc/ada/exp_ch4.adb
    branches/melt-branch/gcc/ada/exp_ch5.adb
    branches/melt-branch/gcc/ada/exp_ch6.adb
    branches/melt-branch/gcc/ada/exp_ch6.ads
    branches/melt-branch/gcc/ada/exp_ch7.adb
    branches/melt-branch/gcc/ada/exp_ch9.adb
    branches/melt-branch/gcc/ada/exp_dbug.adb
    branches/melt-branch/gcc/ada/exp_disp.adb
    branches/melt-branch/gcc/ada/exp_dist.adb
    branches/melt-branch/gcc/ada/exp_pakd.adb
    branches/melt-branch/gcc/ada/exp_prag.adb
    branches/melt-branch/gcc/ada/exp_spark.adb
    branches/melt-branch/gcc/ada/exp_spark.ads
    branches/melt-branch/gcc/ada/exp_tss.adb
    branches/melt-branch/gcc/ada/exp_util.adb
    branches/melt-branch/gcc/ada/exp_util.ads
    branches/melt-branch/gcc/ada/freeze.adb
    branches/melt-branch/gcc/ada/frontend.adb
    branches/melt-branch/gcc/ada/g-arrspl.adb
    branches/melt-branch/gcc/ada/g-decstr.adb
    branches/melt-branch/gcc/ada/g-decstr.ads
    branches/melt-branch/gcc/ada/gcc-interface/Make-lang.in
    branches/melt-branch/gcc/ada/gcc-interface/Makefile.in
    branches/melt-branch/gcc/ada/gcc-interface/cuintp.c
    branches/melt-branch/gcc/ada/gcc-interface/decl.c
    branches/melt-branch/gcc/ada/gcc-interface/gigi.h
    branches/melt-branch/gcc/ada/gcc-interface/trans.c
    branches/melt-branch/gcc/ada/gcc-interface/utils.c
    branches/melt-branch/gcc/ada/gcc-interface/utils2.c
    branches/melt-branch/gcc/ada/gnat1drv.adb
    branches/melt-branch/gcc/ada/gnat_rm.texi
    branches/melt-branch/gcc/ada/gnat_ugn.texi
    branches/melt-branch/gcc/ada/gnatlink.adb
    branches/melt-branch/gcc/ada/impunit.adb
    branches/melt-branch/gcc/ada/init.c
    branches/melt-branch/gcc/ada/itypes.adb
    branches/melt-branch/gcc/ada/layout.adb
    branches/melt-branch/gcc/ada/lib-util.adb
    branches/melt-branch/gcc/ada/lib-util.ads
    branches/melt-branch/gcc/ada/lib-writ.adb
    branches/melt-branch/gcc/ada/lib-writ.ads
    branches/melt-branch/gcc/ada/lib-xref-spark_specific.adb
    branches/melt-branch/gcc/ada/lib-xref.adb
    branches/melt-branch/gcc/ada/mlib-prj.adb
    branches/melt-branch/gcc/ada/opt.ads
    branches/melt-branch/gcc/ada/osint.adb
    branches/melt-branch/gcc/ada/par-ch13.adb
    branches/melt-branch/gcc/ada/par-ch2.adb
    branches/melt-branch/gcc/ada/par-ch4.adb
    branches/melt-branch/gcc/ada/par-ch6.adb
    branches/melt-branch/gcc/ada/par-prag.adb
    branches/melt-branch/gcc/ada/prep.adb
    branches/melt-branch/gcc/ada/prj-attr.adb
    branches/melt-branch/gcc/ada/prj-conf.adb
    branches/melt-branch/gcc/ada/prj-nmsc.adb
    branches/melt-branch/gcc/ada/prj.ads
    branches/melt-branch/gcc/ada/projects.texi
    branches/melt-branch/gcc/ada/raise-gcc.c
    branches/melt-branch/gcc/ada/raise.h
    branches/melt-branch/gcc/ada/restrict.adb
    branches/melt-branch/gcc/ada/rtsfind.adb
    branches/melt-branch/gcc/ada/rtsfind.ads
    branches/melt-branch/gcc/ada/s-atocou-builtin.adb
    branches/melt-branch/gcc/ada/s-atocou-x86.adb
    branches/melt-branch/gcc/ada/s-atocou.adb
    branches/melt-branch/gcc/ada/s-atocou.ads
    branches/melt-branch/gcc/ada/s-exctab.adb
    branches/melt-branch/gcc/ada/s-imgint.adb
    branches/melt-branch/gcc/ada/s-oscons-tmplt.c
    branches/melt-branch/gcc/ada/s-osinte-aix.adb
    branches/melt-branch/gcc/ada/s-osinte-aix.ads
    branches/melt-branch/gcc/ada/s-regpat.adb
    branches/melt-branch/gcc/ada/s-stalib.ads
    branches/melt-branch/gcc/ada/s-stopoo.ads
    branches/melt-branch/gcc/ada/s-stratt-xdr.adb
    branches/melt-branch/gcc/ada/s-stratt.ads
    branches/melt-branch/gcc/ada/s-ststop.adb
    branches/melt-branch/gcc/ada/s-ststop.ads
    branches/melt-branch/gcc/ada/s-taprop-posix.adb
    branches/melt-branch/gcc/ada/s-valuti.adb
    branches/melt-branch/gcc/ada/s-vmexta.adb
    branches/melt-branch/gcc/ada/s-vmexta.ads
    branches/melt-branch/gcc/ada/s-vxwork-arm.ads
    branches/melt-branch/gcc/ada/scng.adb
    branches/melt-branch/gcc/ada/scos.ads
    branches/melt-branch/gcc/ada/sem.adb
    branches/melt-branch/gcc/ada/sem_aggr.adb
    branches/melt-branch/gcc/ada/sem_attr.adb
    branches/melt-branch/gcc/ada/sem_aux.adb
    branches/melt-branch/gcc/ada/sem_aux.ads
    branches/melt-branch/gcc/ada/sem_case.adb
    branches/melt-branch/gcc/ada/sem_case.ads
    branches/melt-branch/gcc/ada/sem_cat.adb
    branches/melt-branch/gcc/ada/sem_ch10.adb
    branches/melt-branch/gcc/ada/sem_ch11.adb
    branches/melt-branch/gcc/ada/sem_ch12.adb
    branches/melt-branch/gcc/ada/sem_ch13.adb
    branches/melt-branch/gcc/ada/sem_ch13.ads
    branches/melt-branch/gcc/ada/sem_ch3.adb
    branches/melt-branch/gcc/ada/sem_ch4.adb
    branches/melt-branch/gcc/ada/sem_ch5.adb
    branches/melt-branch/gcc/ada/sem_ch6.adb
    branches/melt-branch/gcc/ada/sem_ch6.ads
    branches/melt-branch/gcc/ada/sem_ch7.adb
    branches/melt-branch/gcc/ada/sem_ch7.ads
    branches/melt-branch/gcc/ada/sem_ch8.adb
    branches/melt-branch/gcc/ada/sem_ch9.adb
    branches/melt-branch/gcc/ada/sem_dim.adb
    branches/melt-branch/gcc/ada/sem_disp.adb
    branches/melt-branch/gcc/ada/sem_eval.adb
    branches/melt-branch/gcc/ada/sem_prag.adb
    branches/melt-branch/gcc/ada/sem_prag.ads
    branches/melt-branch/gcc/ada/sem_res.adb
    branches/melt-branch/gcc/ada/sem_type.adb
    branches/melt-branch/gcc/ada/sem_type.ads
    branches/melt-branch/gcc/ada/sem_util.adb
    branches/melt-branch/gcc/ada/sem_util.ads
    branches/melt-branch/gcc/ada/sem_warn.adb
    branches/melt-branch/gcc/ada/sem_warn.ads
    branches/melt-branch/gcc/ada/sinfo.adb
    branches/melt-branch/gcc/ada/sinfo.ads
    branches/melt-branch/gcc/ada/sinput-c.adb
    branches/melt-branch/gcc/ada/sinput-d.adb
    branches/melt-branch/gcc/ada/sinput-l.adb
    branches/melt-branch/gcc/ada/sinput.adb
    branches/melt-branch/gcc/ada/sinput.ads
    branches/melt-branch/gcc/ada/snames.ads-tmpl
    branches/melt-branch/gcc/ada/sprint.adb
    branches/melt-branch/gcc/ada/sprint.ads
    branches/melt-branch/gcc/ada/stand.adb
    branches/melt-branch/gcc/ada/stand.ads
    branches/melt-branch/gcc/ada/stylesw.adb
    branches/melt-branch/gcc/ada/switch-c.adb
    branches/melt-branch/gcc/ada/system-vxworks-arm.ads
    branches/melt-branch/gcc/ada/targparm.ads
    branches/melt-branch/gcc/ada/thread.c
    branches/melt-branch/gcc/ada/types.ads
    branches/melt-branch/gcc/ada/ug_words
    branches/melt-branch/gcc/ada/usage.adb
    branches/melt-branch/gcc/ada/validsw.adb
    branches/melt-branch/gcc/ada/vms_data.ads
    branches/melt-branch/gcc/ada/warnsw.adb
    branches/melt-branch/gcc/ada/warnsw.ads
    branches/melt-branch/gcc/alias.c
    branches/melt-branch/gcc/alias.h
    branches/melt-branch/gcc/alloc-pool.c
    branches/melt-branch/gcc/asan.c
    branches/melt-branch/gcc/asan.h
    branches/melt-branch/gcc/attribs.c
    branches/melt-branch/gcc/auto-inc-dec.c
    branches/melt-branch/gcc/basic-block.h
    branches/melt-branch/gcc/bb-reorder.c
    branches/melt-branch/gcc/bitmap.c
    branches/melt-branch/gcc/bitmap.h
    branches/melt-branch/gcc/bt-load.c
    branches/melt-branch/gcc/builtin-types.def
    branches/melt-branch/gcc/builtins.c
    branches/melt-branch/gcc/builtins.def
    branches/melt-branch/gcc/c-family/ChangeLog
    branches/melt-branch/gcc/c-family/c-ada-spec.c
    branches/melt-branch/gcc/c-family/c-ada-spec.h
    branches/melt-branch/gcc/c-family/c-common.c
    branches/melt-branch/gcc/c-family/c-common.h
    branches/melt-branch/gcc/c-family/c-cppbuiltin.c
    branches/melt-branch/gcc/c-family/c-format.c
    branches/melt-branch/gcc/c-family/c-gimplify.c
    branches/melt-branch/gcc/c-family/c-lex.c
    branches/melt-branch/gcc/c-family/c-omp.c
    branches/melt-branch/gcc/c-family/c-opts.c
    branches/melt-branch/gcc/c-family/c-pragma.c
    branches/melt-branch/gcc/c-family/c-pragma.h
    branches/melt-branch/gcc/c-family/c-pretty-print.c
    branches/melt-branch/gcc/c-family/c-ubsan.c
    branches/melt-branch/gcc/c-family/c-ubsan.h
    branches/melt-branch/gcc/c-family/c.opt
    branches/melt-branch/gcc/c/ChangeLog
    branches/melt-branch/gcc/c/Make-lang.in
    branches/melt-branch/gcc/c/c-aux-info.c
    branches/melt-branch/gcc/c/c-decl.c
    branches/melt-branch/gcc/c/c-lang.h
    branches/melt-branch/gcc/c/c-objc-common.h
    branches/melt-branch/gcc/c/c-parser.c
    branches/melt-branch/gcc/c/c-tree.h
    branches/melt-branch/gcc/c/c-typeck.c
    branches/melt-branch/gcc/calls.c
    branches/melt-branch/gcc/cfganal.c
    branches/melt-branch/gcc/cfgbuild.c
    branches/melt-branch/gcc/cfgcleanup.c
    branches/melt-branch/gcc/cfgexpand.c
    branches/melt-branch/gcc/cfghooks.c
    branches/melt-branch/gcc/cfgloop.c
    branches/melt-branch/gcc/cfgloop.h
    branches/melt-branch/gcc/cfgloopmanip.c
    branches/melt-branch/gcc/cfgrtl.c
    branches/melt-branch/gcc/cgraph.c
    branches/melt-branch/gcc/cgraph.h
    branches/melt-branch/gcc/cgraphbuild.c
    branches/melt-branch/gcc/cgraphclones.c
    branches/melt-branch/gcc/cgraphunit.c
    branches/melt-branch/gcc/collect2.c
    branches/melt-branch/gcc/combine-stack-adj.c
    branches/melt-branch/gcc/combine.c
    branches/melt-branch/gcc/common.opt
    branches/melt-branch/gcc/common/config/i386/i386-common.c
    branches/melt-branch/gcc/common/config/m32r/m32r-common.c
    branches/melt-branch/gcc/common/config/mmix/mmix-common.c
    branches/melt-branch/gcc/compare-elim.c
    branches/melt-branch/gcc/config.gcc
    branches/melt-branch/gcc/config.in
    branches/melt-branch/gcc/config/aarch64/aarch64-builtins.c
    branches/melt-branch/gcc/config/aarch64/aarch64-simd-builtins.def
    branches/melt-branch/gcc/config/aarch64/aarch64-simd.md
    branches/melt-branch/gcc/config/aarch64/aarch64.c
    branches/melt-branch/gcc/config/aarch64/aarch64.h
    branches/melt-branch/gcc/config/aarch64/aarch64.md
    branches/melt-branch/gcc/config/aarch64/aarch64.opt
    branches/melt-branch/gcc/config/aarch64/arm_neon.h
    branches/melt-branch/gcc/config/aarch64/iterators.md
    branches/melt-branch/gcc/config/alpha/alpha.c
    branches/melt-branch/gcc/config/alpha/x-alpha
    branches/melt-branch/gcc/config/arm/aarch-common-protos.h
    branches/melt-branch/gcc/config/arm/aarch-common.c
    branches/melt-branch/gcc/config/arm/arm-cores.def
    branches/melt-branch/gcc/config/arm/arm-protos.h
    branches/melt-branch/gcc/config/arm/arm.c
    branches/melt-branch/gcc/config/arm/arm.md
    branches/melt-branch/gcc/config/arm/arm.opt
    branches/melt-branch/gcc/config/arm/cortex-a15-neon.md
    branches/melt-branch/gcc/config/arm/cortex-a7.md
    branches/melt-branch/gcc/config/arm/cortex-a8-neon.md
    branches/melt-branch/gcc/config/arm/cortex-a9-neon.md
    branches/melt-branch/gcc/config/arm/iterators.md
    branches/melt-branch/gcc/config/arm/neon.md
    branches/melt-branch/gcc/config/arm/thumb2.md
    branches/melt-branch/gcc/config/arm/types.md
    branches/melt-branch/gcc/config/arm/unspecs.md
    branches/melt-branch/gcc/config/arm/vfp.md
    branches/melt-branch/gcc/config/avr/avr-log.c
    branches/melt-branch/gcc/config/avr/avr.c
    branches/melt-branch/gcc/config/bfin/bfin-modes.def
    branches/melt-branch/gcc/config/bfin/bfin.c
    branches/melt-branch/gcc/config/bfin/bfin.md
    branches/melt-branch/gcc/config/bfin/uclinux.h
    branches/melt-branch/gcc/config/c6x/c6x.md
    branches/melt-branch/gcc/config/cris/cris.c
    branches/melt-branch/gcc/config/cris/t-elfmulti
    branches/melt-branch/gcc/config/darwin-protos.h
    branches/melt-branch/gcc/config/darwin.c
    branches/melt-branch/gcc/config/frv/frv.c
    branches/melt-branch/gcc/config/i386/bdver3.md
    branches/melt-branch/gcc/config/i386/constraints.md
    branches/melt-branch/gcc/config/i386/i386-builtin-types.def
    branches/melt-branch/gcc/config/i386/i386-c.c
    branches/melt-branch/gcc/config/i386/i386-modes.def
    branches/melt-branch/gcc/config/i386/i386-protos.h
    branches/melt-branch/gcc/config/i386/i386.c
    branches/melt-branch/gcc/config/i386/i386.h
    branches/melt-branch/gcc/config/i386/i386.md
    branches/melt-branch/gcc/config/i386/i386.opt
    branches/melt-branch/gcc/config/i386/mmx.md
    branches/melt-branch/gcc/config/i386/predicates.md
    branches/melt-branch/gcc/config/i386/rtemself.h
    branches/melt-branch/gcc/config/i386/sse.md
    branches/melt-branch/gcc/config/i386/sync.md
    branches/melt-branch/gcc/config/i386/t-i386
    branches/melt-branch/gcc/config/i386/t-rtems
    branches/melt-branch/gcc/config/i386/winnt.c
    branches/melt-branch/gcc/config/i386/x-darwin
    branches/melt-branch/gcc/config/i386/x-i386
    branches/melt-branch/gcc/config/i386/x86-tune.def
    branches/melt-branch/gcc/config/ia64/hpux.h
    branches/melt-branch/gcc/config/ia64/ia64.c
    branches/melt-branch/gcc/config/ia64/ia64.md
    branches/melt-branch/gcc/config/ia64/predicates.md
    branches/melt-branch/gcc/config/iq2000/iq2000.c
    branches/melt-branch/gcc/config/iq2000/iq2000.md
    branches/melt-branch/gcc/config/m32c/m32c-modes.def
    branches/melt-branch/gcc/config/m68k/m68k.c
    branches/melt-branch/gcc/config/mcore/t-mcore
    branches/melt-branch/gcc/config/mep/mep.c
    branches/melt-branch/gcc/config/mep/mep.md
    branches/melt-branch/gcc/config/microblaze/microblaze.md
    branches/melt-branch/gcc/config/mips/mips.c
    branches/melt-branch/gcc/config/mips/mips.h
    branches/melt-branch/gcc/config/mips/mips.md
    branches/melt-branch/gcc/config/mips/mti-linux.h
    branches/melt-branch/gcc/config/mips/t-mti-elf
    branches/melt-branch/gcc/config/mips/t-mti-linux
    branches/melt-branch/gcc/config/mmix/mmix.c
    branches/melt-branch/gcc/config/moxie/uclinux.h
    branches/melt-branch/gcc/config/msp430/msp430-modes.def
    branches/melt-branch/gcc/config/msp430/msp430-protos.h
    branches/melt-branch/gcc/config/msp430/msp430.c
    branches/melt-branch/gcc/config/msp430/msp430.h
    branches/melt-branch/gcc/config/msp430/msp430.md
    branches/melt-branch/gcc/config/msp430/t-msp430
    branches/melt-branch/gcc/config/pa/pa-hpux11.h
    branches/melt-branch/gcc/config/pa/pa-linux.h
    branches/melt-branch/gcc/config/pa/pa.c
    branches/melt-branch/gcc/config/pa/pa.md
    branches/melt-branch/gcc/config/pa/pa64-hpux.h
    branches/melt-branch/gcc/config/pdp11/pdp11.c
    branches/melt-branch/gcc/config/picochip/picochip.c
    branches/melt-branch/gcc/config/rl78/constraints.md
    branches/melt-branch/gcc/config/rl78/rl78-expand.md
    branches/melt-branch/gcc/config/rl78/rl78-real.md
    branches/melt-branch/gcc/config/rl78/rl78-virt.md
    branches/melt-branch/gcc/config/rl78/rl78.c
    branches/melt-branch/gcc/config/rl78/rl78.h
    branches/melt-branch/gcc/config/rl78/rl78.md
    branches/melt-branch/gcc/config/rs6000/aix.h
    branches/melt-branch/gcc/config/rs6000/altivec.md
    branches/melt-branch/gcc/config/rs6000/constraints.md
    branches/melt-branch/gcc/config/rs6000/darwin.md
    branches/melt-branch/gcc/config/rs6000/linux.h
    branches/melt-branch/gcc/config/rs6000/linux64.h
    branches/melt-branch/gcc/config/rs6000/rs6000-builtin.def
    branches/melt-branch/gcc/config/rs6000/rs6000-cpus.def
    branches/melt-branch/gcc/config/rs6000/rs6000-modes.def
    branches/melt-branch/gcc/config/rs6000/rs6000-protos.h
    branches/melt-branch/gcc/config/rs6000/rs6000.c
    branches/melt-branch/gcc/config/rs6000/rs6000.h
    branches/melt-branch/gcc/config/rs6000/rs6000.md
    branches/melt-branch/gcc/config/rs6000/rs6000.opt
    branches/melt-branch/gcc/config/rs6000/t-linux
    branches/melt-branch/gcc/config/rs6000/t-linux64
    branches/melt-branch/gcc/config/rs6000/t-rs6000
    branches/melt-branch/gcc/config/rs6000/t-xilinx
    branches/melt-branch/gcc/config/rs6000/vector.md
    branches/melt-branch/gcc/config/rs6000/vsx.md
    branches/melt-branch/gcc/config/rs6000/x-darwin
    branches/melt-branch/gcc/config/rs6000/x-darwin64
    branches/melt-branch/gcc/config/rx/rx.c
    branches/melt-branch/gcc/config/s390/s390.c
    branches/melt-branch/gcc/config/s390/s390.md
    branches/melt-branch/gcc/config/sh/predicates.md
    branches/melt-branch/gcc/config/sh/sh-modes.def
    branches/melt-branch/gcc/config/sh/sh-protos.h
    branches/melt-branch/gcc/config/sh/sh.c
    branches/melt-branch/gcc/config/sh/sh.h
    branches/melt-branch/gcc/config/sh/sh.md
    branches/melt-branch/gcc/config/sh/sh.opt
    branches/melt-branch/gcc/config/sh/t-sh
    branches/melt-branch/gcc/config/sol2.h
    branches/melt-branch/gcc/config/sparc/sparc-protos.h
    branches/melt-branch/gcc/config/sparc/sparc.c
    branches/melt-branch/gcc/config/sparc/sparc.md
    branches/melt-branch/gcc/config/sparc/sync.md
    branches/melt-branch/gcc/config/sparc/t-sparc
    branches/melt-branch/gcc/config/sparc/x-sparc
    branches/melt-branch/gcc/config/spu/spu.c
    branches/melt-branch/gcc/config/spu/spu.md
    branches/melt-branch/gcc/config/t-darwin
    branches/melt-branch/gcc/config/t-glibc
    branches/melt-branch/gcc/config/t-linux-android
    branches/melt-branch/gcc/config/t-sol2
    branches/melt-branch/gcc/config/tilegx/tilegx.c
    branches/melt-branch/gcc/config/tilegx/tilegx.md
    branches/melt-branch/gcc/config/tilepro/tilepro.c
    branches/melt-branch/gcc/config/tilepro/tilepro.md
    branches/melt-branch/gcc/config/v850/v850.c
    branches/melt-branch/gcc/config/v850/v850.h
    branches/melt-branch/gcc/config/v850/v850.md
    branches/melt-branch/gcc/config/vax/vax.c
    branches/melt-branch/gcc/config/vax/vax.md
    branches/melt-branch/gcc/config/x-darwin
    branches/melt-branch/gcc/config/x-linux
    branches/melt-branch/gcc/config/x-solaris
    branches/melt-branch/gcc/configure
    branches/melt-branch/gcc/configure.ac
    branches/melt-branch/gcc/context.c
    branches/melt-branch/gcc/context.h
    branches/melt-branch/gcc/convert.c
    branches/melt-branch/gcc/coretypes.h
    branches/melt-branch/gcc/coverage.c
    branches/melt-branch/gcc/cp/ChangeLog
    branches/melt-branch/gcc/cp/Make-lang.in
    branches/melt-branch/gcc/cp/call.c
    branches/melt-branch/gcc/cp/class.c
    branches/melt-branch/gcc/cp/cp-array-notation.c
    branches/melt-branch/gcc/cp/cp-gimplify.c
    branches/melt-branch/gcc/cp/cp-objcp-common.h
    branches/melt-branch/gcc/cp/cp-tree.h
    branches/melt-branch/gcc/cp/cvt.c
    branches/melt-branch/gcc/cp/cxx-pretty-print.c
    branches/melt-branch/gcc/cp/decl.c
    branches/melt-branch/gcc/cp/decl2.c
    branches/melt-branch/gcc/cp/error.c
    branches/melt-branch/gcc/cp/except.c
    branches/melt-branch/gcc/cp/init.c
    branches/melt-branch/gcc/cp/lambda.c
    branches/melt-branch/gcc/cp/mangle.c
    branches/melt-branch/gcc/cp/method.c
    branches/melt-branch/gcc/cp/name-lookup.c
    branches/melt-branch/gcc/cp/optimize.c
    branches/melt-branch/gcc/cp/parser.c
    branches/melt-branch/gcc/cp/parser.h
    branches/melt-branch/gcc/cp/pt.c
    branches/melt-branch/gcc/cp/semantics.c
    branches/melt-branch/gcc/cp/tree.c
    branches/melt-branch/gcc/cp/type-utils.h
    branches/melt-branch/gcc/cp/typeck.c
    branches/melt-branch/gcc/cp/typeck2.c
    branches/melt-branch/gcc/cppbuiltin.c
    branches/melt-branch/gcc/cprop.c
    branches/melt-branch/gcc/cse.c
    branches/melt-branch/gcc/cselib.c
    branches/melt-branch/gcc/data-streamer-in.c
    branches/melt-branch/gcc/data-streamer-out.c
    branches/melt-branch/gcc/data-streamer.c
    branches/melt-branch/gcc/dbgcnt.def
    branches/melt-branch/gcc/dbxout.c
    branches/melt-branch/gcc/dce.c
    branches/melt-branch/gcc/defaults.h
    branches/melt-branch/gcc/df-core.c
    branches/melt-branch/gcc/df-problems.c
    branches/melt-branch/gcc/df-scan.c
    branches/melt-branch/gcc/df.h
    branches/melt-branch/gcc/diagnostic.c
    branches/melt-branch/gcc/doc/contrib.texi
    branches/melt-branch/gcc/doc/cpp.texi
    branches/melt-branch/gcc/doc/extend.texi
    branches/melt-branch/gcc/doc/gcc.texi
    branches/melt-branch/gcc/doc/generic.texi
    branches/melt-branch/gcc/doc/gimple.texi
    branches/melt-branch/gcc/doc/gty.texi
    branches/melt-branch/gcc/doc/install.texi
    branches/melt-branch/gcc/doc/invoke.texi
    branches/melt-branch/gcc/doc/md.texi
    branches/melt-branch/gcc/doc/passes.texi
    branches/melt-branch/gcc/doc/rtl.texi
    branches/melt-branch/gcc/doc/sourcebuild.texi
    branches/melt-branch/gcc/doc/tm.texi
    branches/melt-branch/gcc/doc/tm.texi.in
    branches/melt-branch/gcc/doc/tree-ssa.texi
    branches/melt-branch/gcc/dojump.c
    branches/melt-branch/gcc/domwalk.c
    branches/melt-branch/gcc/domwalk.h
    branches/melt-branch/gcc/double-int.c
    branches/melt-branch/gcc/dse.c
    branches/melt-branch/gcc/dumpfile.c
    branches/melt-branch/gcc/dumpfile.h
    branches/melt-branch/gcc/dwarf2asm.c
    branches/melt-branch/gcc/dwarf2cfi.c
    branches/melt-branch/gcc/dwarf2out.c
    branches/melt-branch/gcc/emit-rtl.c
    branches/melt-branch/gcc/errors.c
    branches/melt-branch/gcc/except.c
    branches/melt-branch/gcc/explow.c
    branches/melt-branch/gcc/expmed.c
    branches/melt-branch/gcc/expr.c
    branches/melt-branch/gcc/expr.h
    branches/melt-branch/gcc/file-find.c
    branches/melt-branch/gcc/final.c
    branches/melt-branch/gcc/fixed-value.c
    branches/melt-branch/gcc/flag-types.h
    branches/melt-branch/gcc/fold-const.c
    branches/melt-branch/gcc/fortran/ChangeLog
    branches/melt-branch/gcc/fortran/Make-lang.in
    branches/melt-branch/gcc/fortran/check.c
    branches/melt-branch/gcc/fortran/class.c
    branches/melt-branch/gcc/fortran/cpp.c
    branches/melt-branch/gcc/fortran/decl.c
    branches/melt-branch/gcc/fortran/expr.c
    branches/melt-branch/gcc/fortran/f95-lang.c
    branches/melt-branch/gcc/fortran/gfortran.h
    branches/melt-branch/gcc/fortran/gfortran.texi
    branches/melt-branch/gcc/fortran/interface.c
    branches/melt-branch/gcc/fortran/intrinsic.texi
    branches/melt-branch/gcc/fortran/lang.opt
    branches/melt-branch/gcc/fortran/options.c
    branches/melt-branch/gcc/fortran/parse.c
    branches/melt-branch/gcc/fortran/primary.c
    branches/melt-branch/gcc/fortran/resolve.c
    branches/melt-branch/gcc/fortran/target-memory.c
    branches/melt-branch/gcc/fortran/trans-expr.c
    branches/melt-branch/gcc/fortran/trans-intrinsic.c
    branches/melt-branch/gcc/fortran/trans-io.c
    branches/melt-branch/gcc/fortran/trans-openmp.c
    branches/melt-branch/gcc/fortran/trans-stmt.c
    branches/melt-branch/gcc/fortran/trans-types.c
    branches/melt-branch/gcc/fortran/types.def
    branches/melt-branch/gcc/function.c
    branches/melt-branch/gcc/function.h
    branches/melt-branch/gcc/fwprop.c
    branches/melt-branch/gcc/gcc-ar.c
    branches/melt-branch/gcc/gcc.c
    branches/melt-branch/gcc/gcov-io.c
    branches/melt-branch/gcc/gcov-io.h
    branches/melt-branch/gcc/gcov.c
    branches/melt-branch/gcc/gcse.c
    branches/melt-branch/gcc/gdbhooks.py
    branches/melt-branch/gcc/gdbinit.in
    branches/melt-branch/gcc/genattr-common.c
    branches/melt-branch/gcc/genattr.c
    branches/melt-branch/gcc/genattrtab.c
    branches/melt-branch/gcc/genautomata.c
    branches/melt-branch/gcc/genconfig.c
    branches/melt-branch/gcc/genemit.c
    branches/melt-branch/gcc/genextract.c
    branches/melt-branch/gcc/genflags.c
    branches/melt-branch/gcc/gengenrtl.c
    branches/melt-branch/gcc/gengtype-parse.c
    branches/melt-branch/gcc/gengtype-state.c
    branches/melt-branch/gcc/gengtype.c
    branches/melt-branch/gcc/gengtype.h
    branches/melt-branch/gcc/genmodes.c
    branches/melt-branch/gcc/genopinit.c
    branches/melt-branch/gcc/genoutput.c
    branches/melt-branch/gcc/genpeep.c
    branches/melt-branch/gcc/genpreds.c
    branches/melt-branch/gcc/genrecog.c
    branches/melt-branch/gcc/gensupport.c
    branches/melt-branch/gcc/ggc-common.c
    branches/melt-branch/gcc/ggc-page.c
    branches/melt-branch/gcc/gimple-fold.c
    branches/melt-branch/gcc/gimple-fold.h
    branches/melt-branch/gcc/gimple-iterator.c
    branches/melt-branch/gcc/gimple-low.c
    branches/melt-branch/gcc/gimple-pretty-print.c
    branches/melt-branch/gcc/gimple-pretty-print.h
    branches/melt-branch/gcc/gimple-ssa-strength-reduction.c
    branches/melt-branch/gcc/gimple-streamer-in.c
    branches/melt-branch/gcc/gimple-streamer-out.c
    branches/melt-branch/gcc/gimple.c
    branches/melt-branch/gcc/gimple.def
    branches/melt-branch/gcc/gimple.h
    branches/melt-branch/gcc/gimplify.c
    branches/melt-branch/gcc/go/   (props changed)
    branches/melt-branch/gcc/go/ChangeLog
    branches/melt-branch/gcc/go/Make-lang.in
    branches/melt-branch/gcc/go/go-gcc.cc
    branches/melt-branch/gcc/go/go-lang.c
    branches/melt-branch/gcc/go/gofrontend/backend.h
    branches/melt-branch/gcc/go/gofrontend/expressions.cc
    branches/melt-branch/gcc/go/gofrontend/expressions.h
    branches/melt-branch/gcc/go/gofrontend/gogo-tree.cc
    branches/melt-branch/gcc/go/gofrontend/gogo.cc
    branches/melt-branch/gcc/go/gofrontend/gogo.h
    branches/melt-branch/gcc/go/gofrontend/import.h
    branches/melt-branch/gcc/go/gofrontend/lex.cc
    branches/melt-branch/gcc/go/gofrontend/parse.cc
    branches/melt-branch/gcc/go/gofrontend/runtime.cc
    branches/melt-branch/gcc/go/gofrontend/runtime.def
    branches/melt-branch/gcc/go/gofrontend/statements.cc
    branches/melt-branch/gcc/go/gofrontend/types.cc
    branches/melt-branch/gcc/go/gofrontend/types.h
    branches/melt-branch/gcc/godump.c
    branches/melt-branch/gcc/graph.c
    branches/melt-branch/gcc/graphite-blocking.c
    branches/melt-branch/gcc/graphite-clast-to-gimple.c
    branches/melt-branch/gcc/graphite-dependences.c
    branches/melt-branch/gcc/graphite-interchange.c
    branches/melt-branch/gcc/graphite-optimize-isl.c
    branches/melt-branch/gcc/graphite-poly.c
    branches/melt-branch/gcc/graphite-poly.h
    branches/melt-branch/gcc/graphite-scop-detection.c
    branches/melt-branch/gcc/graphite-sese-to-poly.c
    branches/melt-branch/gcc/graphite.c
    branches/melt-branch/gcc/haifa-sched.c
    branches/melt-branch/gcc/hash-table.c
    branches/melt-branch/gcc/hash-table.h
    branches/melt-branch/gcc/hooks.c
    branches/melt-branch/gcc/hooks.h
    branches/melt-branch/gcc/hw-doloop.c
    branches/melt-branch/gcc/hwint.c
    branches/melt-branch/gcc/hwint.h
    branches/melt-branch/gcc/ifcvt.c
    branches/melt-branch/gcc/incpath.c
    branches/melt-branch/gcc/init-regs.c
    branches/melt-branch/gcc/input.h
    branches/melt-branch/gcc/internal-fn.c
    branches/melt-branch/gcc/internal-fn.def
    branches/melt-branch/gcc/intl.c
    branches/melt-branch/gcc/intl.h
    branches/melt-branch/gcc/ipa-cp.c
    branches/melt-branch/gcc/ipa-devirt.c
    branches/melt-branch/gcc/ipa-inline-analysis.c
    branches/melt-branch/gcc/ipa-inline-transform.c
    branches/melt-branch/gcc/ipa-inline.c
    branches/melt-branch/gcc/ipa-profile.c
    branches/melt-branch/gcc/ipa-prop.c
    branches/melt-branch/gcc/ipa-prop.h
    branches/melt-branch/gcc/ipa-pure-const.c
    branches/melt-branch/gcc/ipa-ref-inline.h
    branches/melt-branch/gcc/ipa-ref.c
    branches/melt-branch/gcc/ipa-ref.h
    branches/melt-branch/gcc/ipa-reference.c
    branches/melt-branch/gcc/ipa-reference.h
    branches/melt-branch/gcc/ipa-split.c
    branches/melt-branch/gcc/ipa-utils.c
    branches/melt-branch/gcc/ipa-utils.h
    branches/melt-branch/gcc/ipa.c
    branches/melt-branch/gcc/ira-build.c
    branches/melt-branch/gcc/ira-color.c
    branches/melt-branch/gcc/ira-conflicts.c
    branches/melt-branch/gcc/ira-costs.c
    branches/melt-branch/gcc/ira-int.h
    branches/melt-branch/gcc/ira.c
    branches/melt-branch/gcc/is-a.h
    branches/melt-branch/gcc/java/ChangeLog
    branches/melt-branch/gcc/java/Make-lang.in
    branches/melt-branch/gcc/java/builtins.c
    branches/melt-branch/gcc/java/decl.c
    branches/melt-branch/gcc/java/lang.c
    branches/melt-branch/gcc/jump.c
    branches/melt-branch/gcc/langhooks-def.h
    branches/melt-branch/gcc/langhooks.c
    branches/melt-branch/gcc/langhooks.h
    branches/melt-branch/gcc/loop-doloop.c
    branches/melt-branch/gcc/loop-init.c
    branches/melt-branch/gcc/loop-invariant.c
    branches/melt-branch/gcc/loop-iv.c
    branches/melt-branch/gcc/loop-unroll.c
    branches/melt-branch/gcc/loop-unswitch.c
    branches/melt-branch/gcc/lower-subreg.c
    branches/melt-branch/gcc/lra-constraints.c
    branches/melt-branch/gcc/lra-eliminations.c
    branches/melt-branch/gcc/lra-spills.c
    branches/melt-branch/gcc/lra.c
    branches/melt-branch/gcc/lto-cgraph.c
    branches/melt-branch/gcc/lto-compress.c
    branches/melt-branch/gcc/lto-opts.c
    branches/melt-branch/gcc/lto-section-in.c
    branches/melt-branch/gcc/lto-section-out.c
    branches/melt-branch/gcc/lto-streamer-in.c   (contents, props changed)
    branches/melt-branch/gcc/lto-streamer-out.c   (contents, props changed)
    branches/melt-branch/gcc/lto-streamer.c   (contents, props changed)
    branches/melt-branch/gcc/lto-streamer.h   (contents, props changed)
    branches/melt-branch/gcc/lto-wrapper.c
    branches/melt-branch/gcc/lto/ChangeLog
    branches/melt-branch/gcc/lto/Make-lang.in
    branches/melt-branch/gcc/lto/lto-lang.c
    branches/melt-branch/gcc/lto/lto-object.c
    branches/melt-branch/gcc/lto/lto-partition.c
    branches/melt-branch/gcc/lto/lto-symtab.c
    branches/melt-branch/gcc/lto/lto.c
    branches/melt-branch/gcc/machmode.def
    branches/melt-branch/gcc/machmode.h
    branches/melt-branch/gcc/mcf.c
    branches/melt-branch/gcc/melt-run.proto.h
    branches/melt-branch/gcc/melt-runtime.cc
    branches/melt-branch/gcc/melt-runtime.h
    branches/melt-branch/gcc/melt/xtramelt-ana-gimple.melt
    branches/melt-branch/gcc/melt/xtramelt-probe.melt
    branches/melt-branch/gcc/mode-classes.def
    branches/melt-branch/gcc/mode-switching.c
    branches/melt-branch/gcc/modulo-sched.c
    branches/melt-branch/gcc/objc/ChangeLog
    branches/melt-branch/gcc/objc/Make-lang.in
    branches/melt-branch/gcc/objc/objc-act.c
    branches/melt-branch/gcc/objcp/ChangeLog
    branches/melt-branch/gcc/objcp/Make-lang.in
    branches/melt-branch/gcc/omp-builtins.def
    branches/melt-branch/gcc/omp-low.c
    branches/melt-branch/gcc/optabs.c
    branches/melt-branch/gcc/optc-save-gen.awk
    branches/melt-branch/gcc/opth-gen.awk
    branches/melt-branch/gcc/opts-global.c
    branches/melt-branch/gcc/opts.c
    branches/melt-branch/gcc/params.def
    branches/melt-branch/gcc/pass_manager.h
    branches/melt-branch/gcc/passes.c
    branches/melt-branch/gcc/passes.def
    branches/melt-branch/gcc/plugin.c
    branches/melt-branch/gcc/postreload-gcse.c
    branches/melt-branch/gcc/postreload.c
    branches/melt-branch/gcc/predict.c
    branches/melt-branch/gcc/predict.def
    branches/melt-branch/gcc/predict.h
    branches/melt-branch/gcc/prefix.c
    branches/melt-branch/gcc/pretty-print.c
    branches/melt-branch/gcc/print-rtl.c
    branches/melt-branch/gcc/print-tree.c
    branches/melt-branch/gcc/profile.c
    branches/melt-branch/gcc/read-md.c
    branches/melt-branch/gcc/real.c
    branches/melt-branch/gcc/real.h
    branches/melt-branch/gcc/recog.c
    branches/melt-branch/gcc/ree.c
    branches/melt-branch/gcc/reg-notes.def
    branches/melt-branch/gcc/reg-stack.c
    branches/melt-branch/gcc/regcprop.c
    branches/melt-branch/gcc/reginfo.c
    branches/melt-branch/gcc/regrename.c
    branches/melt-branch/gcc/regs.h
    branches/melt-branch/gcc/regstat.c
    branches/melt-branch/gcc/reload1.c
    branches/melt-branch/gcc/reorg.c
    branches/melt-branch/gcc/rtl.c
    branches/melt-branch/gcc/rtl.def
    branches/melt-branch/gcc/rtl.h
    branches/melt-branch/gcc/rtlanal.c
    branches/melt-branch/gcc/sanitizer.def
    branches/melt-branch/gcc/sbitmap.c
    branches/melt-branch/gcc/sched-deps.c
    branches/melt-branch/gcc/sched-int.h
    branches/melt-branch/gcc/sched-rgn.c
    branches/melt-branch/gcc/sched-vis.c
    branches/melt-branch/gcc/sdbout.c
    branches/melt-branch/gcc/sel-sched-ir.c
    branches/melt-branch/gcc/sel-sched.c
    branches/melt-branch/gcc/sese.c
    branches/melt-branch/gcc/sparseset.c
    branches/melt-branch/gcc/stack-ptr-mod.c
    branches/melt-branch/gcc/statistics.c
    branches/melt-branch/gcc/stmt.c
    branches/melt-branch/gcc/stor-layout.c
    branches/melt-branch/gcc/store-motion.c
    branches/melt-branch/gcc/streamer-hooks.c
    branches/melt-branch/gcc/streamer-hooks.h
    branches/melt-branch/gcc/symtab.c
    branches/melt-branch/gcc/sync-builtins.def
    branches/melt-branch/gcc/system.h
    branches/melt-branch/gcc/target-globals.c
    branches/melt-branch/gcc/target-hooks-macros.h
    branches/melt-branch/gcc/target.def
    branches/melt-branch/gcc/target.h
    branches/melt-branch/gcc/targhooks.c
    branches/melt-branch/gcc/targhooks.h
    branches/melt-branch/gcc/testsuite/ChangeLog
    branches/melt-branch/gcc/testsuite/ChangeLog-2009
    branches/melt-branch/gcc/testsuite/ChangeLog-2012
    branches/melt-branch/gcc/testsuite/c-c++-common/asan/stack-overflow-1.c
    branches/melt-branch/gcc/testsuite/c-c++-common/gomp/atomic-15.c
    branches/melt-branch/gcc/testsuite/c-c++-common/opaque-vector.c
    branches/melt-branch/gcc/testsuite/c-c++-common/pr57793.c
    branches/melt-branch/gcc/testsuite/g++.dg/asan/asan_test.cc
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/Wliteral-suffix.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/Wzero-as-null-pointer-constant-1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/__func__.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/access01.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/alias-decl-0.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/alias-decl-1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/alias-decl-10.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/alias-decl-11.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/alias-decl-12.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/alias-decl-13.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/alias-decl-14.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/alias-decl-15.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/alias-decl-2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/alias-decl-3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/alias-decl-4.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/alias-decl-5.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/alias-decl-6.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/alias-decl-7.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/alias-decl-8.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/alias-decl-9.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/alias-decl-debug-0.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/alignof.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/alignof2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/alignof3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/alignof4.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/auto10.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/auto11.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/auto14.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/auto15.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/auto16.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/auto17.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/auto18.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/auto19.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/auto2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/auto20.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/auto21.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/auto22.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/auto23.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/auto24.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/auto25.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/auto26.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/auto28.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/auto4.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/auto5.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/auto7.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/auto9.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/bind.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/bracket1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/bracket2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/bracket4.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/cast-bug.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/cast.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/collapse-bug.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/collapse.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-46336.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-46420.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-47570.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-47969.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-48089.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-49776.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-abi1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-access.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-array-ptr.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-array-ptr2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-array-ptr3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-array-ptr4.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-array-ptr5.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-array-ptr6.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-array-ptr7.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-array-tparm.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-array.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-array2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-array3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-array4.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-attribute.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-auto.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-base.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-base2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-base3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-base4.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-bitfield.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-bitfield2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-bitfield3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-builtin1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-cache1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-cleanup.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-complex.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-compound.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-condition.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-condition2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-ctor.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-ctor2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-ctor3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-ctor4.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-ctor5.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-ctor6.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-ctor7.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-ctor8.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-ctor9.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-data1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-data2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-decl.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-defarg.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-defarg2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-default-ctor.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-delegating.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-delegating2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-delete.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-deref.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-diag1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-diag2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-diag3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-eh-spec.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-ellipsis.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-ellipsis2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-empty.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-empty2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-empty3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-empty4.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-empty5.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-ex1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-ex2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-ex3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-ex4.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-expinst.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-explicit-inst.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-fnptr.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-friend.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-function1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-function2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-function3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-generated1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-ice.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-ice2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-ice3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-ice4.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-ice5.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-ice6.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-incomplete1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-incomplete2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-incomplete3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-initlist.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-initlist2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-initlist3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-initlist4.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-initlist5.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-is_literal.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-memfn1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-missing.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-mutable1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-neg1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-noexcept.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-noexcept2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-noexcept3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-noexcept4.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-noexcept5.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-noexcept6.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-non-const-arg.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-non-const-arg2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-non-const-arg3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-nonlit.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-nonlit2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-nonstatic.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-nullptr.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-object1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-object2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-overflow.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-overflow2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-pedantic.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-pos1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-potential1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-ptrmem.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-ptrsub.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-pure.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-recursion.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-ref1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-ref2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-ref3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-ref4.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-rom.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-sassert.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-static.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-static2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-static3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-static4.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-static5.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-static6.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-static7.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-static8.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-stmtexpr.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-string.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-switch.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-switch2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-synth1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-targ.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-template1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-template2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-template3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-throw.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-typedef1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-typeid.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-union.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-union2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-using.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-using2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-value.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-value2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-value3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-variadic.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-virtual.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-wstring1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-wstring2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/dc1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/dc2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/dc3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/dc5.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/decltype-1212.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/decltype-33837.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/decltype-33838.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/decltype-refbug.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/decltype1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/decltype10.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/decltype11.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/decltype12.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/decltype15.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/decltype16.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/decltype17.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/decltype18.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/decltype2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/decltype20.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/decltype21.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/decltype22.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/decltype23.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/decltype24.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/decltype25.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/decltype26.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/decltype27.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/decltype28.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/decltype29.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/decltype3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/decltype30.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/decltype31.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/decltype32.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/decltype33.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/decltype34.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/decltype35.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/decltype36.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/decltype4.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/decltype5.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/decltype6.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/decltype9.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/deduce.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted10.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted11.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted13.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted14.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted15.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted16.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted17.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted18.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted19.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted20.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted21.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted22.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted23.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted24.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted25.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted26.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted27.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted28.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted29.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted30.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted31.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted32.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted34.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted35.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted4.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted43.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted5.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted6.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted7.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted8.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/defaulted9.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/dependent1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/diag1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/elision.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/elision2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/elision_neg.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/enum1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/enum10.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/enum11.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/enum12.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/enum13.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/enum14.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/enum15.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/enum16.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/enum17.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/enum18.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/enum19.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/enum2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/enum20.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/enum21b.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/enum3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/enum4.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/enum5.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/enum6.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/enum7.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/enum8.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/enum9.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/enum_base.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/enum_base_warn.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/error1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/error2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/error3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/error4.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/error5.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/error6.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/error7.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/explicit1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/explicit2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/explicit3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/explicit4.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/explicit5.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/explicit6.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/explicit7.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/extern_template-1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/extern_template-2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/fntmpdefarg1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/fntmpdefarg2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/forw_enum1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/forw_enum10.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/forw_enum2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/forw_enum3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/forw_enum4.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/forw_enum5.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/forw_enum6.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/forw_enum7.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/forw_enum8.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/forw_enum9.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/friend1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/friend2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/implicit-copy.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/implicit-trivial1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/implicit1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/implicit10.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/implicit11.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/implicit12.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/implicit2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/implicit3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/implicit4.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/implicit5.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/implicit6.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/implicit7.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/implicit8.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/implicit9.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist-array2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist-arrray1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist-deduce.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist-lifetime1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist-lifetime2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist-opt.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist-postfix-open-square.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist-value.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist-value2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist10.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist11.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist12.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist13.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist14.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist15.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist16.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist17.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist18.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist19.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist20.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist21.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist22.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist23.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist24.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist25.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist26.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist27.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist28.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist29.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist30.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist31.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist32.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist33.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist34.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist35.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist36.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist37.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist38.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist39.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist4.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist40.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist41.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist42.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist43.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist44.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist45.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist46.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist47.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist48.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist49.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist5.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist50.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist51.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist52.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist53.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist54.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist55.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist56.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist57.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist58.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist59.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist6.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist62.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist64.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist7.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist8.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/initlist9.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/inline-ns1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/inline-ns2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/inline-ns3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/iop.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/linkage2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/long_long.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/move1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/named.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/named_refs.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/noexcept01.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/noexcept02.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/noexcept03.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/noexcept04.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/noexcept05.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/noexcept06.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/noexcept07.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/noexcept08.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/noexcept09.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/noexcept10.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/noexcept11.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/noexcept12.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/noexcept13.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/noexcept14.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/noexcept15.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nolinkage1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/not_special.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nsdmi-const1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nsdmi-defer1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nsdmi-defer2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nsdmi-defer3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nsdmi-defer4.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nsdmi-defer5.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nsdmi-eh1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nsdmi-list1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nsdmi-list2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nsdmi-template1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nsdmi-template2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nsdmi-virtual1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nsdmi1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nsdmi2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nsdmi3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nsdmi4.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nsdmi5.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nullptr01.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nullptr02.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nullptr03.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nullptr04.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nullptr05.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nullptr06.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nullptr07.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nullptr08.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nullptr09.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nullptr10.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nullptr11.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nullptr12.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nullptr13.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nullptr14.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nullptr15.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nullptr16.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nullptr17.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nullptr18.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nullptr19.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nullptr20.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nullptr21.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nullptr22.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nullptr23.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nullptr24.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nullptr25.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/nullptr26.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/overload-conv-1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/overload-conv-2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/overload.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/overload2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/overloadn.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/override1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/override2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/parse1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr31431-2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr31431.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr31432.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr31434.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr31437.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr31438.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr31439.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr31442.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr31443.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr31444.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr31445.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr31993.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr32114.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr32115.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr32125.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr32126.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr32127.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr32128.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr32252.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr32253.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr32566.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr33839.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr33930.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr33955.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr33996.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr34054.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr34056.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr34057.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr34058.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr34060.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr34061.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr38646.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr38795.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr39639.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr42844-2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr45908.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr47416.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr47476.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr48522.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr50491.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr50901.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr51150.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr51216.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr51225.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr51313.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr51547.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/pr51619.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/range-for1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/range-for10.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/range-for11.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/range-for12.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/range-for13.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/range-for14.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/range-for15.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/range-for16.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/range-for17.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/range-for18.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/range-for19.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/range-for2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/range-for20.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/range-for21.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/range-for22.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/range-for3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/range-for4.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/range-for5.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/range-for6.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/range-for7.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/range-for8.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/reference_collapsing.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/rv-bitfield.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/rv-bitfield2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/rv-cast.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/rv-cast2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/rv-conv1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/rv-deduce.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/rv-deduce2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/rv-dotstar.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/rv-func.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/rv-func2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/rv-func3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/rv-lvalue-req.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/rv-reinterpret.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/rv-restrict.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/rv-return.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/rv-template1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/rv-trivial-bug.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/rv10.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/rv1n.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/rv1p.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/rv2n.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/rv2p.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/rv3n.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/rv3p.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/rv4n.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/rv4p.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/rv5n.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/rv5p.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/rv6n.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/rv6p.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/rv7n.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/rv7p.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/rv8p.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/rv9p.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/rvo.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/scoped_enum.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/scoped_enum2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/scoped_enum_examples.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/sfinae1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/sfinae10.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/sfinae11.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/sfinae12.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/sfinae13.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/sfinae14.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/sfinae15.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/sfinae16.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/sfinae17.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/sfinae18.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/sfinae19.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/sfinae2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/sfinae20.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/sfinae21.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/sfinae22.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/sfinae23.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/sfinae24.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/sfinae25.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/sfinae26.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/sfinae27.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/sfinae28.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/sfinae29.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/sfinae3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/sfinae31.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/sfinae32.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/sfinae4.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/sfinae5.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/sfinae6.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/sfinae7.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/sfinae8.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/sfinae9.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/static_assert1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/static_assert2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/static_assert3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/static_assert4.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/static_assert5.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/static_assert6.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/std-layout1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/syntax-err1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/temp-constructor-bug.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/temp-va-arg-bug.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/temp_default1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/temp_default2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/temp_default3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/temp_default4.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/template_deduction.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/trailing1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/trailing3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/trailing4.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/trailing5.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/trailing6.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/trailing7.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/trivial1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-addr.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-args-neg.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-args.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-clink-neg.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-concat-neg.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-concat.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-constexpr.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-declare-neg.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-embed-quote.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-friend.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-general.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-implicit-conv-neg.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-inline.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-linkage-neg.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-mangle.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-member-neg.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-namespace.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-nofunc-neg.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-nonempty-str-neg.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-nospace-neg.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-nosuffix-neg.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-nounder-neg.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-operator-neg.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-overflow-neg.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-overflow.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-preproc-neg.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-raw-length.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-raw-op-string-neg.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-raw-op.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-raw-str.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-resolve.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-shadow-neg.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-string-length.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-suffix-neg.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-systemheader.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-template.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-tmpl-arg-neg.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-tmpl-arg.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-tmpl-parms-neg.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/udlit-tmpl-parms.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/union1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/union2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/union3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/union4.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/union5.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/unnamed_refs.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic-104.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic-bind.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic-crash1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic-crash2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic-default.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic-ex1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic-ex10.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic-ex11.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic-ex12.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic-ex13.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic-ex14.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic-ex2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic-ex3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic-ex4.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic-ex5.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic-ex6.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic-ex7.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic-ex8.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic-ex9.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic-explicit1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic-function.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic-init.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic-lambda.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic-mem_fn.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic-new.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic-new2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic-nondeduce1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic-rref.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic-throw.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic-ttp.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic-tuple.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic-unify-2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic-unify.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic-unresolved.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic10.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic100.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic101.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic102.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic103.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic105.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic106.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic107.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic108.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic109.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic11.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic110.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic111.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic112.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic113.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic114.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic115.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic116.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic117.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic118.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic12.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic121.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic13.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic135.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic14.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic143.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic15.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic16.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic17.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic18.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic19.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic20.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic21.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic22.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic23.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic24.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic25.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic26.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic27.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic28.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic29.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic3.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic30.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic31.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic32.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic33.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic34.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic35.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic36.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic37.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic38.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic39.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic4.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic40.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic41.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic42.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic43.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic44.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic45.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic46.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic47.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic48.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic49.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic5.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic50.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic51.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic52.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic53.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic54.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic55.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic56.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic57.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic58.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic59.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic6.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic63.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic64.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic65.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic66.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic67.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic68.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic69.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic7.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic70.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic71.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic72.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic73.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic75.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic76.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic77.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic78.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic79.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic8.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic80.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic81.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic82.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic83.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic84.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic85.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic86.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic87.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic88.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic89.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic9.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic90.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic91.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic92.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic93.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic94.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic95.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic96.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic97.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic98.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/variadic99.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/vt-33964.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/vt-34050.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/vt-34051-2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/vt-34051.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/vt-34052.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/vt-34055.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/vt-34102.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/vt-34103.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/vt-34219-2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/vt-34219.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/vt-34314.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/vt-34399.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/vt-34606.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/vt-34751.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/vt-34753.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/vt-34754.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/vt-34755.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/vt-34919.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/vt-34961.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/vt-35023.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/vt-35024.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/vt-35026.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/vt-35147.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/vt-35242.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/vt-35243.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/vt-35331.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/vt-37737-1.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/vt-37737-2.C
    branches/melt-branch/gcc/testsuite/g++.dg/cpp0x/vt-40092.C
    branches/melt-branch/gcc/testsuite/g++.dg/ext/altivec-7.C
    branches/melt-branch/gcc/testsuite/g++.dg/ext/anon-struct4.C
    branches/melt-branch/gcc/testsuite/g++.dg/gomp/block-0.C
    branches/melt-branch/gcc/testsuite/g++.dg/gomp/block-3.C
    branches/melt-branch/gcc/testsuite/g++.dg/gomp/clause-3.C
    branches/melt-branch/gcc/testsuite/g++.dg/gomp/gomp.exp
    branches/melt-branch/gcc/testsuite/g++.dg/init/ctor8.C
    branches/melt-branch/gcc/testsuite/g++.dg/init/pr25811.C
    branches/melt-branch/gcc/testsuite/g++.dg/init/pr29043.C
    branches/melt-branch/gcc/testsuite/g++.dg/init/pr43719.C
    branches/melt-branch/gcc/testsuite/g++.dg/init/pr44086.C
    branches/melt-branch/gcc/testsuite/g++.dg/init/ref14.C
    branches/melt-branch/gcc/testsuite/g++.dg/lto/lto.exp
    branches/melt-branch/gcc/testsuite/g++.dg/other/warning1.C
    branches/melt-branch/gcc/testsuite/g++.dg/plugin/header_plugin.c
    branches/melt-branch/gcc/testsuite/g++.dg/plugin/selfassign.c
    branches/melt-branch/gcc/testsuite/g++.dg/vect/slp-pr56812.cc
    branches/melt-branch/gcc/testsuite/g++.dg/warn/pr33738.C
    branches/melt-branch/gcc/testsuite/g++.old-deja/g++.mike/misc9.C
    branches/melt-branch/gcc/testsuite/gcc.c-torture/compile/20010327-1.c
    branches/melt-branch/gcc/testsuite/gcc.c-torture/compile/20020604-1.c
    branches/melt-branch/gcc/testsuite/gcc.c-torture/compile/20080625-1.c
    branches/melt-branch/gcc/testsuite/gcc.c-torture/compile/990617-1.c
    branches/melt-branch/gcc/testsuite/gcc.c-torture/compile/calls.c
    branches/melt-branch/gcc/testsuite/gcc.c-torture/compile/limits-externdecl.c
    branches/melt-branch/gcc/testsuite/gcc.c-torture/compile/pr41181.c
    branches/melt-branch/gcc/testsuite/gcc.c-torture/compile/pr55955.c
    branches/melt-branch/gcc/testsuite/gcc.c-torture/execute/20030125-1.c
    branches/melt-branch/gcc/testsuite/gcc.c-torture/execute/builtins/strncmp-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/20020312-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/20050922-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/20050922-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/atomic-compare-exchange-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/atomic-compare-exchange-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/atomic-compare-exchange-3.c
    branches/melt-branch/gcc/testsuite/gcc.dg/atomic-compare-exchange-4.c
    branches/melt-branch/gcc/testsuite/gcc.dg/atomic-compare-exchange-5.c
    branches/melt-branch/gcc/testsuite/gcc.dg/atomic-exchange-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/atomic-exchange-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/atomic-exchange-3.c
    branches/melt-branch/gcc/testsuite/gcc.dg/atomic-exchange-4.c
    branches/melt-branch/gcc/testsuite/gcc.dg/atomic-exchange-5.c
    branches/melt-branch/gcc/testsuite/gcc.dg/atomic-fence.c
    branches/melt-branch/gcc/testsuite/gcc.dg/atomic-flag.c
    branches/melt-branch/gcc/testsuite/gcc.dg/atomic-generic.c
    branches/melt-branch/gcc/testsuite/gcc.dg/atomic-invalid.c
    branches/melt-branch/gcc/testsuite/gcc.dg/atomic-load-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/atomic-load-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/atomic-load-3.c
    branches/melt-branch/gcc/testsuite/gcc.dg/atomic-load-4.c
    branches/melt-branch/gcc/testsuite/gcc.dg/atomic-load-5.c
    branches/melt-branch/gcc/testsuite/gcc.dg/atomic-lockfree.c
    branches/melt-branch/gcc/testsuite/gcc.dg/atomic-noinline.c
    branches/melt-branch/gcc/testsuite/gcc.dg/atomic-op-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/atomic-op-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/atomic-op-3.c
    branches/melt-branch/gcc/testsuite/gcc.dg/atomic-op-4.c
    branches/melt-branch/gcc/testsuite/gcc.dg/atomic-op-5.c
    branches/melt-branch/gcc/testsuite/gcc.dg/atomic-param.c
    branches/melt-branch/gcc/testsuite/gcc.dg/atomic-store-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/atomic-store-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/atomic-store-3.c
    branches/melt-branch/gcc/testsuite/gcc.dg/atomic-store-4.c
    branches/melt-branch/gcc/testsuite/gcc.dg/atomic-store-5.c
    branches/melt-branch/gcc/testsuite/gcc.dg/autopar/outer-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/autopar/outer-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/autopar/outer-3.c
    branches/melt-branch/gcc/testsuite/gcc.dg/autopar/outer-4.c
    branches/melt-branch/gcc/testsuite/gcc.dg/autopar/outer-5.c
    branches/melt-branch/gcc/testsuite/gcc.dg/autopar/outer-6.c
    branches/melt-branch/gcc/testsuite/gcc.dg/autopar/parallelization-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/builtin-apply2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/builtin-complex-err-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c90-float-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c99-float-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c99-stdint-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/c99-stdint-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/cdce1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/cilk-plus/cilk-plus.exp
    branches/melt-branch/gcc/testsuite/gcc.dg/fold-overflow-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/ftrapv-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/ftrapv-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/gomp/appendix-a/a.35.1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/gomp/appendix-a/a.35.3.c
    branches/melt-branch/gcc/testsuite/gcc.dg/gomp/appendix-a/a.35.4.c
    branches/melt-branch/gcc/testsuite/gcc.dg/gomp/appendix-a/a.35.5.c
    branches/melt-branch/gcc/testsuite/gcc.dg/gomp/appendix-a/a.35.6.c
    branches/melt-branch/gcc/testsuite/gcc.dg/gomp/block-3.c
    branches/melt-branch/gcc/testsuite/gcc.dg/gomp/clause-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/gomp/combined-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/gomp/gomp.exp
    branches/melt-branch/gcc/testsuite/gcc.dg/gomp/nesting-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/plugin/finish_unit_plugin.c
    branches/melt-branch/gcc/testsuite/gcc.dg/plugin/ggcplug.c
    branches/melt-branch/gcc/testsuite/gcc.dg/plugin/one_time_plugin.c
    branches/melt-branch/gcc/testsuite/gcc.dg/plugin/selfassign.c
    branches/melt-branch/gcc/testsuite/gcc.dg/plugin/start_unit_plugin.c
    branches/melt-branch/gcc/testsuite/gcc.dg/pr19340.c
    branches/melt-branch/gcc/testsuite/gcc.dg/pr30286.c
    branches/melt-branch/gcc/testsuite/gcc.dg/pr38364.c
    branches/melt-branch/gcc/testsuite/gcc.dg/pr38984.c
    branches/melt-branch/gcc/testsuite/gcc.dg/pr57518.c
    branches/melt-branch/gcc/testsuite/gcc.dg/superblock.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tls/pr42894.c
    branches/melt-branch/gcc/testsuite/gcc.dg/torture/builtin-complex-1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-prof/tree-prof.exp
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/forwprop-28.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-11.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-11a.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-25.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-26.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-28.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/ipa-split-5.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/ipa-split-6.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/ivopt_infer_2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/ivopt_mult_3.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/ldist-11.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/ldist-17.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/ldist-pr45948.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/loop-2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/phi-opt-9.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/reassoc-28.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-4.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/vrp47.c
    branches/melt-branch/gcc/testsuite/gcc.dg/tree-ssa/vrp87.c
    branches/melt-branch/gcc/testsuite/gcc.dg/unroll_1.c
    branches/melt-branch/gcc/testsuite/gcc.dg/unroll_2.c
    branches/melt-branch/gcc/testsuite/gcc.dg/unroll_3.c
    branches/melt-branch/gcc/testsuite/gcc.dg/unroll_4.c
    branches/melt-branch/gcc/testsuite/gcc.dg/utf-cvt.c
    branches/melt-branch/gcc/testsuite/gcc.dg/vect/bb-slp-31.c
    branches/melt-branch/gcc/testsuite/gcc.dg/vect/bb-slp-32.c
    branches/melt-branch/gcc/testsuite/gcc.dg/vect/costmodel/i386/i386-costmodel-vect.exp
    branches/melt-branch/gcc/testsuite/gcc.dg/vect/costmodel/ppc/ppc-costmodel-vect.exp
    branches/melt-branch/gcc/testsuite/gcc.dg/vect/costmodel/spu/spu-costmodel-vect.exp
    branches/melt-branch/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/x86_64-costmodel-vect.exp
    branches/melt-branch/gcc/testsuite/gcc.dg/vmx/eg-5.c
    branches/melt-branch/gcc/testsuite/gcc.dg/vmx/gcc-bug-i.c
    branches/melt-branch/gcc/testsuite/gcc.target/arm/atomic-comp-swap-release-acquire.c
    branches/melt-branch/gcc/testsuite/gcc.target/arm/minmax_minus.c
    branches/melt-branch/gcc/testsuite/gcc.target/arm/neon-vcond-gt.c
    branches/melt-branch/gcc/testsuite/gcc.target/arm/neon-vcond-ltgt.c
    branches/melt-branch/gcc/testsuite/gcc.target/arm/neon-vcond-unordered.c
    branches/melt-branch/gcc/testsuite/gcc.target/arm/thumb-ltu.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/avx256-unaligned-load-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/avx256-unaligned-load-2.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/avx256-unaligned-load-3.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/avx256-unaligned-load-4.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/avx256-unaligned-store-2.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/avx256-unaligned-store-3.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/cold-attribute-2.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/fma_double_3.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/fma_double_5.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/fma_float_3.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/fma_float_5.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/l_fma_double_1.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/l_fma_double_2.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/l_fma_double_3.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/l_fma_double_4.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/l_fma_double_5.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/l_fma_double_6.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/l_fma_float_1.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/l_fma_float_2.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/l_fma_float_3.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/l_fma_float_4.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/l_fma_float_5.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/l_fma_float_6.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/pr30315.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/pr49002-2.c
    branches/melt-branch/gcc/testsuite/gcc.target/i386/pr49168-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/mips/mips-ps-5.c
    branches/melt-branch/gcc/testsuite/gcc.target/mips/mips-ps-7.c
    branches/melt-branch/gcc/testsuite/gcc.target/powerpc/altivec-perm-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/powerpc/crypto-builtin-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/powerpc/direct-move.h
    branches/melt-branch/gcc/testsuite/gcc.target/powerpc/fusion.c
    branches/melt-branch/gcc/testsuite/gcc.target/powerpc/p8vector-builtin-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/powerpc/p8vector-builtin-2.c
    branches/melt-branch/gcc/testsuite/gcc.target/powerpc/p8vector-builtin-3.c
    branches/melt-branch/gcc/testsuite/gcc.target/powerpc/p8vector-builtin-4.c
    branches/melt-branch/gcc/testsuite/gcc.target/powerpc/p8vector-builtin-5.c
    branches/melt-branch/gcc/testsuite/gcc.target/powerpc/p8vector-vectorize-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/powerpc/p8vector-vectorize-2.c
    branches/melt-branch/gcc/testsuite/gcc.target/powerpc/p8vector-vectorize-3.c
    branches/melt-branch/gcc/testsuite/gcc.target/powerpc/p8vector-vectorize-4.c
    branches/melt-branch/gcc/testsuite/gcc.target/powerpc/p8vector-vectorize-5.c
    branches/melt-branch/gcc/testsuite/gcc.target/powerpc/ppc-target-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/powerpc/ppc-target-2.c
    branches/melt-branch/gcc/testsuite/gcc.target/powerpc/pr42747.c
    branches/melt-branch/gcc/testsuite/gcc.target/powerpc/pr43154.c
    branches/melt-branch/gcc/testsuite/gcc.target/powerpc/recip-3.c
    branches/melt-branch/gcc/testsuite/gcc.target/powerpc/recip-5.c
    branches/melt-branch/gcc/testsuite/gcc.target/powerpc/vsx-builtin-3.c
    branches/melt-branch/gcc/testsuite/gcc.target/s390/htm-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/20080410-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/attr-isr-trap_exit.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/fpul-usage-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/mfmovd.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr21255-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr21255-2-mb.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr21255-2-ml.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr21255-3.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr33135-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr33135-2.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr33135-3.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr33135-4.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr39423-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr39423-2.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr49263.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr49468-di.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr49468-si.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr49880-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr49880-2.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr49880-3.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr49880-4.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr49880-5.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr50749-qihisi-postinc-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr50749-qihisi-postinc-2.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr50749-qihisi-postinc-3.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr50749-qihisi-postinc-4.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr50749-qihisi-predec-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr50749-qihisi-predec-2.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr50749-qihisi-predec-3.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr50749-qihisi-predec-4.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr50749-sf-postinc-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr50749-sf-postinc-2.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr50749-sf-postinc-3.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr50749-sf-postinc-4.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr50749-sf-predec-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr50749-sf-predec-2.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr50749-sf-predec-3.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr50749-sf-predec-4.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr50751-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr50751-2.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr50751-3.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr50751-4.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr50751-5.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr50751-6.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr50751-7.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr50751-8.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr51244-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr51244-10.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr51244-11.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr51244-12.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr51244-13.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr51244-14.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr51244-15.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr51244-16.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr51244-17.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr51244-18.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr51244-19.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr51244-2.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr51244-3.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr51244-4.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr51244-5.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr51244-6.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr51244-7.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr51244-8.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr51244-9.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr52483-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr52483-2.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr52483-3.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr52483-4.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr52483-5.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr52933-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr52933-2.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr53511-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr53512-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr53512-2.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr53512-3.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr53512-4.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr53568-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr53988.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr54089-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr54089-2.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr54089-3.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr54089-4.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr54089-5.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr54089-6.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr54089-7.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr54089-8.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr54089-9.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr54236-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr54386.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr54602-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr54602-2.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr54602-3.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr54602-4.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr54680.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr54685.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr54760-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr54760-2.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr54760-3.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr54760-4.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr55146.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr55160.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr55303-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr55303-2.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr55303-3.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr56547-1.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr56547-2.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pr6526.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/pragma-isr-trap-exit.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/prefetch.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/rte-delay-slot.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/sh2a-band.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/sh2a-bclr.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/sh2a-bclrmem.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/sh2a-bld.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/sh2a-bor.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/sh2a-bset.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/sh2a-bsetmem.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/sh2a-bxor.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/sh2a-jsrn.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/sh2a-movi20s.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/sh2a-movrt.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/sh2a-resbank.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/sh2a-rtsn.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/sh2a-tbr-jump.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/sh4a-bitmovua.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/sh4a-cosf.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/sh4a-fsrra.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/sh4a-sincosf.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/sh4a-sinf.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/sp-switch.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/struct-arg-dw2.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/torture/pr34777.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/torture/pr58314.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/torture/pragma-isr.c
    branches/melt-branch/gcc/testsuite/gcc.target/sh/torture/pragma-isr2.c
    branches/melt-branch/gcc/testsuite/gfortran.dg/gomp/appendix-a/a.35.5.f90
    branches/melt-branch/gcc/testsuite/gfortran.dg/ldist-pr45199.f
    branches/melt-branch/gcc/testsuite/gfortran.dg/round_4.f90
    branches/melt-branch/gcc/testsuite/gfortran.dg/vect/vect.exp
    branches/melt-branch/gcc/testsuite/gnat.dg/specs/linker_alias.ads
    branches/melt-branch/gcc/testsuite/gnat.dg/specs/linker_section.ads
    branches/melt-branch/gcc/testsuite/go.test/   (props changed)
    branches/melt-branch/gcc/testsuite/go.test/go-test.exp
    branches/melt-branch/gcc/testsuite/go.test/test/alias1.go
    branches/melt-branch/gcc/testsuite/go.test/test/args.go
    branches/melt-branch/gcc/testsuite/go.test/test/bench/garbage/parser.go
    branches/melt-branch/gcc/testsuite/go.test/test/bench/go1/json_test.go
    branches/melt-branch/gcc/testsuite/go.test/test/bench/go1/jsondata_test.go
    branches/melt-branch/gcc/testsuite/go.test/test/bench/go1/parser_test.go
    branches/melt-branch/gcc/testsuite/go.test/test/bench/shootout/timing.sh
    branches/melt-branch/gcc/testsuite/go.test/test/bigalg.go
    branches/melt-branch/gcc/testsuite/go.test/test/blank.go
    branches/melt-branch/gcc/testsuite/go.test/test/blank1.go
    branches/melt-branch/gcc/testsuite/go.test/test/chan/select2.go
    branches/melt-branch/gcc/testsuite/go.test/test/cmp.go
    branches/melt-branch/gcc/testsuite/go.test/test/cmplx.go
    branches/melt-branch/gcc/testsuite/go.test/test/cmplxdivide.go
    branches/melt-branch/gcc/testsuite/go.test/test/const.go
    branches/melt-branch/gcc/testsuite/go.test/test/const1.go
    branches/melt-branch/gcc/testsuite/go.test/test/const4.go
    branches/melt-branch/gcc/testsuite/go.test/test/const5.go
    branches/melt-branch/gcc/testsuite/go.test/test/copy.go
    branches/melt-branch/gcc/testsuite/go.test/test/ddd2.go
    branches/melt-branch/gcc/testsuite/go.test/test/decl.go
    branches/melt-branch/gcc/testsuite/go.test/test/declbad.go
    branches/melt-branch/gcc/testsuite/go.test/test/defer.go
    branches/melt-branch/gcc/testsuite/go.test/test/divide.go
    branches/melt-branch/gcc/testsuite/go.test/test/errchk
    branches/melt-branch/gcc/testsuite/go.test/test/escape.go
    branches/melt-branch/gcc/testsuite/go.test/test/escape2.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug040.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug083.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug085.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug133.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug160.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug191.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug205.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug228.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug255.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug297.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug313.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug322.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug324.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug342.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug357.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug367.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug379.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug382.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug385_32.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug385_64.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug412.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug414.dir/p1.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug414.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug424.go
    branches/melt-branch/gcc/testsuite/go.test/test/fixedbugs/bug437.go
    branches/melt-branch/gcc/testsuite/go.test/test/float_lit.go
    branches/melt-branch/gcc/testsuite/go.test/test/floatcmp.go
    branches/melt-branch/gcc/testsuite/go.test/test/func1.go
    branches/melt-branch/gcc/testsuite/go.test/test/func7.go
    branches/melt-branch/gcc/testsuite/go.test/test/func8.go
    branches/melt-branch/gcc/testsuite/go.test/test/golden.out
    branches/melt-branch/gcc/testsuite/go.test/test/goprint.go
    branches/melt-branch/gcc/testsuite/go.test/test/import2.go
    branches/melt-branch/gcc/testsuite/go.test/test/import4.go
    branches/melt-branch/gcc/testsuite/go.test/test/index.go
    branches/melt-branch/gcc/testsuite/go.test/test/init1.go
    branches/melt-branch/gcc/testsuite/go.test/test/initializerr.go
    branches/melt-branch/gcc/testsuite/go.test/test/interface/embed1.go
    branches/melt-branch/gcc/testsuite/go.test/test/interface/private.go
    branches/melt-branch/gcc/testsuite/go.test/test/interface/recursive1.go
    branches/melt-branch/gcc/testsuite/go.test/test/literal.go
    branches/melt-branch/gcc/testsuite/go.test/test/map.go
    branches/melt-branch/gcc/testsuite/go.test/test/method.go
    branches/melt-branch/gcc/testsuite/go.test/test/method4.go
    branches/melt-branch/gcc/testsuite/go.test/test/nil.go
    branches/melt-branch/gcc/testsuite/go.test/test/nilptr.go
    branches/melt-branch/gcc/testsuite/go.test/test/nul1.go
    branches/melt-branch/gcc/testsuite/go.test/test/range.go
    branches/melt-branch/gcc/testsuite/go.test/test/recover.go
    branches/melt-branch/gcc/testsuite/go.test/test/recover3.go
    branches/melt-branch/gcc/testsuite/go.test/test/rename.go
    branches/melt-branch/gcc/testsuite/go.test/test/reorder.go
    branches/melt-branch/gcc/testsuite/go.test/test/rotate.go
    branches/melt-branch/gcc/testsuite/go.test/test/run.go
    branches/melt-branch/gcc/testsuite/go.test/test/safe/nousesafe.go
    branches/melt-branch/gcc/testsuite/go.test/test/safe/usesafe.go
    branches/melt-branch/gcc/testsuite/go.test/test/sigchld.go
    branches/melt-branch/gcc/testsuite/go.test/test/sinit.go
    branches/melt-branch/gcc/testsuite/go.test/test/sizeof.go
    branches/melt-branch/gcc/testsuite/go.test/test/string_lit.go
    branches/melt-branch/gcc/testsuite/go.test/test/switch.go
    branches/melt-branch/gcc/testsuite/go.test/test/testlib
    branches/melt-branch/gcc/testsuite/go.test/test/zerodivide.go
    branches/melt-branch/gcc/testsuite/lib/gcc-defs.exp
    branches/melt-branch/gcc/testsuite/lib/target-supports.exp
    branches/melt-branch/gcc/timevar.def
    branches/melt-branch/gcc/toplev.c
    branches/melt-branch/gcc/tracer.c
    branches/melt-branch/gcc/trans-mem.c
    branches/melt-branch/gcc/tree-affine.c
    branches/melt-branch/gcc/tree-affine.h
    branches/melt-branch/gcc/tree-browser.c
    branches/melt-branch/gcc/tree-call-cdce.c
    branches/melt-branch/gcc/tree-cfg.c
    branches/melt-branch/gcc/tree-cfgcleanup.c
    branches/melt-branch/gcc/tree-chrec.c
    branches/melt-branch/gcc/tree-chrec.h
    branches/melt-branch/gcc/tree-complex.c
    branches/melt-branch/gcc/tree-core.h
    branches/melt-branch/gcc/tree-data-ref.c
    branches/melt-branch/gcc/tree-data-ref.h
    branches/melt-branch/gcc/tree-dfa.c
    branches/melt-branch/gcc/tree-dump.c
    branches/melt-branch/gcc/tree-dump.h
    branches/melt-branch/gcc/tree-eh.c
    branches/melt-branch/gcc/tree-emutls.c
    branches/melt-branch/gcc/tree-hasher.h
    branches/melt-branch/gcc/tree-if-conv.c
    branches/melt-branch/gcc/tree-inline.c
    branches/melt-branch/gcc/tree-inline.h
    branches/melt-branch/gcc/tree-into-ssa.c
    branches/melt-branch/gcc/tree-iterator.c
    branches/melt-branch/gcc/tree-loop-distribution.c
    branches/melt-branch/gcc/tree-nested.c
    branches/melt-branch/gcc/tree-nrv.c
    branches/melt-branch/gcc/tree-object-size.c
    branches/melt-branch/gcc/tree-outof-ssa.c
    branches/melt-branch/gcc/tree-parloops.c
    branches/melt-branch/gcc/tree-pass.h
    branches/melt-branch/gcc/tree-phinodes.c
    branches/melt-branch/gcc/tree-predcom.c
    branches/melt-branch/gcc/tree-pretty-print.c
    branches/melt-branch/gcc/tree-pretty-print.h
    branches/melt-branch/gcc/tree-profile.c
    branches/melt-branch/gcc/tree-scalar-evolution.c
    branches/melt-branch/gcc/tree-scalar-evolution.h
    branches/melt-branch/gcc/tree-sra.c
    branches/melt-branch/gcc/tree-ssa-address.c
    branches/melt-branch/gcc/tree-ssa-alias.c
    branches/melt-branch/gcc/tree-ssa-alias.h
    branches/melt-branch/gcc/tree-ssa-ccp.c
    branches/melt-branch/gcc/tree-ssa-coalesce.c
    branches/melt-branch/gcc/tree-ssa-copy.c
    branches/melt-branch/gcc/tree-ssa-copyrename.c
    branches/melt-branch/gcc/tree-ssa-dce.c
    branches/melt-branch/gcc/tree-ssa-dom.c
    branches/melt-branch/gcc/tree-ssa-dse.c
    branches/melt-branch/gcc/tree-ssa-forwprop.c
    branches/melt-branch/gcc/tree-ssa-ifcombine.c
    branches/melt-branch/gcc/tree-ssa-live.c
    branches/melt-branch/gcc/tree-ssa-live.h
    branches/melt-branch/gcc/tree-ssa-loop-ch.c
    branches/melt-branch/gcc/tree-ssa-loop-im.c
    branches/melt-branch/gcc/tree-ssa-loop-ivcanon.c
    branches/melt-branch/gcc/tree-ssa-loop-ivopts.c
    branches/melt-branch/gcc/tree-ssa-loop-manip.c
    branches/melt-branch/gcc/tree-ssa-loop-niter.c
    branches/melt-branch/gcc/tree-ssa-loop-prefetch.c
    branches/melt-branch/gcc/tree-ssa-loop-unswitch.c
    branches/melt-branch/gcc/tree-ssa-loop.c
    branches/melt-branch/gcc/tree-ssa-math-opts.c
    branches/melt-branch/gcc/tree-ssa-operands.c
    branches/melt-branch/gcc/tree-ssa-operands.h
    branches/melt-branch/gcc/tree-ssa-phiopt.c
    branches/melt-branch/gcc/tree-ssa-phiprop.c
    branches/melt-branch/gcc/tree-ssa-pre.c
    branches/melt-branch/gcc/tree-ssa-propagate.c
    branches/melt-branch/gcc/tree-ssa-propagate.h
    branches/melt-branch/gcc/tree-ssa-reassoc.c
    branches/melt-branch/gcc/tree-ssa-sccvn.c
    branches/melt-branch/gcc/tree-ssa-sink.c
    branches/melt-branch/gcc/tree-ssa-strlen.c
    branches/melt-branch/gcc/tree-ssa-structalias.c
    branches/melt-branch/gcc/tree-ssa-tail-merge.c
    branches/melt-branch/gcc/tree-ssa-ter.c
    branches/melt-branch/gcc/tree-ssa-threadedge.c
    branches/melt-branch/gcc/tree-ssa-threadupdate.c
    branches/melt-branch/gcc/tree-ssa-uncprop.c
    branches/melt-branch/gcc/tree-ssa-uninit.c
    branches/melt-branch/gcc/tree-ssa.c
    branches/melt-branch/gcc/tree-ssa.h
    branches/melt-branch/gcc/tree-ssanames.c
    branches/melt-branch/gcc/tree-ssanames.h
    branches/melt-branch/gcc/tree-stdarg.c
    branches/melt-branch/gcc/tree-streamer-in.c
    branches/melt-branch/gcc/tree-streamer-out.c
    branches/melt-branch/gcc/tree-streamer.c
    branches/melt-branch/gcc/tree-streamer.h
    branches/melt-branch/gcc/tree-switch-conversion.c
    branches/melt-branch/gcc/tree-tailcall.c
    branches/melt-branch/gcc/tree-vect-data-refs.c
    branches/melt-branch/gcc/tree-vect-generic.c
    branches/melt-branch/gcc/tree-vect-loop-manip.c
    branches/melt-branch/gcc/tree-vect-loop.c
    branches/melt-branch/gcc/tree-vect-patterns.c
    branches/melt-branch/gcc/tree-vect-slp.c
    branches/melt-branch/gcc/tree-vect-stmts.c
    branches/melt-branch/gcc/tree-vectorizer.c
    branches/melt-branch/gcc/tree-vectorizer.h
    branches/melt-branch/gcc/tree-vrp.c
    branches/melt-branch/gcc/tree.c
    branches/melt-branch/gcc/tree.def
    branches/melt-branch/gcc/tree.h
    branches/melt-branch/gcc/tsan.c
    branches/melt-branch/gcc/tsystem.h
    branches/melt-branch/gcc/ubsan.c
    branches/melt-branch/gcc/value-prof.c
    branches/melt-branch/gcc/value-prof.h
    branches/melt-branch/gcc/var-tracking.c
    branches/melt-branch/gcc/varasm.c
    branches/melt-branch/gcc/varpool.c
    branches/melt-branch/gcc/vec.c
    branches/melt-branch/gcc/vec.h
    branches/melt-branch/gcc/vmsdbgout.c
    branches/melt-branch/gcc/vtable-verify.c
    branches/melt-branch/gcc/web.c
    branches/melt-branch/include/ChangeLog
    branches/melt-branch/include/ansidecl.h
    branches/melt-branch/include/libiberty.h
    branches/melt-branch/libatomic/ChangeLog
    branches/melt-branch/libatomic/Makefile.am
    branches/melt-branch/libatomic/Makefile.in
    branches/melt-branch/libatomic/auto-config.h.in
    branches/melt-branch/libatomic/configure
    branches/melt-branch/libatomic/configure.ac
    branches/melt-branch/libatomic/configure.tgt
    branches/melt-branch/libatomic/libatomic.map
    branches/melt-branch/libbacktrace/ChangeLog
    branches/melt-branch/libbacktrace/configure
    branches/melt-branch/libbacktrace/configure.ac
    branches/melt-branch/libbacktrace/elf.c
    branches/melt-branch/libcpp/ChangeLog
    branches/melt-branch/libcpp/Makefile.in
    branches/melt-branch/libcpp/aclocal.m4
    branches/melt-branch/libcpp/configure
    branches/melt-branch/libcpp/configure.ac
    branches/melt-branch/libcpp/expr.c
    branches/melt-branch/libcpp/include/cpplib.h
    branches/melt-branch/libcpp/init.c
    branches/melt-branch/libcpp/internal.h
    branches/melt-branch/libcpp/lex.c
    branches/melt-branch/libcpp/macro.c
    branches/melt-branch/libcpp/po/ChangeLog
    branches/melt-branch/libcpp/po/sr.po
    branches/melt-branch/libcpp/po/tr.po
    branches/melt-branch/libdecnumber/ChangeLog
    branches/melt-branch/libdecnumber/Makefile.in
    branches/melt-branch/libdecnumber/aclocal.m4
    branches/melt-branch/libdecnumber/configure
    branches/melt-branch/libdecnumber/configure.ac
    branches/melt-branch/libffi/ChangeLog
    branches/melt-branch/libffi/configure
    branches/melt-branch/libgcc/ChangeLog
    branches/melt-branch/libgcc/Makefile.in
    branches/melt-branch/libgcc/config.host
    branches/melt-branch/libgcc/config/cris/arit.c
    branches/melt-branch/libgcc/config/cris/mulsi3.S
    branches/melt-branch/libgcc/config/cris/t-elfmulti
    branches/melt-branch/libgcc/config/i386/32/sfp-machine.h
    branches/melt-branch/libgcc/config/i386/crtfastmath.c
    branches/melt-branch/libgcc/config/i386/crtprec.c
    branches/melt-branch/libgcc/config/i386/cygming-crtbegin.c
    branches/melt-branch/libgcc/config/i386/sfp-exceptions.c
    branches/melt-branch/libgcc/configure
    branches/melt-branch/libgcc/configure.ac
    branches/melt-branch/libgcc/libgcov.c
    branches/melt-branch/libgcc/longlong.h
    branches/melt-branch/libgcc/soft-fp/README
    branches/melt-branch/libgcc/soft-fp/adddf3.c
    branches/melt-branch/libgcc/soft-fp/addsf3.c
    branches/melt-branch/libgcc/soft-fp/addtf3.c
    branches/melt-branch/libgcc/soft-fp/divdf3.c
    branches/melt-branch/libgcc/soft-fp/divsf3.c
    branches/melt-branch/libgcc/soft-fp/divtf3.c
    branches/melt-branch/libgcc/soft-fp/double.h
    branches/melt-branch/libgcc/soft-fp/eqdf2.c
    branches/melt-branch/libgcc/soft-fp/eqsf2.c
    branches/melt-branch/libgcc/soft-fp/eqtf2.c
    branches/melt-branch/libgcc/soft-fp/extenddftf2.c
    branches/melt-branch/libgcc/soft-fp/extended.h
    branches/melt-branch/libgcc/soft-fp/extendsfdf2.c
    branches/melt-branch/libgcc/soft-fp/extendsftf2.c
    branches/melt-branch/libgcc/soft-fp/extendxftf2.c
    branches/melt-branch/libgcc/soft-fp/fixdfdi.c
    branches/melt-branch/libgcc/soft-fp/fixdfsi.c
    branches/melt-branch/libgcc/soft-fp/fixdfti.c
    branches/melt-branch/libgcc/soft-fp/fixsfdi.c
    branches/melt-branch/libgcc/soft-fp/fixsfsi.c
    branches/melt-branch/libgcc/soft-fp/fixsfti.c
    branches/melt-branch/libgcc/soft-fp/fixtfdi.c
    branches/melt-branch/libgcc/soft-fp/fixtfsi.c
    branches/melt-branch/libgcc/soft-fp/fixtfti.c
    branches/melt-branch/libgcc/soft-fp/fixunsdfdi.c
    branches/melt-branch/libgcc/soft-fp/fixunsdfsi.c
    branches/melt-branch/libgcc/soft-fp/fixunsdfti.c
    branches/melt-branch/libgcc/soft-fp/fixunssfdi.c
    branches/melt-branch/libgcc/soft-fp/fixunssfsi.c
    branches/melt-branch/libgcc/soft-fp/fixunssfti.c
    branches/melt-branch/libgcc/soft-fp/fixunstfdi.c
    branches/melt-branch/libgcc/soft-fp/fixunstfsi.c
    branches/melt-branch/libgcc/soft-fp/fixunstfti.c
    branches/melt-branch/libgcc/soft-fp/floatdidf.c
    branches/melt-branch/libgcc/soft-fp/floatdisf.c
    branches/melt-branch/libgcc/soft-fp/floatditf.c
    branches/melt-branch/libgcc/soft-fp/floatsidf.c
    branches/melt-branch/libgcc/soft-fp/floatsisf.c
    branches/melt-branch/libgcc/soft-fp/floatsitf.c
    branches/melt-branch/libgcc/soft-fp/floattidf.c
    branches/melt-branch/libgcc/soft-fp/floattisf.c
    branches/melt-branch/libgcc/soft-fp/floattitf.c
    branches/melt-branch/libgcc/soft-fp/floatundidf.c
    branches/melt-branch/libgcc/soft-fp/floatundisf.c
    branches/melt-branch/libgcc/soft-fp/floatunditf.c
    branches/melt-branch/libgcc/soft-fp/floatunsidf.c
    branches/melt-branch/libgcc/soft-fp/floatunsisf.c
    branches/melt-branch/libgcc/soft-fp/floatunsitf.c
    branches/melt-branch/libgcc/soft-fp/floatuntidf.c
    branches/melt-branch/libgcc/soft-fp/floatuntisf.c
    branches/melt-branch/libgcc/soft-fp/floatuntitf.c
    branches/melt-branch/libgcc/soft-fp/gedf2.c
    branches/melt-branch/libgcc/soft-fp/gesf2.c
    branches/melt-branch/libgcc/soft-fp/getf2.c
    branches/melt-branch/libgcc/soft-fp/ledf2.c
    branches/melt-branch/libgcc/soft-fp/lesf2.c
    branches/melt-branch/libgcc/soft-fp/letf2.c
    branches/melt-branch/libgcc/soft-fp/muldf3.c
    branches/melt-branch/libgcc/soft-fp/mulsf3.c
    branches/melt-branch/libgcc/soft-fp/multf3.c
    branches/melt-branch/libgcc/soft-fp/negdf2.c
    branches/melt-branch/libgcc/soft-fp/negsf2.c
    branches/melt-branch/libgcc/soft-fp/negtf2.c
    branches/melt-branch/libgcc/soft-fp/op-1.h
    branches/melt-branch/libgcc/soft-fp/op-2.h
    branches/melt-branch/libgcc/soft-fp/op-4.h
    branches/melt-branch/libgcc/soft-fp/op-8.h
    branches/melt-branch/libgcc/soft-fp/op-common.h
    branches/melt-branch/libgcc/soft-fp/quad.h
    branches/melt-branch/libgcc/soft-fp/single.h
    branches/melt-branch/libgcc/soft-fp/soft-fp.h
    branches/melt-branch/libgcc/soft-fp/subdf3.c
    branches/melt-branch/libgcc/soft-fp/subsf3.c
    branches/melt-branch/libgcc/soft-fp/subtf3.c
    branches/melt-branch/libgcc/soft-fp/truncdfsf2.c
    branches/melt-branch/libgcc/soft-fp/trunctfdf2.c
    branches/melt-branch/libgcc/soft-fp/trunctfsf2.c
    branches/melt-branch/libgcc/soft-fp/trunctfxf2.c
    branches/melt-branch/libgcc/soft-fp/unorddf2.c
    branches/melt-branch/libgcc/soft-fp/unordsf2.c
    branches/melt-branch/libgcc/soft-fp/unordtf2.c
    branches/melt-branch/libgcc/sync.c
    branches/melt-branch/libgfortran/ChangeLog
    branches/melt-branch/libgfortran/Makefile.in
    branches/melt-branch/libgfortran/aclocal.m4
    branches/melt-branch/libgfortran/config.h.in
    branches/melt-branch/libgfortran/configure
    branches/melt-branch/libgfortran/configure.ac
    branches/melt-branch/libgfortran/io/list_read.c
    branches/melt-branch/libgfortran/io/unix.c
    branches/melt-branch/libgo/   (props changed)
    branches/melt-branch/libgo/MERGE
    branches/melt-branch/libgo/Makefile.am
    branches/melt-branch/libgo/Makefile.in
    branches/melt-branch/libgo/config.h.in
    branches/melt-branch/libgo/configure
    branches/melt-branch/libgo/configure.ac
    branches/melt-branch/libgo/go/archive/tar/common.go
    branches/melt-branch/libgo/go/archive/tar/reader.go
    branches/melt-branch/libgo/go/archive/tar/reader_test.go
    branches/melt-branch/libgo/go/archive/tar/tar_test.go
    branches/melt-branch/libgo/go/archive/tar/writer.go
    branches/melt-branch/libgo/go/archive/tar/writer_test.go
    branches/melt-branch/libgo/go/archive/zip/reader.go
    branches/melt-branch/libgo/go/archive/zip/reader_test.go
    branches/melt-branch/libgo/go/archive/zip/struct.go
    branches/melt-branch/libgo/go/archive/zip/writer.go
    branches/melt-branch/libgo/go/archive/zip/zip_test.go
    branches/melt-branch/libgo/go/bufio/bufio.go
    branches/melt-branch/libgo/go/bufio/bufio_test.go
    branches/melt-branch/libgo/go/bufio/example_test.go
    branches/melt-branch/libgo/go/bufio/scan.go
    branches/melt-branch/libgo/go/builtin/builtin.go
    branches/melt-branch/libgo/go/bytes/bytes.go
    branches/melt-branch/libgo/go/bytes/bytes_decl.go
    branches/melt-branch/libgo/go/bytes/bytes_test.go
    branches/melt-branch/libgo/go/bytes/indexbyte.c
    branches/melt-branch/libgo/go/bytes/reader_test.go
    branches/melt-branch/libgo/go/compress/bzip2/bit_reader.go
    branches/melt-branch/libgo/go/compress/bzip2/bzip2.go
    branches/melt-branch/libgo/go/compress/bzip2/bzip2_test.go
    branches/melt-branch/libgo/go/compress/bzip2/huffman.go
    branches/melt-branch/libgo/go/compress/bzip2/move_to_front.go
    branches/melt-branch/libgo/go/compress/flate/copy.go
    branches/melt-branch/libgo/go/compress/flate/copy_test.go
    branches/melt-branch/libgo/go/compress/flate/deflate.go
    branches/melt-branch/libgo/go/compress/flate/deflate_test.go
    branches/melt-branch/libgo/go/compress/flate/flate_test.go
    branches/melt-branch/libgo/go/compress/flate/huffman_bit_writer.go
    branches/melt-branch/libgo/go/compress/flate/huffman_code.go
    branches/melt-branch/libgo/go/compress/flate/inflate.go
    branches/melt-branch/libgo/go/compress/flate/reader_test.go
    branches/melt-branch/libgo/go/compress/gzip/gunzip_test.go
    branches/melt-branch/libgo/go/compress/gzip/gzip.go
    branches/melt-branch/libgo/go/compress/gzip/gzip_test.go
    branches/melt-branch/libgo/go/compress/zlib/writer.go
    branches/melt-branch/libgo/go/compress/zlib/writer_test.go
    branches/melt-branch/libgo/go/container/heap/heap.go
    branches/melt-branch/libgo/go/container/heap/heap_test.go
    branches/melt-branch/libgo/go/container/list/list.go
    branches/melt-branch/libgo/go/container/list/list_test.go
    branches/melt-branch/libgo/go/crypto/cipher/cbc.go
    branches/melt-branch/libgo/go/crypto/cipher/io.go
    branches/melt-branch/libgo/go/crypto/crypto.go
    branches/melt-branch/libgo/go/crypto/des/block.go
    branches/melt-branch/libgo/go/crypto/des/des_test.go
    branches/melt-branch/libgo/go/crypto/ecdsa/ecdsa.go
    branches/melt-branch/libgo/go/crypto/elliptic/elliptic.go
    branches/melt-branch/libgo/go/crypto/elliptic/elliptic_test.go
    branches/melt-branch/libgo/go/crypto/md5/gen.go
    branches/melt-branch/libgo/go/crypto/md5/md5.go
    branches/melt-branch/libgo/go/crypto/md5/md5_test.go
    branches/melt-branch/libgo/go/crypto/md5/md5block.go
    branches/melt-branch/libgo/go/crypto/md5/md5block_decl.go
    branches/melt-branch/libgo/go/crypto/rand/rand.go
    branches/melt-branch/libgo/go/crypto/rand/rand_unix.go
    branches/melt-branch/libgo/go/crypto/rsa/pkcs1v15.go
    branches/melt-branch/libgo/go/crypto/rsa/pkcs1v15_test.go
    branches/melt-branch/libgo/go/crypto/rsa/rsa.go
    branches/melt-branch/libgo/go/crypto/rsa/rsa_test.go
    branches/melt-branch/libgo/go/crypto/sha1/sha1.go
    branches/melt-branch/libgo/go/crypto/sha1/sha1_test.go
    branches/melt-branch/libgo/go/crypto/sha1/sha1block_decl.go
    branches/melt-branch/libgo/go/crypto/sha256/sha256.go
    branches/melt-branch/libgo/go/crypto/sha256/sha256_test.go
    branches/melt-branch/libgo/go/crypto/sha512/sha512.go
    branches/melt-branch/libgo/go/crypto/sha512/sha512_test.go
    branches/melt-branch/libgo/go/crypto/subtle/constant_time.go
    branches/melt-branch/libgo/go/crypto/subtle/constant_time_test.go
    branches/melt-branch/libgo/go/crypto/tls/cipher_suites.go
    branches/melt-branch/libgo/go/crypto/tls/common.go
    branches/melt-branch/libgo/go/crypto/tls/conn.go
    branches/melt-branch/libgo/go/crypto/tls/generate_cert.go
    branches/melt-branch/libgo/go/crypto/tls/handshake_client.go
    branches/melt-branch/libgo/go/crypto/tls/handshake_client_test.go
    branches/melt-branch/libgo/go/crypto/tls/handshake_messages.go
    branches/melt-branch/libgo/go/crypto/tls/handshake_messages_test.go
    branches/melt-branch/libgo/go/crypto/tls/handshake_server.go
    branches/melt-branch/libgo/go/crypto/tls/handshake_server_test.go
    branches/melt-branch/libgo/go/crypto/tls/key_agreement.go
    branches/melt-branch/libgo/go/crypto/tls/prf.go
    branches/melt-branch/libgo/go/crypto/tls/prf_test.go
    branches/melt-branch/libgo/go/crypto/tls/tls.go
    branches/melt-branch/libgo/go/crypto/x509/cert_pool.go
    branches/melt-branch/libgo/go/crypto/x509/pkcs1.go
    branches/melt-branch/libgo/go/crypto/x509/pkcs8.go
    branches/melt-branch/libgo/go/crypto/x509/pkix/pkix.go
    branches/melt-branch/libgo/go/crypto/x509/root_unix.go
    branches/melt-branch/libgo/go/crypto/x509/root_windows.go
    branches/melt-branch/libgo/go/crypto/x509/sec1.go
    branches/melt-branch/libgo/go/crypto/x509/sec1_test.go
    branches/melt-branch/libgo/go/crypto/x509/verify.go
    branches/melt-branch/libgo/go/crypto/x509/verify_test.go
    branches/melt-branch/libgo/go/crypto/x509/x509.go
    branches/melt-branch/libgo/go/crypto/x509/x509_test.go
    branches/melt-branch/libgo/go/database/sql/convert_test.go
    branches/melt-branch/libgo/go/database/sql/driver/types_test.go
    branches/melt-branch/libgo/go/database/sql/fakedb_test.go
    branches/melt-branch/libgo/go/database/sql/sql.go
    branches/melt-branch/libgo/go/database/sql/sql_test.go
    branches/melt-branch/libgo/go/debug/dwarf/entry.go
    branches/melt-branch/libgo/go/debug/dwarf/type.go
    branches/melt-branch/libgo/go/debug/elf/file_test.go
    branches/melt-branch/libgo/go/debug/gosym/pclntab.go
    branches/melt-branch/libgo/go/debug/gosym/pclntab_test.go
    branches/melt-branch/libgo/go/debug/gosym/symtab.go
    branches/melt-branch/libgo/go/encoding/asn1/asn1.go
    branches/melt-branch/libgo/go/encoding/asn1/asn1_test.go
    branches/melt-branch/libgo/go/encoding/asn1/marshal.go
    branches/melt-branch/libgo/go/encoding/asn1/marshal_test.go
    branches/melt-branch/libgo/go/encoding/binary/binary.go
    branches/melt-branch/libgo/go/encoding/binary/binary_test.go
    branches/melt-branch/libgo/go/encoding/csv/reader.go
    branches/melt-branch/libgo/go/encoding/csv/reader_test.go
    branches/melt-branch/libgo/go/encoding/gob/codec_test.go
    branches/melt-branch/libgo/go/encoding/gob/debug.go
    branches/melt-branch/libgo/go/encoding/gob/decode.go
    branches/melt-branch/libgo/go/encoding/gob/doc.go
    branches/melt-branch/libgo/go/encoding/gob/encode.go
    branches/melt-branch/libgo/go/encoding/gob/encoder.go
    branches/melt-branch/libgo/go/encoding/gob/encoder_test.go
    branches/melt-branch/libgo/go/encoding/gob/gobencdec_test.go
    branches/melt-branch/libgo/go/encoding/gob/timing_test.go
    branches/melt-branch/libgo/go/encoding/gob/type.go
    branches/melt-branch/libgo/go/encoding/json/decode.go
    branches/melt-branch/libgo/go/encoding/json/decode_test.go
    branches/melt-branch/libgo/go/encoding/json/encode.go
    branches/melt-branch/libgo/go/encoding/json/encode_test.go
    branches/melt-branch/libgo/go/encoding/json/indent.go
    branches/melt-branch/libgo/go/encoding/json/scanner.go
    branches/melt-branch/libgo/go/encoding/json/scanner_test.go
    branches/melt-branch/libgo/go/encoding/json/stream.go
    branches/melt-branch/libgo/go/encoding/json/stream_test.go
    branches/melt-branch/libgo/go/encoding/json/tags.go
    branches/melt-branch/libgo/go/encoding/xml/marshal.go
    branches/melt-branch/libgo/go/encoding/xml/marshal_test.go
    branches/melt-branch/libgo/go/encoding/xml/read.go
    branches/melt-branch/libgo/go/encoding/xml/read_test.go
    branches/melt-branch/libgo/go/encoding/xml/xml.go
    branches/melt-branch/libgo/go/encoding/xml/xml_test.go
    branches/melt-branch/libgo/go/flag/export_test.go
    branches/melt-branch/libgo/go/flag/flag.go
    branches/melt-branch/libgo/go/flag/flag_test.go
    branches/melt-branch/libgo/go/fmt/doc.go
    branches/melt-branch/libgo/go/fmt/fmt_test.go
    branches/melt-branch/libgo/go/fmt/format.go
    branches/melt-branch/libgo/go/fmt/print.go
    branches/melt-branch/libgo/go/fmt/scan.go
    branches/melt-branch/libgo/go/fmt/scan_test.go
    branches/melt-branch/libgo/go/go/ast/ast.go
    branches/melt-branch/libgo/go/go/ast/commentmap.go
    branches/melt-branch/libgo/go/go/ast/filter.go
    branches/melt-branch/libgo/go/go/ast/import.go
    branches/melt-branch/libgo/go/go/ast/walk.go
    branches/melt-branch/libgo/go/go/build/build.go
    branches/melt-branch/libgo/go/go/build/build_test.go
    branches/melt-branch/libgo/go/go/build/deps_test.go
    branches/melt-branch/libgo/go/go/build/doc.go
    branches/melt-branch/libgo/go/go/build/syslist_test.go
    branches/melt-branch/libgo/go/go/doc/comment.go
    branches/melt-branch/libgo/go/go/doc/doc_test.go
    branches/melt-branch/libgo/go/go/doc/example.go
    branches/melt-branch/libgo/go/go/doc/example_test.go
    branches/melt-branch/libgo/go/go/doc/reader.go
    branches/melt-branch/libgo/go/go/doc/synopsis.go
    branches/melt-branch/libgo/go/go/doc/testdata/a.0.golden
    branches/melt-branch/libgo/go/go/doc/testdata/a.1.golden
    branches/melt-branch/libgo/go/go/doc/testdata/a.2.golden
    branches/melt-branch/libgo/go/go/doc/testdata/template.txt
    branches/melt-branch/libgo/go/go/doc/testdata/testing.0.golden
    branches/melt-branch/libgo/go/go/doc/testdata/testing.1.golden
    branches/melt-branch/libgo/go/go/doc/testdata/testing.2.golden
    branches/melt-branch/libgo/go/go/doc/testdata/testing.go
    branches/melt-branch/libgo/go/go/format/format_test.go
    branches/melt-branch/libgo/go/go/parser/interface.go
    branches/melt-branch/libgo/go/go/parser/parser.go
    branches/melt-branch/libgo/go/go/parser/parser_test.go
    branches/melt-branch/libgo/go/go/parser/short_test.go
    branches/melt-branch/libgo/go/go/printer/nodes.go
    branches/melt-branch/libgo/go/go/printer/testdata/expressions.golden
    branches/melt-branch/libgo/go/go/printer/testdata/expressions.input
    branches/melt-branch/libgo/go/go/printer/testdata/expressions.raw
    branches/melt-branch/libgo/go/go/token/position.go
    branches/melt-branch/libgo/go/go/token/position_test.go
    branches/melt-branch/libgo/go/hash/hash.go
    branches/melt-branch/libgo/go/html/escape.go
    branches/melt-branch/libgo/go/html/template/clone_test.go
    branches/melt-branch/libgo/go/html/template/content.go
    branches/melt-branch/libgo/go/html/template/content_test.go
    branches/melt-branch/libgo/go/html/template/context.go
    branches/melt-branch/libgo/go/html/template/css.go
    branches/melt-branch/libgo/go/html/template/escape.go
    branches/melt-branch/libgo/go/html/template/escape_test.go
    branches/melt-branch/libgo/go/html/template/js.go
    branches/melt-branch/libgo/go/html/template/template.go
    branches/melt-branch/libgo/go/html/template/transition.go
    branches/melt-branch/libgo/go/image/color/color.go
    branches/melt-branch/libgo/go/image/decode_example_test.go
    branches/melt-branch/libgo/go/image/draw/draw.go
    branches/melt-branch/libgo/go/image/draw/draw_test.go
    branches/melt-branch/libgo/go/image/format.go
    branches/melt-branch/libgo/go/image/geom.go
    branches/melt-branch/libgo/go/image/gif/reader.go
    branches/melt-branch/libgo/go/image/gif/reader_test.go
    branches/melt-branch/libgo/go/image/image.go
    branches/melt-branch/libgo/go/image/jpeg/dct_test.go
    branches/melt-branch/libgo/go/image/jpeg/reader.go
    branches/melt-branch/libgo/go/image/names.go
    branches/melt-branch/libgo/go/io/io.go
    branches/melt-branch/libgo/go/io/io_test.go
    branches/melt-branch/libgo/go/io/ioutil/ioutil.go
    branches/melt-branch/libgo/go/io/pipe.go
    branches/melt-branch/libgo/go/io/pipe_test.go
    branches/melt-branch/libgo/go/log/syslog/syslog.go
    branches/melt-branch/libgo/go/log/syslog/syslog_test.go
    branches/melt-branch/libgo/go/log/syslog/syslog_unix.go
    branches/melt-branch/libgo/go/math/asin.go
    branches/melt-branch/libgo/go/math/atan.go
    branches/melt-branch/libgo/go/math/big/int.go
    branches/melt-branch/libgo/go/math/big/int_test.go
    branches/melt-branch/libgo/go/math/big/nat_test.go
    branches/melt-branch/libgo/go/math/big/rat.go
    branches/melt-branch/libgo/go/math/big/rat_test.go
    branches/melt-branch/libgo/go/math/bits.go
    branches/melt-branch/libgo/go/math/rand/rand.go
    branches/melt-branch/libgo/go/math/sin.go
    branches/melt-branch/libgo/go/math/tan.go
    branches/melt-branch/libgo/go/mime/grammar.go
    branches/melt-branch/libgo/go/mime/mediatype.go
    branches/melt-branch/libgo/go/mime/mediatype_test.go
    branches/melt-branch/libgo/go/mime/multipart/multipart.go
    branches/melt-branch/libgo/go/mime/type_unix.go
    branches/melt-branch/libgo/go/net/cgo_bsd.go
    branches/melt-branch/libgo/go/net/cgo_linux.go
    branches/melt-branch/libgo/go/net/cgo_netbsd.go
    branches/melt-branch/libgo/go/net/cgo_openbsd.go
    branches/melt-branch/libgo/go/net/cgo_stub.go
    branches/melt-branch/libgo/go/net/cgo_unix.go
    branches/melt-branch/libgo/go/net/dial.go
    branches/melt-branch/libgo/go/net/dial_gen.go
    branches/melt-branch/libgo/go/net/dial_test.go
    branches/melt-branch/libgo/go/net/dialgoogle_test.go
    branches/melt-branch/libgo/go/net/dnsclient.go
    branches/melt-branch/libgo/go/net/dnsclient_unix.go
    branches/melt-branch/libgo/go/net/dnsconfig_unix.go
    branches/melt-branch/libgo/go/net/dnsname_test.go
    branches/melt-branch/libgo/go/net/fd_plan9.go
    branches/melt-branch/libgo/go/net/fd_poll_runtime.go
    branches/melt-branch/libgo/go/net/fd_unix.go
    branches/melt-branch/libgo/go/net/fd_unix_test.go
    branches/melt-branch/libgo/go/net/fd_windows.go
    branches/melt-branch/libgo/go/net/file_unix.go
    branches/melt-branch/libgo/go/net/http/cgi/child.go
    branches/melt-branch/libgo/go/net/http/cgi/child_test.go
    branches/melt-branch/libgo/go/net/http/client.go
    branches/melt-branch/libgo/go/net/http/client_test.go
    branches/melt-branch/libgo/go/net/http/cookie.go
    branches/melt-branch/libgo/go/net/http/cookie_test.go
    branches/melt-branch/libgo/go/net/http/cookiejar/jar.go
    branches/melt-branch/libgo/go/net/http/doc.go
    branches/melt-branch/libgo/go/net/http/example_test.go
    branches/melt-branch/libgo/go/net/http/export_test.go
    branches/melt-branch/libgo/go/net/http/fs.go
    branches/melt-branch/libgo/go/net/http/fs_test.go
    branches/melt-branch/libgo/go/net/http/header.go
    branches/melt-branch/libgo/go/net/http/header_test.go
    branches/melt-branch/libgo/go/net/http/request.go
    branches/melt-branch/libgo/go/net/http/request_test.go
    branches/melt-branch/libgo/go/net/http/response.go
    branches/melt-branch/libgo/go/net/http/response_test.go
    branches/melt-branch/libgo/go/net/http/serve_test.go
    branches/melt-branch/libgo/go/net/http/server.go
    branches/melt-branch/libgo/go/net/http/sniff_test.go
    branches/melt-branch/libgo/go/net/http/transfer.go
    branches/melt-branch/libgo/go/net/http/transport.go
    branches/melt-branch/libgo/go/net/http/transport_test.go
    branches/melt-branch/libgo/go/net/http/z_last_test.go
    branches/melt-branch/libgo/go/net/interface_bsd.go
    branches/melt-branch/libgo/go/net/interface_test.go
    branches/melt-branch/libgo/go/net/ip.go
    branches/melt-branch/libgo/go/net/ip_test.go
    branches/melt-branch/libgo/go/net/ipraw_test.go
    branches/melt-branch/libgo/go/net/iprawsock.go
    branches/melt-branch/libgo/go/net/iprawsock_posix.go
    branches/melt-branch/libgo/go/net/ipsock.go
    branches/melt-branch/libgo/go/net/ipsock_plan9.go
    branches/melt-branch/libgo/go/net/ipsock_posix.go
    branches/melt-branch/libgo/go/net/lookup.go
    branches/melt-branch/libgo/go/net/lookup_plan9.go
    branches/melt-branch/libgo/go/net/lookup_unix.go
    branches/melt-branch/libgo/go/net/lookup_windows.go
    branches/melt-branch/libgo/go/net/mail/message.go
    branches/melt-branch/libgo/go/net/mail/message_test.go
    branches/melt-branch/libgo/go/net/multicast_test.go
    branches/melt-branch/libgo/go/net/net.go
    branches/melt-branch/libgo/go/net/net_test.go
    branches/melt-branch/libgo/go/net/packetconn_test.go
    branches/melt-branch/libgo/go/net/parse_test.go
    branches/melt-branch/libgo/go/net/port_unix.go
    branches/melt-branch/libgo/go/net/protoconn_test.go
    branches/melt-branch/libgo/go/net/rpc/client.go
    branches/melt-branch/libgo/go/net/rpc/debug.go
    branches/melt-branch/libgo/go/net/rpc/jsonrpc/server.go
    branches/melt-branch/libgo/go/net/rpc/server.go
    branches/melt-branch/libgo/go/net/rpc/server_test.go
    branches/melt-branch/libgo/go/net/sendfile_freebsd.go
    branches/melt-branch/libgo/go/net/sendfile_linux.go
    branches/melt-branch/libgo/go/net/sendfile_windows.go
    branches/melt-branch/libgo/go/net/smtp/smtp.go
    branches/melt-branch/libgo/go/net/smtp/smtp_test.go
    branches/melt-branch/libgo/go/net/sock_bsd.go
    branches/melt-branch/libgo/go/net/sock_posix.go
    branches/melt-branch/libgo/go/net/sock_windows.go
    branches/melt-branch/libgo/go/net/sockopt_bsd.go
    branches/melt-branch/libgo/go/net/sockopt_linux.go
    branches/melt-branch/libgo/go/net/sockopt_posix.go
    branches/melt-branch/libgo/go/net/sockopt_windows.go
    branches/melt-branch/libgo/go/net/sockoptip_bsd.go
    branches/melt-branch/libgo/go/net/sockoptip_linux.go
    branches/melt-branch/libgo/go/net/sockoptip_posix.go
    branches/melt-branch/libgo/go/net/sockoptip_windows.go
    branches/melt-branch/libgo/go/net/sys_cloexec.go
    branches/melt-branch/libgo/go/net/tcp_test.go
    branches/melt-branch/libgo/go/net/tcpsock.go
    branches/melt-branch/libgo/go/net/tcpsock_plan9.go
    branches/melt-branch/libgo/go/net/tcpsock_posix.go
    branches/melt-branch/libgo/go/net/textproto/reader.go
    branches/melt-branch/libgo/go/net/textproto/textproto.go
    branches/melt-branch/libgo/go/net/timeout_test.go
    branches/melt-branch/libgo/go/net/udp_test.go
    branches/melt-branch/libgo/go/net/udpsock.go
    branches/melt-branch/libgo/go/net/udpsock_plan9.go
    branches/melt-branch/libgo/go/net/udpsock_posix.go
    branches/melt-branch/libgo/go/net/unicast_posix_test.go
    branches/melt-branch/libgo/go/net/unix_test.go
    branches/melt-branch/libgo/go/net/unixsock.go
    branches/melt-branch/libgo/go/net/unixsock_plan9.go
    branches/melt-branch/libgo/go/net/unixsock_posix.go
    branches/melt-branch/libgo/go/net/url/url.go
    branches/melt-branch/libgo/go/net/url/url_test.go
    branches/melt-branch/libgo/go/os/dir_unix.go
    branches/melt-branch/libgo/go/os/doc.go
    branches/melt-branch/libgo/go/os/env_unix_test.go
    branches/melt-branch/libgo/go/os/error.go
    branches/melt-branch/libgo/go/os/exec/exec.go
    branches/melt-branch/libgo/go/os/exec/exec_test.go
    branches/melt-branch/libgo/go/os/exec/lp_plan9.go
    branches/melt-branch/libgo/go/os/exec/lp_unix.go
    branches/melt-branch/libgo/go/os/exec/lp_unix_test.go
    branches/melt-branch/libgo/go/os/exec/lp_windows.go
    branches/melt-branch/libgo/go/os/exec_posix.go
    branches/melt-branch/libgo/go/os/exec_unix.go
    branches/melt-branch/libgo/go/os/exec_windows.go
    branches/melt-branch/libgo/go/os/export_test.go
    branches/melt-branch/libgo/go/os/file.go
    branches/melt-branch/libgo/go/os/file_plan9.go
    branches/melt-branch/libgo/go/os/file_posix.go
    branches/melt-branch/libgo/go/os/file_unix.go
    branches/melt-branch/libgo/go/os/getwd.go
    branches/melt-branch/libgo/go/os/os_test.go
    branches/melt-branch/libgo/go/os/os_unix_test.go
    branches/melt-branch/libgo/go/os/path_test.go
    branches/melt-branch/libgo/go/os/path_unix.go
    branches/melt-branch/libgo/go/os/pipe_bsd.go
    branches/melt-branch/libgo/go/os/signal/signal_test.go
    branches/melt-branch/libgo/go/os/signal/signal_unix.go
    branches/melt-branch/libgo/go/os/sys_bsd.go
    branches/melt-branch/libgo/go/os/user/lookup_stubs.go
    branches/melt-branch/libgo/go/os/user/lookup_unix.go
    branches/melt-branch/libgo/go/os/user/lookup_windows.go
    branches/melt-branch/libgo/go/os/user/user.go
    branches/melt-branch/libgo/go/os/user/user_test.go
    branches/melt-branch/libgo/go/path/filepath/match.go
    branches/melt-branch/libgo/go/path/filepath/match_test.go
    branches/melt-branch/libgo/go/path/filepath/path_test.go
    branches/melt-branch/libgo/go/path/filepath/path_unix.go
    branches/melt-branch/libgo/go/path/match_test.go
    branches/melt-branch/libgo/go/path/path_test.go
    branches/melt-branch/libgo/go/reflect/all_test.go
    branches/melt-branch/libgo/go/reflect/deepequal.go
    branches/melt-branch/libgo/go/reflect/example_test.go
    branches/melt-branch/libgo/go/reflect/makefunc.go
    branches/melt-branch/libgo/go/reflect/type.go
    branches/melt-branch/libgo/go/reflect/value.go
    branches/melt-branch/libgo/go/regexp/all_test.go
    branches/melt-branch/libgo/go/regexp/exec_test.go
    branches/melt-branch/libgo/go/regexp/regexp.go
    branches/melt-branch/libgo/go/regexp/syntax/doc.go
    branches/melt-branch/libgo/go/regexp/syntax/parse.go
    branches/melt-branch/libgo/go/regexp/syntax/parse_test.go
    branches/melt-branch/libgo/go/regexp/syntax/prog.go
    branches/melt-branch/libgo/go/regexp/syntax/prog_test.go
    branches/melt-branch/libgo/go/runtime/append_test.go
    branches/melt-branch/libgo/go/runtime/crash_cgo_test.go
    branches/melt-branch/libgo/go/runtime/crash_test.go
    branches/melt-branch/libgo/go/runtime/debug/garbage.go
    branches/melt-branch/libgo/go/runtime/debug/stack_test.go
    branches/melt-branch/libgo/go/runtime/error.go
    branches/melt-branch/libgo/go/runtime/export_test.go
    branches/melt-branch/libgo/go/runtime/extern.go
    branches/melt-branch/libgo/go/runtime/gc_test.go
    branches/melt-branch/libgo/go/runtime/map_test.go
    branches/melt-branch/libgo/go/runtime/mapspeed_test.go
    branches/melt-branch/libgo/go/runtime/mem.go
    branches/melt-branch/libgo/go/runtime/mfinal_test.go
    branches/melt-branch/libgo/go/runtime/parfor_test.go
    branches/melt-branch/libgo/go/runtime/pprof/pprof.go
    branches/melt-branch/libgo/go/runtime/pprof/pprof_test.go
    branches/melt-branch/libgo/go/runtime/proc_test.go
    branches/melt-branch/libgo/go/runtime/runtime_test.go
    branches/melt-branch/libgo/go/sort/example_interface_test.go
    branches/melt-branch/libgo/go/sort/example_multi_test.go
    branches/melt-branch/libgo/go/sort/search_test.go
    branches/melt-branch/libgo/go/sort/sort.go
    branches/melt-branch/libgo/go/sort/sort_test.go
    branches/melt-branch/libgo/go/strconv/atof.go
    branches/melt-branch/libgo/go/strconv/atoi.go
    branches/melt-branch/libgo/go/strconv/quote.go
    branches/melt-branch/libgo/go/strconv/strconv_test.go
    branches/melt-branch/libgo/go/strings/strings.go
    branches/melt-branch/libgo/go/strings/strings_test.go
    branches/melt-branch/libgo/go/sync/atomic/64bit_arm.go
    branches/melt-branch/libgo/go/sync/atomic/atomic.c
    branches/melt-branch/libgo/go/sync/atomic/atomic_test.go
    branches/melt-branch/libgo/go/sync/atomic/doc.go
    branches/melt-branch/libgo/go/sync/atomic/race.go
    branches/melt-branch/libgo/go/sync/cond.go
    branches/melt-branch/libgo/go/sync/cond_test.go
    branches/melt-branch/libgo/go/sync/example_test.go
    branches/melt-branch/libgo/go/sync/once.go
    branches/melt-branch/libgo/go/sync/race.go
    branches/melt-branch/libgo/go/sync/race0.go
    branches/melt-branch/libgo/go/sync/runtime.go
    branches/melt-branch/libgo/go/sync/waitgroup.go
    branches/melt-branch/libgo/go/syscall/bpf_bsd.go
    branches/melt-branch/libgo/go/syscall/env_unix.go
    branches/melt-branch/libgo/go/syscall/env_windows.go
    branches/melt-branch/libgo/go/syscall/exec_bsd.go
    branches/melt-branch/libgo/go/syscall/exec_linux.go
    branches/melt-branch/libgo/go/syscall/exec_unix.go
    branches/melt-branch/libgo/go/syscall/libcall_linux.go
    branches/melt-branch/libgo/go/syscall/libcall_posix.go
    branches/melt-branch/libgo/go/syscall/passfd_test.go
    branches/melt-branch/libgo/go/syscall/race0.go
    branches/melt-branch/libgo/go/syscall/route_bsd.go
    branches/melt-branch/libgo/go/syscall/security_windows.go
    branches/melt-branch/libgo/go/syscall/signame.c
    branches/melt-branch/libgo/go/syscall/sockcmsg_unix.go
    branches/melt-branch/libgo/go/syscall/socket.go
    branches/melt-branch/libgo/go/syscall/syscall_unix.go
    branches/melt-branch/libgo/go/testing/allocs.go
    branches/melt-branch/libgo/go/testing/benchmark.go
    branches/melt-branch/libgo/go/testing/quick/quick.go
    branches/melt-branch/libgo/go/testing/quick/quick_test.go
    branches/melt-branch/libgo/go/testing/testing.go
    branches/melt-branch/libgo/go/text/template/doc.go
    branches/melt-branch/libgo/go/text/template/exec.go
    branches/melt-branch/libgo/go/text/template/exec_test.go
    branches/melt-branch/libgo/go/text/template/funcs.go
    branches/melt-branch/libgo/go/text/template/multi_test.go
    branches/melt-branch/libgo/go/text/template/parse/lex.go
    branches/melt-branch/libgo/go/text/template/parse/lex_test.go
    branches/melt-branch/libgo/go/text/template/parse/node.go
    branches/melt-branch/libgo/go/text/template/parse/parse.go
    branches/melt-branch/libgo/go/text/template/parse/parse_test.go
    branches/melt-branch/libgo/go/time/export_test.go
    branches/melt-branch/libgo/go/time/format.go
    branches/melt-branch/libgo/go/time/internal_test.go
    branches/melt-branch/libgo/go/time/sleep.go
    branches/melt-branch/libgo/go/time/sleep_test.go
    branches/melt-branch/libgo/go/time/sys_unix.go
    branches/melt-branch/libgo/go/time/time.go
    branches/melt-branch/libgo/go/time/time_test.go
    branches/melt-branch/libgo/go/time/zoneinfo.go
    branches/melt-branch/libgo/go/time/zoneinfo_read.go
    branches/melt-branch/libgo/go/time/zoneinfo_unix.go
    branches/melt-branch/libgo/go/time/zoneinfo_windows.go
    branches/melt-branch/libgo/go/unicode/graphic.go
    branches/melt-branch/libgo/go/unicode/graphic_test.go
    branches/melt-branch/libgo/mksysinfo.sh
    branches/melt-branch/libgo/runtime/chan.c
    branches/melt-branch/libgo/runtime/cpuprof.c
    branches/melt-branch/libgo/runtime/env_posix.c
    branches/melt-branch/libgo/runtime/go-append.c
    branches/melt-branch/libgo/runtime/go-byte-array-to-string.c
    branches/melt-branch/libgo/runtime/go-caller.c
    branches/melt-branch/libgo/runtime/go-callers.c
    branches/melt-branch/libgo/runtime/go-int-array-to-string.c
    branches/melt-branch/libgo/runtime/go-int-to-string.c
    branches/melt-branch/libgo/runtime/go-make-slice.c
    branches/melt-branch/libgo/runtime/go-new.c
    branches/melt-branch/libgo/runtime/go-nosys.c
    branches/melt-branch/libgo/runtime/go-reflect-call.c
    branches/melt-branch/libgo/runtime/go-signal.c
    branches/melt-branch/libgo/runtime/go-string-to-byte-array.c
    branches/melt-branch/libgo/runtime/go-string-to-int-array.c
    branches/melt-branch/libgo/runtime/go-strplus.c
    branches/melt-branch/libgo/runtime/lfstack.c
    branches/melt-branch/libgo/runtime/lock_futex.c
    branches/melt-branch/libgo/runtime/lock_sema.c
    branches/melt-branch/libgo/runtime/malloc.goc
    branches/melt-branch/libgo/runtime/malloc.h
    branches/melt-branch/libgo/runtime/mcache.c
    branches/melt-branch/libgo/runtime/mcentral.c
    branches/melt-branch/libgo/runtime/mem.c
    branches/melt-branch/libgo/runtime/mfinal.c
    branches/melt-branch/libgo/runtime/mfixalloc.c
    branches/melt-branch/libgo/runtime/mgc0.c
    branches/melt-branch/libgo/runtime/mgc0.h
    branches/melt-branch/libgo/runtime/mheap.c
    branches/melt-branch/libgo/runtime/mprof.goc
    branches/melt-branch/libgo/runtime/msize.c
    branches/melt-branch/libgo/runtime/netpoll.goc
    branches/melt-branch/libgo/runtime/netpoll_epoll.c
    branches/melt-branch/libgo/runtime/netpoll_kqueue.c
    branches/melt-branch/libgo/runtime/netpoll_stub.c
    branches/melt-branch/libgo/runtime/panic.c
    branches/melt-branch/libgo/runtime/parfor.c
    branches/melt-branch/libgo/runtime/print.c
    branches/melt-branch/libgo/runtime/proc.c
    branches/melt-branch/libgo/runtime/race.h
    branches/melt-branch/libgo/runtime/runtime.c
    branches/melt-branch/libgo/runtime/runtime.h
    branches/melt-branch/libgo/runtime/sema.goc
    branches/melt-branch/libgo/runtime/signal_unix.c
    branches/melt-branch/libgo/runtime/sigqueue.goc
    branches/melt-branch/libgo/runtime/string.goc
    branches/melt-branch/libgo/runtime/thread-linux.c
    branches/melt-branch/libgo/runtime/time.goc
    branches/melt-branch/libgomp/ChangeLog
    branches/melt-branch/libgomp/Makefile.am
    branches/melt-branch/libgomp/Makefile.in
    branches/melt-branch/libgomp/barrier.c
    branches/melt-branch/libgomp/config/linux/affinity.c
    branches/melt-branch/libgomp/config/linux/bar.c
    branches/melt-branch/libgomp/config/linux/bar.h
    branches/melt-branch/libgomp/config/linux/proc.c
    branches/melt-branch/libgomp/config/linux/proc.h
    branches/melt-branch/libgomp/config/posix/affinity.c
    branches/melt-branch/libgomp/config/posix/bar.c
    branches/melt-branch/libgomp/config/posix/bar.h
    branches/melt-branch/libgomp/configure
    branches/melt-branch/libgomp/configure.ac
    branches/melt-branch/libgomp/env.c
    branches/melt-branch/libgomp/fortran.c
    branches/melt-branch/libgomp/libgomp.h
    branches/melt-branch/libgomp/libgomp.map
    branches/melt-branch/libgomp/libgomp.spec.in
    branches/melt-branch/libgomp/libgomp.texi
    branches/melt-branch/libgomp/libgomp_g.h
    branches/melt-branch/libgomp/loop.c
    branches/melt-branch/libgomp/omp.h.in
    branches/melt-branch/libgomp/omp_lib.f90.in
    branches/melt-branch/libgomp/omp_lib.h.in
    branches/melt-branch/libgomp/parallel.c
    branches/melt-branch/libgomp/sections.c
    branches/melt-branch/libgomp/task.c
    branches/melt-branch/libgomp/team.c
    branches/melt-branch/libgomp/testsuite/lib/libgomp.exp
    branches/melt-branch/libgomp/testsuite/libgomp.c++/c++.exp
    branches/melt-branch/libgomp/testsuite/libgomp.c/atomic-14.c
    branches/melt-branch/libgomp/testsuite/libgomp.c/c.exp
    branches/melt-branch/libgomp/testsuite/libgomp.c/lib-1.c
    branches/melt-branch/libgomp/testsuite/libgomp.fortran/fortran.exp
    branches/melt-branch/libgomp/testsuite/libgomp.fortran/lib1.f90
    branches/melt-branch/libgomp/testsuite/libgomp.fortran/lib2.f
    branches/melt-branch/libgomp/testsuite/libgomp.fortran/lib3.f
    branches/melt-branch/libgomp/testsuite/libgomp.graphite/force-parallel-1.c
    branches/melt-branch/libgomp/testsuite/libgomp.graphite/force-parallel-2.c
    branches/melt-branch/libgomp/testsuite/libgomp.graphite/force-parallel-3.c
    branches/melt-branch/libgomp/testsuite/libgomp.graphite/force-parallel-4.c
    branches/melt-branch/libgomp/testsuite/libgomp.graphite/force-parallel-5.c
    branches/melt-branch/libgomp/testsuite/libgomp.graphite/force-parallel-6.c
    branches/melt-branch/libgomp/testsuite/libgomp.graphite/force-parallel-7.c
    branches/melt-branch/libgomp/testsuite/libgomp.graphite/force-parallel-8.c
    branches/melt-branch/libgomp/testsuite/libgomp.graphite/force-parallel-9.c
    branches/melt-branch/libgomp/testsuite/libgomp.graphite/graphite.exp
    branches/melt-branch/libgomp/work.c
    branches/melt-branch/libiberty/ChangeLog
    branches/melt-branch/libiberty/concat.c
    branches/melt-branch/libiberty/configure
    branches/melt-branch/libiberty/configure.ac
    branches/melt-branch/libiberty/cp-demangle.c
    branches/melt-branch/libiberty/testsuite/demangle-expected
    branches/melt-branch/libiberty/testsuite/test-demangle.c
    branches/melt-branch/libiberty/testsuite/test-expandargv.c
    branches/melt-branch/libitm/ChangeLog
    branches/melt-branch/libitm/configure
    branches/melt-branch/libjava/ChangeLog
    branches/melt-branch/libjava/classpath/   (props changed)
    branches/melt-branch/libjava/classpath/ChangeLog
    branches/melt-branch/libjava/classpath/configure
    branches/melt-branch/libjava/configure
    branches/melt-branch/libjava/libltdl/ChangeLog
    branches/melt-branch/libjava/libltdl/acinclude.m4
    branches/melt-branch/libjava/libltdl/configure
    branches/melt-branch/libobjc/ChangeLog
    branches/melt-branch/libobjc/configure
    branches/melt-branch/libquadmath/ChangeLog
    branches/melt-branch/libquadmath/configure
    branches/melt-branch/libsanitizer/ChangeLog
    branches/melt-branch/libsanitizer/MERGE
    branches/melt-branch/libsanitizer/Makefile.am
    branches/melt-branch/libsanitizer/Makefile.in
    branches/melt-branch/libsanitizer/asan/Makefile.am
    branches/melt-branch/libsanitizer/asan/Makefile.in
    branches/melt-branch/libsanitizer/asan/asan_allocator.h
    branches/melt-branch/libsanitizer/asan/asan_allocator2.cc
    branches/melt-branch/libsanitizer/asan/asan_fake_stack.cc
    branches/melt-branch/libsanitizer/asan/asan_flags.h
    branches/melt-branch/libsanitizer/asan/asan_globals.cc
    branches/melt-branch/libsanitizer/asan/asan_intercepted_functions.h
    branches/melt-branch/libsanitizer/asan/asan_interceptors.cc
    branches/melt-branch/libsanitizer/asan/asan_interface_internal.h
    branches/melt-branch/libsanitizer/asan/asan_internal.h
    branches/melt-branch/libsanitizer/asan/asan_linux.cc
    branches/melt-branch/libsanitizer/asan/asan_mac.cc
    branches/melt-branch/libsanitizer/asan/asan_mac.h
    branches/melt-branch/libsanitizer/asan/asan_malloc_linux.cc
    branches/melt-branch/libsanitizer/asan/asan_malloc_mac.cc
    branches/melt-branch/libsanitizer/asan/asan_malloc_win.cc
    branches/melt-branch/libsanitizer/asan/asan_mapping.h
    branches/melt-branch/libsanitizer/asan/asan_new_delete.cc
    branches/melt-branch/libsanitizer/asan/asan_poisoning.cc
    branches/melt-branch/libsanitizer/asan/asan_posix.cc
    branches/melt-branch/libsanitizer/asan/asan_preinit.cc
    branches/melt-branch/libsanitizer/asan/asan_report.cc
    branches/melt-branch/libsanitizer/asan/asan_report.h
    branches/melt-branch/libsanitizer/asan/asan_rtl.cc
    branches/melt-branch/libsanitizer/asan/asan_stack.cc
    branches/melt-branch/libsanitizer/asan/asan_stack.h
    branches/melt-branch/libsanitizer/asan/asan_stats.cc
    branches/melt-branch/libsanitizer/asan/asan_stats.h
    branches/melt-branch/libsanitizer/asan/asan_thread.cc
    branches/melt-branch/libsanitizer/asan/asan_thread.h
    branches/melt-branch/libsanitizer/asan/asan_win.cc
    branches/melt-branch/libsanitizer/asan/libtool-version
    branches/melt-branch/libsanitizer/configure
    branches/melt-branch/libsanitizer/configure.ac
    branches/melt-branch/libsanitizer/include/sanitizer/common_interface_defs.h
    branches/melt-branch/libsanitizer/interception/interception.h
    branches/melt-branch/libsanitizer/interception/interception_linux.cc
    branches/melt-branch/libsanitizer/interception/interception_linux.h
    branches/melt-branch/libsanitizer/merge.sh
    branches/melt-branch/libsanitizer/sanitizer_common/Makefile.am
    branches/melt-branch/libsanitizer/sanitizer_common/Makefile.in
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_allocator.cc
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_allocator.h
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_atomic_clang.h
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_atomic_msvc.h
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_common.cc
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_common.h
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_common_interceptors_scanf.inc
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_flags.cc
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_flags.h
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_internal_defs.h
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_libc.cc
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_libc.h
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_linux.cc
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_mac.cc
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_mutex.h
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_placement_new.h
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_platform_interceptors.h
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.h
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_posix.cc
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_printf.cc
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_procmaps.h
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_quarantine.h
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_report_decorator.h
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_stackdepot.cc
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_stackdepot.h
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_stacktrace.cc
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_stacktrace.h
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_symbolizer.h
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_symbolizer_win.cc
    branches/melt-branch/libsanitizer/sanitizer_common/sanitizer_win.cc
    branches/melt-branch/libsanitizer/tsan/tsan_defs.h
    branches/melt-branch/libsanitizer/tsan/tsan_fd.cc
    branches/melt-branch/libsanitizer/tsan/tsan_flags.cc
    branches/melt-branch/libsanitizer/tsan/tsan_flags.h
    branches/melt-branch/libsanitizer/tsan/tsan_interceptors.cc
    branches/melt-branch/libsanitizer/tsan/tsan_interface.cc
    branches/melt-branch/libsanitizer/tsan/tsan_interface.h
    branches/melt-branch/libsanitizer/tsan/tsan_interface_ann.cc
    branches/melt-branch/libsanitizer/tsan/tsan_interface_ann.h
    branches/melt-branch/libsanitizer/tsan/tsan_interface_atomic.cc
    branches/melt-branch/libsanitizer/tsan/tsan_interface_inl.h
    branches/melt-branch/libsanitizer/tsan/tsan_interface_java.cc
    branches/melt-branch/libsanitizer/tsan/tsan_interface_java.h
    branches/melt-branch/libsanitizer/tsan/tsan_mman.cc
    branches/melt-branch/libsanitizer/tsan/tsan_mman.h
    branches/melt-branch/libsanitizer/tsan/tsan_mutex.cc
    branches/melt-branch/libsanitizer/tsan/tsan_mutexset.h
    branches/melt-branch/libsanitizer/tsan/tsan_platform.h
    branches/melt-branch/libsanitizer/tsan/tsan_platform_linux.cc
    branches/melt-branch/libsanitizer/tsan/tsan_platform_mac.cc
    branches/melt-branch/libsanitizer/tsan/tsan_platform_windows.cc
    branches/melt-branch/libsanitizer/tsan/tsan_report.cc
    branches/melt-branch/libsanitizer/tsan/tsan_report.h
    branches/melt-branch/libsanitizer/tsan/tsan_rtl.cc
    branches/melt-branch/libsanitizer/tsan/tsan_rtl.h
    branches/melt-branch/libsanitizer/tsan/tsan_rtl_mutex.cc
    branches/melt-branch/libsanitizer/tsan/tsan_rtl_report.cc
    branches/melt-branch/libsanitizer/tsan/tsan_rtl_thread.cc
    branches/melt-branch/libsanitizer/tsan/tsan_stat.cc
    branches/melt-branch/libsanitizer/tsan/tsan_stat.h
    branches/melt-branch/libsanitizer/tsan/tsan_suppressions.cc
    branches/melt-branch/libsanitizer/tsan/tsan_suppressions.h
    branches/melt-branch/libsanitizer/tsan/tsan_symbolize.cc
    branches/melt-branch/libsanitizer/tsan/tsan_symbolize.h
    branches/melt-branch/libsanitizer/tsan/tsan_symbolize_addr2line_linux.cc
    branches/melt-branch/libsanitizer/tsan/tsan_sync.cc
    branches/melt-branch/libsanitizer/tsan/tsan_sync.h
    branches/melt-branch/libsanitizer/tsan/tsan_update_shadow_word_inl.h
    branches/melt-branch/libsanitizer/tsan/tsan_vector.h
    branches/melt-branch/libsanitizer/ubsan/ubsan_diag.cc
    branches/melt-branch/libsanitizer/ubsan/ubsan_value.h
    branches/melt-branch/libssp/ChangeLog
    branches/melt-branch/libssp/configure
    branches/melt-branch/libtool.m4
    branches/melt-branch/libvtv/ChangeLog
    branches/melt-branch/libvtv/Makefile.am
    branches/melt-branch/libvtv/Makefile.in
    branches/melt-branch/libvtv/configure
    branches/melt-branch/libvtv/configure.ac
    branches/melt-branch/lto-plugin/ChangeLog
    branches/melt-branch/lto-plugin/configure
    branches/melt-branch/zlib/ChangeLog.gcj
    branches/melt-branch/zlib/Makefile.am
    branches/melt-branch/zlib/Makefile.in
    branches/melt-branch/zlib/configure
    branches/melt-branch/zlib/configure.ac



More information about the Libstdc++-cvs mailing list