r163061 - in /branches/ira-improv: ./ ChangeLog...
vmakarov@gcc.gnu.org
vmakarov@gcc.gnu.org
Tue Aug 10 13:46:00 GMT 2010
Author: vmakarov
Date: Tue Aug 10 13:45:54 2010
New Revision: 163061
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163061
Log:
Merged with trunk@r162979
Added:
branches/ira-improv/libstdc++-v3/include/bits/range_access.h
- copied unchanged from r162979, trunk/libstdc++-v3/include/bits/range_access.h
branches/ira-improv/libstdc++-v3/testsuite/18_support/initializer_list/range_access.cc
- copied unchanged from r162979, trunk/libstdc++-v3/testsuite/18_support/initializer_list/range_access.cc
branches/ira-improv/libstdc++-v3/testsuite/20_util/tuple/creation_functions/forward_as_tuple.cc
- copied unchanged from r162979, trunk/libstdc++-v3/testsuite/20_util/tuple/creation_functions/forward_as_tuple.cc
branches/ira-improv/libstdc++-v3/testsuite/21_strings/basic_string/range_access.cc
- copied unchanged from r162979, trunk/libstdc++-v3/testsuite/21_strings/basic_string/range_access.cc
branches/ira-improv/libstdc++-v3/testsuite/23_containers/array/range_access.cc
- copied unchanged from r162979, trunk/libstdc++-v3/testsuite/23_containers/array/range_access.cc
branches/ira-improv/libstdc++-v3/testsuite/23_containers/deque/range_access.cc
- copied unchanged from r162979, trunk/libstdc++-v3/testsuite/23_containers/deque/range_access.cc
branches/ira-improv/libstdc++-v3/testsuite/23_containers/forward_list/range_access.cc
- copied unchanged from r162979, trunk/libstdc++-v3/testsuite/23_containers/forward_list/range_access.cc
branches/ira-improv/libstdc++-v3/testsuite/23_containers/list/range_access.cc
- copied unchanged from r162979, trunk/libstdc++-v3/testsuite/23_containers/list/range_access.cc
branches/ira-improv/libstdc++-v3/testsuite/23_containers/map/range_access.cc
- copied unchanged from r162979, trunk/libstdc++-v3/testsuite/23_containers/map/range_access.cc
branches/ira-improv/libstdc++-v3/testsuite/23_containers/multimap/range_access.cc
- copied unchanged from r162979, trunk/libstdc++-v3/testsuite/23_containers/multimap/range_access.cc
branches/ira-improv/libstdc++-v3/testsuite/23_containers/multiset/range_access.cc
- copied unchanged from r162979, trunk/libstdc++-v3/testsuite/23_containers/multiset/range_access.cc
branches/ira-improv/libstdc++-v3/testsuite/23_containers/set/range_access.cc
- copied unchanged from r162979, trunk/libstdc++-v3/testsuite/23_containers/set/range_access.cc
branches/ira-improv/libstdc++-v3/testsuite/23_containers/unordered_map/range_access.cc
- copied unchanged from r162979, trunk/libstdc++-v3/testsuite/23_containers/unordered_map/range_access.cc
branches/ira-improv/libstdc++-v3/testsuite/23_containers/unordered_multimap/range_access.cc
- copied unchanged from r162979, trunk/libstdc++-v3/testsuite/23_containers/unordered_multimap/range_access.cc
branches/ira-improv/libstdc++-v3/testsuite/23_containers/unordered_multiset/range_access.cc
- copied unchanged from r162979, trunk/libstdc++-v3/testsuite/23_containers/unordered_multiset/range_access.cc
branches/ira-improv/libstdc++-v3/testsuite/23_containers/unordered_set/range_access.cc
- copied unchanged from r162979, trunk/libstdc++-v3/testsuite/23_containers/unordered_set/range_access.cc
branches/ira-improv/libstdc++-v3/testsuite/23_containers/vector/range_access.cc
- copied unchanged from r162979, trunk/libstdc++-v3/testsuite/23_containers/vector/range_access.cc
branches/ira-improv/libstdc++-v3/testsuite/24_iterators/headers/iterator/range_access.cc
- copied unchanged from r162979, trunk/libstdc++-v3/testsuite/24_iterators/headers/iterator/range_access.cc
branches/ira-improv/libstdc++-v3/testsuite/24_iterators/range_access.cc
- copied unchanged from r162979, trunk/libstdc++-v3/testsuite/24_iterators/range_access.cc
branches/ira-improv/libstdc++-v3/testsuite/26_numerics/valarray/range_access.cc
- copied unchanged from r162979, trunk/libstdc++-v3/testsuite/26_numerics/valarray/range_access.cc
branches/ira-improv/libstdc++-v3/testsuite/28_regex/range_access.cc
- copied unchanged from r162979, trunk/libstdc++-v3/testsuite/28_regex/range_access.cc
branches/ira-improv/libstdc++-v3/testsuite/ext/vstring/range_access.cc
- copied unchanged from r162979, trunk/libstdc++-v3/testsuite/ext/vstring/range_access.cc
Removed:
branches/ira-improv/libstdc++-v3/testsuite/20_util/identity/
branches/ira-improv/libstdc++-v3/testsuite/20_util/tuple/creation_functions/pack_arguments.cc
Modified:
branches/ira-improv/libstdc++-v3/ChangeLog
branches/ira-improv/libstdc++-v3/acinclude.m4
branches/ira-improv/libstdc++-v3/config.h.in
branches/ira-improv/libstdc++-v3/config/io/c_io_stdio.h
branches/ira-improv/libstdc++-v3/configure
branches/ira-improv/libstdc++-v3/configure.ac
branches/ira-improv/libstdc++-v3/include/Makefile.am
branches/ira-improv/libstdc++-v3/include/Makefile.in
branches/ira-improv/libstdc++-v3/include/bits/char_traits.h
branches/ira-improv/libstdc++-v3/include/bits/forward_list.h
branches/ira-improv/libstdc++-v3/include/bits/ios_base.h
branches/ira-improv/libstdc++-v3/include/bits/move.h
branches/ira-improv/libstdc++-v3/include/bits/stl_bvector.h
branches/ira-improv/libstdc++-v3/include/bits/stl_deque.h
branches/ira-improv/libstdc++-v3/include/bits/stl_list.h
branches/ira-improv/libstdc++-v3/include/bits/stl_map.h
branches/ira-improv/libstdc++-v3/include/bits/stl_multimap.h
branches/ira-improv/libstdc++-v3/include/bits/stl_multiset.h
branches/ira-improv/libstdc++-v3/include/bits/stl_set.h
branches/ira-improv/libstdc++-v3/include/bits/stl_vector.h
branches/ira-improv/libstdc++-v3/include/bits/unordered_map.h
branches/ira-improv/libstdc++-v3/include/bits/unordered_set.h
branches/ira-improv/libstdc++-v3/include/debug/deque
branches/ira-improv/libstdc++-v3/include/debug/list
branches/ira-improv/libstdc++-v3/include/debug/map.h
branches/ira-improv/libstdc++-v3/include/debug/multimap.h
branches/ira-improv/libstdc++-v3/include/debug/multiset.h
branches/ira-improv/libstdc++-v3/include/debug/set.h
branches/ira-improv/libstdc++-v3/include/debug/string
branches/ira-improv/libstdc++-v3/include/debug/unordered_map
branches/ira-improv/libstdc++-v3/include/debug/unordered_set
branches/ira-improv/libstdc++-v3/include/debug/vector
branches/ira-improv/libstdc++-v3/include/ext/vstring.h
branches/ira-improv/libstdc++-v3/include/ext/vstring_util.h
branches/ira-improv/libstdc++-v3/include/profile/deque
branches/ira-improv/libstdc++-v3/include/profile/list
branches/ira-improv/libstdc++-v3/include/profile/map.h
branches/ira-improv/libstdc++-v3/include/profile/multimap.h
branches/ira-improv/libstdc++-v3/include/profile/multiset.h
branches/ira-improv/libstdc++-v3/include/profile/set.h
branches/ira-improv/libstdc++-v3/include/profile/unordered_map
branches/ira-improv/libstdc++-v3/include/profile/unordered_set
branches/ira-improv/libstdc++-v3/include/profile/vector
branches/ira-improv/libstdc++-v3/include/std/array
branches/ira-improv/libstdc++-v3/include/std/deque
branches/ira-improv/libstdc++-v3/include/std/forward_list
branches/ira-improv/libstdc++-v3/include/std/functional
branches/ira-improv/libstdc++-v3/include/std/iterator
branches/ira-improv/libstdc++-v3/include/std/list
branches/ira-improv/libstdc++-v3/include/std/map
branches/ira-improv/libstdc++-v3/include/std/ratio
branches/ira-improv/libstdc++-v3/include/std/regex
branches/ira-improv/libstdc++-v3/include/std/set
branches/ira-improv/libstdc++-v3/include/std/string
branches/ira-improv/libstdc++-v3/include/std/thread
branches/ira-improv/libstdc++-v3/include/std/tuple
branches/ira-improv/libstdc++-v3/include/std/unordered_map
branches/ira-improv/libstdc++-v3/include/std/unordered_set
branches/ira-improv/libstdc++-v3/include/std/valarray
branches/ira-improv/libstdc++-v3/include/std/vector
branches/ira-improv/libstdc++-v3/include/tr1_impl/utility
branches/ira-improv/libstdc++-v3/libsupc++/initializer_list
branches/ira-improv/libstdc++-v3/python/hook.in
branches/ira-improv/libstdc++-v3/testsuite/20_util/pair/piecewise.cc
branches/ira-improv/libstdc++-v3/testsuite/20_util/ratio/comparisons/comp1.cc
branches/ira-improv/libstdc++-v3/testsuite/20_util/ratio/comparisons/comp2.cc
branches/ira-improv/libstdc++-v3/testsuite/22_locale/num_put/put/char/14220.cc
branches/ira-improv/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/14220.cc
branches/ira-improv/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/12.cc
branches/ira-improv/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/12.cc
branches/ira-improv/libstdc++-v3/testsuite/27_io/ios_base/cons/assign_neg.cc
branches/ira-improv/libstdc++-v3/testsuite/27_io/ios_base/cons/copy_neg.cc
branches/ira-improv/libstdc++-v3/testsuite/30_threads/thread/cons/copy_neg.cc
branches/ira-improv/libstdc++-v3/testsuite/ext/enc_filebuf/char/13598.cc
Changes in other areas also in this revision:
Added:
branches/ira-improv/gcc/ada/a-suesen.adb
- copied unchanged from r162979, trunk/gcc/ada/a-suesen.adb
branches/ira-improv/gcc/ada/a-suesen.ads
- copied unchanged from r162979, trunk/gcc/ada/a-suesen.ads
branches/ira-improv/gcc/ada/a-suewse.adb
- copied unchanged from r162979, trunk/gcc/ada/a-suewse.adb
branches/ira-improv/gcc/ada/a-suewse.ads
- copied unchanged from r162979, trunk/gcc/ada/a-suewse.ads
branches/ira-improv/gcc/ada/a-suezse.adb
- copied unchanged from r162979, trunk/gcc/ada/a-suezse.adb
branches/ira-improv/gcc/ada/a-suezse.ads
- copied unchanged from r162979, trunk/gcc/ada/a-suezse.ads
branches/ira-improv/gcc/config/arm/arm-ldmstm.ml
- copied unchanged from r162979, trunk/gcc/config/arm/arm-ldmstm.ml
branches/ira-improv/gcc/config/arm/ldmstm.md
- copied unchanged from r162979, trunk/gcc/config/arm/ldmstm.md
branches/ira-improv/gcc/config/g.opt
- copied unchanged from r162979, trunk/gcc/config/g.opt
branches/ira-improv/gcc/config/moxie/rtems.h
- copied unchanged from r162979, trunk/gcc/config/moxie/rtems.h
branches/ira-improv/gcc/testsuite/g++.dg/cpp0x/sfinae3.C
- copied unchanged from r162979, trunk/gcc/testsuite/g++.dg/cpp0x/sfinae3.C
branches/ira-improv/gcc/testsuite/g++.dg/cpp0x/sfinae4.C
- copied unchanged from r162979, trunk/gcc/testsuite/g++.dg/cpp0x/sfinae4.C
branches/ira-improv/gcc/testsuite/g++.dg/cpp0x/variadic102.C
- copied unchanged from r162979, trunk/gcc/testsuite/g++.dg/cpp0x/variadic102.C
branches/ira-improv/gcc/testsuite/g++.dg/cpp0x/variadic103.C
- copied unchanged from r162979, trunk/gcc/testsuite/g++.dg/cpp0x/variadic103.C
branches/ira-improv/gcc/testsuite/g++.dg/debug/dwarf2/typedef4.C
- copied unchanged from r162979, trunk/gcc/testsuite/g++.dg/debug/dwarf2/typedef4.C
branches/ira-improv/gcc/testsuite/g++.dg/ipa/devirt-1.C
- copied unchanged from r162979, trunk/gcc/testsuite/g++.dg/ipa/devirt-1.C
branches/ira-improv/gcc/testsuite/g++.dg/ipa/devirt-2.C
- copied unchanged from r162979, trunk/gcc/testsuite/g++.dg/ipa/devirt-2.C
branches/ira-improv/gcc/testsuite/g++.dg/ipa/devirt-3.C
- copied unchanged from r162979, trunk/gcc/testsuite/g++.dg/ipa/devirt-3.C
branches/ira-improv/gcc/testsuite/g++.dg/ipa/devirt-4.C
- copied unchanged from r162979, trunk/gcc/testsuite/g++.dg/ipa/devirt-4.C
branches/ira-improv/gcc/testsuite/g++.dg/ipa/devirt-5.C
- copied unchanged from r162979, trunk/gcc/testsuite/g++.dg/ipa/devirt-5.C
branches/ira-improv/gcc/testsuite/g++.dg/ipa/ipcp-ivi-1.C
- copied unchanged from r162979, trunk/gcc/testsuite/g++.dg/ipa/ipcp-ivi-1.C
branches/ira-improv/gcc/testsuite/g++.dg/pr45112.C
- copied unchanged from r162979, trunk/gcc/testsuite/g++.dg/pr45112.C
branches/ira-improv/gcc/testsuite/gcc.c-torture/compile/pr45085.c
- copied unchanged from r162979, trunk/gcc/testsuite/gcc.c-torture/compile/pr45085.c
branches/ira-improv/gcc/testsuite/gcc.c-torture/execute/20100805-1.c
- copied unchanged from r162979, trunk/gcc/testsuite/gcc.c-torture/execute/20100805-1.c
branches/ira-improv/gcc/testsuite/gcc.c-torture/execute/pr45034.c
- copied unchanged from r162979, trunk/gcc/testsuite/gcc.c-torture/execute/pr45034.c
branches/ira-improv/gcc/testsuite/gcc.dg/ipa/iinline-3.c
- copied unchanged from r162979, trunk/gcc/testsuite/gcc.dg/ipa/iinline-3.c
branches/ira-improv/gcc/testsuite/gcc.dg/ipa/ipa-pta-15.c
- copied unchanged from r162979, trunk/gcc/testsuite/gcc.dg/ipa/ipa-pta-15.c
branches/ira-improv/gcc/testsuite/gcc.dg/ipa/ipcp-ii-1.c
- copied unchanged from r162979, trunk/gcc/testsuite/gcc.dg/ipa/ipcp-ii-1.c
branches/ira-improv/gcc/testsuite/gcc.dg/pr45055.c
- copied unchanged from r162979, trunk/gcc/testsuite/gcc.dg/pr45055.c
branches/ira-improv/gcc/testsuite/gcc.dg/pr45079.c
- copied unchanged from r162979, trunk/gcc/testsuite/gcc.dg/pr45079.c
branches/ira-improv/gcc/testsuite/gcc.dg/pr45083.c
- copied unchanged from r162979, trunk/gcc/testsuite/gcc.dg/pr45083.c
branches/ira-improv/gcc/testsuite/gcc.dg/pr45101.c
- copied unchanged from r162979, trunk/gcc/testsuite/gcc.dg/pr45101.c
branches/ira-improv/gcc/testsuite/gcc.dg/pr45105.c
- copied unchanged from r162979, trunk/gcc/testsuite/gcc.dg/pr45105.c
branches/ira-improv/gcc/testsuite/gcc.dg/pr45107.c
- copied unchanged from r162979, trunk/gcc/testsuite/gcc.dg/pr45107.c
branches/ira-improv/gcc/testsuite/gcc.dg/tls/emutls-2.c
- copied unchanged from r162979, trunk/gcc/testsuite/gcc.dg/tls/emutls-2.c
branches/ira-improv/gcc/testsuite/gcc.dg/tls/thr-init-1.c
- copied unchanged from r162979, trunk/gcc/testsuite/gcc.dg/tls/thr-init-1.c
branches/ira-improv/gcc/testsuite/gcc.dg/tls/thr-init-2.c
- copied unchanged from r162979, trunk/gcc/testsuite/gcc.dg/tls/thr-init-2.c
branches/ira-improv/gcc/testsuite/gcc.dg/torture/tls/
- copied from r162979, trunk/gcc/testsuite/gcc.dg/torture/tls/
branches/ira-improv/gcc/testsuite/gcc.dg/tree-ssa/ivopt_1.c
- copied unchanged from r162979, trunk/gcc/testsuite/gcc.dg/tree-ssa/ivopt_1.c
branches/ira-improv/gcc/testsuite/gcc.dg/tree-ssa/ivopt_2.c
- copied unchanged from r162979, trunk/gcc/testsuite/gcc.dg/tree-ssa/ivopt_2.c
branches/ira-improv/gcc/testsuite/gcc.dg/tree-ssa/ivopt_3.c
- copied unchanged from r162979, trunk/gcc/testsuite/gcc.dg/tree-ssa/ivopt_3.c
branches/ira-improv/gcc/testsuite/gcc.dg/tree-ssa/ivopt_4.c
- copied unchanged from r162979, trunk/gcc/testsuite/gcc.dg/tree-ssa/ivopt_4.c
branches/ira-improv/gcc/testsuite/gcc.dg/tree-ssa/ivopt_infer_1.c
- copied unchanged from r162979, trunk/gcc/testsuite/gcc.dg/tree-ssa/ivopt_infer_1.c
branches/ira-improv/gcc/testsuite/gcc.dg/tree-ssa/ivopt_infer_2.c
- copied unchanged from r162979, trunk/gcc/testsuite/gcc.dg/tree-ssa/ivopt_infer_2.c
branches/ira-improv/gcc/testsuite/gcc.dg/tree-ssa/ivopt_mult_1.c
- copied unchanged from r162979, trunk/gcc/testsuite/gcc.dg/tree-ssa/ivopt_mult_1.c
branches/ira-improv/gcc/testsuite/gcc.dg/tree-ssa/ivopt_mult_2.c
- copied unchanged from r162979, trunk/gcc/testsuite/gcc.dg/tree-ssa/ivopt_mult_2.c
branches/ira-improv/gcc/testsuite/gcc.dg/tree-ssa/ivopt_mult_3.c
- copied unchanged from r162979, trunk/gcc/testsuite/gcc.dg/tree-ssa/ivopt_mult_3.c
branches/ira-improv/gcc/testsuite/gcc.dg/tree-ssa/ivopt_mult_4.c
- copied unchanged from r162979, trunk/gcc/testsuite/gcc.dg/tree-ssa/ivopt_mult_4.c
branches/ira-improv/gcc/testsuite/gcc.dg/tree-ssa/pr45144.c
- copied unchanged from r162979, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr45144.c
branches/ira-improv/gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-30.c
- copied unchanged from r162979, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-30.c
branches/ira-improv/gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-31.c
- copied unchanged from r162979, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-31.c
branches/ira-improv/gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-32.c
- copied unchanged from r162979, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-32.c
branches/ira-improv/gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-33.c
- copied unchanged from r162979, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-33.c
branches/ira-improv/gcc/testsuite/gcc.dg/vect/fast-math-pr44152.c
- copied unchanged from r162979, trunk/gcc/testsuite/gcc.dg/vect/fast-math-pr44152.c
branches/ira-improv/gcc/testsuite/gcc.target/arm/pr40457-1.c
- copied unchanged from r162979, trunk/gcc/testsuite/gcc.target/arm/pr40457-1.c
branches/ira-improv/gcc/testsuite/gcc.target/arm/pr40457-2.c
- copied unchanged from r162979, trunk/gcc/testsuite/gcc.target/arm/pr40457-2.c
branches/ira-improv/gcc/testsuite/gcc.target/arm/pr40956.c
- copied unchanged from r162979, trunk/gcc/testsuite/gcc.target/arm/pr40956.c
branches/ira-improv/gcc/testsuite/gcc.target/arm/pr42495.c
- copied unchanged from r162979, trunk/gcc/testsuite/gcc.target/arm/pr42495.c
branches/ira-improv/gcc/testsuite/gcc.target/arm/pr42574.c
- copied unchanged from r162979, trunk/gcc/testsuite/gcc.target/arm/pr42574.c
branches/ira-improv/gcc/testsuite/gfortran.dg/allocate_derived_3.f90
- copied unchanged from r162979, trunk/gcc/testsuite/gfortran.dg/allocate_derived_3.f90
branches/ira-improv/gcc/testsuite/gfortran.dg/bound_8.f90
- copied unchanged from r162979, trunk/gcc/testsuite/gfortran.dg/bound_8.f90
branches/ira-improv/gcc/testsuite/gfortran.dg/character_comparison_2.f90
- copied unchanged from r162979, trunk/gcc/testsuite/gfortran.dg/character_comparison_2.f90
branches/ira-improv/gcc/testsuite/gfortran.dg/character_comparison_3.f90
- copied unchanged from r162979, trunk/gcc/testsuite/gfortran.dg/character_comparison_3.f90
branches/ira-improv/gcc/testsuite/gfortran.dg/class_25.f03
- copied unchanged from r162979, trunk/gcc/testsuite/gfortran.dg/class_25.f03
branches/ira-improv/gcc/testsuite/gfortran.dg/class_26.f03
- copied unchanged from r162979, trunk/gcc/testsuite/gfortran.dg/class_26.f03
branches/ira-improv/gcc/testsuite/gfortran.dg/dependency_28.f90
- copied unchanged from r162979, trunk/gcc/testsuite/gfortran.dg/dependency_28.f90
branches/ira-improv/gcc/testsuite/gfortran.dg/dependency_29.f90
- copied unchanged from r162979, trunk/gcc/testsuite/gfortran.dg/dependency_29.f90
branches/ira-improv/gcc/testsuite/gfortran.dg/dependency_30.f90
- copied unchanged from r162979, trunk/gcc/testsuite/gfortran.dg/dependency_30.f90
branches/ira-improv/gcc/testsuite/gfortran.dg/dependency_31.f90
- copied unchanged from r162979, trunk/gcc/testsuite/gfortran.dg/dependency_31.f90
branches/ira-improv/gcc/testsuite/gfortran.dg/derived_constructor_char_1.f90
- copied unchanged from r162979, trunk/gcc/testsuite/gfortran.dg/derived_constructor_char_1.f90
branches/ira-improv/gcc/testsuite/gfortran.dg/derived_constructor_char_2.f90
- copied unchanged from r162979, trunk/gcc/testsuite/gfortran.dg/derived_constructor_char_2.f90
branches/ira-improv/gcc/testsuite/gfortran.dg/fmt_error_11.f03
- copied unchanged from r162979, trunk/gcc/testsuite/gfortran.dg/fmt_error_11.f03
branches/ira-improv/gcc/testsuite/gfortran.dg/move_alloc_2.f90
- copied unchanged from r162979, trunk/gcc/testsuite/gfortran.dg/move_alloc_2.f90
branches/ira-improv/gcc/testsuite/gfortran.dg/pr42051.f03
- copied unchanged from r162979, trunk/gcc/testsuite/gfortran.dg/pr42051.f03
branches/ira-improv/gcc/testsuite/gfortran.dg/typebound_call_17.f03
- copied unchanged from r162979, trunk/gcc/testsuite/gfortran.dg/typebound_call_17.f03
branches/ira-improv/gcc/testsuite/gfortran.dg/typebound_proc_17.f03
- copied unchanged from r162979, trunk/gcc/testsuite/gfortran.dg/typebound_proc_17.f03
branches/ira-improv/gcc/testsuite/gfortran.dg/whole_file_22.f90
- copied unchanged from r162979, trunk/gcc/testsuite/gfortran.dg/whole_file_22.f90
branches/ira-improv/gcc/testsuite/gfortran.dg/whole_file_23.f90
- copied unchanged from r162979, trunk/gcc/testsuite/gfortran.dg/whole_file_23.f90
branches/ira-improv/gcc/testsuite/gfortran.dg/whole_file_24.f90
- copied unchanged from r162979, trunk/gcc/testsuite/gfortran.dg/whole_file_24.f90
branches/ira-improv/gcc/testsuite/gfortran.dg/whole_file_25.f90
- copied unchanged from r162979, trunk/gcc/testsuite/gfortran.dg/whole_file_25.f90
branches/ira-improv/gcc/testsuite/gfortran.dg/whole_file_26.f90
- copied unchanged from r162979, trunk/gcc/testsuite/gfortran.dg/whole_file_26.f90
branches/ira-improv/gcc/testsuite/gfortran.dg/whole_file_27.f90
- copied unchanged from r162979, trunk/gcc/testsuite/gfortran.dg/whole_file_27.f90
branches/ira-improv/gcc/tree-emutls.c
- copied unchanged from r162979, trunk/gcc/tree-emutls.c
branches/ira-improv/libffi/msvcc.sh
- copied unchanged from r162979, trunk/libffi/msvcc.sh
Removed:
branches/ira-improv/gcc/ada/a-suewen.adb
branches/ira-improv/gcc/ada/a-suewen.ads
branches/ira-improv/gcc/ada/a-suezen.adb
branches/ira-improv/gcc/ada/a-suezen.ads
branches/ira-improv/gcc/df-byte-scan.c
Modified:
branches/ira-improv/ (props changed)
branches/ira-improv/ChangeLog
branches/ira-improv/MAINTAINERS
branches/ira-improv/gcc/ChangeLog
branches/ira-improv/gcc/DATESTAMP
branches/ira-improv/gcc/Makefile.in
branches/ira-improv/gcc/ada/ChangeLog
branches/ira-improv/gcc/ada/Makefile.rtl
branches/ira-improv/gcc/ada/einfo.ads
branches/ira-improv/gcc/ada/errout.adb
branches/ira-improv/gcc/ada/exp_ch13.adb
branches/ira-improv/gcc/ada/exp_ch4.adb
branches/ira-improv/gcc/ada/exp_ch6.adb
branches/ira-improv/gcc/ada/exp_util.adb
branches/ira-improv/gcc/ada/exp_util.ads
branches/ira-improv/gcc/ada/freeze.adb
branches/ira-improv/gcc/ada/gcc-interface/Make-lang.in
branches/ira-improv/gcc/ada/gcc-interface/decl.c
branches/ira-improv/gcc/ada/gcc-interface/lang-specs.h
branches/ira-improv/gcc/ada/gcc-interface/misc.c
branches/ira-improv/gcc/ada/gnat1drv.adb
branches/ira-improv/gcc/ada/impunit.adb
branches/ira-improv/gcc/ada/prj-nmsc.adb
branches/ira-improv/gcc/ada/prj.adb
branches/ira-improv/gcc/ada/prj.ads
branches/ira-improv/gcc/ada/sem.adb
branches/ira-improv/gcc/ada/sem_ch4.adb
branches/ira-improv/gcc/ada/sem_ch6.adb
branches/ira-improv/gcc/ada/sem_ch8.adb
branches/ira-improv/gcc/ada/sem_ch9.adb
branches/ira-improv/gcc/ada/sem_elab.adb
branches/ira-improv/gcc/ada/sem_eval.adb
branches/ira-improv/gcc/alias.c
branches/ira-improv/gcc/basic-block.h
branches/ira-improv/gcc/builtins.c
branches/ira-improv/gcc/c-family/ChangeLog
branches/ira-improv/gcc/c-family/c-ada-spec.c
branches/ira-improv/gcc/c-family/c-common.h
branches/ira-improv/gcc/c-family/c-opts.c
branches/ira-improv/gcc/c-family/c-pretty-print.c
branches/ira-improv/gcc/c-family/c.opt
branches/ira-improv/gcc/c-objc-common.c
branches/ira-improv/gcc/c-objc-common.h
branches/ira-improv/gcc/caller-save.c
branches/ira-improv/gcc/cfgexpand.c
branches/ira-improv/gcc/cgraphunit.c
branches/ira-improv/gcc/combine.c
branches/ira-improv/gcc/common.opt
branches/ira-improv/gcc/config.gcc
branches/ira-improv/gcc/config/alpha/alpha.c
branches/ira-improv/gcc/config/alpha/alpha.h
branches/ira-improv/gcc/config/alpha/osf5.h
branches/ira-improv/gcc/config/arm/arm-cores.def
branches/ira-improv/gcc/config/arm/arm-protos.h
branches/ira-improv/gcc/config/arm/arm.c
branches/ira-improv/gcc/config/arm/arm.h
branches/ira-improv/gcc/config/arm/arm.md
branches/ira-improv/gcc/config/arm/constraints.md
branches/ira-improv/gcc/config/arm/cortex-a9.md
branches/ira-improv/gcc/config/arm/linux-atomic.c
branches/ira-improv/gcc/config/arm/predicates.md
branches/ira-improv/gcc/config/arm/t-arm
branches/ira-improv/gcc/config/arm/thumb2.md
branches/ira-improv/gcc/config/bfin/bfin.h
branches/ira-improv/gcc/config/darwin-driver.c
branches/ira-improv/gcc/config/darwin.h
branches/ira-improv/gcc/config/frv/frv.c
branches/ira-improv/gcc/config/i386/cygming.h
branches/ira-improv/gcc/config/i386/i386-protos.h
branches/ira-improv/gcc/config/i386/i386.c
branches/ira-improv/gcc/config/i386/i386.h
branches/ira-improv/gcc/config/i386/i386.md
branches/ira-improv/gcc/config/i386/i386.opt
branches/ira-improv/gcc/config/i386/sse.md
branches/ira-improv/gcc/config/i386/unix.h
branches/ira-improv/gcc/config/ia64/constraints.md
branches/ira-improv/gcc/config/ia64/ia64.c
branches/ira-improv/gcc/config/ia64/ia64.h
branches/ira-improv/gcc/config/ia64/ia64.md
branches/ira-improv/gcc/config/ia64/predicates.md
branches/ira-improv/gcc/config/iq2000/iq2000.h
branches/ira-improv/gcc/config/lm32/lm32.c
branches/ira-improv/gcc/config/m32r/m32r.c
branches/ira-improv/gcc/config/mips/mips-protos.h
branches/ira-improv/gcc/config/mips/mips.c
branches/ira-improv/gcc/config/mips/mips.h
branches/ira-improv/gcc/config/mmix/mmix-protos.h
branches/ira-improv/gcc/config/mmix/mmix.c
branches/ira-improv/gcc/config/mmix/mmix.h
branches/ira-improv/gcc/config/picochip/picochip-protos.h
branches/ira-improv/gcc/config/picochip/picochip.c
branches/ira-improv/gcc/config/picochip/picochip.md
branches/ira-improv/gcc/config/rs6000/rs6000.c
branches/ira-improv/gcc/config/rs6000/rs6000.h
branches/ira-improv/gcc/config/rs6000/rs6000.md
branches/ira-improv/gcc/config/rs6000/sysv4.h
branches/ira-improv/gcc/config/rs6000/vector.md
branches/ira-improv/gcc/config/rs6000/vsx.md
branches/ira-improv/gcc/config/rx/predicates.md
branches/ira-improv/gcc/config/rx/rx.c
branches/ira-improv/gcc/config/rx/rx.md
branches/ira-improv/gcc/config/rx/rx.opt
branches/ira-improv/gcc/config/score/score.c
branches/ira-improv/gcc/config/sparc/sparc.c
branches/ira-improv/gcc/config/spu/spu.c
branches/ira-improv/gcc/config/spu/spu.h
branches/ira-improv/gcc/convert.c
branches/ira-improv/gcc/coretypes.h
branches/ira-improv/gcc/cp/ChangeLog
branches/ira-improv/gcc/cp/call.c
branches/ira-improv/gcc/cp/cp-objcp-common.c
branches/ira-improv/gcc/cp/cp-objcp-common.h
branches/ira-improv/gcc/cp/cp-tree.h
branches/ira-improv/gcc/cp/cvt.c
branches/ira-improv/gcc/cp/decl.c
branches/ira-improv/gcc/cp/init.c
branches/ira-improv/gcc/cp/pt.c
branches/ira-improv/gcc/cp/tree.c
branches/ira-improv/gcc/cp/typeck.c
branches/ira-improv/gcc/cp/typeck2.c
branches/ira-improv/gcc/cppdefault.c
branches/ira-improv/gcc/cppspec.c
branches/ira-improv/gcc/dbgcnt.def
branches/ira-improv/gcc/dce.c
branches/ira-improv/gcc/dce.h
branches/ira-improv/gcc/defaults.h
branches/ira-improv/gcc/df-core.c
branches/ira-improv/gcc/df-problems.c
branches/ira-improv/gcc/df.h
branches/ira-improv/gcc/doc/gcov.texi
branches/ira-improv/gcc/doc/invoke.texi
branches/ira-improv/gcc/doc/md.texi
branches/ira-improv/gcc/doc/options.texi
branches/ira-improv/gcc/doc/tm.texi
branches/ira-improv/gcc/doc/tm.texi.in
branches/ira-improv/gcc/dominance.c
branches/ira-improv/gcc/double-int.c
branches/ira-improv/gcc/double-int.h
branches/ira-improv/gcc/dwarf2out.c
branches/ira-improv/gcc/emit-rtl.c
branches/ira-improv/gcc/explow.c
branches/ira-improv/gcc/expmed.c
branches/ira-improv/gcc/expr.c
branches/ira-improv/gcc/final.c
branches/ira-improv/gcc/fortran/ChangeLog
branches/ira-improv/gcc/fortran/array.c
branches/ira-improv/gcc/fortran/class.c
branches/ira-improv/gcc/fortran/cpp.c
branches/ira-improv/gcc/fortran/cpp.h
branches/ira-improv/gcc/fortran/data.c
branches/ira-improv/gcc/fortran/decl.c
branches/ira-improv/gcc/fortran/dependency.c
branches/ira-improv/gcc/fortran/dependency.h
branches/ira-improv/gcc/fortran/expr.c
branches/ira-improv/gcc/fortran/f95-lang.c
branches/ira-improv/gcc/fortran/frontend-passes.c
branches/ira-improv/gcc/fortran/gfortran.h
branches/ira-improv/gcc/fortran/gfortranspec.c
branches/ira-improv/gcc/fortran/interface.c
branches/ira-improv/gcc/fortran/intrinsic.c
branches/ira-improv/gcc/fortran/lang-specs.h
branches/ira-improv/gcc/fortran/lang.opt
branches/ira-improv/gcc/fortran/match.c
branches/ira-improv/gcc/fortran/module.c
branches/ira-improv/gcc/fortran/options.c
branches/ira-improv/gcc/fortran/parse.c
branches/ira-improv/gcc/fortran/resolve.c
branches/ira-improv/gcc/fortran/simplify.c
branches/ira-improv/gcc/fortran/symbol.c
branches/ira-improv/gcc/fortran/trans-decl.c
branches/ira-improv/gcc/fortran/trans-expr.c
branches/ira-improv/gcc/fortran/trans-intrinsic.c
branches/ira-improv/gcc/fortran/trans-io.c
branches/ira-improv/gcc/fortran/trans-stmt.h
branches/ira-improv/gcc/fortran/trans-types.c
branches/ira-improv/gcc/fortran/trans.c
branches/ira-improv/gcc/fortran/trans.h
branches/ira-improv/gcc/function.c
branches/ira-improv/gcc/gcc.c
branches/ira-improv/gcc/gcc.h
branches/ira-improv/gcc/gcov.c
branches/ira-improv/gcc/gcse.c
branches/ira-improv/gcc/gengtype.c
branches/ira-improv/gcc/gimple-iterator.c
branches/ira-improv/gcc/haifa-sched.c
branches/ira-improv/gcc/hooks.c
branches/ira-improv/gcc/hooks.h
branches/ira-improv/gcc/ifcvt.c
branches/ira-improv/gcc/ipa-cp.c
branches/ira-improv/gcc/ipa-prop.c
branches/ira-improv/gcc/ipa-prop.h
branches/ira-improv/gcc/ipa-split.c
branches/ira-improv/gcc/ira-color.c
branches/ira-improv/gcc/ira.c
branches/ira-improv/gcc/java/ChangeLog
branches/ira-improv/gcc/java/class.c
branches/ira-improv/gcc/java/lang.c
branches/ira-improv/gcc/langhooks-def.h
branches/ira-improv/gcc/langhooks.c
branches/ira-improv/gcc/langhooks.h
branches/ira-improv/gcc/lower-subreg.c
branches/ira-improv/gcc/lto-opts.c
branches/ira-improv/gcc/lto-streamer.h
branches/ira-improv/gcc/lto/ChangeLog
branches/ira-improv/gcc/lto/Make-lang.in
branches/ira-improv/gcc/lto/lto-lang.c
branches/ira-improv/gcc/optc-gen.awk
branches/ira-improv/gcc/opts-common.c
branches/ira-improv/gcc/opts.c
branches/ira-improv/gcc/opts.h
branches/ira-improv/gcc/output.h
branches/ira-improv/gcc/params.def
branches/ira-improv/gcc/params.h
branches/ira-improv/gcc/passes.c
branches/ira-improv/gcc/po/ChangeLog
branches/ira-improv/gcc/po/exgettext
branches/ira-improv/gcc/postreload.c
branches/ira-improv/gcc/print-rtl.c
branches/ira-improv/gcc/reg-notes.def
branches/ira-improv/gcc/reload1.c
branches/ira-improv/gcc/rtl.def
branches/ira-improv/gcc/rtl.h
branches/ira-improv/gcc/rtlanal.c
branches/ira-improv/gcc/sched-deps.c
branches/ira-improv/gcc/simplify-rtx.c
branches/ira-improv/gcc/system.h
branches/ira-improv/gcc/target.def
branches/ira-improv/gcc/targhooks.c
branches/ira-improv/gcc/targhooks.h
branches/ira-improv/gcc/testsuite/ChangeLog
branches/ira-improv/gcc/testsuite/c-c++-common/Wint-to-pointer-cast-1.c (props changed)
branches/ira-improv/gcc/testsuite/c-c++-common/Wint-to-pointer-cast-2.c (props changed)
branches/ira-improv/gcc/testsuite/c-c++-common/Wint-to-pointer-cast-3.c (props changed)
branches/ira-improv/gcc/testsuite/c-c++-common/cpp/normalize-3.c (props changed)
branches/ira-improv/gcc/testsuite/c-c++-common/cpp/warning-directive-1.c (props changed)
branches/ira-improv/gcc/testsuite/c-c++-common/cpp/warning-directive-2.c (props changed)
branches/ira-improv/gcc/testsuite/c-c++-common/cpp/warning-directive-3.c (props changed)
branches/ira-improv/gcc/testsuite/c-c++-common/cpp/warning-directive-4.c (props changed)
branches/ira-improv/gcc/testsuite/c-c++-common/uninit-17.c
branches/ira-improv/gcc/testsuite/g++.dg/cpp0x/auto3.C
branches/ira-improv/gcc/testsuite/g++.dg/gomp/clause-3.C
branches/ira-improv/gcc/testsuite/g++.dg/gomp/copyin-1.C
branches/ira-improv/gcc/testsuite/g++.dg/gomp/pr35244.C
branches/ira-improv/gcc/testsuite/g++.dg/gomp/sharing-1.C
branches/ira-improv/gcc/testsuite/g++.dg/gomp/tls-1.C
branches/ira-improv/gcc/testsuite/g++.dg/gomp/tls-2.C
branches/ira-improv/gcc/testsuite/g++.dg/gomp/tls-3.C
branches/ira-improv/gcc/testsuite/g++.dg/gomp/tls-4.C
branches/ira-improv/gcc/testsuite/g++.dg/tls/diag-1.C
branches/ira-improv/gcc/testsuite/g++.dg/tls/diag-2.C
branches/ira-improv/gcc/testsuite/g++.dg/tls/diag-3.C
branches/ira-improv/gcc/testsuite/g++.dg/tls/diag-4.C
branches/ira-improv/gcc/testsuite/g++.dg/tls/diag-5.C
branches/ira-improv/gcc/testsuite/g++.dg/tls/init-1.C
branches/ira-improv/gcc/testsuite/g++.dg/tls/init-2.C
branches/ira-improv/gcc/testsuite/g++.dg/tls/trivial.C
branches/ira-improv/gcc/testsuite/g++.dg/warn/Wconversion-null-2.C (props changed)
branches/ira-improv/gcc/testsuite/g++.dg/warn/miss-format-1.C
branches/ira-improv/gcc/testsuite/gcc.dg/gomp/appendix-a/a.22.1.c
branches/ira-improv/gcc/testsuite/gcc.dg/gomp/appendix-a/a.22.2.c
branches/ira-improv/gcc/testsuite/gcc.dg/gomp/appendix-a/a.24.1.c
branches/ira-improv/gcc/testsuite/gcc.dg/gomp/appendix-a/a.32.1.c
branches/ira-improv/gcc/testsuite/gcc.dg/gomp/appendix-a/a.33.1.c
branches/ira-improv/gcc/testsuite/gcc.dg/gomp/clause-1.c
branches/ira-improv/gcc/testsuite/gcc.dg/gomp/copyin-1.c
branches/ira-improv/gcc/testsuite/gcc.dg/gomp/pr35244.c
branches/ira-improv/gcc/testsuite/gcc.dg/gomp/sharing-1.c
branches/ira-improv/gcc/testsuite/gcc.dg/gomp/tls-1.c
branches/ira-improv/gcc/testsuite/gcc.dg/gomp/tls-2.c
branches/ira-improv/gcc/testsuite/gcc.dg/tls/opt-1.c
branches/ira-improv/gcc/testsuite/gcc.dg/tls/opt-13.c
branches/ira-improv/gcc/testsuite/gcc.dg/tls/opt-14.c
branches/ira-improv/gcc/testsuite/gcc.dg/tls/opt-15.c
branches/ira-improv/gcc/testsuite/gcc.dg/tls/opt-2.c
branches/ira-improv/gcc/testsuite/gcc.dg/tls/opt-3.c
branches/ira-improv/gcc/testsuite/gcc.dg/tls/opt-7.c
branches/ira-improv/gcc/testsuite/gcc.dg/tree-ssa/ivopts-3.c
branches/ira-improv/gcc/testsuite/gcc.dg/tree-ssa/pr23744.c
branches/ira-improv/gcc/testsuite/gcc.dg/tree-ssa/pr25382.c
branches/ira-improv/gcc/testsuite/gcc.dg/tree-ssa/pr42585.c
branches/ira-improv/gcc/testsuite/gcc.dg/tree-ssa/ssa-dce-3.c
branches/ira-improv/gcc/testsuite/gcc.dg/tree-ssa/vrp35.c
branches/ira-improv/gcc/testsuite/gcc.dg/tree-ssa/vrp36.c
branches/ira-improv/gcc/testsuite/gcc.dg/tree-ssa/vrp50.c
branches/ira-improv/gcc/testsuite/gcc.dg/tree-ssa/vrp52.c
branches/ira-improv/gcc/testsuite/gcc.target/powerpc/asm-es-2.c
branches/ira-improv/gcc/testsuite/gfortran.dg/char4_iunit_1.f03
branches/ira-improv/gcc/testsuite/gfortran.dg/gomp/appendix-a/a.22.1.f90
branches/ira-improv/gcc/testsuite/gfortran.dg/gomp/appendix-a/a.22.4.f90
branches/ira-improv/gcc/testsuite/gfortran.dg/gomp/appendix-a/a.22.5.f90
branches/ira-improv/gcc/testsuite/gfortran.dg/gomp/appendix-a/a.22.6.f90
branches/ira-improv/gcc/testsuite/gfortran.dg/gomp/appendix-a/a.24.1.f90
branches/ira-improv/gcc/testsuite/gfortran.dg/gomp/appendix-a/a.32.1.f90
branches/ira-improv/gcc/testsuite/gfortran.dg/gomp/appendix-a/a.33.1.f90
branches/ira-improv/gcc/testsuite/gfortran.dg/gomp/crayptr2.f90
branches/ira-improv/gcc/testsuite/gfortran.dg/gomp/fixed-1.f
branches/ira-improv/gcc/testsuite/gfortran.dg/gomp/free-1.f90
branches/ira-improv/gcc/testsuite/gfortran.dg/gomp/omp_threadprivate1.f90
branches/ira-improv/gcc/testsuite/gfortran.dg/gomp/omp_threadprivate2.f90
branches/ira-improv/gcc/testsuite/gfortran.dg/gomp/reduction1.f90
branches/ira-improv/gcc/testsuite/gfortran.dg/gomp/sharing-1.f90
branches/ira-improv/gcc/testsuite/gfortran.dg/ltime_gmtime_1.f90
branches/ira-improv/gcc/testsuite/gfortran.dg/ltime_gmtime_2.f90
branches/ira-improv/gcc/testsuite/gfortran.dg/typebound_call_9.f03
branches/ira-improv/gcc/testsuite/gfortran.dg/typebound_generic_1.f03
branches/ira-improv/gcc/testsuite/lib/gcc-dg.exp
branches/ira-improv/gcc/testsuite/lib/scanasm.exp
branches/ira-improv/gcc/testsuite/lib/target-supports.exp
branches/ira-improv/gcc/testsuite/obj-c++.dg/torture/tls/thr-init-1.mm
branches/ira-improv/gcc/testsuite/obj-c++.dg/torture/tls/thr-init-2.mm
branches/ira-improv/gcc/testsuite/obj-c++.dg/torture/tls/thr-init-3.mm
branches/ira-improv/gcc/testsuite/obj-c++.dg/torture/trivial.mm
branches/ira-improv/gcc/testsuite/objc.dg/torture/tls/thr-init-2.m
branches/ira-improv/gcc/testsuite/objc.dg/torture/tls/thr-init-3.m
branches/ira-improv/gcc/testsuite/objc.dg/torture/tls/thr-init.m
branches/ira-improv/gcc/testsuite/objc.dg/torture/trivial.m
branches/ira-improv/gcc/timevar.def
branches/ira-improv/gcc/toplev.c
branches/ira-improv/gcc/toplev.h
branches/ira-improv/gcc/tree-data-ref.c
branches/ira-improv/gcc/tree-data-ref.h
branches/ira-improv/gcc/tree-flow.h
branches/ira-improv/gcc/tree-inline.c
branches/ira-improv/gcc/tree-loop-distribution.c
branches/ira-improv/gcc/tree-pass.h
branches/ira-improv/gcc/tree-sra.c
branches/ira-improv/gcc/tree-ssa-address.c
branches/ira-improv/gcc/tree-ssa-ccp.c
branches/ira-improv/gcc/tree-ssa-copy.c
branches/ira-improv/gcc/tree-ssa-loop-ivopts.c
branches/ira-improv/gcc/tree-ssa-math-opts.c
branches/ira-improv/gcc/tree-ssa-propagate.c
branches/ira-improv/gcc/tree-ssa-propagate.h
branches/ira-improv/gcc/tree-ssa-structalias.c
branches/ira-improv/gcc/tree-vect-loop.c
branches/ira-improv/gcc/tree-vect-slp.c
branches/ira-improv/gcc/tree-vrp.c
branches/ira-improv/gcc/tree.c
branches/ira-improv/gcc/tree.h
branches/ira-improv/gcc/varasm.c
branches/ira-improv/gcc/varpool.c
branches/ira-improv/libffi/ChangeLog
branches/ira-improv/libffi/README
branches/ira-improv/libffi/configure
branches/ira-improv/libffi/configure.ac
branches/ira-improv/libffi/doc/libffi.texi
branches/ira-improv/libffi/include/ffi.h.in
branches/ira-improv/libffi/src/closures.c
branches/ira-improv/libffi/src/dlmalloc.c
branches/ira-improv/libffi/src/ia64/ffi.c
branches/ira-improv/libffi/src/powerpc/ffi_darwin.c
branches/ira-improv/libffi/src/powerpc/ffitarget.h
branches/ira-improv/libffi/src/prep_cif.c
branches/ira-improv/libffi/src/s390/ffitarget.h
branches/ira-improv/libffi/src/sparc/ffitarget.h
branches/ira-improv/libffi/src/x86/ffi.c
branches/ira-improv/libffi/src/x86/ffi64.c
branches/ira-improv/libffi/src/x86/ffitarget.h
branches/ira-improv/libffi/src/x86/win32.S
branches/ira-improv/libgfortran/ChangeLog
branches/ira-improv/libgfortran/io/format.c
branches/ira-improv/libgfortran/io/format.h
branches/ira-improv/libgfortran/io/inquire.c
branches/ira-improv/libgfortran/io/unit.c
branches/ira-improv/libgfortran/io/unix.c
branches/ira-improv/libgfortran/io/unix.h
branches/ira-improv/libjava/classpath/ChangeLog
branches/ira-improv/libjava/classpath/javax/print/attribute/standard/JobStateReasons.java
branches/ira-improv/libjava/classpath/lib/javax/print/attribute/standard/JobStateReasons.class
branches/ira-improv/lto-plugin/ChangeLog
branches/ira-improv/lto-plugin/lto-plugin.c
branches/ira-improv/maintainer-scripts/ChangeLog
branches/ira-improv/maintainer-scripts/update_web_docs_libstdcxx_svn
Propchange: branches/ira-improv/
('svn:mergeinfo' modified)
Propchange: branches/ira-improv/
('svnmerge-integrated' modified)
Propchange: branches/ira-improv/gcc/testsuite/c-c++-common/Wint-to-pointer-cast-1.c
('svn:mergeinfo' modified)
Propchange: branches/ira-improv/gcc/testsuite/c-c++-common/Wint-to-pointer-cast-2.c
('svn:mergeinfo' modified)
Propchange: branches/ira-improv/gcc/testsuite/c-c++-common/Wint-to-pointer-cast-3.c
('svn:mergeinfo' modified)
Propchange: branches/ira-improv/gcc/testsuite/c-c++-common/cpp/normalize-3.c
('svn:mergeinfo' modified)
Propchange: branches/ira-improv/gcc/testsuite/c-c++-common/cpp/warning-directive-1.c
('svn:mergeinfo' modified)
Propchange: branches/ira-improv/gcc/testsuite/c-c++-common/cpp/warning-directive-2.c
('svn:mergeinfo' modified)
Propchange: branches/ira-improv/gcc/testsuite/c-c++-common/cpp/warning-directive-3.c
('svn:mergeinfo' modified)
Propchange: branches/ira-improv/gcc/testsuite/c-c++-common/cpp/warning-directive-4.c
('svn:mergeinfo' modified)
Propchange: branches/ira-improv/gcc/testsuite/g++.dg/warn/Wconversion-null-2.C
('svn:mergeinfo' modified)
More information about the Libstdc++-cvs
mailing list