This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r193977 - in /branches/lra: ./ ChangeLog MAINTA...
- From: vmakarov at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Fri, 30 Nov 2012 04:37:42 -0000
- Subject: r193977 - in /branches/lra: ./ ChangeLog MAINTA...
Author: vmakarov
Date: Fri Nov 30 04:37:27 2012
New Revision: 193977
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193977
Log:
Merge with trunk @ r193976
Added:
branches/lra/libstdc++-v3/testsuite/20_util/allocator/requirements/typedefs.cc
- copied unchanged from r193976, trunk/libstdc++-v3/testsuite/20_util/allocator/requirements/typedefs.cc
branches/lra/libstdc++-v3/testsuite/20_util/function/cons/55320.cc
- copied unchanged from r193976, trunk/libstdc++-v3/testsuite/20_util/function/cons/55320.cc
branches/lra/libstdc++-v3/testsuite/20_util/function/cons/addressof.cc
- copied unchanged from r193976, trunk/libstdc++-v3/testsuite/20_util/function/cons/addressof.cc
branches/lra/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/55463.cc
- copied unchanged from r193976, trunk/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/55463.cc
branches/lra/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/forward.cc
- copied unchanged from r193976, trunk/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/forward.cc
branches/lra/libstdc++-v3/testsuite/26_numerics/complex/abi_tag.cc
- copied unchanged from r193976, trunk/libstdc++-v3/testsuite/26_numerics/complex/abi_tag.cc
branches/lra/libstdc++-v3/testsuite/30_threads/condition_variable/members/53841.cc
- copied unchanged from r193976, trunk/libstdc++-v3/testsuite/30_threads/condition_variable/members/53841.cc
branches/lra/libstdc++-v3/testsuite/libstdc++-prettyprinters/whatis.cc
- copied unchanged from r193976, trunk/libstdc++-v3/testsuite/libstdc++-prettyprinters/whatis.cc
branches/lra/libstdc++-v3/testsuite/performance/23_containers/insert/54075.cc
- copied unchanged from r193976, trunk/libstdc++-v3/testsuite/performance/23_containers/insert/54075.cc
branches/lra/libstdc++-v3/testsuite/tr1/3_function_objects/function/10.cc
- copied unchanged from r193976, trunk/libstdc++-v3/testsuite/tr1/3_function_objects/function/10.cc
Modified:
branches/lra/libstdc++-v3/ChangeLog
branches/lra/libstdc++-v3/acinclude.m4
branches/lra/libstdc++-v3/config.h.in
branches/lra/libstdc++-v3/config/abi/pre/gnu.ver
branches/lra/libstdc++-v3/config/allocator/bitmap_allocator_base.h
branches/lra/libstdc++-v3/config/allocator/malloc_allocator_base.h
branches/lra/libstdc++-v3/config/allocator/mt_allocator_base.h
branches/lra/libstdc++-v3/config/allocator/new_allocator_base.h
branches/lra/libstdc++-v3/config/allocator/pool_allocator_base.h
branches/lra/libstdc++-v3/configure
branches/lra/libstdc++-v3/doc/doxygen/user.cfg.in
branches/lra/libstdc++-v3/doc/html/manual/status.html
branches/lra/libstdc++-v3/doc/xml/chapter.txml
branches/lra/libstdc++-v3/doc/xml/class.txml
branches/lra/libstdc++-v3/doc/xml/manual/abi.xml
branches/lra/libstdc++-v3/doc/xml/manual/algorithms.xml
branches/lra/libstdc++-v3/doc/xml/manual/allocator.xml
branches/lra/libstdc++-v3/doc/xml/manual/appendix_contributing.xml
branches/lra/libstdc++-v3/doc/xml/manual/appendix_free.xml
branches/lra/libstdc++-v3/doc/xml/manual/appendix_porting.xml
branches/lra/libstdc++-v3/doc/xml/manual/atomics.xml
branches/lra/libstdc++-v3/doc/xml/manual/auto_ptr.xml
branches/lra/libstdc++-v3/doc/xml/manual/backwards_compatibility.xml
branches/lra/libstdc++-v3/doc/xml/manual/bitmap_allocator.xml
branches/lra/libstdc++-v3/doc/xml/manual/build_hacking.xml
branches/lra/libstdc++-v3/doc/xml/manual/codecvt.xml
branches/lra/libstdc++-v3/doc/xml/manual/concurrency.xml
branches/lra/libstdc++-v3/doc/xml/manual/concurrency_extensions.xml
branches/lra/libstdc++-v3/doc/xml/manual/configure.xml
branches/lra/libstdc++-v3/doc/xml/manual/containers.xml
branches/lra/libstdc++-v3/doc/xml/manual/ctype.xml
branches/lra/libstdc++-v3/doc/xml/manual/debug.xml
branches/lra/libstdc++-v3/doc/xml/manual/debug_mode.xml
branches/lra/libstdc++-v3/doc/xml/manual/diagnostics.xml
branches/lra/libstdc++-v3/doc/xml/manual/extensions.xml
branches/lra/libstdc++-v3/doc/xml/manual/internals.xml
branches/lra/libstdc++-v3/doc/xml/manual/intro.xml
branches/lra/libstdc++-v3/doc/xml/manual/io.xml
branches/lra/libstdc++-v3/doc/xml/manual/iterators.xml
branches/lra/libstdc++-v3/doc/xml/manual/locale.xml
branches/lra/libstdc++-v3/doc/xml/manual/localization.xml
branches/lra/libstdc++-v3/doc/xml/manual/messages.xml
branches/lra/libstdc++-v3/doc/xml/manual/mt_allocator.xml
branches/lra/libstdc++-v3/doc/xml/manual/numerics.xml
branches/lra/libstdc++-v3/doc/xml/manual/parallel_mode.xml
branches/lra/libstdc++-v3/doc/xml/manual/policy_data_structures.xml
branches/lra/libstdc++-v3/doc/xml/manual/prerequisites.xml
branches/lra/libstdc++-v3/doc/xml/manual/profile_mode.xml
branches/lra/libstdc++-v3/doc/xml/manual/shared_ptr.xml
branches/lra/libstdc++-v3/doc/xml/manual/status_cxx1998.xml
branches/lra/libstdc++-v3/doc/xml/manual/status_cxx2011.xml
branches/lra/libstdc++-v3/doc/xml/manual/status_cxxtr1.xml
branches/lra/libstdc++-v3/doc/xml/manual/status_cxxtr24733.xml
branches/lra/libstdc++-v3/doc/xml/manual/strings.xml
branches/lra/libstdc++-v3/doc/xml/manual/support.xml
branches/lra/libstdc++-v3/doc/xml/manual/test.xml
branches/lra/libstdc++-v3/doc/xml/manual/using_exceptions.xml
branches/lra/libstdc++-v3/doc/xml/manual/utilities.xml
branches/lra/libstdc++-v3/doc/xml/spine.xml
branches/lra/libstdc++-v3/include/backward/auto_ptr.h
branches/lra/libstdc++-v3/include/bits/algorithmfwd.h
branches/lra/libstdc++-v3/include/bits/alloc_traits.h
branches/lra/libstdc++-v3/include/bits/allocator.h
branches/lra/libstdc++-v3/include/bits/basic_string.h
branches/lra/libstdc++-v3/include/bits/basic_string.tcc
branches/lra/libstdc++-v3/include/bits/c++0x_warning.h
branches/lra/libstdc++-v3/include/bits/c++config
branches/lra/libstdc++-v3/include/bits/char_traits.h
branches/lra/libstdc++-v3/include/bits/cpp_type_traits.h
branches/lra/libstdc++-v3/include/bits/deque.tcc
branches/lra/libstdc++-v3/include/bits/forward_list.h
branches/lra/libstdc++-v3/include/bits/hashtable.h
branches/lra/libstdc++-v3/include/bits/hashtable_policy.h
branches/lra/libstdc++-v3/include/bits/list.tcc
branches/lra/libstdc++-v3/include/bits/move.h
branches/lra/libstdc++-v3/include/bits/postypes.h
branches/lra/libstdc++-v3/include/bits/ptr_traits.h
branches/lra/libstdc++-v3/include/bits/range_access.h
branches/lra/libstdc++-v3/include/bits/stl_algo.h
branches/lra/libstdc++-v3/include/bits/stl_algobase.h
branches/lra/libstdc++-v3/include/bits/stl_bvector.h
branches/lra/libstdc++-v3/include/bits/stl_construct.h
branches/lra/libstdc++-v3/include/bits/stl_deque.h
branches/lra/libstdc++-v3/include/bits/stl_function.h
branches/lra/libstdc++-v3/include/bits/stl_heap.h
branches/lra/libstdc++-v3/include/bits/stl_iterator.h
branches/lra/libstdc++-v3/include/bits/stl_iterator_base_funcs.h
branches/lra/libstdc++-v3/include/bits/stl_iterator_base_types.h
branches/lra/libstdc++-v3/include/bits/stl_list.h
branches/lra/libstdc++-v3/include/bits/stl_map.h
branches/lra/libstdc++-v3/include/bits/stl_multimap.h
branches/lra/libstdc++-v3/include/bits/stl_multiset.h
branches/lra/libstdc++-v3/include/bits/stl_numeric.h
branches/lra/libstdc++-v3/include/bits/stl_pair.h
branches/lra/libstdc++-v3/include/bits/stl_queue.h
branches/lra/libstdc++-v3/include/bits/stl_set.h
branches/lra/libstdc++-v3/include/bits/stl_stack.h
branches/lra/libstdc++-v3/include/bits/stl_tree.h
branches/lra/libstdc++-v3/include/bits/stl_uninitialized.h
branches/lra/libstdc++-v3/include/bits/stl_vector.h
branches/lra/libstdc++-v3/include/bits/streambuf_iterator.h
branches/lra/libstdc++-v3/include/bits/stringfwd.h
branches/lra/libstdc++-v3/include/bits/unordered_map.h
branches/lra/libstdc++-v3/include/bits/uses_allocator.h
branches/lra/libstdc++-v3/include/bits/vector.tcc
branches/lra/libstdc++-v3/include/c_compatibility/complex.h
branches/lra/libstdc++-v3/include/c_compatibility/fenv.h
branches/lra/libstdc++-v3/include/c_compatibility/inttypes.h
branches/lra/libstdc++-v3/include/c_compatibility/stdbool.h
branches/lra/libstdc++-v3/include/c_compatibility/stdint.h
branches/lra/libstdc++-v3/include/c_compatibility/tgmath.h
branches/lra/libstdc++-v3/include/c_global/ccomplex
branches/lra/libstdc++-v3/include/c_global/cctype
branches/lra/libstdc++-v3/include/c_global/cfenv
branches/lra/libstdc++-v3/include/c_global/cfloat
branches/lra/libstdc++-v3/include/c_global/cinttypes
branches/lra/libstdc++-v3/include/c_global/cmath
branches/lra/libstdc++-v3/include/c_global/cstdalign
branches/lra/libstdc++-v3/include/c_global/cstdbool
branches/lra/libstdc++-v3/include/c_global/cstdint
branches/lra/libstdc++-v3/include/c_global/ctgmath
branches/lra/libstdc++-v3/include/c_global/cwchar
branches/lra/libstdc++-v3/include/debug/bitset
branches/lra/libstdc++-v3/include/debug/deque
branches/lra/libstdc++-v3/include/debug/list
branches/lra/libstdc++-v3/include/debug/map.h
branches/lra/libstdc++-v3/include/debug/multimap.h
branches/lra/libstdc++-v3/include/debug/multiset.h
branches/lra/libstdc++-v3/include/debug/safe_iterator.h
branches/lra/libstdc++-v3/include/debug/set.h
branches/lra/libstdc++-v3/include/debug/string
branches/lra/libstdc++-v3/include/debug/unordered_map
branches/lra/libstdc++-v3/include/debug/unordered_set
branches/lra/libstdc++-v3/include/debug/vector
branches/lra/libstdc++-v3/include/ext/algorithm
branches/lra/libstdc++-v3/include/ext/alloc_traits.h
branches/lra/libstdc++-v3/include/ext/array_allocator.h
branches/lra/libstdc++-v3/include/ext/bitmap_allocator.h
branches/lra/libstdc++-v3/include/ext/extptr_allocator.h
branches/lra/libstdc++-v3/include/ext/malloc_allocator.h
branches/lra/libstdc++-v3/include/ext/mt_allocator.h
branches/lra/libstdc++-v3/include/ext/new_allocator.h
branches/lra/libstdc++-v3/include/ext/numeric
branches/lra/libstdc++-v3/include/ext/pb_ds/detail/type_utils.hpp
branches/lra/libstdc++-v3/include/ext/pointer.h
branches/lra/libstdc++-v3/include/ext/pool_allocator.h
branches/lra/libstdc++-v3/include/ext/random
branches/lra/libstdc++-v3/include/ext/rc_string_base.h
branches/lra/libstdc++-v3/include/ext/sso_string_base.h
branches/lra/libstdc++-v3/include/ext/throw_allocator.h
branches/lra/libstdc++-v3/include/ext/vstring.h
branches/lra/libstdc++-v3/include/ext/vstring_fwd.h
branches/lra/libstdc++-v3/include/parallel/algo.h
branches/lra/libstdc++-v3/include/parallel/algorithmfwd.h
branches/lra/libstdc++-v3/include/precompiled/extc++.h
branches/lra/libstdc++-v3/include/precompiled/stdc++.h
branches/lra/libstdc++-v3/include/profile/bitset
branches/lra/libstdc++-v3/include/profile/deque
branches/lra/libstdc++-v3/include/profile/forward_list
branches/lra/libstdc++-v3/include/profile/impl/profiler_algos.h
branches/lra/libstdc++-v3/include/profile/impl/profiler_trace.h
branches/lra/libstdc++-v3/include/profile/list
branches/lra/libstdc++-v3/include/profile/map.h
branches/lra/libstdc++-v3/include/profile/multimap.h
branches/lra/libstdc++-v3/include/profile/multiset.h
branches/lra/libstdc++-v3/include/profile/set.h
branches/lra/libstdc++-v3/include/profile/unordered_map
branches/lra/libstdc++-v3/include/profile/unordered_set
branches/lra/libstdc++-v3/include/profile/vector
branches/lra/libstdc++-v3/include/std/array
branches/lra/libstdc++-v3/include/std/atomic
branches/lra/libstdc++-v3/include/std/bitset
branches/lra/libstdc++-v3/include/std/chrono
branches/lra/libstdc++-v3/include/std/complex
branches/lra/libstdc++-v3/include/std/condition_variable
branches/lra/libstdc++-v3/include/std/forward_list
branches/lra/libstdc++-v3/include/std/fstream
branches/lra/libstdc++-v3/include/std/functional
branches/lra/libstdc++-v3/include/std/future
branches/lra/libstdc++-v3/include/std/iomanip
branches/lra/libstdc++-v3/include/std/istream
branches/lra/libstdc++-v3/include/std/limits
branches/lra/libstdc++-v3/include/std/memory
branches/lra/libstdc++-v3/include/std/mutex
branches/lra/libstdc++-v3/include/std/ostream
branches/lra/libstdc++-v3/include/std/random
branches/lra/libstdc++-v3/include/std/ratio
branches/lra/libstdc++-v3/include/std/regex
branches/lra/libstdc++-v3/include/std/scoped_allocator
branches/lra/libstdc++-v3/include/std/system_error
branches/lra/libstdc++-v3/include/std/thread
branches/lra/libstdc++-v3/include/std/tuple
branches/lra/libstdc++-v3/include/std/type_traits
branches/lra/libstdc++-v3/include/std/typeindex
branches/lra/libstdc++-v3/include/std/unordered_map
branches/lra/libstdc++-v3/include/std/unordered_set
branches/lra/libstdc++-v3/include/std/utility
branches/lra/libstdc++-v3/include/std/valarray
branches/lra/libstdc++-v3/include/tr1/complex
branches/lra/libstdc++-v3/include/tr1/functional
branches/lra/libstdc++-v3/include/tr1/shared_ptr.h
branches/lra/libstdc++-v3/libsupc++/atomic_lockfree_defines.h
branches/lra/libstdc++-v3/libsupc++/eh_personality.cc
branches/lra/libstdc++-v3/libsupc++/exception
branches/lra/libstdc++-v3/libsupc++/exception_ptr.h
branches/lra/libstdc++-v3/libsupc++/initializer_list
branches/lra/libstdc++-v3/libsupc++/nested_exception.h
branches/lra/libstdc++-v3/libsupc++/typeinfo
branches/lra/libstdc++-v3/python/libstdcxx/v6/printers.py
branches/lra/libstdc++-v3/scripts/testsuite_flags.in
branches/lra/libstdc++-v3/src/c++11/compatibility-c++0x.cc
branches/lra/libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc
branches/lra/libstdc++-v3/src/c++11/hash_c++0x.cc
branches/lra/libstdc++-v3/src/c++11/hashtable_c++0x.cc
branches/lra/libstdc++-v3/src/c++11/placeholders.cc
branches/lra/libstdc++-v3/src/c++11/thread.cc
branches/lra/libstdc++-v3/testsuite/18_support/50594.cc
branches/lra/libstdc++-v3/testsuite/20_util/bind/ref_neg.cc
branches/lra/libstdc++-v3/testsuite/20_util/function/cons/callable.cc
branches/lra/libstdc++-v3/testsuite/23_containers/array/tuple_interface/get_neg.cc
branches/lra/libstdc++-v3/testsuite/23_containers/array/tuple_interface/tuple_element_neg.cc
branches/lra/libstdc++-v3/testsuite/23_containers/bitset/debug/invalidation/1.cc
branches/lra/libstdc++-v3/testsuite/23_containers/deque/requirements/explicit_instantiation/2.cc
branches/lra/libstdc++-v3/testsuite/23_containers/list/requirements/explicit_instantiation/2.cc
branches/lra/libstdc++-v3/testsuite/23_containers/map/modifiers/erase/47628.cc
branches/lra/libstdc++-v3/testsuite/23_containers/multimap/modifiers/erase/47628.cc
branches/lra/libstdc++-v3/testsuite/23_containers/unordered_set/instantiation_neg.cc
branches/lra/libstdc++-v3/testsuite/23_containers/vector/requirements/explicit_instantiation/2.cc
branches/lra/libstdc++-v3/testsuite/24_iterators/istreambuf_iterator/requirements/base_classes.cc
branches/lra/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/synopsis.cc
branches/lra/libstdc++-v3/testsuite/30_threads/async/54297.cc
branches/lra/libstdc++-v3/testsuite/30_threads/condition_variable_any/53830.cc
branches/lra/libstdc++-v3/testsuite/30_threads/this_thread/2.cc
branches/lra/libstdc++-v3/testsuite/30_threads/this_thread/3.cc
branches/lra/libstdc++-v3/testsuite/30_threads/this_thread/4.cc
branches/lra/libstdc++-v3/testsuite/ext/type_traits/add_unsigned_integer_neg.cc
branches/lra/libstdc++-v3/testsuite/ext/type_traits/remove_unsigned_integer_neg.cc
branches/lra/libstdc++-v3/testsuite/lib/dg-options.exp
branches/lra/libstdc++-v3/testsuite/lib/gdb-test.exp
branches/lra/libstdc++-v3/testsuite/lib/libstdc++.exp
branches/lra/libstdc++-v3/testsuite/performance/23_containers/insert/unordered_set.cc
branches/lra/libstdc++-v3/testsuite/performance/23_containers/insert_erase/41975.cc
branches/lra/libstdc++-v3/testsuite/util/testsuite_allocator.h
branches/lra/libstdc++-v3/testsuite/util/testsuite_api.h
branches/lra/libstdc++-v3/testsuite/util/testsuite_character.h
branches/lra/libstdc++-v3/testsuite/util/testsuite_common_types.h
branches/lra/libstdc++-v3/testsuite/util/testsuite_counter_type.h
branches/lra/libstdc++-v3/testsuite/util/testsuite_iterators.h
branches/lra/libstdc++-v3/testsuite/util/testsuite_tr1.h
Changes in other areas also in this revision:
Added:
branches/lra/config/bootstrap-asan.mk
- copied unchanged from r193976, trunk/config/bootstrap-asan.mk
branches/lra/gcc/asan.c
- copied unchanged from r193976, trunk/gcc/asan.c
branches/lra/gcc/asan.h
- copied unchanged from r193976, trunk/gcc/asan.h
branches/lra/gcc/config/aarch64/aarch64-simd-builtins.def
- copied unchanged from r193976, trunk/gcc/config/aarch64/aarch64-simd-builtins.def
branches/lra/gcc/config/aarch64/atomics.md
- copied unchanged from r193976, trunk/gcc/config/aarch64/atomics.md
branches/lra/gcc/config/alpha/t-linux
- copied unchanged from r193976, trunk/gcc/config/alpha/t-linux
branches/lra/gcc/config/i386/bdver3.md
- copied unchanged from r193976, trunk/gcc/config/i386/bdver3.md
branches/lra/gcc/config/i386/t-gnu
- copied unchanged from r193976, trunk/gcc/config/i386/t-gnu
branches/lra/gcc/config/i386/t-kfreebsd
- copied unchanged from r193976, trunk/gcc/config/i386/t-kfreebsd
branches/lra/gcc/config/i386/t-linux
- copied unchanged from r193976, trunk/gcc/config/i386/t-linux
branches/lra/gcc/config/ia64/t-linux
- copied unchanged from r193976, trunk/gcc/config/ia64/t-linux
branches/lra/gcc/config/pa/t-linux
- copied unchanged from r193976, trunk/gcc/config/pa/t-linux
branches/lra/gcc/config/rs6000/t-linux
- copied unchanged from r193976, trunk/gcc/config/rs6000/t-linux
branches/lra/gcc/config/sparc/t-linux
- copied unchanged from r193976, trunk/gcc/config/sparc/t-linux
branches/lra/gcc/file-find.c
- copied unchanged from r193976, trunk/gcc/file-find.c
branches/lra/gcc/file-find.h
- copied unchanged from r193976, trunk/gcc/file-find.h
branches/lra/gcc/sanitizer.def
- copied unchanged from r193976, trunk/gcc/sanitizer.def
branches/lra/gcc/testsuite/c-c++-common/asan/
- copied from r193976, trunk/gcc/testsuite/c-c++-common/asan/
branches/lra/gcc/testsuite/g++.dg/abi/abi-tag1.C
- copied unchanged from r193976, trunk/gcc/testsuite/g++.dg/abi/abi-tag1.C
branches/lra/gcc/testsuite/g++.dg/abi/abi-tag2.C
- copied unchanged from r193976, trunk/gcc/testsuite/g++.dg/abi/abi-tag2.C
branches/lra/gcc/testsuite/g++.dg/abi/abi-tag3.C
- copied unchanged from r193976, trunk/gcc/testsuite/g++.dg/abi/abi-tag3.C
branches/lra/gcc/testsuite/g++.dg/abi/abi-tag4.C
- copied unchanged from r193976, trunk/gcc/testsuite/g++.dg/abi/abi-tag4.C
branches/lra/gcc/testsuite/g++.dg/asan/
- copied from r193976, trunk/gcc/testsuite/g++.dg/asan/
branches/lra/gcc/testsuite/g++.dg/cpp0x/alias-decl-25.C
- copied unchanged from r193976, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-25.C
branches/lra/gcc/testsuite/g++.dg/cpp0x/alias-decl-26.C
- copied unchanged from r193976, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-26.C
branches/lra/gcc/testsuite/g++.dg/cpp0x/alias-decl-27.C
- copied unchanged from r193976, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-27.C
branches/lra/gcc/testsuite/g++.dg/cpp0x/auto36.C
- copied unchanged from r193976, trunk/gcc/testsuite/g++.dg/cpp0x/auto36.C
branches/lra/gcc/testsuite/g++.dg/cpp0x/constexpr-55432.C
- copied unchanged from r193976, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-55432.C
branches/lra/gcc/testsuite/g++.dg/cpp0x/gnu_fext-numeric-literals.C
- copied unchanged from r193976, trunk/gcc/testsuite/g++.dg/cpp0x/gnu_fext-numeric-literals.C
branches/lra/gcc/testsuite/g++.dg/cpp0x/gnu_fno-ext-numeric-literals.C
- copied unchanged from r193976, trunk/gcc/testsuite/g++.dg/cpp0x/gnu_fno-ext-numeric-literals.C
branches/lra/gcc/testsuite/g++.dg/cpp0x/inh-ctor14.C
- copied unchanged from r193976, trunk/gcc/testsuite/g++.dg/cpp0x/inh-ctor14.C
branches/lra/gcc/testsuite/g++.dg/cpp0x/inh-ctor15.C
- copied unchanged from r193976, trunk/gcc/testsuite/g++.dg/cpp0x/inh-ctor15.C
branches/lra/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this6.C
- copied unchanged from r193976, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this6.C
branches/lra/gcc/testsuite/g++.dg/cpp0x/std_fext-numeric-literals.C
- copied unchanged from r193976, trunk/gcc/testsuite/g++.dg/cpp0x/std_fext-numeric-literals.C
branches/lra/gcc/testsuite/g++.dg/cpp0x/std_fno-ext-numeric-literals.C
- copied unchanged from r193976, trunk/gcc/testsuite/g++.dg/cpp0x/std_fno-ext-numeric-literals.C
branches/lra/gcc/testsuite/g++.dg/cpp0x/udlit-overflow-neg.C
- copied unchanged from r193976, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-overflow-neg.C
branches/lra/gcc/testsuite/g++.dg/cpp0x/udlit-overflow.C
- copied unchanged from r193976, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-overflow.C
branches/lra/gcc/testsuite/g++.dg/cpp0x/vt-55323.C
- copied unchanged from r193976, trunk/gcc/testsuite/g++.dg/cpp0x/vt-55323.C
branches/lra/gcc/testsuite/g++.dg/ext/vector20.C
- copied unchanged from r193976, trunk/gcc/testsuite/g++.dg/ext/vector20.C
branches/lra/gcc/testsuite/g++.dg/inherit/virtual9.C
- copied unchanged from r193976, trunk/gcc/testsuite/g++.dg/inherit/virtual9.C
branches/lra/gcc/testsuite/g++.dg/init/new41.C
- copied unchanged from r193976, trunk/gcc/testsuite/g++.dg/init/new41.C
branches/lra/gcc/testsuite/g++.dg/init/pr55497.C
- copied unchanged from r193976, trunk/gcc/testsuite/g++.dg/init/pr55497.C
branches/lra/gcc/testsuite/g++.dg/init/static-init3.C
- copied unchanged from r193976, trunk/gcc/testsuite/g++.dg/init/static-init3.C
branches/lra/gcc/testsuite/g++.dg/opt/pr55281.C
- copied unchanged from r193976, trunk/gcc/testsuite/g++.dg/opt/pr55281.C
branches/lra/gcc/testsuite/g++.dg/opt/pr55329.C
- copied unchanged from r193976, trunk/gcc/testsuite/g++.dg/opt/pr55329.C
branches/lra/gcc/testsuite/g++.dg/opt/pr55331.C
- copied unchanged from r193976, trunk/gcc/testsuite/g++.dg/opt/pr55331.C
branches/lra/gcc/testsuite/g++.dg/parse/struct-5.C
- copied unchanged from r193976, trunk/gcc/testsuite/g++.dg/parse/struct-5.C
branches/lra/gcc/testsuite/g++.dg/pr55263.C
- copied unchanged from r193976, trunk/gcc/testsuite/g++.dg/pr55263.C
branches/lra/gcc/testsuite/g++.dg/template/alignof2.C
- copied unchanged from r193976, trunk/gcc/testsuite/g++.dg/template/alignof2.C
branches/lra/gcc/testsuite/g++.dg/torture/pr35634.C
- copied unchanged from r193976, trunk/gcc/testsuite/g++.dg/torture/pr35634.C
branches/lra/gcc/testsuite/g++.dg/torture/pr55260-1.C
- copied unchanged from r193976, trunk/gcc/testsuite/g++.dg/torture/pr55260-1.C
branches/lra/gcc/testsuite/g++.dg/torture/pr55260-2.C
- copied unchanged from r193976, trunk/gcc/testsuite/g++.dg/torture/pr55260-2.C
branches/lra/gcc/testsuite/g++.dg/warn/Wreturn-type-8.C
- copied unchanged from r193976, trunk/gcc/testsuite/g++.dg/warn/Wreturn-type-8.C
branches/lra/gcc/testsuite/gcc.c-torture/compile/pr55350.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.c-torture/compile/pr55350.c
branches/lra/gcc/testsuite/gcc.c-torture/execute/20120919-1.x
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.c-torture/execute/20120919-1.x
branches/lra/gcc/testsuite/gcc.c-torture/execute/20121108-1.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.c-torture/execute/20121108-1.c
branches/lra/gcc/testsuite/gcc.c-torture/execute/pr51447.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.c-torture/execute/pr51447.c
branches/lra/gcc/testsuite/gcc.c-torture/execute/pr54471.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.c-torture/execute/pr54471.c
branches/lra/gcc/testsuite/gcc.dg/asan/
- copied from r193976, trunk/gcc/testsuite/gcc.dg/asan/
branches/lra/gcc/testsuite/gcc.dg/guality/pr36728-3.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.dg/guality/pr36728-3.c
branches/lra/gcc/testsuite/gcc.dg/guality/pr36728-4.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.dg/guality/pr36728-4.c
branches/lra/gcc/testsuite/gcc.dg/hoist-register-pressure-3.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.dg/hoist-register-pressure-3.c
branches/lra/gcc/testsuite/gcc.dg/ipa/ipcp-agg-7.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.dg/ipa/ipcp-agg-7.c
branches/lra/gcc/testsuite/gcc.dg/ipa/ipcp-agg-8.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.dg/ipa/ipcp-agg-8.c
branches/lra/gcc/testsuite/gcc.dg/pr54921.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.dg/pr54921.c
branches/lra/gcc/testsuite/gcc.dg/pr55094.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.dg/pr55094.c
branches/lra/gcc/testsuite/gcc.dg/pr55110.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.dg/pr55110.c
branches/lra/gcc/testsuite/gcc.dg/pr55236.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.dg/pr55236.c
branches/lra/gcc/testsuite/gcc.dg/pr55430.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.dg/pr55430.c
branches/lra/gcc/testsuite/gcc.dg/tm/clone-1.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.dg/tm/clone-1.c
branches/lra/gcc/testsuite/gcc.dg/torture/pr35634.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.dg/torture/pr35634.c
branches/lra/gcc/testsuite/gcc.dg/torture/pr54127.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.dg/torture/pr54127.c
branches/lra/gcc/testsuite/gcc.dg/torture/pr55238.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.dg/torture/pr55238.c
branches/lra/gcc/testsuite/gcc.dg/torture/pr55253.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.dg/torture/pr55253.c
branches/lra/gcc/testsuite/gcc.dg/torture/pr55305.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.dg/torture/pr55305.c
branches/lra/gcc/testsuite/gcc.dg/tree-ssa/vrp86.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.dg/tree-ssa/vrp86.c
branches/lra/gcc/testsuite/gcc.dg/vect/fast-math-pr55281.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.dg/vect/fast-math-pr55281.c
branches/lra/gcc/testsuite/gcc.target/aarch64/adds.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/aarch64/adds.c
branches/lra/gcc/testsuite/gcc.target/aarch64/atomic-comp-swap-release-acquire.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/aarch64/atomic-comp-swap-release-acquire.c
branches/lra/gcc/testsuite/gcc.target/aarch64/atomic-op-acq_rel.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/aarch64/atomic-op-acq_rel.c
branches/lra/gcc/testsuite/gcc.target/aarch64/atomic-op-acquire.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/aarch64/atomic-op-acquire.c
branches/lra/gcc/testsuite/gcc.target/aarch64/atomic-op-char.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/aarch64/atomic-op-char.c
branches/lra/gcc/testsuite/gcc.target/aarch64/atomic-op-consume.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/aarch64/atomic-op-consume.c
branches/lra/gcc/testsuite/gcc.target/aarch64/atomic-op-imm.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/aarch64/atomic-op-imm.c
branches/lra/gcc/testsuite/gcc.target/aarch64/atomic-op-int.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/aarch64/atomic-op-int.c
branches/lra/gcc/testsuite/gcc.target/aarch64/atomic-op-long.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/aarch64/atomic-op-long.c
branches/lra/gcc/testsuite/gcc.target/aarch64/atomic-op-relaxed.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/aarch64/atomic-op-relaxed.c
branches/lra/gcc/testsuite/gcc.target/aarch64/atomic-op-release.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/aarch64/atomic-op-release.c
branches/lra/gcc/testsuite/gcc.target/aarch64/atomic-op-seq_cst.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/aarch64/atomic-op-seq_cst.c
branches/lra/gcc/testsuite/gcc.target/aarch64/atomic-op-short.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/aarch64/atomic-op-short.c
branches/lra/gcc/testsuite/gcc.target/aarch64/builtin-bswap-1.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/aarch64/builtin-bswap-1.c
branches/lra/gcc/testsuite/gcc.target/aarch64/builtin-bswap-2.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/aarch64/builtin-bswap-2.c
branches/lra/gcc/testsuite/gcc.target/aarch64/cmn.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/aarch64/cmn.c
branches/lra/gcc/testsuite/gcc.target/aarch64/csinc-2.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/aarch64/csinc-2.c
branches/lra/gcc/testsuite/gcc.target/aarch64/subs.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/aarch64/subs.c
branches/lra/gcc/testsuite/gcc.target/arm/pr55073.C
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/arm/pr55073.C
branches/lra/gcc/testsuite/gcc.target/arm/vrintaf32.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/arm/vrintaf32.c
branches/lra/gcc/testsuite/gcc.target/arm/vrintaf64.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/arm/vrintaf64.c
branches/lra/gcc/testsuite/gcc.target/arm/vrintmf32.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/arm/vrintmf32.c
branches/lra/gcc/testsuite/gcc.target/arm/vrintmf64.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/arm/vrintmf64.c
branches/lra/gcc/testsuite/gcc.target/arm/vrintpf32.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/arm/vrintpf32.c
branches/lra/gcc/testsuite/gcc.target/arm/vrintpf64.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/arm/vrintpf64.c
branches/lra/gcc/testsuite/gcc.target/arm/vrintrf32.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/arm/vrintrf32.c
branches/lra/gcc/testsuite/gcc.target/arm/vrintrf64.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/arm/vrintrf64.c
branches/lra/gcc/testsuite/gcc.target/arm/vrintxf32.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/arm/vrintxf32.c
branches/lra/gcc/testsuite/gcc.target/arm/vrintxf64.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/arm/vrintxf64.c
branches/lra/gcc/testsuite/gcc.target/arm/vrintzf32.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/arm/vrintzf32.c
branches/lra/gcc/testsuite/gcc.target/arm/vrintzf64.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/arm/vrintzf64.c
branches/lra/gcc/testsuite/gcc.target/i386/pr19398.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/i386/pr19398.c
branches/lra/gcc/testsuite/gcc.target/i386/pr55142-1.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/i386/pr55142-1.c
branches/lra/gcc/testsuite/gcc.target/i386/pr55142-2.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/i386/pr55142-2.c
branches/lra/gcc/testsuite/gcc.target/i386/pr55247-2.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/i386/pr55247-2.c
branches/lra/gcc/testsuite/gcc.target/i386/pr55247.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/i386/pr55247.c
branches/lra/gcc/testsuite/gcc.target/i386/pr55277.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/i386/pr55277.c
branches/lra/gcc/testsuite/gcc.target/i386/pr55359.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/i386/pr55359.c
branches/lra/gcc/testsuite/gcc.target/i386/pr55458.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/i386/pr55458.c
branches/lra/gcc/testsuite/gcc.target/i386/pr55512-1.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/i386/pr55512-1.c
branches/lra/gcc/testsuite/gcc.target/i386/pr55512-2.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/i386/pr55512-2.c
branches/lra/gcc/testsuite/gcc.target/i386/pr55512-3.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/i386/pr55512-3.c
branches/lra/gcc/testsuite/gcc.target/i386/pr55512-4.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/i386/pr55512-4.c
branches/lra/gcc/testsuite/gcc.target/mips/pr55315.c
- copied unchanged from r193976, trunk/gcc/testsuite/gcc.target/mips/pr55315.c
branches/lra/gcc/testsuite/gfortran.dg/allocate_error_4.f90
- copied unchanged from r193976, trunk/gcc/testsuite/gfortran.dg/allocate_error_4.f90
branches/lra/gcc/testsuite/gfortran.dg/associated_6.f90
- copied unchanged from r193976, trunk/gcc/testsuite/gfortran.dg/associated_6.f90
branches/lra/gcc/testsuite/gfortran.dg/coarray/sync_3.f90
- copied unchanged from r193976, trunk/gcc/testsuite/gfortran.dg/coarray/sync_3.f90
branches/lra/gcc/testsuite/gfortran.dg/coarray_29_1.f90
- copied unchanged from r193976, trunk/gcc/testsuite/gfortran.dg/coarray_29_1.f90
branches/lra/gcc/testsuite/gfortran.dg/coarray_29_2.f90
- copied unchanged from r193976, trunk/gcc/testsuite/gfortran.dg/coarray_29_2.f90
branches/lra/gcc/testsuite/gfortran.dg/do_check_7.f90
- copied unchanged from r193976, trunk/gcc/testsuite/gfortran.dg/do_check_7.f90
branches/lra/gcc/testsuite/gfortran.dg/namelist_76.f90
- copied unchanged from r193976, trunk/gcc/testsuite/gfortran.dg/namelist_76.f90
branches/lra/gcc/testsuite/gfortran.dg/pr55330.f90
- copied unchanged from r193976, trunk/gcc/testsuite/gfortran.dg/pr55330.f90
branches/lra/gcc/testsuite/gfortran.dg/select_type_30.f03
- copied unchanged from r193976, trunk/gcc/testsuite/gfortran.dg/select_type_30.f03
branches/lra/gcc/testsuite/gfortran.dg/typebound_operator_18.f90
- copied unchanged from r193976, trunk/gcc/testsuite/gfortran.dg/typebound_operator_18.f90
branches/lra/gcc/testsuite/gfortran.dg/warn_target_lifetime_3.f90
- copied unchanged from r193976, trunk/gcc/testsuite/gfortran.dg/warn_target_lifetime_3.f90
branches/lra/gcc/testsuite/gfortran.dg/warn_unused_function_2.f90
- copied unchanged from r193976, trunk/gcc/testsuite/gfortran.dg/warn_unused_function_2.f90
branches/lra/gcc/testsuite/gnat.dg/discr39.adb
- copied unchanged from r193976, trunk/gcc/testsuite/gnat.dg/discr39.adb
branches/lra/gcc/testsuite/gnat.dg/discr40.adb
- copied unchanged from r193976, trunk/gcc/testsuite/gnat.dg/discr40.adb
branches/lra/gcc/testsuite/gnat.dg/discr40.ads
- copied unchanged from r193976, trunk/gcc/testsuite/gnat.dg/discr40.ads
branches/lra/gcc/testsuite/gnat.dg/loop_optimization14.adb
- copied unchanged from r193976, trunk/gcc/testsuite/gnat.dg/loop_optimization14.adb
branches/lra/gcc/testsuite/gnat.dg/loop_optimization14.ads
- copied unchanged from r193976, trunk/gcc/testsuite/gnat.dg/loop_optimization14.ads
branches/lra/gcc/testsuite/gnat.dg/loop_optimization14_pkg.ads
- copied unchanged from r193976, trunk/gcc/testsuite/gnat.dg/loop_optimization14_pkg.ads
branches/lra/gcc/testsuite/gnat.dg/object_overflow1.adb
- copied unchanged from r193976, trunk/gcc/testsuite/gnat.dg/object_overflow1.adb
branches/lra/gcc/testsuite/gnat.dg/object_overflow2.adb
- copied unchanged from r193976, trunk/gcc/testsuite/gnat.dg/object_overflow2.adb
branches/lra/gcc/testsuite/gnat.dg/object_overflow3.adb
- copied unchanged from r193976, trunk/gcc/testsuite/gnat.dg/object_overflow3.adb
branches/lra/gcc/testsuite/gnat.dg/object_overflow4.adb
- copied unchanged from r193976, trunk/gcc/testsuite/gnat.dg/object_overflow4.adb
branches/lra/gcc/testsuite/lib/asan-dg.exp
- copied unchanged from r193976, trunk/gcc/testsuite/lib/asan-dg.exp
branches/lra/gcc/tsan.c
- copied unchanged from r193976, trunk/gcc/tsan.c
branches/lra/gcc/tsan.h
- copied unchanged from r193976, trunk/gcc/tsan.h
branches/lra/libgo/go/crypto/cipher/example_test.go
- copied unchanged from r193976, trunk/libgo/go/crypto/cipher/example_test.go
branches/lra/libgo/go/crypto/x509/sec1.go
- copied unchanged from r193976, trunk/libgo/go/crypto/x509/sec1.go
branches/lra/libgo/go/crypto/x509/sec1_test.go
- copied unchanged from r193976, trunk/libgo/go/crypto/x509/sec1_test.go
branches/lra/libgo/go/debug/elf/testdata/gcc-amd64-openbsd-debug-with-rela.obj
- copied unchanged from r193976, trunk/libgo/go/debug/elf/testdata/gcc-amd64-openbsd-debug-with-rela.obj
branches/lra/libgo/go/exp/types/builtins.go
- copied unchanged from r193976, trunk/libgo/go/exp/types/builtins.go
branches/lra/libgo/go/exp/types/conversions.go
- copied unchanged from r193976, trunk/libgo/go/exp/types/conversions.go
branches/lra/libgo/go/exp/types/errors.go
- copied unchanged from r193976, trunk/libgo/go/exp/types/errors.go
branches/lra/libgo/go/exp/types/expr.go
- copied unchanged from r193976, trunk/libgo/go/exp/types/expr.go
branches/lra/libgo/go/exp/types/operand.go
- copied unchanged from r193976, trunk/libgo/go/exp/types/operand.go
branches/lra/libgo/go/exp/types/predicates.go
- copied unchanged from r193976, trunk/libgo/go/exp/types/predicates.go
branches/lra/libgo/go/exp/types/stmt.go
- copied unchanged from r193976, trunk/libgo/go/exp/types/stmt.go
branches/lra/libgo/go/exp/types/testdata/builtins.src
- copied unchanged from r193976, trunk/libgo/go/exp/types/testdata/builtins.src
branches/lra/libgo/go/exp/types/testdata/const0.src
- copied unchanged from r193976, trunk/libgo/go/exp/types/testdata/const0.src
branches/lra/libgo/go/exp/types/testdata/conversions.src
- copied unchanged from r193976, trunk/libgo/go/exp/types/testdata/conversions.src
branches/lra/libgo/go/exp/types/testdata/decls0.src
- copied unchanged from r193976, trunk/libgo/go/exp/types/testdata/decls0.src
branches/lra/libgo/go/exp/types/testdata/decls1.src
- copied unchanged from r193976, trunk/libgo/go/exp/types/testdata/decls1.src
branches/lra/libgo/go/exp/types/testdata/decls2a.src
- copied unchanged from r193976, trunk/libgo/go/exp/types/testdata/decls2a.src
branches/lra/libgo/go/exp/types/testdata/decls2b.src
- copied unchanged from r193976, trunk/libgo/go/exp/types/testdata/decls2b.src
branches/lra/libgo/go/exp/types/testdata/expr0.src
- copied unchanged from r193976, trunk/libgo/go/exp/types/testdata/expr0.src
branches/lra/libgo/go/exp/types/testdata/expr1.src
- copied unchanged from r193976, trunk/libgo/go/exp/types/testdata/expr1.src
branches/lra/libgo/go/exp/types/testdata/expr2.src
- copied unchanged from r193976, trunk/libgo/go/exp/types/testdata/expr2.src
branches/lra/libgo/go/exp/types/testdata/expr3.src
- copied unchanged from r193976, trunk/libgo/go/exp/types/testdata/expr3.src
branches/lra/libgo/go/exp/types/testdata/stmt0.src
- copied unchanged from r193976, trunk/libgo/go/exp/types/testdata/stmt0.src
branches/lra/libgo/go/image/jpeg/reader_test.go
- copied unchanged from r193976, trunk/libgo/go/image/jpeg/reader_test.go
branches/lra/libgo/go/image/jpeg/scan.go
- copied unchanged from r193976, trunk/libgo/go/image/jpeg/scan.go
branches/lra/libgo/go/image/testdata/video-001.progressive.jpeg
- copied unchanged from r193976, trunk/libgo/go/image/testdata/video-001.progressive.jpeg
branches/lra/libgo/go/image/testdata/video-001.q50.420.jpeg
- copied unchanged from r193976, trunk/libgo/go/image/testdata/video-001.q50.420.jpeg
branches/lra/libgo/go/image/testdata/video-001.q50.420.progressive.jpeg
- copied unchanged from r193976, trunk/libgo/go/image/testdata/video-001.q50.420.progressive.jpeg
branches/lra/libgo/go/image/testdata/video-001.q50.422.jpeg
- copied unchanged from r193976, trunk/libgo/go/image/testdata/video-001.q50.422.jpeg
branches/lra/libgo/go/image/testdata/video-001.q50.422.progressive.jpeg
- copied unchanged from r193976, trunk/libgo/go/image/testdata/video-001.q50.422.progressive.jpeg
branches/lra/libgo/go/image/testdata/video-001.q50.440.jpeg
- copied unchanged from r193976, trunk/libgo/go/image/testdata/video-001.q50.440.jpeg
branches/lra/libgo/go/image/testdata/video-001.q50.440.progressive.jpeg
- copied unchanged from r193976, trunk/libgo/go/image/testdata/video-001.q50.440.progressive.jpeg
branches/lra/libgo/go/image/testdata/video-001.q50.444.jpeg
- copied unchanged from r193976, trunk/libgo/go/image/testdata/video-001.q50.444.jpeg
branches/lra/libgo/go/image/testdata/video-001.q50.444.progressive.jpeg
- copied unchanged from r193976, trunk/libgo/go/image/testdata/video-001.q50.444.progressive.jpeg
branches/lra/libgo/go/image/testdata/video-005.gray.q50.jpeg
- copied unchanged from r193976, trunk/libgo/go/image/testdata/video-005.gray.q50.jpeg
branches/lra/libgo/go/image/testdata/video-005.gray.q50.progressive.jpeg
- copied unchanged from r193976, trunk/libgo/go/image/testdata/video-005.gray.q50.progressive.jpeg
branches/lra/libgo/go/net/conn_test.go
- copied unchanged from r193976, trunk/libgo/go/net/conn_test.go
branches/lra/libgo/go/net/fd_plan9.go
- copied unchanged from r193976, trunk/libgo/go/net/fd_plan9.go
branches/lra/libgo/go/net/fd_unix_test.go
- copied unchanged from r193976, trunk/libgo/go/net/fd_unix_test.go
branches/lra/libgo/go/net/http/transfer_test.go
- copied unchanged from r193976, trunk/libgo/go/net/http/transfer_test.go
branches/lra/libgo/go/net/packetconn_test.go
- copied unchanged from r193976, trunk/libgo/go/net/packetconn_test.go
branches/lra/libgo/go/net/protoconn_test.go
- copied unchanged from r193976, trunk/libgo/go/net/protoconn_test.go
branches/lra/libgo/go/regexp/example_test.go
- copied unchanged from r193976, trunk/libgo/go/regexp/example_test.go
branches/lra/libgo/go/runtime/mgc0.go
- copied unchanged from r193976, trunk/libgo/go/runtime/mgc0.go
branches/lra/libgo/go/sync/atomic/64bit_arm.go
- copied unchanged from r193976, trunk/libgo/go/sync/atomic/64bit_arm.go
branches/lra/libgo/runtime/go-fieldtrack.c
- copied unchanged from r193976, trunk/libgo/runtime/go-fieldtrack.c
branches/lra/libquadmath/quadmath-rounding-mode.h
- copied unchanged from r193976, trunk/libquadmath/quadmath-rounding-mode.h
branches/lra/libsanitizer/
- copied from r193976, trunk/libsanitizer/
branches/lra/zlib/as400/
- copied from r193976, trunk/zlib/as400/
branches/lra/zlib/contrib/minizip/Makefile.am
- copied unchanged from r193976, trunk/zlib/contrib/minizip/Makefile.am
branches/lra/zlib/contrib/minizip/configure.ac
- copied unchanged from r193976, trunk/zlib/contrib/minizip/configure.ac
branches/lra/zlib/contrib/minizip/minizip.pc.in
- copied unchanged from r193976, trunk/zlib/contrib/minizip/minizip.pc.in
branches/lra/zlib/contrib/puff/pufftest.c
- copied unchanged from r193976, trunk/zlib/contrib/puff/pufftest.c
branches/lra/zlib/old/Makefile.emx
- copied unchanged from r193976, trunk/zlib/old/Makefile.emx
branches/lra/zlib/test/
- copied from r193976, trunk/zlib/test/
branches/lra/zlib/zlib.pc.cmakein
- copied unchanged from r193976, trunk/zlib/zlib.pc.cmakein
Removed:
branches/lra/gcc/ada/s-taspri-lynxos.ads
branches/lra/gcc/config/aarch64/sync.md
branches/lra/gcc/testsuite/gnat.dg/object_overflow.adb
branches/lra/gcc/vecir.h
branches/lra/gcc/vecprim.h
branches/lra/libgo/go/exp/types/staging/builtins.go
branches/lra/libgo/go/exp/types/staging/check.go
branches/lra/libgo/go/exp/types/staging/check_test.go
branches/lra/libgo/go/exp/types/staging/const.go
branches/lra/libgo/go/exp/types/staging/conversions.go
branches/lra/libgo/go/exp/types/staging/errors.go
branches/lra/libgo/go/exp/types/staging/exportdata.go
branches/lra/libgo/go/exp/types/staging/expr.go
branches/lra/libgo/go/exp/types/staging/gcimporter.go
branches/lra/libgo/go/exp/types/staging/gcimporter_test.go
branches/lra/libgo/go/exp/types/staging/operand.go
branches/lra/libgo/go/exp/types/staging/predicates.go
branches/lra/libgo/go/exp/types/staging/resolver_test.go
branches/lra/libgo/go/exp/types/staging/stmt.go
branches/lra/libgo/go/exp/types/staging/testdata/builtins.src
branches/lra/libgo/go/exp/types/staging/testdata/const0.src
branches/lra/libgo/go/exp/types/staging/testdata/conversions.src
branches/lra/libgo/go/exp/types/staging/testdata/decls0.src
branches/lra/libgo/go/exp/types/staging/testdata/decls1.src
branches/lra/libgo/go/exp/types/staging/testdata/decls2a.src
branches/lra/libgo/go/exp/types/staging/testdata/decls2b.src
branches/lra/libgo/go/exp/types/staging/testdata/exports.go
branches/lra/libgo/go/exp/types/staging/testdata/expr0.src
branches/lra/libgo/go/exp/types/staging/testdata/expr1.src
branches/lra/libgo/go/exp/types/staging/testdata/expr2.src
branches/lra/libgo/go/exp/types/staging/testdata/expr3.src
branches/lra/libgo/go/exp/types/staging/testdata/stmt0.src
branches/lra/libgo/go/exp/types/staging/types.go
branches/lra/libgo/go/exp/types/staging/types_test.go
branches/lra/libgo/go/exp/types/staging/universe.go
branches/lra/libgo/go/exp/types/testdata/test0.src
branches/lra/libgo/go/net/net_posix.go
branches/lra/libgo/go/sync/atomic/64bit_linux_arm.go
branches/lra/zlib/old/as400/
branches/lra/zlib/old/visualc6/
branches/lra/zlib/win32/Makefile.emx
Modified:
branches/lra/ (props changed)
branches/lra/ChangeLog
branches/lra/MAINTAINERS
branches/lra/Makefile.def
branches/lra/Makefile.in
branches/lra/Makefile.tpl
branches/lra/config/ChangeLog
branches/lra/configure
branches/lra/configure.ac
branches/lra/contrib/ChangeLog
branches/lra/contrib/compare_tests
branches/lra/contrib/gcc_update
branches/lra/contrib/testsuite-management/validate_failures.py
branches/lra/gcc/ChangeLog
branches/lra/gcc/DATESTAMP
branches/lra/gcc/Makefile.in
branches/lra/gcc/ada/ChangeLog
branches/lra/gcc/ada/gcc-interface/decl.c
branches/lra/gcc/ada/gcc-interface/gigi.h
branches/lra/gcc/ada/gcc-interface/misc.c
branches/lra/gcc/ada/gcc-interface/trans.c
branches/lra/gcc/ada/gcc-interface/utils.c
branches/lra/gcc/ada/gcc-interface/utils2.c
branches/lra/gcc/ada/s-osinte-kfreebsd-gnu.ads
branches/lra/gcc/ada/s-osinte-rtems.adb
branches/lra/gcc/ada/s-tpopsp-rtems.adb
branches/lra/gcc/alias.c
branches/lra/gcc/attribs.c
branches/lra/gcc/basic-block.h
branches/lra/gcc/bb-reorder.c
branches/lra/gcc/builtins.c
branches/lra/gcc/builtins.def
branches/lra/gcc/c-family/ChangeLog
branches/lra/gcc/c-family/c-common.c
branches/lra/gcc/c-family/c-common.h
branches/lra/gcc/c-family/c-gimplify.c
branches/lra/gcc/c-family/c-lex.c
branches/lra/gcc/c-family/c-opts.c
branches/lra/gcc/c-family/c-pragma.c
branches/lra/gcc/c-family/c-pretty-print.c
branches/lra/gcc/c-family/c-pretty-print.h
branches/lra/gcc/c-family/c-semantics.c
branches/lra/gcc/c-family/c.opt
branches/lra/gcc/c/ChangeLog
branches/lra/gcc/c/c-decl.c
branches/lra/gcc/c/c-parser.c
branches/lra/gcc/c/c-tree.h
branches/lra/gcc/c/c-typeck.c
branches/lra/gcc/calls.c
branches/lra/gcc/cfg.c
branches/lra/gcc/cfganal.c
branches/lra/gcc/cfgcleanup.c
branches/lra/gcc/cfgexpand.c
branches/lra/gcc/cfghooks.c
branches/lra/gcc/cfghooks.h
branches/lra/gcc/cfgloop.c
branches/lra/gcc/cfgloop.h
branches/lra/gcc/cfgloopanal.c
branches/lra/gcc/cfgloopmanip.c
branches/lra/gcc/cfgrtl.c
branches/lra/gcc/cgraph.c
branches/lra/gcc/cgraph.h
branches/lra/gcc/cgraphclones.c
branches/lra/gcc/cgraphunit.c
branches/lra/gcc/collect2.c
branches/lra/gcc/combine.c
branches/lra/gcc/common.opt
branches/lra/gcc/compare-elim.c
branches/lra/gcc/config.gcc
branches/lra/gcc/config.in
branches/lra/gcc/config/aarch64/aarch64-builtins.c
branches/lra/gcc/config/aarch64/aarch64-protos.h
branches/lra/gcc/config/aarch64/aarch64.c
branches/lra/gcc/config/aarch64/aarch64.h
branches/lra/gcc/config/aarch64/aarch64.md
branches/lra/gcc/config/aarch64/constraints.md
branches/lra/gcc/config/aarch64/iterators.md
branches/lra/gcc/config/aarch64/predicates.md
branches/lra/gcc/config/aarch64/t-aarch64-linux
branches/lra/gcc/config/alpha/alpha.md
branches/lra/gcc/config/arm/arm-cores.def
branches/lra/gcc/config/arm/arm-protos.h
branches/lra/gcc/config/arm/arm.c
branches/lra/gcc/config/arm/arm.h
branches/lra/gcc/config/arm/arm.md
branches/lra/gcc/config/arm/iterators.md
branches/lra/gcc/config/arm/neon.md
branches/lra/gcc/config/arm/t-linux-eabi
branches/lra/gcc/config/arm/thumb2.md
branches/lra/gcc/config/arm/vfp.md
branches/lra/gcc/config/avr/avr-modes.def
branches/lra/gcc/config/avr/avr.c
branches/lra/gcc/config/bfin/bfin.c
branches/lra/gcc/config/c6x/c6x.c
branches/lra/gcc/config/cris/cris.c
branches/lra/gcc/config/darwin.c
branches/lra/gcc/config/darwin.h
branches/lra/gcc/config/epiphany/epiphany-protos.h
branches/lra/gcc/config/epiphany/epiphany-sched.md
branches/lra/gcc/config/epiphany/epiphany.c
branches/lra/gcc/config/epiphany/epiphany.h
branches/lra/gcc/config/epiphany/epiphany.md
branches/lra/gcc/config/epiphany/epiphany.opt
branches/lra/gcc/config/epiphany/mode-switch-use.c
branches/lra/gcc/config/epiphany/predicates.md
branches/lra/gcc/config/epiphany/resolve-sw-modes.c
branches/lra/gcc/config/epiphany/t-epiphany
branches/lra/gcc/config/gnu-user.h
branches/lra/gcc/config/i386/athlon.md
branches/lra/gcc/config/i386/atom.md
branches/lra/gcc/config/i386/bdver1.md
branches/lra/gcc/config/i386/cygming.h
branches/lra/gcc/config/i386/driver-i386.c
branches/lra/gcc/config/i386/i386-c.c
branches/lra/gcc/config/i386/i386-protos.h
branches/lra/gcc/config/i386/i386.c
branches/lra/gcc/config/i386/i386.h
branches/lra/gcc/config/i386/i386.md
branches/lra/gcc/config/i386/i386.opt
branches/lra/gcc/config/i386/ppro.md
branches/lra/gcc/config/i386/predicates.md
branches/lra/gcc/config/i386/sse.md
branches/lra/gcc/config/i386/t-linux64
branches/lra/gcc/config/ia64/ia64.c
branches/lra/gcc/config/m68k/t-linux
branches/lra/gcc/config/mep/mep.c
branches/lra/gcc/config/mips/mips.c
branches/lra/gcc/config/mips/mips.md
branches/lra/gcc/config/mips/t-linux64
branches/lra/gcc/config/pa/pa.c
branches/lra/gcc/config/pa/pa.h
branches/lra/gcc/config/pa/pa.md
branches/lra/gcc/config/rs6000/aix61.h
branches/lra/gcc/config/rs6000/aix64.opt
branches/lra/gcc/config/rs6000/rs6000-c.c
branches/lra/gcc/config/rs6000/rs6000.c
branches/lra/gcc/config/rs6000/rs6000.md
branches/lra/gcc/config/rs6000/t-fprules
branches/lra/gcc/config/rs6000/t-linux64
branches/lra/gcc/config/rs6000/t-spe
branches/lra/gcc/config/rx/rx.c
branches/lra/gcc/config/rx/rx.h
branches/lra/gcc/config/rx/rx.md
branches/lra/gcc/config/rx/rx.opt
branches/lra/gcc/config/rx/t-rx
branches/lra/gcc/config/s390/t-linux64
branches/lra/gcc/config/sh/sh.md
branches/lra/gcc/config/sparc/constraints.md
branches/lra/gcc/config/sparc/niagara4.md
branches/lra/gcc/config/sparc/predicates.md
branches/lra/gcc/config/sparc/sol2.h
branches/lra/gcc/config/sparc/sparc-protos.h
branches/lra/gcc/config/sparc/sparc.c
branches/lra/gcc/config/sparc/sparc.h
branches/lra/gcc/config/sparc/sparc.md
branches/lra/gcc/config/sparc/sparc.opt
branches/lra/gcc/config/sparc/t-linux64
branches/lra/gcc/config/spu/spu-c.c
branches/lra/gcc/config/v850/t-v850
branches/lra/gcc/config/v850/v850.c
branches/lra/gcc/config/v850/v850.h
branches/lra/gcc/config/v850/v850.md
branches/lra/gcc/config/v850/v850.opt
branches/lra/gcc/config/vms/vms.c
branches/lra/gcc/config/vxworks.c
branches/lra/gcc/configure
branches/lra/gcc/configure.ac
branches/lra/gcc/coretypes.h
branches/lra/gcc/coverage.c
branches/lra/gcc/cp/ChangeLog
branches/lra/gcc/cp/Make-lang.in
branches/lra/gcc/cp/call.c
branches/lra/gcc/cp/class.c
branches/lra/gcc/cp/cp-gimplify.c
branches/lra/gcc/cp/cp-objcp-common.c
branches/lra/gcc/cp/cp-objcp-common.h
branches/lra/gcc/cp/cp-tree.h
branches/lra/gcc/cp/cvt.c
branches/lra/gcc/cp/decl.c
branches/lra/gcc/cp/decl2.c
branches/lra/gcc/cp/error.c
branches/lra/gcc/cp/except.c
branches/lra/gcc/cp/init.c
branches/lra/gcc/cp/mangle.c
branches/lra/gcc/cp/method.c
branches/lra/gcc/cp/name-lookup.c
branches/lra/gcc/cp/name-lookup.h
branches/lra/gcc/cp/parser.c
branches/lra/gcc/cp/parser.h
branches/lra/gcc/cp/pt.c
branches/lra/gcc/cp/repo.c
branches/lra/gcc/cp/rtti.c
branches/lra/gcc/cp/search.c
branches/lra/gcc/cp/semantics.c
branches/lra/gcc/cp/tree.c
branches/lra/gcc/cp/typeck.c
branches/lra/gcc/cp/typeck2.c
branches/lra/gcc/cppbuiltin.c
branches/lra/gcc/cppdefault.c
branches/lra/gcc/cppdefault.h
branches/lra/gcc/cprop.c
branches/lra/gcc/cse.c
branches/lra/gcc/cselib.c
branches/lra/gcc/cselib.h
branches/lra/gcc/data-streamer.h
branches/lra/gcc/dbxout.c
branches/lra/gcc/dce.c
branches/lra/gcc/ddg.c
branches/lra/gcc/df-core.c
branches/lra/gcc/df-problems.c
branches/lra/gcc/df-scan.c
branches/lra/gcc/diagnostic.c
branches/lra/gcc/doc/cpp.texi
branches/lra/gcc/doc/cppopts.texi
branches/lra/gcc/doc/extend.texi
branches/lra/gcc/doc/fragments.texi
branches/lra/gcc/doc/install.texi
branches/lra/gcc/doc/invoke.texi
branches/lra/gcc/doc/md.texi
branches/lra/gcc/doc/sourcebuild.texi
branches/lra/gcc/doc/tm.texi
branches/lra/gcc/doc/tm.texi.in
branches/lra/gcc/dominance.c
branches/lra/gcc/domwalk.c
branches/lra/gcc/domwalk.h
branches/lra/gcc/dse.c
branches/lra/gcc/dwarf2cfi.c
branches/lra/gcc/dwarf2out.c
branches/lra/gcc/dwarf2out.h
branches/lra/gcc/emit-rtl.c
branches/lra/gcc/except.c
branches/lra/gcc/except.h
branches/lra/gcc/expmed.c
branches/lra/gcc/expr.c
branches/lra/gcc/expr.h
branches/lra/gcc/final.c
branches/lra/gcc/flag-types.h
branches/lra/gcc/flags.h
branches/lra/gcc/fold-const.c
branches/lra/gcc/fortran/ChangeLog
branches/lra/gcc/fortran/decl.c
branches/lra/gcc/fortran/expr.c
branches/lra/gcc/fortran/f95-lang.c
branches/lra/gcc/fortran/frontend-passes.c
branches/lra/gcc/fortran/match.c
branches/lra/gcc/fortran/module.c
branches/lra/gcc/fortran/parse.c
branches/lra/gcc/fortran/resolve.c
branches/lra/gcc/fortran/trans-array.c
branches/lra/gcc/fortran/trans-common.c
branches/lra/gcc/fortran/trans-decl.c
branches/lra/gcc/fortran/trans-expr.c
branches/lra/gcc/fortran/trans-intrinsic.c
branches/lra/gcc/fortran/trans-openmp.c
branches/lra/gcc/fortran/trans-stmt.c
branches/lra/gcc/fortran/trans-types.c
branches/lra/gcc/fortran/trans.h
branches/lra/gcc/function.c
branches/lra/gcc/function.h
branches/lra/gcc/fwprop.c
branches/lra/gcc/gcc-ar.c
branches/lra/gcc/gcc.c
branches/lra/gcc/gcov-io.c
branches/lra/gcc/gcse.c
branches/lra/gcc/genattr.c
branches/lra/gcc/genattrtab.c
branches/lra/gcc/genautomata.c
branches/lra/gcc/genextract.c
branches/lra/gcc/gengtype-lex.l
branches/lra/gcc/gengtype-parse.c
branches/lra/gcc/gengtype-state.c
branches/lra/gcc/gengtype.c
branches/lra/gcc/gengtype.h
branches/lra/gcc/genmultilib
branches/lra/gcc/genopinit.c
branches/lra/gcc/gensupport.c
branches/lra/gcc/ggc-common.c
branches/lra/gcc/ggc.h
branches/lra/gcc/gimple-fold.c
branches/lra/gcc/gimple-low.c
branches/lra/gcc/gimple-ssa-strength-reduction.c
branches/lra/gcc/gimple-streamer-in.c
branches/lra/gcc/gimple.c
branches/lra/gcc/gimple.h
branches/lra/gcc/gimplify.c
branches/lra/gcc/go/ChangeLog
branches/lra/gcc/go/Make-lang.in
branches/lra/gcc/go/go-gcc.cc
branches/lra/gcc/go/go-lang.c
branches/lra/gcc/go/gofrontend/backend.h
branches/lra/gcc/go/gofrontend/expressions.cc
branches/lra/gcc/go/gofrontend/expressions.h
branches/lra/gcc/go/gofrontend/gogo-tree.cc
branches/lra/gcc/go/gofrontend/gogo.cc
branches/lra/gcc/go/gofrontend/gogo.h
branches/lra/gcc/go/gofrontend/lex.cc
branches/lra/gcc/go/gofrontend/lex.h
branches/lra/gcc/go/gofrontend/parse.cc
branches/lra/gcc/go/gofrontend/parse.h
branches/lra/gcc/go/gofrontend/runtime.def
branches/lra/gcc/go/gofrontend/types.cc
branches/lra/gcc/go/gofrontend/types.h
branches/lra/gcc/godump.c
branches/lra/gcc/graph.c
branches/lra/gcc/graph.h
branches/lra/gcc/graphds.c
branches/lra/gcc/graphds.h
branches/lra/gcc/graphite-blocking.c
branches/lra/gcc/graphite-clast-to-gimple.c
branches/lra/gcc/graphite-dependences.c
branches/lra/gcc/graphite-interchange.c
branches/lra/gcc/graphite-optimize-isl.c
branches/lra/gcc/graphite-poly.c
branches/lra/gcc/graphite-poly.h
branches/lra/gcc/graphite-scop-detection.c
branches/lra/gcc/graphite-scop-detection.h
branches/lra/gcc/graphite-sese-to-poly.c
branches/lra/gcc/graphite.c
branches/lra/gcc/haifa-sched.c
branches/lra/gcc/hw-doloop.c
branches/lra/gcc/hw-doloop.h
branches/lra/gcc/ifcvt.c
branches/lra/gcc/incpath.c
branches/lra/gcc/insn-addr.h
branches/lra/gcc/ipa-cp.c
branches/lra/gcc/ipa-inline-analysis.c
branches/lra/gcc/ipa-inline-transform.c
branches/lra/gcc/ipa-inline.c
branches/lra/gcc/ipa-inline.h
branches/lra/gcc/ipa-prop.c
branches/lra/gcc/ipa-prop.h
branches/lra/gcc/ipa-pure-const.c
branches/lra/gcc/ipa-ref-inline.h
branches/lra/gcc/ipa-ref.c
branches/lra/gcc/ipa-ref.h
branches/lra/gcc/ipa-reference.c
branches/lra/gcc/ipa-split.c
branches/lra/gcc/ipa-utils.c
branches/lra/gcc/ipa-utils.h
branches/lra/gcc/ipa.c
branches/lra/gcc/ira-build.c
branches/lra/gcc/ira-color.c
branches/lra/gcc/ira-emit.c
branches/lra/gcc/ira-int.h
branches/lra/gcc/ira.c
branches/lra/gcc/java/ChangeLog
branches/lra/gcc/java/boehm.c
branches/lra/gcc/java/builtins.c
branches/lra/gcc/java/class.c
branches/lra/gcc/java/constants.c
branches/lra/gcc/java/decl.c
branches/lra/gcc/java/expr.c
branches/lra/gcc/java/java-tree.h
branches/lra/gcc/java/jcf-parse.c
branches/lra/gcc/java/resource.c
branches/lra/gcc/java/verify-glue.c
branches/lra/gcc/langhooks-def.h
branches/lra/gcc/langhooks.h
branches/lra/gcc/loop-invariant.c
branches/lra/gcc/loop-unroll.c
branches/lra/gcc/lower-subreg.c
branches/lra/gcc/lra-assigns.c
branches/lra/gcc/lra-constraints.c
branches/lra/gcc/lra-int.h
branches/lra/gcc/lra-lives.c
branches/lra/gcc/lra.c
branches/lra/gcc/lto-cgraph.c
branches/lra/gcc/lto-opts.c
branches/lra/gcc/lto-section-out.c
branches/lra/gcc/lto-streamer-in.c
branches/lra/gcc/lto-streamer-out.c
branches/lra/gcc/lto-streamer.h
branches/lra/gcc/lto-symtab.c
branches/lra/gcc/lto-wrapper.c
branches/lra/gcc/lto/ChangeLog
branches/lra/gcc/lto/lto-lang.c
branches/lra/gcc/lto/lto-partition.c
branches/lra/gcc/lto/lto-partition.h
branches/lra/gcc/lto/lto.c
branches/lra/gcc/machmode.h
branches/lra/gcc/mcf.c
branches/lra/gcc/mode-switching.c
branches/lra/gcc/modulo-sched.c
branches/lra/gcc/objc/ChangeLog
branches/lra/gcc/objc/objc-act.c
branches/lra/gcc/objc/objc-act.h
branches/lra/gcc/objc/objc-gnu-runtime-abi-01.c
branches/lra/gcc/objc/objc-next-runtime-abi-01.c
branches/lra/gcc/objc/objc-next-runtime-abi-02.c
branches/lra/gcc/objc/objc-runtime-hooks.h
branches/lra/gcc/objc/objc-runtime-shared-support.c
branches/lra/gcc/objc/objc-runtime-shared-support.h
branches/lra/gcc/omp-low.c
branches/lra/gcc/optabs.c
branches/lra/gcc/optabs.def
branches/lra/gcc/optabs.h
branches/lra/gcc/opts-common.c
branches/lra/gcc/opts-global.c
branches/lra/gcc/opts.c
branches/lra/gcc/opts.h
branches/lra/gcc/params.def
branches/lra/gcc/passes.c
branches/lra/gcc/postreload.c
branches/lra/gcc/predict.c
branches/lra/gcc/prefix.c
branches/lra/gcc/print-rtl.c
branches/lra/gcc/print-tree.c
branches/lra/gcc/profile.c
branches/lra/gcc/profile.h
branches/lra/gcc/read-rtl.c
branches/lra/gcc/recog.c
branches/lra/gcc/ree.c
branches/lra/gcc/reg-stack.c
branches/lra/gcc/regrename.c
branches/lra/gcc/regrename.h
branches/lra/gcc/reload.c
branches/lra/gcc/reload.h
branches/lra/gcc/reload1.c
branches/lra/gcc/reorg.c
branches/lra/gcc/rtl.def
branches/lra/gcc/rtl.h
branches/lra/gcc/rtlanal.c
branches/lra/gcc/sched-deps.c
branches/lra/gcc/sched-int.h
branches/lra/gcc/sched-vis.c
branches/lra/gcc/sdbout.c
branches/lra/gcc/sel-sched-dump.c
branches/lra/gcc/sel-sched-ir.c
branches/lra/gcc/sel-sched-ir.h
branches/lra/gcc/sel-sched.c
branches/lra/gcc/sese.c
branches/lra/gcc/sese.h
branches/lra/gcc/simplify-rtx.c
branches/lra/gcc/statistics.h
branches/lra/gcc/stmt.c
branches/lra/gcc/stor-layout.c
branches/lra/gcc/store-motion.c
branches/lra/gcc/system.h
branches/lra/gcc/target.def
branches/lra/gcc/testsuite/ChangeLog
branches/lra/gcc/testsuite/c-c++-common/scal-to-vec2.c
branches/lra/gcc/testsuite/c-c++-common/torture/vector-subscript-1.c
branches/lra/gcc/testsuite/c-c++-common/torture/vector-subscript-2.c
branches/lra/gcc/testsuite/c-c++-common/vector-compare-1.c
branches/lra/gcc/testsuite/c-c++-common/vector-compare-2.c
branches/lra/gcc/testsuite/g++.dg/cpp0x/constexpr-complex.C
branches/lra/gcc/testsuite/g++.dg/cpp0x/inh-ctor10.C
branches/lra/gcc/testsuite/g++.dg/cpp0x/pr31439.C
branches/lra/gcc/testsuite/g++.dg/dg.exp
branches/lra/gcc/testsuite/g++.dg/mv1.C
branches/lra/gcc/testsuite/g++.dg/mv4.C
branches/lra/gcc/testsuite/g++.dg/mv5.C
branches/lra/gcc/testsuite/g++.dg/mv6.C
branches/lra/gcc/testsuite/g++.dg/other/anon5.C
branches/lra/gcc/testsuite/g++.dg/other/unused1.C
branches/lra/gcc/testsuite/g++.dg/parse/template23.C
branches/lra/gcc/testsuite/g++.dg/template/crash98.C
branches/lra/gcc/testsuite/g++.dg/tls/thread_local-cse.C
branches/lra/gcc/testsuite/g++.dg/tls/thread_local-order1.C
branches/lra/gcc/testsuite/g++.dg/tls/thread_local2.C
branches/lra/gcc/testsuite/g++.dg/tls/thread_local2g.C
branches/lra/gcc/testsuite/g++.dg/tls/thread_local3g.C
branches/lra/gcc/testsuite/g++.dg/tls/thread_local4g.C
branches/lra/gcc/testsuite/g++.dg/tls/thread_local5g.C
branches/lra/gcc/testsuite/g++.dg/tls/thread_local6.C
branches/lra/gcc/testsuite/g++.dg/tls/thread_local6g.C
branches/lra/gcc/testsuite/g++.dg/tm/pr47530-2.C
branches/lra/gcc/testsuite/g++.dg/tm/pr47530.C
branches/lra/gcc/testsuite/g++.dg/tm/pr51516.C
branches/lra/gcc/testsuite/gcc.c-torture/execute/20071018-1.c
branches/lra/gcc/testsuite/gcc.c-torture/execute/921202-1.c
branches/lra/gcc/testsuite/gcc.dg/20050811-1.c
branches/lra/gcc/testsuite/gcc.dg/20050811-2.c
branches/lra/gcc/testsuite/gcc.dg/54455.c
branches/lra/gcc/testsuite/gcc.dg/Warray-bounds-3.c
branches/lra/gcc/testsuite/gcc.dg/c1x-align-4.c
branches/lra/gcc/testsuite/gcc.dg/guality/pr36728-1.c
branches/lra/gcc/testsuite/gcc.dg/guality/pr36728-2.c
branches/lra/gcc/testsuite/gcc.dg/hoist-register-pressure-1.c
branches/lra/gcc/testsuite/gcc.dg/hoist-register-pressure-2.c
branches/lra/gcc/testsuite/gcc.dg/pr19105.c
branches/lra/gcc/testsuite/gcc.dg/pr37858.c
branches/lra/gcc/testsuite/gcc.dg/pr44024.c
branches/lra/gcc/testsuite/gcc.dg/pr54676.c
branches/lra/gcc/testsuite/gcc.dg/pr55150-1.c
branches/lra/gcc/testsuite/gcc.dg/torture/pr54894.c
branches/lra/gcc/testsuite/gcc.dg/torture/pr54920.c
branches/lra/gcc/testsuite/gcc.dg/tree-prof/peel-1.c
branches/lra/gcc/testsuite/gcc.dg/tree-prof/unroll-1.c
branches/lra/gcc/testsuite/gcc.dg/tree-ssa/cunroll-1.c
branches/lra/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-4.c
branches/lra/gcc/testsuite/gcc.dg/tree-ssa/vrp47.c
branches/lra/gcc/testsuite/gcc.dg/unroll_5.c
branches/lra/gcc/testsuite/gcc.dg/vect/pr18536.c
branches/lra/gcc/testsuite/gcc.dg/vect/pr22506.c
branches/lra/gcc/testsuite/gcc.dg/vect/pr34005.c
branches/lra/gcc/testsuite/gcc.dg/vect/slp-perm-8.c
branches/lra/gcc/testsuite/gcc.dg/vect/slp-perm-9.c
branches/lra/gcc/testsuite/gcc.target/i386/avx256-unaligned-load-2.c
branches/lra/gcc/testsuite/gcc.target/i386/avx256-unaligned-store-2.c
branches/lra/gcc/testsuite/gcc.target/i386/pr49715-2.c
branches/lra/gcc/testsuite/gcc.target/i386/retarg.c
branches/lra/gcc/testsuite/gcc.target/i386/sw-1.c
branches/lra/gcc/testsuite/gcc.target/sh/sh4a-fprun.c
branches/lra/gcc/testsuite/lib/g++.exp
branches/lra/gcc/testsuite/lib/gcc-dg.exp
branches/lra/gcc/testsuite/lib/gcc-gdb-test.exp
branches/lra/gcc/testsuite/lib/obj-c++.exp
branches/lra/gcc/testsuite/lib/target-supports.exp
branches/lra/gcc/tlink.c
branches/lra/gcc/toplev.c
branches/lra/gcc/trans-mem.c
branches/lra/gcc/tree-browser.c
branches/lra/gcc/tree-call-cdce.c
branches/lra/gcc/tree-cfg.c
branches/lra/gcc/tree-cfgcleanup.c
branches/lra/gcc/tree-chrec.c
branches/lra/gcc/tree-chrec.h
branches/lra/gcc/tree-complex.c
branches/lra/gcc/tree-data-ref.c
branches/lra/gcc/tree-data-ref.h
branches/lra/gcc/tree-dfa.c
branches/lra/gcc/tree-diagnostic.c
branches/lra/gcc/tree-dump.c
branches/lra/gcc/tree-eh.c
branches/lra/gcc/tree-emutls.c
branches/lra/gcc/tree-flow.h
branches/lra/gcc/tree-if-conv.c
branches/lra/gcc/tree-inline.c
branches/lra/gcc/tree-inline.h
branches/lra/gcc/tree-into-ssa.c
branches/lra/gcc/tree-iterator.c
branches/lra/gcc/tree-loop-distribution.c
branches/lra/gcc/tree-mudflap.c
branches/lra/gcc/tree-optimize.c
branches/lra/gcc/tree-outof-ssa.c
branches/lra/gcc/tree-parloops.c
branches/lra/gcc/tree-pass.h
branches/lra/gcc/tree-phinodes.c
branches/lra/gcc/tree-predcom.c
branches/lra/gcc/tree-pretty-print.c
branches/lra/gcc/tree-scalar-evolution.c
branches/lra/gcc/tree-sra.c
branches/lra/gcc/tree-ssa-address.c
branches/lra/gcc/tree-ssa-alias.c
branches/lra/gcc/tree-ssa-ccp.c
branches/lra/gcc/tree-ssa-coalesce.c
branches/lra/gcc/tree-ssa-dce.c
branches/lra/gcc/tree-ssa-dom.c
branches/lra/gcc/tree-ssa-forwprop.c
branches/lra/gcc/tree-ssa-live.c
branches/lra/gcc/tree-ssa-live.h
branches/lra/gcc/tree-ssa-loop-im.c
branches/lra/gcc/tree-ssa-loop-ivcanon.c
branches/lra/gcc/tree-ssa-loop-ivopts.c
branches/lra/gcc/tree-ssa-loop-manip.c
branches/lra/gcc/tree-ssa-loop-niter.c
branches/lra/gcc/tree-ssa-loop-prefetch.c
branches/lra/gcc/tree-ssa-math-opts.c
branches/lra/gcc/tree-ssa-operands.c
branches/lra/gcc/tree-ssa-phiopt.c
branches/lra/gcc/tree-ssa-phiprop.c
branches/lra/gcc/tree-ssa-pre.c
branches/lra/gcc/tree-ssa-propagate.c
branches/lra/gcc/tree-ssa-reassoc.c
branches/lra/gcc/tree-ssa-sccvn.c
branches/lra/gcc/tree-ssa-sccvn.h
branches/lra/gcc/tree-ssa-strlen.c
branches/lra/gcc/tree-ssa-structalias.c
branches/lra/gcc/tree-ssa-tail-merge.c
branches/lra/gcc/tree-ssa-threadedge.c
branches/lra/gcc/tree-ssa-threadupdate.c
branches/lra/gcc/tree-ssa-uncprop.c
branches/lra/gcc/tree-ssa-uninit.c
branches/lra/gcc/tree-ssa.c
branches/lra/gcc/tree-ssanames.c
branches/lra/gcc/tree-stdarg.c
branches/lra/gcc/tree-streamer-in.c
branches/lra/gcc/tree-streamer-out.c
branches/lra/gcc/tree-streamer.c
branches/lra/gcc/tree-streamer.h
branches/lra/gcc/tree-switch-conversion.c
branches/lra/gcc/tree-vect-data-refs.c
branches/lra/gcc/tree-vect-generic.c
branches/lra/gcc/tree-vect-loop-manip.c
branches/lra/gcc/tree-vect-loop.c
branches/lra/gcc/tree-vect-patterns.c
branches/lra/gcc/tree-vect-slp.c
branches/lra/gcc/tree-vect-stmts.c
branches/lra/gcc/tree-vectorizer.c
branches/lra/gcc/tree-vectorizer.h
branches/lra/gcc/tree-vrp.c
branches/lra/gcc/tree.c
branches/lra/gcc/tree.h
branches/lra/gcc/value-prof.c
branches/lra/gcc/value-prof.h
branches/lra/gcc/var-tracking.c
branches/lra/gcc/varasm.c
branches/lra/gcc/varpool.c
branches/lra/gcc/vec.c
branches/lra/gcc/vec.h
branches/lra/gcc/vmsdbgout.c
branches/lra/include/ChangeLog
branches/lra/include/demangle.h
branches/lra/libatomic/ChangeLog
branches/lra/libatomic/configure.tgt
branches/lra/libbacktrace/ChangeLog
branches/lra/libbacktrace/config.h.in
branches/lra/libbacktrace/configure
branches/lra/libbacktrace/configure.ac
branches/lra/libbacktrace/dwarf.c
branches/lra/libbacktrace/fileline.c
branches/lra/libbacktrace/print.c
branches/lra/libcpp/ChangeLog
branches/lra/libcpp/config.in
branches/lra/libcpp/configure
branches/lra/libcpp/configure.ac
branches/lra/libcpp/expr.c
branches/lra/libcpp/files.c
branches/lra/libcpp/include/cpplib.h
branches/lra/libcpp/init.c
branches/lra/libgcc/ChangeLog
branches/lra/libgcc/config/avr/lib1funcs-fixed.S
branches/lra/libgcc/config/avr/t-avr
branches/lra/libgcc/emutls.c
branches/lra/libgcc/libgcc-std.ver.in
branches/lra/libgcc/libgcov.c
branches/lra/libgcc/soft-fp/op-common.h
branches/lra/libgcc/soft-fp/soft-fp.h
branches/lra/libgcc/unwind-c.c
branches/lra/libgcc/unwind-generic.h
branches/lra/libgcc/unwind-seh.c
branches/lra/libgo/MERGE
branches/lra/libgo/Makefile.am
branches/lra/libgo/Makefile.in
branches/lra/libgo/go/archive/tar/reader.go
branches/lra/libgo/go/archive/tar/tar_test.go
branches/lra/libgo/go/archive/tar/writer.go
branches/lra/libgo/go/archive/zip/reader.go
branches/lra/libgo/go/archive/zip/writer.go
branches/lra/libgo/go/archive/zip/zip_test.go
branches/lra/libgo/go/bufio/bufio.go
branches/lra/libgo/go/bufio/bufio_test.go
branches/lra/libgo/go/bytes/buffer_test.go
branches/lra/libgo/go/bytes/bytes_test.go
branches/lra/libgo/go/bytes/reader.go
branches/lra/libgo/go/bytes/reader_test.go
branches/lra/libgo/go/compress/bzip2/bit_reader.go
branches/lra/libgo/go/compress/flate/inflate.go
branches/lra/libgo/go/container/list/list.go
branches/lra/libgo/go/crypto/cipher/cbc.go
branches/lra/libgo/go/crypto/cipher/cfb.go
branches/lra/libgo/go/crypto/cipher/ctr.go
branches/lra/libgo/go/crypto/hmac/hmac.go
branches/lra/libgo/go/crypto/hmac/hmac_test.go
branches/lra/libgo/go/crypto/md5/gen.go
branches/lra/libgo/go/crypto/md5/md5_test.go
branches/lra/libgo/go/crypto/md5/md5block.go
branches/lra/libgo/go/crypto/rsa/rsa.go
branches/lra/libgo/go/crypto/rsa/rsa_test.go
branches/lra/libgo/go/crypto/sha1/sha1_test.go
branches/lra/libgo/go/crypto/sha1/sha1block.go
branches/lra/libgo/go/crypto/sha256/sha256_test.go
branches/lra/libgo/go/crypto/sha512/sha512_test.go
branches/lra/libgo/go/crypto/tls/conn.go
branches/lra/libgo/go/crypto/tls/handshake_client_test.go
branches/lra/libgo/go/crypto/tls/handshake_server_test.go
branches/lra/libgo/go/crypto/tls/prf_test.go
branches/lra/libgo/go/crypto/tls/tls.go
branches/lra/libgo/go/crypto/tls/tls_test.go
branches/lra/libgo/go/crypto/x509/cert_pool.go
branches/lra/libgo/go/crypto/x509/pem_decrypt.go
branches/lra/libgo/go/crypto/x509/pem_decrypt_test.go
branches/lra/libgo/go/crypto/x509/pkcs8.go
branches/lra/libgo/go/crypto/x509/pkcs8_test.go
branches/lra/libgo/go/crypto/x509/x509.go
branches/lra/libgo/go/debug/elf/file.go
branches/lra/libgo/go/debug/elf/file_test.go
branches/lra/libgo/go/encoding/asn1/marshal.go
branches/lra/libgo/go/encoding/asn1/marshal_test.go
branches/lra/libgo/go/encoding/binary/binary.go
branches/lra/libgo/go/encoding/binary/binary_test.go
branches/lra/libgo/go/encoding/binary/varint.go
branches/lra/libgo/go/encoding/gob/encoder.go
branches/lra/libgo/go/encoding/json/decode.go
branches/lra/libgo/go/encoding/json/decode_test.go
branches/lra/libgo/go/encoding/json/encode.go
branches/lra/libgo/go/encoding/pem/pem.go
branches/lra/libgo/go/encoding/pem/pem_test.go
branches/lra/libgo/go/encoding/xml/marshal_test.go
branches/lra/libgo/go/encoding/xml/xml.go
branches/lra/libgo/go/encoding/xml/xml_test.go
branches/lra/libgo/go/exp/gotype/gotype.go
branches/lra/libgo/go/exp/gotype/gotype_test.go
branches/lra/libgo/go/exp/html/doctype.go
branches/lra/libgo/go/exp/html/escape.go
branches/lra/libgo/go/exp/html/parse.go
branches/lra/libgo/go/exp/html/render.go
branches/lra/libgo/go/exp/html/token.go
branches/lra/libgo/go/exp/locale/collate/build/builder.go
branches/lra/libgo/go/exp/locale/collate/build/colelem.go
branches/lra/libgo/go/exp/locale/collate/build/colelem_test.go
branches/lra/libgo/go/exp/locale/collate/build/contract.go
branches/lra/libgo/go/exp/locale/collate/build/order.go
branches/lra/libgo/go/exp/locale/collate/build/order_test.go
branches/lra/libgo/go/exp/locale/collate/build/trie.go
branches/lra/libgo/go/exp/locale/collate/build/trie_test.go
branches/lra/libgo/go/exp/locale/collate/colelem.go
branches/lra/libgo/go/exp/locale/collate/colelem_test.go
branches/lra/libgo/go/exp/locale/collate/collate.go
branches/lra/libgo/go/exp/locale/collate/export.go
branches/lra/libgo/go/exp/locale/collate/export_test.go
branches/lra/libgo/go/exp/locale/collate/maketables.go
branches/lra/libgo/go/exp/locale/collate/regtest.go
branches/lra/libgo/go/exp/locale/collate/table.go
branches/lra/libgo/go/exp/locale/collate/tables.go
branches/lra/libgo/go/exp/locale/collate/tools/colcmp/col.go
branches/lra/libgo/go/exp/locale/collate/tools/colcmp/colcmp.go
branches/lra/libgo/go/exp/locale/collate/trie.go
branches/lra/libgo/go/exp/locale/collate/trie_test.go
branches/lra/libgo/go/exp/norm/forminfo.go
branches/lra/libgo/go/exp/norm/iter.go
branches/lra/libgo/go/exp/norm/maketables.go
branches/lra/libgo/go/exp/norm/maketesttables.go
branches/lra/libgo/go/exp/norm/normregtest.go
branches/lra/libgo/go/exp/norm/tables.go
branches/lra/libgo/go/exp/types/check.go
branches/lra/libgo/go/exp/types/check_test.go
branches/lra/libgo/go/exp/types/const.go
branches/lra/libgo/go/exp/types/exportdata.go
branches/lra/libgo/go/exp/types/gcimporter.go
branches/lra/libgo/go/exp/types/gcimporter_test.go
branches/lra/libgo/go/exp/types/types.go
branches/lra/libgo/go/exp/types/types_test.go
branches/lra/libgo/go/exp/types/universe.go
branches/lra/libgo/go/fmt/doc.go
branches/lra/libgo/go/fmt/print.go
branches/lra/libgo/go/fmt/scan.go
branches/lra/libgo/go/go/ast/commentmap.go
branches/lra/libgo/go/go/ast/filter.go
branches/lra/libgo/go/go/ast/resolve.go
branches/lra/libgo/go/go/ast/scope.go
branches/lra/libgo/go/go/ast/walk.go
branches/lra/libgo/go/go/build/build.go
branches/lra/libgo/go/go/build/deps_test.go
branches/lra/libgo/go/go/build/doc.go
branches/lra/libgo/go/go/doc/comment.go
branches/lra/libgo/go/go/doc/example.go
branches/lra/libgo/go/go/doc/exports.go
branches/lra/libgo/go/go/doc/reader.go
branches/lra/libgo/go/go/doc/testdata/e.go
branches/lra/libgo/go/go/doc/testdata/testing.go
branches/lra/libgo/go/go/parser/interface.go
branches/lra/libgo/go/go/printer/performance_test.go
branches/lra/libgo/go/go/printer/printer.go
branches/lra/libgo/go/go/printer/testdata/comments.golden
branches/lra/libgo/go/go/printer/testdata/comments.input
branches/lra/libgo/go/go/token/position.go
branches/lra/libgo/go/html/escape.go
branches/lra/libgo/go/html/template/content.go
branches/lra/libgo/go/html/template/error.go
branches/lra/libgo/go/html/template/html.go
branches/lra/libgo/go/image/decode_test.go
branches/lra/libgo/go/image/draw/draw.go
branches/lra/libgo/go/image/jpeg/dct_test.go
branches/lra/libgo/go/image/jpeg/huffman.go
branches/lra/libgo/go/image/jpeg/idct.go
branches/lra/libgo/go/image/jpeg/reader.go
branches/lra/libgo/go/image/jpeg/writer.go
branches/lra/libgo/go/image/jpeg/writer_test.go
branches/lra/libgo/go/image/png/reader.go
branches/lra/libgo/go/io/io.go
branches/lra/libgo/go/io/ioutil/tempfile.go
branches/lra/libgo/go/math/big/int.go
branches/lra/libgo/go/math/big/int_test.go
branches/lra/libgo/go/math/big/nat.go
branches/lra/libgo/go/math/big/nat_test.go
branches/lra/libgo/go/net/dial.go
branches/lra/libgo/go/net/dial_test.go
branches/lra/libgo/go/net/dialgoogle_test.go
branches/lra/libgo/go/net/dnsclient.go
branches/lra/libgo/go/net/dnsmsg.go
branches/lra/libgo/go/net/fd_unix.go
branches/lra/libgo/go/net/fd_windows.go
branches/lra/libgo/go/net/http/cgi/testdata/test.cgi
branches/lra/libgo/go/net/http/chunked.go
branches/lra/libgo/go/net/http/client.go
branches/lra/libgo/go/net/http/client_test.go
branches/lra/libgo/go/net/http/cookie.go
branches/lra/libgo/go/net/http/cookie_test.go
branches/lra/libgo/go/net/http/fs_test.go
branches/lra/libgo/go/net/http/httputil/chunked.go
branches/lra/libgo/go/net/http/jar.go
branches/lra/libgo/go/net/http/proxy_test.go
branches/lra/libgo/go/net/http/request_test.go
branches/lra/libgo/go/net/http/serve_test.go
branches/lra/libgo/go/net/http/server.go
branches/lra/libgo/go/net/http/transfer.go
branches/lra/libgo/go/net/http/transport.go
branches/lra/libgo/go/net/ipraw_test.go
branches/lra/libgo/go/net/iprawsock.go
branches/lra/libgo/go/net/iprawsock_plan9.go
branches/lra/libgo/go/net/iprawsock_posix.go
branches/lra/libgo/go/net/ipsock.go
branches/lra/libgo/go/net/ipsock_plan9.go
branches/lra/libgo/go/net/ipsock_posix.go
branches/lra/libgo/go/net/lookup.go
branches/lra/libgo/go/net/lookup_plan9.go
branches/lra/libgo/go/net/lookup_test.go
branches/lra/libgo/go/net/lookup_unix.go
branches/lra/libgo/go/net/lookup_windows.go
branches/lra/libgo/go/net/multicast_posix_test.go
branches/lra/libgo/go/net/net.go
branches/lra/libgo/go/net/net_test.go
branches/lra/libgo/go/net/rpc/client.go
branches/lra/libgo/go/net/rpc/server.go
branches/lra/libgo/go/net/rpc/server_test.go
branches/lra/libgo/go/net/sendfile_windows.go
branches/lra/libgo/go/net/sock_posix.go
branches/lra/libgo/go/net/tcp_test.go
branches/lra/libgo/go/net/tcpsock.go
branches/lra/libgo/go/net/tcpsock_plan9.go
branches/lra/libgo/go/net/tcpsock_posix.go
branches/lra/libgo/go/net/textproto/reader.go
branches/lra/libgo/go/net/textproto/reader_test.go
branches/lra/libgo/go/net/timeout_test.go
branches/lra/libgo/go/net/udp_test.go
branches/lra/libgo/go/net/udpsock.go
branches/lra/libgo/go/net/udpsock_plan9.go
branches/lra/libgo/go/net/udpsock_posix.go
branches/lra/libgo/go/net/unicast_posix_test.go
branches/lra/libgo/go/net/unixsock_plan9.go
branches/lra/libgo/go/net/unixsock_posix.go
branches/lra/libgo/go/old/netchan/export.go
branches/lra/libgo/go/os/dir_plan9.go
branches/lra/libgo/go/os/doc.go
branches/lra/libgo/go/os/error.go
branches/lra/libgo/go/os/exec/exec.go
branches/lra/libgo/go/os/file.go
branches/lra/libgo/go/os/stat_plan9.go
branches/lra/libgo/go/os/types.go
branches/lra/libgo/go/os/user/lookup_unix.go
branches/lra/libgo/go/path/filepath/path.go
branches/lra/libgo/go/reflect/all_test.go
branches/lra/libgo/go/reflect/deepequal.go
branches/lra/libgo/go/reflect/export_test.go
branches/lra/libgo/go/reflect/set_test.go
branches/lra/libgo/go/reflect/type.go
branches/lra/libgo/go/reflect/value.go
branches/lra/libgo/go/regexp/exec_test.go
branches/lra/libgo/go/regexp/regexp.go
branches/lra/libgo/go/regexp/syntax/compile.go
branches/lra/libgo/go/regexp/syntax/parse.go
branches/lra/libgo/go/runtime/crash_test.go
branches/lra/libgo/go/runtime/debug.go
branches/lra/libgo/go/runtime/mem.go
branches/lra/libgo/go/runtime/parfor_test.go
branches/lra/libgo/go/runtime/pprof/pprof.go
branches/lra/libgo/go/runtime/type.go
branches/lra/libgo/go/runtime/vlop_arm_test.go
branches/lra/libgo/go/sort/search.go
branches/lra/libgo/go/strconv/extfloat.go
branches/lra/libgo/go/strconv/isprint.go
branches/lra/libgo/go/strings/reader.go
branches/lra/libgo/go/strings/reader_test.go
branches/lra/libgo/go/strings/strings_test.go
branches/lra/libgo/go/sync/atomic/race.go
branches/lra/libgo/go/syscall/errstr.go
branches/lra/libgo/go/syscall/errstr_linux.go
branches/lra/libgo/go/syscall/errstr_nor.go
branches/lra/libgo/go/syscall/exec_linux.go
branches/lra/libgo/go/syscall/libcall_linux.go
branches/lra/libgo/go/syscall/socket.go
branches/lra/libgo/go/syscall/socket_linux.go
branches/lra/libgo/go/testing/testing.go
branches/lra/libgo/go/time/format.go
branches/lra/libgo/go/time/sleep.go
branches/lra/libgo/go/time/tick.go
branches/lra/libgo/go/time/time_test.go
branches/lra/libgo/go/time/zoneinfo_read.go
branches/lra/libgo/go/time/zoneinfo_windows.go
branches/lra/libgo/go/unicode/graphic.go
branches/lra/libgo/go/unicode/letter.go
branches/lra/libgo/go/unicode/letter_test.go
branches/lra/libgo/go/unicode/script_test.go
branches/lra/libgo/go/unicode/tables.go
branches/lra/libgo/runtime/go-cgo.c
branches/lra/libgo/runtime/go-make-slice.c
branches/lra/libgo/runtime/go-traceback.c
branches/lra/libgo/runtime/go-unsafe-new.c
branches/lra/libgo/runtime/go-unsafe-newarray.c
branches/lra/libgo/runtime/malloc.goc
branches/lra/libgo/runtime/malloc.h
branches/lra/libgo/runtime/mgc0.c
branches/lra/libgo/runtime/mheap.c
branches/lra/libgo/runtime/mprof.goc
branches/lra/libgo/runtime/proc.c
branches/lra/libgo/runtime/race.h
branches/lra/libgo/runtime/runtime.c
branches/lra/libgo/runtime/runtime.h
branches/lra/libgomp/ChangeLog
branches/lra/libgomp/team.c
branches/lra/libiberty/ChangeLog
branches/lra/libiberty/cp-demangle.c
branches/lra/libiberty/testsuite/demangle-expected
branches/lra/libitm/ChangeLog
branches/lra/libitm/beginend.cc
branches/lra/libitm/config/linux/rwlock.h
branches/lra/libitm/config/posix/rwlock.h
branches/lra/libitm/config/x86/target.h
branches/lra/libitm/configure.tgt
branches/lra/libitm/libitm_i.h
branches/lra/libitm/method-serial.cc
branches/lra/libitm/retry.cc
branches/lra/libjava/ChangeLog
branches/lra/libjava/libtool-version
branches/lra/libquadmath/ChangeLog
branches/lra/libquadmath/acinclude.m4
branches/lra/libquadmath/config.h.in
branches/lra/libquadmath/configure
branches/lra/libquadmath/configure.ac
branches/lra/libquadmath/math/atanq.c
branches/lra/libquadmath/math/fmaq.c
branches/lra/libquadmath/math/j0q.c
branches/lra/libquadmath/math/j1q.c
branches/lra/libquadmath/math/lgammaq.c
branches/lra/libquadmath/math/log1pq.c
branches/lra/libquadmath/math/powq.c
branches/lra/libquadmath/printf/fpioconst.c
branches/lra/libquadmath/printf/fpioconst.h
branches/lra/libquadmath/printf/printf_fp.c
branches/lra/libquadmath/printf/printf_fphex.c
branches/lra/libquadmath/strtod/strtod_l.c
branches/lra/zlib/CMakeLists.txt
branches/lra/zlib/ChangeLog
branches/lra/zlib/ChangeLog.gcj
branches/lra/zlib/FAQ
branches/lra/zlib/INDEX
branches/lra/zlib/README
branches/lra/zlib/adler32.c
branches/lra/zlib/contrib/asm686/match.S
branches/lra/zlib/contrib/delphi/ZLib.pas
branches/lra/zlib/contrib/delphi/zlibd32.mak
branches/lra/zlib/contrib/dotzlib/DotZLib/UnitTests.cs
branches/lra/zlib/contrib/infback9/inftree9.c
branches/lra/zlib/contrib/masmx86/inffas32.asm
branches/lra/zlib/contrib/masmx86/match686.asm
branches/lra/zlib/contrib/minizip/ioapi.c
branches/lra/zlib/contrib/minizip/ioapi.h
branches/lra/zlib/contrib/minizip/miniunz.c
branches/lra/zlib/contrib/minizip/minizip.c
branches/lra/zlib/contrib/minizip/mztools.c
branches/lra/zlib/contrib/minizip/mztools.h
branches/lra/zlib/contrib/minizip/unzip.c
branches/lra/zlib/contrib/minizip/zip.c
branches/lra/zlib/contrib/pascal/zlibd32.mak
branches/lra/zlib/contrib/pascal/zlibpas.pas
branches/lra/zlib/contrib/puff/Makefile
branches/lra/zlib/contrib/puff/puff.c
branches/lra/zlib/contrib/puff/puff.h
branches/lra/zlib/contrib/vstudio/readme.txt
branches/lra/zlib/contrib/vstudio/vc10/testzlibdll.vcxproj
branches/lra/zlib/contrib/vstudio/vc10/zlib.rc
branches/lra/zlib/contrib/vstudio/vc10/zlibvc.def
branches/lra/zlib/contrib/vstudio/vc10/zlibvc.vcxproj
branches/lra/zlib/contrib/vstudio/vc9/zlib.rc
branches/lra/zlib/contrib/vstudio/vc9/zlibvc.def
branches/lra/zlib/crc32.c
branches/lra/zlib/crc32.h
branches/lra/zlib/deflate.c
branches/lra/zlib/deflate.h
branches/lra/zlib/doc/algorithm.txt
branches/lra/zlib/gzguts.h
branches/lra/zlib/gzlib.c
branches/lra/zlib/gzread.c
branches/lra/zlib/gzwrite.c
branches/lra/zlib/infback.c
branches/lra/zlib/inffixed.h
branches/lra/zlib/inflate.c
branches/lra/zlib/inftrees.c
branches/lra/zlib/make_vms.com
branches/lra/zlib/msdos/Makefile.bor
branches/lra/zlib/msdos/Makefile.msc
branches/lra/zlib/msdos/Makefile.tc
branches/lra/zlib/qnx/package.qpg
branches/lra/zlib/treebuild.xml
branches/lra/zlib/trees.c
branches/lra/zlib/win32/Makefile.bor
branches/lra/zlib/win32/Makefile.gcc
branches/lra/zlib/win32/Makefile.msc
branches/lra/zlib/win32/README-WIN32.txt
branches/lra/zlib/win32/zlib.def
branches/lra/zlib/zconf.h
branches/lra/zlib/zconf.h.cmakein
branches/lra/zlib/zconf.h.in
branches/lra/zlib/zlib.3
branches/lra/zlib/zlib.h
branches/lra/zlib/zlib.map
branches/lra/zlib/zutil.c
branches/lra/zlib/zutil.h
Propchange: branches/lra/
('svn:mergeinfo' modified)