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


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

r184980 - in /branches/redhat/gcc-4_6-branch: ....


Author: jakub
Date: Tue Mar  6 09:40:54 2012
New Revision: 184980

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184980
Log:
svn merge -r180555:184969 svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch

Added:
    branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/20_util/allocator/51626.cc
      - copied unchanged from r184969, branches/gcc-4_6-branch/libstdc++-v3/testsuite/20_util/allocator/51626.cc
    branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/23_containers/map/modifiers/erase/51142.cc
      - copied unchanged from r184969, branches/gcc-4_6-branch/libstdc++-v3/testsuite/23_containers/map/modifiers/erase/51142.cc
    branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/23_containers/multimap/modifiers/erase/51142.cc
      - copied unchanged from r184969, branches/gcc-4_6-branch/libstdc++-v3/testsuite/23_containers/multimap/modifiers/erase/51142.cc
    branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/23_containers/multiset/modifiers/erase/
      - copied from r184969, branches/gcc-4_6-branch/libstdc++-v3/testsuite/23_containers/multiset/modifiers/erase/
    branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/23_containers/set/modifiers/erase/
      - copied from r184969, branches/gcc-4_6-branch/libstdc++-v3/testsuite/23_containers/set/modifiers/erase/
    branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/23_containers/unordered_map/erase/51142.cc
      - copied unchanged from r184969, branches/gcc-4_6-branch/libstdc++-v3/testsuite/23_containers/unordered_map/erase/51142.cc
    branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/23_containers/unordered_multimap/erase/51142.cc
      - copied unchanged from r184969, branches/gcc-4_6-branch/libstdc++-v3/testsuite/23_containers/unordered_multimap/erase/51142.cc
    branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/23_containers/unordered_multiset/erase/51142.cc
      - copied unchanged from r184969, branches/gcc-4_6-branch/libstdc++-v3/testsuite/23_containers/unordered_multiset/erase/51142.cc
    branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/23_containers/unordered_set/erase/51142.cc
      - copied unchanged from r184969, branches/gcc-4_6-branch/libstdc++-v3/testsuite/23_containers/unordered_set/erase/51142.cc
    branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/23_containers/unordered_set/operators/52309.cc
      - copied unchanged from r184969, branches/gcc-4_6-branch/libstdc++-v3/testsuite/23_containers/unordered_set/operators/52309.cc
    branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/26_numerics/cmath/
      - copied from r184969, branches/gcc-4_6-branch/libstdc++-v3/testsuite/26_numerics/cmath/
    branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/26_numerics/complex/50880.cc
      - copied unchanged from r184969, branches/gcc-4_6-branch/libstdc++-v3/testsuite/26_numerics/complex/50880.cc
    branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/26_numerics/complex/51083.cc
      - copied unchanged from r184969, branches/gcc-4_6-branch/libstdc++-v3/testsuite/26_numerics/complex/51083.cc
    branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/
      - copied from r184969, branches/gcc-4_6-branch/libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/
    branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/30_threads/condition_variable_any/50862.cc
      - copied unchanged from r184969, branches/gcc-4_6-branch/libstdc++-v3/testsuite/30_threads/condition_variable_any/50862.cc
    branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/51083.cc
      - copied unchanged from r184969, branches/gcc-4_6-branch/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/51083.cc
    branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/50880.cc
      - copied unchanged from r184969, branches/gcc-4_6-branch/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/50880.cc
    branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/51083.cc
      - copied unchanged from r184969, branches/gcc-4_6-branch/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/51083.cc
Modified:
    branches/redhat/gcc-4_6-branch/libstdc++-v3/ChangeLog
    branches/redhat/gcc-4_6-branch/libstdc++-v3/configure
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/bits/hashtable.h
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/bits/hashtable_policy.h
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/bits/random.h
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/bits/random.tcc
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/bits/regex.h
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/bits/shared_ptr.h
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/bits/shared_ptr_base.h
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/bits/stl_map.h
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/bits/stl_multimap.h
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/bits/stl_numeric.h
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/bits/stl_tree.h
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/bits/stl_uninitialized.h
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/c_global/cmath
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/debug/map.h
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/debug/multimap.h
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/debug/unordered_map
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/debug/unordered_set
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/ext/type_traits.h
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/profile/base.h
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler.h
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler_algos.h
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler_container_size.h
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler_hash_func.h
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler_hashtable_size.h
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler_list_to_slist.h
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler_list_to_vector.h
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler_map_to_unordered_map.h
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler_node.h
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler_state.h
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler_trace.h
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler_vector_size.h
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/profile/impl/profiler_vector_to_list.h
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/profile/map
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/profile/map.h
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/profile/multimap.h
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/profile/set
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/profile/unordered_map
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/profile/unordered_set
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/profile/vector
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/std/complex
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/std/condition_variable
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/tr1/complex
    branches/redhat/gcc-4_6-branch/libstdc++-v3/include/tr1/poly_hermite.tcc
    branches/redhat/gcc-4_6-branch/libstdc++-v3/python/Makefile.am
    branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/20_util/reference_wrapper/invoke-2.cc
    branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/20_util/shared_ptr/cons/43820_neg.cc
    branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/20_util/weak_ptr/comparison/cmp_neg.cc
    branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/dr1261.cc
    branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/dr1261.cc
    branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/ext/type_traits/add_unsigned_floating_neg.cc
    branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/ext/type_traits/add_unsigned_integer_neg.cc
    branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/ext/type_traits/remove_unsigned_floating_neg.cc
    branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/ext/type_traits/remove_unsigned_integer_neg.cc

Changes in other areas also in this revision:
Added:
    branches/redhat/gcc-4_6-branch/gcc/testsuite/c-c++-common/pr51768.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/c-c++-common/pr51768.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/c-c++-common/pr52181.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/c-c++-common/pr52181.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/abi/mangle60.C
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/abi/mangle60.C
    branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/auto31.C
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/auto31.C
    branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/decltype35.C
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/decltype35.C
    branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/decltype36.C
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/decltype36.C
    branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/pr50901.C
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/pr50901.C
    branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/pr51150.C
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/pr51150.C
    branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/rv-bitfield.C
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/rv-bitfield.C
    branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/rv-bitfield2.C
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/rv-bitfield2.C
    branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/rv-cast3.C
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/rv-cast3.C
    branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/rv-cast4.C
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/rv-cast4.C
    branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/gomp/pr51360-2.C
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/gomp/pr51360-2.C
    branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/gomp/pr51360.C
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/gomp/pr51360.C
    branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/gomp/pr51669.C
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/gomp/pr51669.C
    branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/init/value10.C
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/init/value10.C
    branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/ipa/pr51759.C
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/ipa/pr51759.C
    branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/other/enum2.C
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/other/enum2.C
    branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/other/offsetof7.C
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/other/offsetof7.C
    branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/pr48660.C
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/pr48660.C
    branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/template/asmgoto1.C
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/template/asmgoto1.C
    branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/torture/pr49720.C
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/torture/pr49720.C
    branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/torture/pr51344.C
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/torture/pr51344.C
    branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/tree-ssa/pr50622.C
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/tree-ssa/pr50622.C
    branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/vect/pr51485.cc
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/vect/pr51485.cc
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/compile/20110913-1.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/compile/20110913-1.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/compile/pr51077.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/compile/pr51077.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/compile/pr51767.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/compile/pr51767.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/compile/pr52074.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/compile/pr52074.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/20111208-1.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/20111208-1.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/20111212-1.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/20111212-1.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/20120105-1.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/20120105-1.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/20120111-1.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/20120111-1.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/20120207-1.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/20120207-1.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/doloop-1.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/doloop-1.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/doloop-2.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/doloop-2.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/pr51323.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/pr51323.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/pr51466.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/pr51466.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/pr52129.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/pr52129.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/pr52286.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/pr52286.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/bf-ms-layout-3.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/bf-ms-layout-3.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/debug/dwarf2/pr51410.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/debug/dwarf2/pr51410.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/delay-slot-2.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/delay-slot-2.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/dfp/pr52140.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/dfp/pr52140.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/gomp/pr51339.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/gomp/pr51339.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/gomp/pr51360.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/gomp/pr51360.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/noncompile/pr52290.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/noncompile/pr52290.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/pr50078.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/pr50078.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/pr51408.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/pr51408.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/pr51695.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/pr51695.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/pr51821.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/pr51821.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/pr52139.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/pr52139.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/torture/pr50396.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/torture/pr50396.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/torture/pr51042.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/torture/pr51042.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/torture/pr51070-2.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/torture/pr51070-2.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/torture/pr51070.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/torture/pr51070.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/torture/pr51106-1.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/torture/pr51106-1.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/torture/pr51106-2.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/torture/pr51106-2.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/torture/pr52060.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/torture/pr52060.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/tree-prof/pr44777.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/tree-prof/pr44777.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/tree-ssa/pr49642.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/tree-ssa/pr49642.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/tree-ssa/pr51583.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/tree-ssa/pr51583.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/volatile-bitfields-1.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/volatile-bitfields-1.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.target/arm/pr49641.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.target/arm/pr49641.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.target/arm/pr51835.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.target/arm/pr51835.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.target/arm/pr52006.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.target/arm/pr52006.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.target/arm/sibcall-2.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.target/arm/sibcall-2.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.target/arm/stack-red-zone.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.target/arm/stack-red-zone.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.target/avr/torture/pr51374-1.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.target/avr/torture/pr51374-1.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.target/i386/movdi-rex64.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.target/i386/movdi-rex64.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.target/i386/pr48721.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.target/i386/pr48721.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.target/i386/pr51393.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.target/i386/pr51393.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.target/i386/pr52330.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.target/i386/pr52330.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.target/powerpc/pr51623.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.target/powerpc/pr51623.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.target/powerpc/pr52199.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.target/powerpc/pr52199.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.target/powerpc/pr52457.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gcc.target/powerpc/pr52457.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gfortran.dg/class_47.f90
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/class_47.f90
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gfortran.dg/default_initialization_5.f90
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/default_initialization_5.f90
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gfortran.dg/derived_constructor_char_3.f90
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/derived_constructor_char_3.f90
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gfortran.dg/dummy_procedure_7.f90
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/dummy_procedure_7.f90
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gfortran.dg/implicit_pure_1.f90
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/implicit_pure_1.f90
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gfortran.dg/implicit_pure_2.f90
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/implicit_pure_2.f90
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gfortran.dg/init_flag_8.f90
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/init_flag_8.f90
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gfortran.dg/init_flag_9.f90
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/init_flag_9.f90
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gfortran.dg/intrinsic_size_2.f90
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/intrinsic_size_2.f90
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gfortran.dg/io_constraints_10.f90
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/io_constraints_10.f90
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gfortran.dg/move_alloc_12.f90
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/move_alloc_12.f90
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gfortran.dg/move_alloc_8.f90
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/move_alloc_8.f90
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gfortran.dg/pr50875.f90
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/pr50875.f90
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gfortran.dg/realloc_on_assign_10.f90
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/realloc_on_assign_10.f90
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gfortran.dg/realloc_on_assign_11.f90
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/realloc_on_assign_11.f90
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gfortran.dg/realloc_on_assign_12.f90
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/realloc_on_assign_12.f90
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gfortran.dg/realloc_on_assign_13.f90
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/realloc_on_assign_13.f90
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gfortran.dg/realloc_on_assign_8.f90
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/realloc_on_assign_8.f90
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gfortran.dg/shape_7.f90
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/shape_7.f90
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gfortran.dg/warn_function_without_result_2.f90
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/warn_function_without_result_2.f90
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gfortran.dg/whole_file_35.f90
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/whole_file_35.f90
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gnat.dg/frame_overflow.ads
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gnat.dg/frame_overflow.ads
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gnat.dg/renaming5.adb
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gnat.dg/renaming5.adb
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gnat.dg/renaming5.ads
      - copied unchanged from r184969, branches/gcc-4_6-branch/gcc/testsuite/gnat.dg/renaming5.ads
    branches/redhat/gcc-4_6-branch/libgomp/testsuite/libgomp.c/pr46886.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/libgomp/testsuite/libgomp.c/pr46886.c
    branches/redhat/gcc-4_6-branch/libmudflap/testsuite/libmudflap.c/fail68-frag.c
      - copied unchanged from r184969, branches/gcc-4_6-branch/libmudflap/testsuite/libmudflap.c/fail68-frag.c
Modified:
    branches/redhat/gcc-4_6-branch/   (props changed)
    branches/redhat/gcc-4_6-branch/ChangeLog
    branches/redhat/gcc-4_6-branch/Makefile.def
    branches/redhat/gcc-4_6-branch/Makefile.in
    branches/redhat/gcc-4_6-branch/boehm-gc/ChangeLog
    branches/redhat/gcc-4_6-branch/boehm-gc/configure
    branches/redhat/gcc-4_6-branch/boehm-gc/configure.ac
    branches/redhat/gcc-4_6-branch/boehm-gc/include/gc_config.h.in
    branches/redhat/gcc-4_6-branch/boehm-gc/include/gc_config_macros.h
    branches/redhat/gcc-4_6-branch/boehm-gc/include/private/gcconfig.h
    branches/redhat/gcc-4_6-branch/config/ChangeLog
    branches/redhat/gcc-4_6-branch/config/acx.m4
    branches/redhat/gcc-4_6-branch/configure
    branches/redhat/gcc-4_6-branch/configure.ac
    branches/redhat/gcc-4_6-branch/contrib/ChangeLog
    branches/redhat/gcc-4_6-branch/contrib/reghunt/ChangeLog
    branches/redhat/gcc-4_6-branch/contrib/regression/ChangeLog
    branches/redhat/gcc-4_6-branch/fixincludes/ChangeLog
    branches/redhat/gcc-4_6-branch/gcc/BASE-VER
    branches/redhat/gcc-4_6-branch/gcc/ChangeLog
    branches/redhat/gcc-4_6-branch/gcc/DATESTAMP
    branches/redhat/gcc-4_6-branch/gcc/ada/ChangeLog
    branches/redhat/gcc-4_6-branch/gcc/ada/Make-generated.in
    branches/redhat/gcc-4_6-branch/gcc/ada/gcc-interface/Makefile.in
    branches/redhat/gcc-4_6-branch/gcc/ada/gcc-interface/decl.c
    branches/redhat/gcc-4_6-branch/gcc/ada/gcc-interface/trans.c
    branches/redhat/gcc-4_6-branch/gcc/ada/gnatvsn.ads
    branches/redhat/gcc-4_6-branch/gcc/ada/init.c
    branches/redhat/gcc-4_6-branch/gcc/ada/mlib-tgt-specific-darwin.adb
    branches/redhat/gcc-4_6-branch/gcc/c-decl.c
    branches/redhat/gcc-4_6-branch/gcc/c-family/ChangeLog
    branches/redhat/gcc-4_6-branch/gcc/c-family/c-common.c
    branches/redhat/gcc-4_6-branch/gcc/c-family/c-common.h
    branches/redhat/gcc-4_6-branch/gcc/c-parser.c
    branches/redhat/gcc-4_6-branch/gcc/c-typeck.c
    branches/redhat/gcc-4_6-branch/gcc/calls.c
    branches/redhat/gcc-4_6-branch/gcc/cfgcleanup.c
    branches/redhat/gcc-4_6-branch/gcc/cfgrtl.c
    branches/redhat/gcc-4_6-branch/gcc/combine.c
    branches/redhat/gcc-4_6-branch/gcc/compare-elim.c
    branches/redhat/gcc-4_6-branch/gcc/config/alpha/linux-unwind.h
    branches/redhat/gcc-4_6-branch/gcc/config/arm/arm.c
    branches/redhat/gcc-4_6-branch/gcc/config/arm/arm.md
    branches/redhat/gcc-4_6-branch/gcc/config/arm/thumb2.md
    branches/redhat/gcc-4_6-branch/gcc/config/avr/avr-devices.c
    branches/redhat/gcc-4_6-branch/gcc/config/avr/avr.c
    branches/redhat/gcc-4_6-branch/gcc/config/avr/avr.md
    branches/redhat/gcc-4_6-branch/gcc/config/avr/libgcc.S
    branches/redhat/gcc-4_6-branch/gcc/config/darwin.c
    branches/redhat/gcc-4_6-branch/gcc/config/i386/avxintrin.h
    branches/redhat/gcc-4_6-branch/gcc/config/i386/driver-i386.c
    branches/redhat/gcc-4_6-branch/gcc/config/i386/freebsd.h
    branches/redhat/gcc-4_6-branch/gcc/config/i386/i386.c
    branches/redhat/gcc-4_6-branch/gcc/config/i386/i386.md
    branches/redhat/gcc-4_6-branch/gcc/config/i386/sse.md
    branches/redhat/gcc-4_6-branch/gcc/config/i386/winnt-cxx.c
    branches/redhat/gcc-4_6-branch/gcc/config/mips/mips.md
    branches/redhat/gcc-4_6-branch/gcc/config/pa/pa.c
    branches/redhat/gcc-4_6-branch/gcc/config/pa/pa.h
    branches/redhat/gcc-4_6-branch/gcc/config/pa/pa.md
    branches/redhat/gcc-4_6-branch/gcc/config/pa/predicates.md
    branches/redhat/gcc-4_6-branch/gcc/config/rs6000/rs6000.c
    branches/redhat/gcc-4_6-branch/gcc/config/rs6000/rs6000.md
    branches/redhat/gcc-4_6-branch/gcc/config/rs6000/vsx.md
    branches/redhat/gcc-4_6-branch/gcc/config/s390/s390.md
    branches/redhat/gcc-4_6-branch/gcc/config/sparc/sol2-unwind.h
    branches/redhat/gcc-4_6-branch/gcc/config/sparc/sparc.c
    branches/redhat/gcc-4_6-branch/gcc/config/sparc/sparc.h
    branches/redhat/gcc-4_6-branch/gcc/config/sparc/sparc.md
    branches/redhat/gcc-4_6-branch/gcc/config/spu/spu.c
    branches/redhat/gcc-4_6-branch/gcc/configure
    branches/redhat/gcc-4_6-branch/gcc/configure.ac
    branches/redhat/gcc-4_6-branch/gcc/cp/ChangeLog
    branches/redhat/gcc-4_6-branch/gcc/cp/call.c
    branches/redhat/gcc-4_6-branch/gcc/cp/class.c
    branches/redhat/gcc-4_6-branch/gcc/cp/decl.c
    branches/redhat/gcc-4_6-branch/gcc/cp/decl2.c
    branches/redhat/gcc-4_6-branch/gcc/cp/init.c
    branches/redhat/gcc-4_6-branch/gcc/cp/mangle.c
    branches/redhat/gcc-4_6-branch/gcc/cp/pt.c
    branches/redhat/gcc-4_6-branch/gcc/cp/semantics.c
    branches/redhat/gcc-4_6-branch/gcc/cp/typeck.c
    branches/redhat/gcc-4_6-branch/gcc/cselib.c
    branches/redhat/gcc-4_6-branch/gcc/df.h
    branches/redhat/gcc-4_6-branch/gcc/diagnostic.c
    branches/redhat/gcc-4_6-branch/gcc/doc/invoke.texi
    branches/redhat/gcc-4_6-branch/gcc/dojump.c
    branches/redhat/gcc-4_6-branch/gcc/dwarf2out.c
    branches/redhat/gcc-4_6-branch/gcc/expr.c
    branches/redhat/gcc-4_6-branch/gcc/expr.h
    branches/redhat/gcc-4_6-branch/gcc/fold-const.c
    branches/redhat/gcc-4_6-branch/gcc/fortran/ChangeLog
    branches/redhat/gcc-4_6-branch/gcc/fortran/check.c
    branches/redhat/gcc-4_6-branch/gcc/fortran/dependency.c
    branches/redhat/gcc-4_6-branch/gcc/fortran/expr.c
    branches/redhat/gcc-4_6-branch/gcc/fortran/interface.c
    branches/redhat/gcc-4_6-branch/gcc/fortran/invoke.texi
    branches/redhat/gcc-4_6-branch/gcc/fortran/io.c
    branches/redhat/gcc-4_6-branch/gcc/fortran/resolve.c
    branches/redhat/gcc-4_6-branch/gcc/fortran/simplify.c
    branches/redhat/gcc-4_6-branch/gcc/fortran/trans-array.c
    branches/redhat/gcc-4_6-branch/gcc/fortran/trans-decl.c
    branches/redhat/gcc-4_6-branch/gcc/fortran/trans-expr.c
    branches/redhat/gcc-4_6-branch/gcc/fortran/trans-types.c
    branches/redhat/gcc-4_6-branch/gcc/function.c
    branches/redhat/gcc-4_6-branch/gcc/gengtype.c
    branches/redhat/gcc-4_6-branch/gcc/go/ChangeLog
    branches/redhat/gcc-4_6-branch/gcc/gthr.h
    branches/redhat/gcc-4_6-branch/gcc/ipa-prop.c
    branches/redhat/gcc-4_6-branch/gcc/ipa-split.c
    branches/redhat/gcc-4_6-branch/gcc/java/ChangeLog
    branches/redhat/gcc-4_6-branch/gcc/java/lang.c
    branches/redhat/gcc-4_6-branch/gcc/loop-doloop.c
    branches/redhat/gcc-4_6-branch/gcc/lto-cgraph.c
    branches/redhat/gcc-4_6-branch/gcc/lto-opts.c
    branches/redhat/gcc-4_6-branch/gcc/lto-section-in.c
    branches/redhat/gcc-4_6-branch/gcc/lto-streamer-in.c
    branches/redhat/gcc-4_6-branch/gcc/lto-streamer-out.c
    branches/redhat/gcc-4_6-branch/gcc/lto/ChangeLog
    branches/redhat/gcc-4_6-branch/gcc/lto/lto.c
    branches/redhat/gcc-4_6-branch/gcc/lto/lto.h
    branches/redhat/gcc-4_6-branch/gcc/objc/ChangeLog
    branches/redhat/gcc-4_6-branch/gcc/objc/objc-act.c
    branches/redhat/gcc-4_6-branch/gcc/objc/objc-next-runtime-abi-01.c
    branches/redhat/gcc-4_6-branch/gcc/objcp/ChangeLog
    branches/redhat/gcc-4_6-branch/gcc/omp-low.c
    branches/redhat/gcc-4_6-branch/gcc/po/ChangeLog
    branches/redhat/gcc-4_6-branch/gcc/po/ja.po
    branches/redhat/gcc-4_6-branch/gcc/profile.c
    branches/redhat/gcc-4_6-branch/gcc/recog.c
    branches/redhat/gcc-4_6-branch/gcc/regmove.c
    branches/redhat/gcc-4_6-branch/gcc/reload1.c
    branches/redhat/gcc-4_6-branch/gcc/reorg.c
    branches/redhat/gcc-4_6-branch/gcc/sched-deps.c
    branches/redhat/gcc-4_6-branch/gcc/simplify-rtx.c
    branches/redhat/gcc-4_6-branch/gcc/stmt.c
    branches/redhat/gcc-4_6-branch/gcc/stor-layout.c
    branches/redhat/gcc-4_6-branch/gcc/target.h
    branches/redhat/gcc-4_6-branch/gcc/targhooks.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/ChangeLog
    branches/redhat/gcc-4_6-branch/gcc/testsuite/ada/acats/overflow.lst
    branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/variadic103.C
    branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/gcov/gcov-2.C
    branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.old-deja/g++.oliva/ChangeLog
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/cpp/assert4.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/pr45819.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/tree-ssa/pta-ptrarith-1.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/tree-ssa/pta-ptrarith-2.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.target/arm/headmerge-2.c
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gnat.dg/frame_overflow.adb
    branches/redhat/gcc-4_6-branch/gcc/testsuite/gnat.dg/specs/addr1.ads
    branches/redhat/gcc-4_6-branch/gcc/testsuite/lib/gcc-dg.exp
    branches/redhat/gcc-4_6-branch/gcc/testsuite/lib/target-supports.exp
    branches/redhat/gcc-4_6-branch/gcc/tree-flow.h
    branches/redhat/gcc-4_6-branch/gcc/tree-loop-distribution.c
    branches/redhat/gcc-4_6-branch/gcc/tree-mudflap.c
    branches/redhat/gcc-4_6-branch/gcc/tree-object-size.c
    branches/redhat/gcc-4_6-branch/gcc/tree-outof-ssa.c
    branches/redhat/gcc-4_6-branch/gcc/tree-parloops.c
    branches/redhat/gcc-4_6-branch/gcc/tree-sra.c
    branches/redhat/gcc-4_6-branch/gcc/tree-ssa-coalesce.c
    branches/redhat/gcc-4_6-branch/gcc/tree-ssa-forwprop.c
    branches/redhat/gcc-4_6-branch/gcc/tree-ssa-loop-ch.c
    branches/redhat/gcc-4_6-branch/gcc/tree-ssa-pre.c
    branches/redhat/gcc-4_6-branch/gcc/tree-ssa-sccvn.c
    branches/redhat/gcc-4_6-branch/gcc/tree-ssa-structalias.c
    branches/redhat/gcc-4_6-branch/gcc/tree-vect-data-refs.c
    branches/redhat/gcc-4_6-branch/gcc/tree-vect-loop.c
    branches/redhat/gcc-4_6-branch/gcc/tree-vect-stmts.c
    branches/redhat/gcc-4_6-branch/gcc/varasm.c
    branches/redhat/gcc-4_6-branch/gnattools/ChangeLog
    branches/redhat/gcc-4_6-branch/include/ChangeLog
    branches/redhat/gcc-4_6-branch/intl/ChangeLog
    branches/redhat/gcc-4_6-branch/libada/ChangeLog
    branches/redhat/gcc-4_6-branch/libada/Makefile.in
    branches/redhat/gcc-4_6-branch/libcpp/ChangeLog
    branches/redhat/gcc-4_6-branch/libcpp/po/ChangeLog
    branches/redhat/gcc-4_6-branch/libdecnumber/ChangeLog
    branches/redhat/gcc-4_6-branch/libffi/ChangeLog
    branches/redhat/gcc-4_6-branch/libffi/configure
    branches/redhat/gcc-4_6-branch/libffi/configure.ac
    branches/redhat/gcc-4_6-branch/libgcc/ChangeLog
    branches/redhat/gcc-4_6-branch/libgcc/config.host
    branches/redhat/gcc-4_6-branch/libgcc/config/libbid/ChangeLog
    branches/redhat/gcc-4_6-branch/libgcc/generic-morestack.c
    branches/redhat/gcc-4_6-branch/libgfortran/ChangeLog
    branches/redhat/gcc-4_6-branch/libgfortran/configure
    branches/redhat/gcc-4_6-branch/libgomp/ChangeLog
    branches/redhat/gcc-4_6-branch/libgomp/configure
    branches/redhat/gcc-4_6-branch/libiberty/ChangeLog
    branches/redhat/gcc-4_6-branch/libiberty/make-relative-prefix.c
    branches/redhat/gcc-4_6-branch/libiberty/simple-object-mach-o.c
    branches/redhat/gcc-4_6-branch/libjava/ChangeLog
    branches/redhat/gcc-4_6-branch/libjava/classpath/ChangeLog
    branches/redhat/gcc-4_6-branch/libjava/classpath/ChangeLog.gcj
    branches/redhat/gcc-4_6-branch/libjava/classpath/config.rpath
    branches/redhat/gcc-4_6-branch/libjava/classpath/configure
    branches/redhat/gcc-4_6-branch/libjava/configure
    branches/redhat/gcc-4_6-branch/libjava/configure.ac
    branches/redhat/gcc-4_6-branch/libjava/libltdl/ChangeLog
    branches/redhat/gcc-4_6-branch/libjava/libltdl/acinclude.m4
    branches/redhat/gcc-4_6-branch/libjava/libltdl/configure
    branches/redhat/gcc-4_6-branch/libjava/prims.cc
    branches/redhat/gcc-4_6-branch/libmudflap/ChangeLog
    branches/redhat/gcc-4_6-branch/libmudflap/configure
    branches/redhat/gcc-4_6-branch/libobjc/ChangeLog
    branches/redhat/gcc-4_6-branch/libobjc/configure
    branches/redhat/gcc-4_6-branch/libquadmath/ChangeLog
    branches/redhat/gcc-4_6-branch/libquadmath/configure
    branches/redhat/gcc-4_6-branch/libssp/ChangeLog
    branches/redhat/gcc-4_6-branch/libssp/configure
    branches/redhat/gcc-4_6-branch/libtool.m4
    branches/redhat/gcc-4_6-branch/lto-plugin/ChangeLog
    branches/redhat/gcc-4_6-branch/lto-plugin/Makefile.am
    branches/redhat/gcc-4_6-branch/lto-plugin/Makefile.in
    branches/redhat/gcc-4_6-branch/lto-plugin/aclocal.m4
    branches/redhat/gcc-4_6-branch/lto-plugin/configure
    branches/redhat/gcc-4_6-branch/lto-plugin/configure.ac
    branches/redhat/gcc-4_6-branch/maintainer-scripts/ChangeLog
    branches/redhat/gcc-4_6-branch/maintainer-scripts/update_web_docs_svn
    branches/redhat/gcc-4_6-branch/zlib/ChangeLog
    branches/redhat/gcc-4_6-branch/zlib/configure

Propchange: branches/redhat/gcc-4_6-branch/
            ('svn:mergeinfo' modified)



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