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]

r148235 - in /branches/lto: ./ ChangeLog Makefi...


Author: dnovillo
Date: Sat Jun  6 09:27:13 2009
New Revision: 148235

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148235
Log:

	Mainline merge @148228.

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



Added:
    branches/lto/libstdc++-v3/python/
      - copied from r148224, trunk/libstdc++-v3/python/
    branches/lto/libstdc++-v3/testsuite/18_support/exception_ptr/40296.cc
      - copied unchanged from r148224, trunk/libstdc++-v3/testsuite/18_support/exception_ptr/40296.cc
    branches/lto/libstdc++-v3/testsuite/18_support/initializer_list/
      - copied from r148224, trunk/libstdc++-v3/testsuite/18_support/initializer_list/
    branches/lto/libstdc++-v3/testsuite/20_util/function/
      - copied from r148224, trunk/libstdc++-v3/testsuite/20_util/function/
    branches/lto/libstdc++-v3/testsuite/ext/rope/40299.cc
      - copied unchanged from r148224, trunk/libstdc++-v3/testsuite/ext/rope/40299.cc
    branches/lto/libstdc++-v3/testsuite/util/replacement_memory_operators.h
      - copied unchanged from r148224, trunk/libstdc++-v3/testsuite/util/replacement_memory_operators.h
Modified:
    branches/lto/libstdc++-v3/ChangeLog
    branches/lto/libstdc++-v3/Makefile.am
    branches/lto/libstdc++-v3/Makefile.in
    branches/lto/libstdc++-v3/acinclude.m4
    branches/lto/libstdc++-v3/configure
    branches/lto/libstdc++-v3/crossconfig.m4
    branches/lto/libstdc++-v3/include/ext/memory
    branches/lto/libstdc++-v3/include/ext/pb_ds/detail/debug_map_base.hpp
    branches/lto/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp
    branches/lto/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp
    branches/lto/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp
    branches/lto/libstdc++-v3/include/ext/throw_allocator.h
    branches/lto/libstdc++-v3/include/tr1_impl/functional
    branches/lto/libstdc++-v3/libsupc++/eh_ptr.cc
    branches/lto/libstdc++-v3/libsupc++/exception_ptr.h
    branches/lto/libstdc++-v3/libsupc++/initializer_list
    branches/lto/libstdc++-v3/testsuite/18_support/exception_ptr/current_exception.cc
    branches/lto/libstdc++-v3/testsuite/18_support/nested_exception/cons.cc
    branches/lto/libstdc++-v3/testsuite/18_support/nested_exception/nested_ptr.cc
    branches/lto/libstdc++-v3/testsuite/18_support/nested_exception/throw_with_nested.cc
    branches/lto/libstdc++-v3/testsuite/18_support/pthread_guard.cc   (props changed)
    branches/lto/libstdc++-v3/testsuite/19_diagnostics/error_code/operators/bool_neg.cc
    branches/lto/libstdc++-v3/testsuite/19_diagnostics/error_condition/operators/bool_neg.cc
    branches/lto/libstdc++-v3/testsuite/20_util/ratio/cons/cons_overflow_neg.cc   (props changed)
    branches/lto/libstdc++-v3/testsuite/20_util/ratio/operations/ops_overflow_neg.cc   (props changed)
    branches/lto/libstdc++-v3/testsuite/20_util/unique_ptr/assign/assign_neg.cc   (props changed)
    branches/lto/libstdc++-v3/testsuite/21_strings/basic_string/pthread18185.cc   (props changed)
    branches/lto/libstdc++-v3/testsuite/21_strings/basic_string/pthread4.cc   (props changed)
    branches/lto/libstdc++-v3/testsuite/23_containers/deque/cons/1.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/deque/cons/2.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/cons/6.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/modifiers/insert/25288.cc
    branches/lto/libstdc++-v3/testsuite/23_containers/list/pthread1.cc   (props changed)
    branches/lto/libstdc++-v3/testsuite/23_containers/list/pthread5.cc   (props changed)
    branches/lto/libstdc++-v3/testsuite/23_containers/map/pthread6.cc   (props changed)
    branches/lto/libstdc++-v3/testsuite/27_io/basic_fstream/cons/1.cc   (props changed)
    branches/lto/libstdc++-v3/testsuite/27_io/basic_fstream/open/char/1.cc   (props changed)
    branches/lto/libstdc++-v3/testsuite/27_io/basic_ofstream/cons/char/1.cc   (props changed)
    branches/lto/libstdc++-v3/testsuite/27_io/basic_ofstream/pthread2.cc   (props changed)
    branches/lto/libstdc++-v3/testsuite/27_io/basic_ostringstream/pthread3.cc   (props changed)
    branches/lto/libstdc++-v3/testsuite/29_atomics/atomic_address/cons/aggregate.cc
    branches/lto/libstdc++-v3/testsuite/30_threads/this_thread/   (props changed)
    branches/lto/libstdc++-v3/testsuite/ext/array_allocator/check_delete.cc
    branches/lto/libstdc++-v3/testsuite/ext/array_allocator/check_new.cc
    branches/lto/libstdc++-v3/testsuite/ext/bitmap_allocator/check_delete.cc
    branches/lto/libstdc++-v3/testsuite/ext/bitmap_allocator/check_new.cc
    branches/lto/libstdc++-v3/testsuite/ext/debug_allocator/check_delete.cc
    branches/lto/libstdc++-v3/testsuite/ext/debug_allocator/check_new.cc
    branches/lto/libstdc++-v3/testsuite/ext/malloc_allocator/check_delete.cc
    branches/lto/libstdc++-v3/testsuite/ext/malloc_allocator/check_new.cc
    branches/lto/libstdc++-v3/testsuite/ext/malloc_allocator/deallocate_global.cc
    branches/lto/libstdc++-v3/testsuite/ext/malloc_allocator/deallocate_local.cc
    branches/lto/libstdc++-v3/testsuite/ext/mt_allocator/check_delete.cc
    branches/lto/libstdc++-v3/testsuite/ext/mt_allocator/check_new.cc
    branches/lto/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global-2.cc
    branches/lto/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global-4.cc
    branches/lto/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global_thread-1.cc
    branches/lto/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global_thread-3.cc
    branches/lto/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local-2.cc
    branches/lto/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local-4.cc
    branches/lto/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local-6.cc
    branches/lto/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local-8.cc
    branches/lto/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local_thread-1.cc
    branches/lto/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local_thread-3.cc
    branches/lto/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local_thread-5.cc
    branches/lto/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local_thread-7.cc
    branches/lto/libstdc++-v3/testsuite/ext/new_allocator/check_delete.cc
    branches/lto/libstdc++-v3/testsuite/ext/new_allocator/check_new.cc
    branches/lto/libstdc++-v3/testsuite/ext/new_allocator/deallocate_global.cc
    branches/lto/libstdc++-v3/testsuite/ext/new_allocator/deallocate_local.cc
    branches/lto/libstdc++-v3/testsuite/ext/pool_allocator/check_delete.cc
    branches/lto/libstdc++-v3/testsuite/ext/pool_allocator/check_new.cc
    branches/lto/libstdc++-v3/testsuite/ext/rope/pthread7-rope.cc   (props changed)
    branches/lto/libstdc++-v3/testsuite/ext/throw_allocator/check_delete.cc
    branches/lto/libstdc++-v3/testsuite/ext/throw_allocator/check_new.cc
    branches/lto/libstdc++-v3/testsuite/ext/throw_allocator/deallocate_global.cc
    branches/lto/libstdc++-v3/testsuite/ext/throw_allocator/deallocate_local.cc
    branches/lto/libstdc++-v3/testsuite/util/regression/rand/assoc/container_rand_regression_test.tcc
    branches/lto/libstdc++-v3/testsuite/util/regression/rand/assoc/rand_regression_test.hpp
    branches/lto/libstdc++-v3/testsuite/util/regression/rand/priority_queue/container_rand_regression_test.tcc
    branches/lto/libstdc++-v3/testsuite/util/regression/rand/priority_queue/rand_regression_test.hpp
    branches/lto/libstdc++-v3/testsuite/util/testsuite_allocator.h
    branches/lto/libstdc++-v3/testsuite/util/testsuite_hooks.cc
    branches/lto/libstdc++-v3/testsuite/util/testsuite_hooks.h

Changes in other areas also in this revision:
Added:
    branches/lto/config/plugins.m4
      - copied unchanged from r148224, trunk/config/plugins.m4
    branches/lto/fixincludes/tests/base/sys/int_const.h
      - copied unchanged from r148224, trunk/fixincludes/tests/base/sys/int_const.h
    branches/lto/fixincludes/tests/base/sys/int_limits.h
      - copied unchanged from r148224, trunk/fixincludes/tests/base/sys/int_limits.h
    branches/lto/gcc/collect2-aix.c
      - copied unchanged from r148224, trunk/gcc/collect2-aix.c
    branches/lto/gcc/collect2-aix.h
      - copied unchanged from r148224, trunk/gcc/collect2-aix.h
    branches/lto/gcc/config/freebsd-stdint.h
      - copied unchanged from r148224, trunk/gcc/config/freebsd-stdint.h
    branches/lto/gcc/config/i386/mingw-tls.c
      - copied unchanged from r148224, trunk/gcc/config/i386/mingw-tls.c
    branches/lto/gcc/testsuite/g++.dg/cpp0x/auto14.C
      - copied unchanged from r148224, trunk/gcc/testsuite/g++.dg/cpp0x/auto14.C
    branches/lto/gcc/testsuite/g++.dg/cpp0x/initlist15.C
      - copied unchanged from r148224, trunk/gcc/testsuite/g++.dg/cpp0x/initlist15.C
    branches/lto/gcc/testsuite/g++.dg/cpp0x/initlist16.C
      - copied unchanged from r148224, trunk/gcc/testsuite/g++.dg/cpp0x/initlist16.C
    branches/lto/gcc/testsuite/g++.dg/cpp0x/initlist17.C
      - copied unchanged from r148224, trunk/gcc/testsuite/g++.dg/cpp0x/initlist17.C
    branches/lto/gcc/testsuite/g++.dg/cpp0x/initlist18.C
      - copied unchanged from r148224, trunk/gcc/testsuite/g++.dg/cpp0x/initlist18.C
    branches/lto/gcc/testsuite/g++.dg/cpp0x/initlist19.C
      - copied unchanged from r148224, trunk/gcc/testsuite/g++.dg/cpp0x/initlist19.C
    branches/lto/gcc/testsuite/g++.dg/template/canon-type-1.C
      - copied unchanged from r148224, trunk/gcc/testsuite/g++.dg/template/canon-type-1.C
    branches/lto/gcc/testsuite/g++.dg/template/canon-type-2.C
      - copied unchanged from r148224, trunk/gcc/testsuite/g++.dg/template/canon-type-2.C
    branches/lto/gcc/testsuite/g++.dg/template/canon-type-3.C
      - copied unchanged from r148224, trunk/gcc/testsuite/g++.dg/template/canon-type-3.C
    branches/lto/gcc/testsuite/g++.dg/template/canon-type-4.C
      - copied unchanged from r148224, trunk/gcc/testsuite/g++.dg/template/canon-type-4.C
    branches/lto/gcc/testsuite/g++.dg/template/canon-type-5.C
      - copied unchanged from r148224, trunk/gcc/testsuite/g++.dg/template/canon-type-5.C
    branches/lto/gcc/testsuite/g++.dg/template/canon-type-6.C
      - copied unchanged from r148224, trunk/gcc/testsuite/g++.dg/template/canon-type-6.C
    branches/lto/gcc/testsuite/g++.dg/template/canon-type-7.C
      - copied unchanged from r148224, trunk/gcc/testsuite/g++.dg/template/canon-type-7.C
    branches/lto/gcc/testsuite/g++.dg/template/spec36.C
      - copied unchanged from r148224, trunk/gcc/testsuite/g++.dg/template/spec36.C
    branches/lto/gcc/testsuite/g++.dg/torture/pr40323.C
      - copied unchanged from r148224, trunk/gcc/testsuite/g++.dg/torture/pr40323.C
    branches/lto/gcc/testsuite/g++.dg/torture/pr40335.C
      - copied unchanged from r148224, trunk/gcc/testsuite/g++.dg/torture/pr40335.C
    branches/lto/gcc/testsuite/g++.dg/warn/Wcast-qual2.C
      - copied unchanged from r148224, trunk/gcc/testsuite/g++.dg/warn/Wcast-qual2.C
    branches/lto/gcc/testsuite/gcc.c-torture/compile/pr40291.c
      - copied unchanged from r148224, trunk/gcc/testsuite/gcc.c-torture/compile/pr40291.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/sra-1.c
      - copied unchanged from r148224, trunk/gcc/testsuite/gcc.c-torture/compile/sra-1.c
    branches/lto/gcc/testsuite/gcc.c-torture/execute/20090527-1.c
      - copied unchanged from r148224, trunk/gcc/testsuite/gcc.c-torture/execute/20090527-1.c
    branches/lto/gcc/testsuite/gcc.c-torture/execute/align-nest.c
      - copied unchanged from r148224, trunk/gcc/testsuite/gcc.c-torture/execute/align-nest.c
    branches/lto/gcc/testsuite/gcc.dg/Wcxx-compat-11.c
      - copied unchanged from r148224, trunk/gcc/testsuite/gcc.dg/Wcxx-compat-11.c
    branches/lto/gcc/testsuite/gcc.dg/cast-qual-3.c
      - copied unchanged from r148224, trunk/gcc/testsuite/gcc.dg/cast-qual-3.c
    branches/lto/gcc/testsuite/gcc.dg/pr40340-1.c
      - copied unchanged from r148224, trunk/gcc/testsuite/gcc.dg/pr40340-1.c
    branches/lto/gcc/testsuite/gcc.dg/pr40340-2.c
      - copied unchanged from r148224, trunk/gcc/testsuite/gcc.dg/pr40340-2.c
    branches/lto/gcc/testsuite/gcc.dg/pr40340-3.c
      - copied unchanged from r148224, trunk/gcc/testsuite/gcc.dg/pr40340-3.c
    branches/lto/gcc/testsuite/gcc.dg/pr40340-4.c
      - copied unchanged from r148224, trunk/gcc/testsuite/gcc.dg/pr40340-4.c
    branches/lto/gcc/testsuite/gcc.dg/pr40340-5.c
      - copied unchanged from r148224, trunk/gcc/testsuite/gcc.dg/pr40340-5.c
    branches/lto/gcc/testsuite/gcc.dg/pr40340.h
      - copied unchanged from r148224, trunk/gcc/testsuite/gcc.dg/pr40340.h
    branches/lto/gcc/testsuite/gcc.dg/torture/pr40328.c
      - copied unchanged from r148224, trunk/gcc/testsuite/gcc.dg/torture/pr40328.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/sra-5.c
      - copied unchanged from r148224, trunk/gcc/testsuite/gcc.dg/tree-ssa/sra-5.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/sra-6.c
      - copied unchanged from r148224, trunk/gcc/testsuite/gcc.dg/tree-ssa/sra-6.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/sra-7.c
      - copied unchanged from r148224, trunk/gcc/testsuite/gcc.dg/tree-ssa/sra-7.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-26.c
      - copied unchanged from r148224, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-26.c
    branches/lto/gcc/testsuite/gcc.dg/vect/pr40254.c
      - copied unchanged from r148224, trunk/gcc/testsuite/gcc.dg/vect/pr40254.c
    branches/lto/gcc/testsuite/gcc.target/i386/pr37216.c
      - copied unchanged from r148224, trunk/gcc/testsuite/gcc.target/i386/pr37216.c
    branches/lto/gcc/testsuite/gcc.target/mips/const-anchor-1.c
      - copied unchanged from r148224, trunk/gcc/testsuite/gcc.target/mips/const-anchor-1.c
    branches/lto/gcc/testsuite/gcc.target/mips/const-anchor-2.c
      - copied unchanged from r148224, trunk/gcc/testsuite/gcc.target/mips/const-anchor-2.c
    branches/lto/gcc/testsuite/gcc.target/powerpc/altivec-30.c
      - copied unchanged from r148224, trunk/gcc/testsuite/gcc.target/powerpc/altivec-30.c
    branches/lto/gcc/testsuite/gcc.target/powerpc/altivec-31.c
      - copied unchanged from r148224, trunk/gcc/testsuite/gcc.target/powerpc/altivec-31.c
    branches/lto/gcc/testsuite/gfortran.dg/leadz_trailz_1.f90
      - copied unchanged from r148224, trunk/gcc/testsuite/gfortran.dg/leadz_trailz_1.f90
    branches/lto/gcc/testsuite/gfortran.dg/leadz_trailz_2.f90
      - copied unchanged from r148224, trunk/gcc/testsuite/gfortran.dg/leadz_trailz_2.f90
    branches/lto/gcc/testsuite/gfortran.dg/reshape_order_5.f90
      - copied unchanged from r148224, trunk/gcc/testsuite/gfortran.dg/reshape_order_5.f90
    branches/lto/gcc/testsuite/gfortran.dg/reshape_shape_1.f90
      - copied unchanged from r148224, trunk/gcc/testsuite/gfortran.dg/reshape_shape_1.f90
    branches/lto/gcc/testsuite/gnat.dg/misaligned_nest.adb
      - copied unchanged from r148224, trunk/gcc/testsuite/gnat.dg/misaligned_nest.adb
    branches/lto/gcc/testsuite/gnat.dg/nested_float_packed.ads
      - copied unchanged from r148224, trunk/gcc/testsuite/gnat.dg/nested_float_packed.ads
    branches/lto/gcc/testsuite/gnat.dg/oconst1.adb
      - copied unchanged from r148224, trunk/gcc/testsuite/gnat.dg/oconst1.adb
    branches/lto/gcc/testsuite/gnat.dg/oconst1.ads
      - copied unchanged from r148224, trunk/gcc/testsuite/gnat.dg/oconst1.ads
    branches/lto/gcc/testsuite/gnat.dg/oconst2.adb
      - copied unchanged from r148224, trunk/gcc/testsuite/gnat.dg/oconst2.adb
    branches/lto/gcc/testsuite/gnat.dg/oconst2.ads
      - copied unchanged from r148224, trunk/gcc/testsuite/gnat.dg/oconst2.ads
    branches/lto/gcc/testsuite/gnat.dg/oconst3.adb
      - copied unchanged from r148224, trunk/gcc/testsuite/gnat.dg/oconst3.adb
    branches/lto/gcc/testsuite/gnat.dg/oconst3.ads
      - copied unchanged from r148224, trunk/gcc/testsuite/gnat.dg/oconst3.ads
    branches/lto/gcc/testsuite/gnat.dg/oconst4.adb
      - copied unchanged from r148224, trunk/gcc/testsuite/gnat.dg/oconst4.adb
    branches/lto/gcc/testsuite/gnat.dg/oconst4.ads
      - copied unchanged from r148224, trunk/gcc/testsuite/gnat.dg/oconst4.ads
    branches/lto/gcc/testsuite/gnat.dg/oconst5.adb
      - copied unchanged from r148224, trunk/gcc/testsuite/gnat.dg/oconst5.adb
    branches/lto/gcc/testsuite/gnat.dg/oconst5.ads
      - copied unchanged from r148224, trunk/gcc/testsuite/gnat.dg/oconst5.ads
    branches/lto/gcc/testsuite/gnat.dg/oconst6.ads
      - copied unchanged from r148224, trunk/gcc/testsuite/gnat.dg/oconst6.ads
    branches/lto/gcc/testsuite/gnat.dg/specs/root-level_1-level_2.ads
      - copied unchanged from r148224, trunk/gcc/testsuite/gnat.dg/specs/root-level_1-level_2.ads
    branches/lto/gcc/testsuite/gnat.dg/specs/root-level_1.ads
      - copied unchanged from r148224, trunk/gcc/testsuite/gnat.dg/specs/root-level_1.ads
    branches/lto/gcc/testsuite/gnat.dg/specs/root-level_2.ads
      - copied unchanged from r148224, trunk/gcc/testsuite/gnat.dg/specs/root-level_2.ads
    branches/lto/gcc/testsuite/gnat.dg/specs/root.ads
      - copied unchanged from r148224, trunk/gcc/testsuite/gnat.dg/specs/root.ads
    branches/lto/gcc/testsuite/gnat.dg/test_oconst.adb
      - copied unchanged from r148224, trunk/gcc/testsuite/gnat.dg/test_oconst.adb
    branches/lto/libgfortran/intrinsics/bit_intrinsics.c
      - copied unchanged from r148224, trunk/libgfortran/intrinsics/bit_intrinsics.c
Modified:
    branches/lto/   (props changed)
    branches/lto/ChangeLog
    branches/lto/Makefile.def
    branches/lto/Makefile.in
    branches/lto/Makefile.tpl
    branches/lto/config.guess
    branches/lto/config.sub
    branches/lto/config/ChangeLog
    branches/lto/configure
    branches/lto/configure.ac
    branches/lto/contrib/ChangeLog
    branches/lto/contrib/compare-debug
    branches/lto/fixincludes/ChangeLog
    branches/lto/fixincludes/fixincl.x
    branches/lto/fixincludes/inclhack.def
    branches/lto/gcc/ChangeLog
    branches/lto/gcc/ChangeLog.lto
    branches/lto/gcc/DATESTAMP
    branches/lto/gcc/Makefile.in
    branches/lto/gcc/ada/ChangeLog
    branches/lto/gcc/ada/gcc-interface/Make-lang.in
    branches/lto/gcc/ada/gcc-interface/decl.c
    branches/lto/gcc/ada/gcc-interface/utils.c
    branches/lto/gcc/ada/gcc-interface/utils2.c
    branches/lto/gcc/alias.c
    branches/lto/gcc/attribs.c
    branches/lto/gcc/basic-block.h
    branches/lto/gcc/builtins.c
    branches/lto/gcc/c-parser.c
    branches/lto/gcc/c-tree.h
    branches/lto/gcc/c-typeck.c
    branches/lto/gcc/calls.c
    branches/lto/gcc/cfgcleanup.c
    branches/lto/gcc/cfgexpand.c
    branches/lto/gcc/cfglayout.c
    branches/lto/gcc/cfgrtl.c
    branches/lto/gcc/collect2.c
    branches/lto/gcc/combine.c
    branches/lto/gcc/common.opt
    branches/lto/gcc/config.gcc
    branches/lto/gcc/config.in
    branches/lto/gcc/config/alpha/alpha.c
    branches/lto/gcc/config/arc/arc.c
    branches/lto/gcc/config/arm/arm.c
    branches/lto/gcc/config/arm/arm.md
    branches/lto/gcc/config/arm/ieee754-df.S
    branches/lto/gcc/config/arm/ieee754-sf.S
    branches/lto/gcc/config/arm/lib1funcs.asm
    branches/lto/gcc/config/arm/linux-eabi.h
    branches/lto/gcc/config/arm/t-linux-eabi
    branches/lto/gcc/config/arm/thumb2.md
    branches/lto/gcc/config/avr/avr.c
    branches/lto/gcc/config/bfin/bfin.c
    branches/lto/gcc/config/bfin/bfin.md
    branches/lto/gcc/config/crx/crx.c
    branches/lto/gcc/config/h8300/h8300.c
    branches/lto/gcc/config/i386/cygming.opt
    branches/lto/gcc/config/i386/driver-i386.c
    branches/lto/gcc/config/i386/i386.c
    branches/lto/gcc/config/i386/i386.h
    branches/lto/gcc/config/i386/i386.md
    branches/lto/gcc/config/i386/mmx.md
    branches/lto/gcc/config/i386/predicates.md
    branches/lto/gcc/config/i386/sse.md
    branches/lto/gcc/config/i386/t-gthr-win32
    branches/lto/gcc/config/i386/winnt.c
    branches/lto/gcc/config/ia64/div.md
    branches/lto/gcc/config/ia64/ia64.md
    branches/lto/gcc/config/ia64/vect.md
    branches/lto/gcc/config/m32r/m32r.c
    branches/lto/gcc/config/m68hc11/m68hc11.c
    branches/lto/gcc/config/m68k/linux.h
    branches/lto/gcc/config/m68k/m68k.h
    branches/lto/gcc/config/mcore/mcore.c
    branches/lto/gcc/config/mips/mips.c
    branches/lto/gcc/config/mips/mips.md
    branches/lto/gcc/config/pa/pa-hpux.h
    branches/lto/gcc/config/pa/pa-hpux10.h
    branches/lto/gcc/config/pa/pa-hpux11.h
    branches/lto/gcc/config/rs6000/aix.h
    branches/lto/gcc/config/rs6000/aix43.h
    branches/lto/gcc/config/rs6000/aix51.h
    branches/lto/gcc/config/rs6000/aix52.h
    branches/lto/gcc/config/rs6000/aix53.h
    branches/lto/gcc/config/rs6000/aix61.h
    branches/lto/gcc/config/rs6000/crtresfpr.asm
    branches/lto/gcc/config/rs6000/crtresgpr.asm
    branches/lto/gcc/config/rs6000/crtresxfpr.asm
    branches/lto/gcc/config/rs6000/crtresxgpr.asm
    branches/lto/gcc/config/rs6000/crtsavfpr.asm
    branches/lto/gcc/config/rs6000/crtsavgpr.asm
    branches/lto/gcc/config/rs6000/eabi.asm
    branches/lto/gcc/config/rs6000/ppc-asm.h
    branches/lto/gcc/config/rs6000/rs6000-c.c
    branches/lto/gcc/config/rs6000/rs6000.c
    branches/lto/gcc/config/rs6000/t-aix52
    branches/lto/gcc/config/s390/s390.c
    branches/lto/gcc/config/sh/predicates.md
    branches/lto/gcc/config/sh/sh.c
    branches/lto/gcc/config/sh/sh.h
    branches/lto/gcc/config/sh/sh.md
    branches/lto/gcc/config/sh/symbian.c
    branches/lto/gcc/config/sparc/sparc.c
    branches/lto/gcc/config/spu/spu.c
    branches/lto/gcc/config/v850/v850.c
    branches/lto/gcc/config/vax/vax.c
    branches/lto/gcc/configure
    branches/lto/gcc/configure.ac
    branches/lto/gcc/cp/ChangeLog
    branches/lto/gcc/cp/ChangeLog-2007   (props changed)
    branches/lto/gcc/cp/ChangeLog-2008   (props changed)
    branches/lto/gcc/cp/Make-lang.in
    branches/lto/gcc/cp/call.c
    branches/lto/gcc/cp/cp-tree.h
    branches/lto/gcc/cp/cvt.c
    branches/lto/gcc/cp/decl.c
    branches/lto/gcc/cp/error.c
    branches/lto/gcc/cp/mangle.c
    branches/lto/gcc/cp/pt.c
    branches/lto/gcc/cp/tree.c
    branches/lto/gcc/cp/typeck.c
    branches/lto/gcc/cse.c
    branches/lto/gcc/dbxout.c
    branches/lto/gcc/dce.c
    branches/lto/gcc/debug.c
    branches/lto/gcc/debug.h
    branches/lto/gcc/df-core.c
    branches/lto/gcc/diagnostic.c
    branches/lto/gcc/diagnostic.h
    branches/lto/gcc/doc/contrib.texi
    branches/lto/gcc/doc/invoke.texi
    branches/lto/gcc/doc/tm.texi
    branches/lto/gcc/dummy-checksum.c
    branches/lto/gcc/dwarf2asm.c
    branches/lto/gcc/dwarf2out.c
    branches/lto/gcc/dwarf2out.h
    branches/lto/gcc/emit-rtl.c
    branches/lto/gcc/emutls.c
    branches/lto/gcc/expr.c
    branches/lto/gcc/final.c
    branches/lto/gcc/fold-const.c
    branches/lto/gcc/fortran/ChangeLog
    branches/lto/gcc/fortran/Make-lang.in
    branches/lto/gcc/fortran/check.c
    branches/lto/gcc/fortran/gfortran.texi
    branches/lto/gcc/fortran/intrinsic.texi
    branches/lto/gcc/fortran/iso-c-binding.def
    branches/lto/gcc/fortran/libgfortran.h
    branches/lto/gcc/fortran/module.c
    branches/lto/gcc/fortran/simplify.c
    branches/lto/gcc/fortran/trans-decl.c
    branches/lto/gcc/fortran/trans-types.c
    branches/lto/gcc/fortran/trans.h
    branches/lto/gcc/function.c
    branches/lto/gcc/gcc.c
    branches/lto/gcc/gcse.c
    branches/lto/gcc/genattrtab.c
    branches/lto/gcc/genchecksum.c
    branches/lto/gcc/gengtype.c
    branches/lto/gcc/gimple-pretty-print.c
    branches/lto/gcc/gimple.c
    branches/lto/gcc/gthr-win32.h
    branches/lto/gcc/insn-notes.def
    branches/lto/gcc/ipa-prop.c
    branches/lto/gcc/java/ChangeLog
    branches/lto/gcc/java/Make-lang.in
    branches/lto/gcc/java/jcf-io.c
    branches/lto/gcc/jump.c
    branches/lto/gcc/loop-unroll.c
    branches/lto/gcc/lto-wrapper.c
    branches/lto/gcc/lto/lto-lang.c
    branches/lto/gcc/lto/lto.c
    branches/lto/gcc/objc/ChangeLog
    branches/lto/gcc/objc/Make-lang.in
    branches/lto/gcc/objcp/ChangeLog
    branches/lto/gcc/objcp/Make-lang.in
    branches/lto/gcc/omp-low.c
    branches/lto/gcc/output.h
    branches/lto/gcc/params.def
    branches/lto/gcc/params.h
    branches/lto/gcc/print-rtl.c
    branches/lto/gcc/recog.c
    branches/lto/gcc/reg-notes.def
    branches/lto/gcc/regstat.c
    branches/lto/gcc/rtl.def
    branches/lto/gcc/rtl.h
    branches/lto/gcc/sdbout.c
    branches/lto/gcc/sel-sched-ir.c
    branches/lto/gcc/sel-sched.c
    branches/lto/gcc/statistics.c
    branches/lto/gcc/system.h
    branches/lto/gcc/target-def.h
    branches/lto/gcc/target.h
    branches/lto/gcc/testsuite/ChangeLog
    branches/lto/gcc/testsuite/g++.dg/cpp0x/decltype-38655.C   (props changed)
    branches/lto/gcc/testsuite/g++.dg/cpp0x/initlist13.C
    branches/lto/gcc/testsuite/g++.dg/ext/packed6.C
    branches/lto/gcc/testsuite/g++.dg/init/ref15.C
    branches/lto/gcc/testsuite/g++.dg/opt/memcpy1.C
    branches/lto/gcc/testsuite/g++.dg/pr37742.C
    branches/lto/gcc/testsuite/g++.dg/template/error38.C
    branches/lto/gcc/testsuite/g++.dg/torture/20070621-1.C
    branches/lto/gcc/testsuite/g++.dg/torture/pr34222.C
    branches/lto/gcc/testsuite/g++.dg/torture/pr34850.C
    branches/lto/gcc/testsuite/g++.dg/tree-ssa/pr22444.C
    branches/lto/gcc/testsuite/gcc.c-torture/compile/20000211-1.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/20010328-1.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/20030320-1.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/20030405-1.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/20030902-1.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/20060202-1.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/20080613-1.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/920428-2.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/980329-1.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/980816-1.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/pr32584.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/pr33173.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/pr33382.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/pr34334.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/pr34688.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/pr35043.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/pr37669.c
    branches/lto/gcc/testsuite/gcc.dg/20050629-1.c
    branches/lto/gcc/testsuite/gcc.dg/compat/struct-layout-1_generate.c
    branches/lto/gcc/testsuite/gcc.dg/cpp/19940712-1.c
    branches/lto/gcc/testsuite/gcc.dg/cpp/Wmissingdirs.c
    branches/lto/gcc/testsuite/gcc.dg/cpp/Wsignprom.c
    branches/lto/gcc/testsuite/gcc.dg/cpp/Wtrigraphs-2.c
    branches/lto/gcc/testsuite/gcc.dg/cpp/Wtrigraphs.c
    branches/lto/gcc/testsuite/gcc.dg/cpp/arith-1.c
    branches/lto/gcc/testsuite/gcc.dg/cpp/arith-3.c
    branches/lto/gcc/testsuite/gcc.dg/cpp/assert2.c
    branches/lto/gcc/testsuite/gcc.dg/cpp/cpp.exp
    branches/lto/gcc/testsuite/gcc.dg/cpp/escape-2.c
    branches/lto/gcc/testsuite/gcc.dg/cpp/escape.c
    branches/lto/gcc/testsuite/gcc.dg/cpp/extratokens.c
    branches/lto/gcc/testsuite/gcc.dg/cpp/extratokens2.c
    branches/lto/gcc/testsuite/gcc.dg/cpp/if-mpar.c
    branches/lto/gcc/testsuite/gcc.dg/cpp/include2.c
    branches/lto/gcc/testsuite/gcc.dg/cpp/include2a.c
    branches/lto/gcc/testsuite/gcc.dg/cpp/macspace1.c
    branches/lto/gcc/testsuite/gcc.dg/cpp/macspace2.c
    branches/lto/gcc/testsuite/gcc.dg/cpp/missing-header-1.c
    branches/lto/gcc/testsuite/gcc.dg/cpp/poison.c
    branches/lto/gcc/testsuite/gcc.dg/cpp/pr29612-2.c
    branches/lto/gcc/testsuite/gcc.dg/cpp/redef2.c
    branches/lto/gcc/testsuite/gcc.dg/cpp/strify2.c
    branches/lto/gcc/testsuite/gcc.dg/cpp/syshdr.c
    branches/lto/gcc/testsuite/gcc.dg/cpp/sysmac2.c
    branches/lto/gcc/testsuite/gcc.dg/cpp/tr-warn1.c
    branches/lto/gcc/testsuite/gcc.dg/cpp/tr-warn3.c
    branches/lto/gcc/testsuite/gcc.dg/cpp/tr-warn4.c
    branches/lto/gcc/testsuite/gcc.dg/cpp/tr-warn5.c
    branches/lto/gcc/testsuite/gcc.dg/cpp/tr-warn6.c
    branches/lto/gcc/testsuite/gcc.dg/cpp/trad/trad.exp
    branches/lto/gcc/testsuite/gcc.dg/cpp/unc4.c
    branches/lto/gcc/testsuite/gcc.dg/cpp/undef2.c
    branches/lto/gcc/testsuite/gcc.dg/falign-labels-1.c
    branches/lto/gcc/testsuite/gcc.dg/memcpy-1.c
    branches/lto/gcc/testsuite/gcc.dg/pch/counter-2.c
    branches/lto/gcc/testsuite/gcc.dg/pch/valid-1.c
    branches/lto/gcc/testsuite/gcc.dg/pch/valid-2.c
    branches/lto/gcc/testsuite/gcc.dg/pch/warn-1.c
    branches/lto/gcc/testsuite/gcc.dg/plugin/ggcplug.c
    branches/lto/gcc/testsuite/gcc.dg/pr33667.c
    branches/lto/gcc/testsuite/gcc.dg/prefetch-loop-arrays-1.c
    branches/lto/gcc/testsuite/gcc.dg/torture/pr39204.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/20041122-1.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/pr36908.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/pr38250.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/sra-1.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/sra-2.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/sra-3.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/sra-4.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-10.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-7.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-8.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-9.c
    branches/lto/gcc/testsuite/gcc.dg/va-arg-2.c
    branches/lto/gcc/testsuite/gcc.dg/vect/bb-slp-10.c
    branches/lto/gcc/testsuite/gcc.dg/vect/bb-slp-4.c
    branches/lto/gcc/testsuite/gcc.dg/vect/costmodel/i386/costmodel-vect-31.c
    branches/lto/gcc/testsuite/gcc.dg/vect/costmodel/i386/costmodel-vect-33.c
    branches/lto/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/costmodel-vect-31.c
    branches/lto/gcc/testsuite/gcc.dg/vect/costmodel/x86_64/costmodel-vect-33.c
    branches/lto/gcc/testsuite/gcc.dg/vect/no-scevccp-outer-8.c
    branches/lto/gcc/testsuite/gcc.dg/vect/no-section-anchors-vect-31.c
    branches/lto/gcc/testsuite/gcc.dg/vect/no-section-anchors-vect-64.c
    branches/lto/gcc/testsuite/gcc.dg/vect/no-section-anchors-vect-68.c
    branches/lto/gcc/testsuite/gcc.dg/vect/no-section-anchors-vect-69.c
    branches/lto/gcc/testsuite/gcc.dg/vect/no-vfa-vect-43.c
    branches/lto/gcc/testsuite/gcc.dg/vect/slp-25.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-109.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-26.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-28.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-33.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-42.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-44.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-50.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-54.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-70.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-87.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-89.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-91.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-92.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-93.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-95.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-96.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-align-1.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-align-2.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-multitypes-1.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-multitypes-4.c
    branches/lto/gcc/testsuite/gcc.target/powerpc/altivec-types-1.c
    branches/lto/gcc/testsuite/gcc.target/x86_64/abi/callabi/   (props changed)
    branches/lto/gcc/testsuite/gfortran.dg/pr25923.f90
    branches/lto/gcc/testsuite/gfortran.dg/vect/vect-2.f90
    branches/lto/gcc/testsuite/gfortran.dg/vect/vect-3.f90
    branches/lto/gcc/testsuite/gfortran.dg/vect/vect-4.f90
    branches/lto/gcc/testsuite/gfortran.dg/vect/vect-5.f90
    branches/lto/gcc/testsuite/gnat.dg/alignment6.adb
    branches/lto/gcc/testsuite/gnat.dg/pack9.adb
    branches/lto/gcc/testsuite/lib/gcc-dg.exp
    branches/lto/gcc/testsuite/lib/target-supports.exp
    branches/lto/gcc/toplev.c
    branches/lto/gcc/tree-cfg.c
    branches/lto/gcc/tree-data-ref.c
    branches/lto/gcc/tree-dfa.c
    branches/lto/gcc/tree-inline.c
    branches/lto/gcc/tree-nested.c
    branches/lto/gcc/tree-nomudflap.c
    branches/lto/gcc/tree-pretty-print.c
    branches/lto/gcc/tree-sra.c
    branches/lto/gcc/tree-ssa-alias.c
    branches/lto/gcc/tree-ssa-alias.h
    branches/lto/gcc/tree-ssa-live.c
    branches/lto/gcc/tree-ssa-loop-ivopts.c
    branches/lto/gcc/tree-ssa-operands.c
    branches/lto/gcc/tree-ssa-pre.c
    branches/lto/gcc/tree-ssa-sccvn.c
    branches/lto/gcc/tree-ssa-sccvn.h
    branches/lto/gcc/tree-ssa-structalias.c
    branches/lto/gcc/tree-vect-data-refs.c
    branches/lto/gcc/tree-vect-loop-manip.c
    branches/lto/gcc/tree-vect-loop.c
    branches/lto/gcc/tree-vect-slp.c
    branches/lto/gcc/tree-vect-stmts.c
    branches/lto/gcc/tree-vectorizer.c
    branches/lto/gcc/tree-vectorizer.h
    branches/lto/gcc/tree.c
    branches/lto/gcc/tree.h
    branches/lto/gcc/unwind-dw2.c
    branches/lto/gcc/varasm.c
    branches/lto/gcc/vmsdbgout.c
    branches/lto/gcc/xcoffout.c
    branches/lto/gcc/xcoffout.h
    branches/lto/include/ChangeLog
    branches/lto/include/ansidecl.h
    branches/lto/include/dyn-string.h
    branches/lto/include/fibheap.h
    branches/lto/libcpp/ChangeLog
    branches/lto/libcpp/include/cpp-id-data.h
    branches/lto/libcpp/include/line-map.h
    branches/lto/libcpp/include/mkdeps.h
    branches/lto/libcpp/include/symtab.h
    branches/lto/libcpp/internal.h
    branches/lto/libdecnumber/ChangeLog
    branches/lto/libdecnumber/decContext.h
    branches/lto/libdecnumber/decDPD.h
    branches/lto/libdecnumber/decNumber.h
    branches/lto/libdecnumber/dpd/decimal128.h
    branches/lto/libdecnumber/dpd/decimal32.h
    branches/lto/libdecnumber/dpd/decimal64.h
    branches/lto/libffi/ChangeLog
    branches/lto/libffi/include/ffi.h.in
    branches/lto/libffi/src/alpha/ffi.c
    branches/lto/libffi/src/alpha/ffitarget.h
    branches/lto/libffi/src/alpha/osf.S
    branches/lto/libffi/src/arm/ffi.c
    branches/lto/libffi/src/arm/ffitarget.h
    branches/lto/libffi/src/arm/sysv.S
    branches/lto/libffi/src/closures.c
    branches/lto/libffi/src/cris/ffitarget.h
    branches/lto/libffi/src/debug.c
    branches/lto/libffi/src/frv/ffi.c
    branches/lto/libffi/src/frv/ffitarget.h
    branches/lto/libffi/src/ia64/ffi.c
    branches/lto/libffi/src/ia64/ffitarget.h
    branches/lto/libffi/src/ia64/ia64_flags.h
    branches/lto/libffi/src/ia64/unix.S
    branches/lto/libffi/src/java_raw_api.c
    branches/lto/libffi/src/m32r/ffi.c
    branches/lto/libffi/src/m68k/ffitarget.h
    branches/lto/libffi/src/m68k/sysv.S
    branches/lto/libffi/src/mips/ffi.c
    branches/lto/libffi/src/mips/ffitarget.h
    branches/lto/libffi/src/mips/n32.S
    branches/lto/libffi/src/mips/o32.S
    branches/lto/libffi/src/pa/ffi.c
    branches/lto/libffi/src/pa/ffitarget.h
    branches/lto/libffi/src/pa/hpux32.S
    branches/lto/libffi/src/pa/linux.S
    branches/lto/libffi/src/powerpc/ffi.c
    branches/lto/libffi/src/powerpc/ffi_darwin.c
    branches/lto/libffi/src/powerpc/ffitarget.h
    branches/lto/libffi/src/powerpc/linux64.S
    branches/lto/libffi/src/powerpc/linux64_closure.S
    branches/lto/libffi/src/powerpc/ppc_closure.S
    branches/lto/libffi/src/powerpc/sysv.S
    branches/lto/libffi/src/prep_cif.c
    branches/lto/libffi/src/raw_api.c
    branches/lto/libffi/src/s390/ffi.c
    branches/lto/libffi/src/s390/ffitarget.h
    branches/lto/libffi/src/s390/sysv.S
    branches/lto/libffi/src/sh/ffi.c
    branches/lto/libffi/src/sh/ffitarget.h
    branches/lto/libffi/src/sh/sysv.S
    branches/lto/libffi/src/sh64/ffi.c
    branches/lto/libffi/src/sh64/ffitarget.h
    branches/lto/libffi/src/sh64/sysv.S
    branches/lto/libffi/src/sparc/ffi.c
    branches/lto/libffi/src/sparc/ffitarget.h
    branches/lto/libffi/src/sparc/v8.S
    branches/lto/libffi/src/sparc/v9.S
    branches/lto/libffi/src/types.c
    branches/lto/libffi/src/x86/darwin.S
    branches/lto/libffi/src/x86/darwin64.S
    branches/lto/libffi/src/x86/ffi.c
    branches/lto/libffi/src/x86/ffi64.c
    branches/lto/libffi/src/x86/ffitarget.h
    branches/lto/libffi/src/x86/sysv.S
    branches/lto/libffi/src/x86/unix64.S
    branches/lto/libffi/src/x86/win32.S
    branches/lto/libgcc/ChangeLog
    branches/lto/libgcc/config.host
    branches/lto/libgfortran/ChangeLog
    branches/lto/libgfortran/Makefile.am
    branches/lto/libgfortran/Makefile.in
    branches/lto/libgfortran/config.h.in
    branches/lto/libgfortran/configure
    branches/lto/libgfortran/configure.ac
    branches/lto/libgfortran/gfortran.map
    branches/lto/libgfortran/intrinsics/date_and_time.c
    branches/lto/libgfortran/io/format.c
    branches/lto/libgomp/ChangeLog
    branches/lto/libgomp/testsuite/libgomp.fortran/fortran.exp
    branches/lto/libiberty/ChangeLog
    branches/lto/libiberty/fibheap.c
    branches/lto/libiberty/pex-win32.c
    branches/lto/libiberty/snprintf.c
    branches/lto/libiberty/vsnprintf.c
    branches/lto/libjava/classpath/   (props changed)

Propchange: branches/lto/libstdc++-v3/testsuite/18_support/pthread_guard.cc
            ('svn:mergeinfo' modified)

Propchange: branches/lto/libstdc++-v3/testsuite/20_util/ratio/cons/cons_overflow_neg.cc
            ('svn:mergeinfo' modified)

Propchange: branches/lto/libstdc++-v3/testsuite/20_util/ratio/operations/ops_overflow_neg.cc
            ('svn:mergeinfo' modified)

Propchange: branches/lto/libstdc++-v3/testsuite/20_util/unique_ptr/assign/assign_neg.cc
            ('svn:mergeinfo' modified)

Propchange: branches/lto/libstdc++-v3/testsuite/21_strings/basic_string/pthread18185.cc
            ('svn:mergeinfo' modified)

Propchange: branches/lto/libstdc++-v3/testsuite/21_strings/basic_string/pthread4.cc
            ('svn:mergeinfo' modified)

Propchange: branches/lto/libstdc++-v3/testsuite/23_containers/list/pthread1.cc
            ('svn:mergeinfo' modified)

Propchange: branches/lto/libstdc++-v3/testsuite/23_containers/list/pthread5.cc
            ('svn:mergeinfo' modified)

Propchange: branches/lto/libstdc++-v3/testsuite/23_containers/map/pthread6.cc
            ('svn:mergeinfo' modified)

Propchange: branches/lto/libstdc++-v3/testsuite/27_io/basic_fstream/cons/1.cc
            ('svn:mergeinfo' modified)

Propchange: branches/lto/libstdc++-v3/testsuite/27_io/basic_fstream/open/char/1.cc
            ('svn:mergeinfo' modified)

Propchange: branches/lto/libstdc++-v3/testsuite/27_io/basic_ofstream/cons/char/1.cc
            ('svn:mergeinfo' modified)

Propchange: branches/lto/libstdc++-v3/testsuite/27_io/basic_ofstream/pthread2.cc
            ('svn:mergeinfo' modified)

Propchange: branches/lto/libstdc++-v3/testsuite/27_io/basic_ostringstream/pthread3.cc
            ('svn:mergeinfo' modified)

Propchange: branches/lto/libstdc++-v3/testsuite/30_threads/this_thread/
            ('svn:mergeinfo' modified)

Propchange: branches/lto/libstdc++-v3/testsuite/ext/rope/pthread7-rope.cc
            ('svn:mergeinfo' modified)

Propchange: branches/lto/
            ('svn:mergeinfo' modified)

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

Propchange: branches/lto/gcc/cp/ChangeLog-2007
            ('svn:mergeinfo' modified)

Propchange: branches/lto/gcc/cp/ChangeLog-2008
            ('svn:mergeinfo' modified)

Propchange: branches/lto/gcc/testsuite/g++.dg/cpp0x/decltype-38655.C
            ('svn:mergeinfo' modified)

Propchange: branches/lto/gcc/testsuite/gcc.target/x86_64/abi/callabi/
            ('svn:mergeinfo' modified)

Propchange: branches/lto/libjava/classpath/
            ('svn:mergeinfo' modified)



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