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]

r147246 - in /branches/lto: ./ ChangeLog MAINTA...


Author: dnovillo
Date: Thu May  7 15:54:39 2009
New Revision: 147246

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

	* lto-cgraph.c (input_edge): Add type casts for C++ warnings.
	(input_cgraph_1): Likewise.
	* lto-function-in.c (input_real): Likewise.
	(process_tree_flags): Define ADD_TLS_FLAG.
	(lto_static_init_local): Likewise.
	(input_field_decl): Add type casts for C++ warnings.
	(input_const_decl): Likewise.
	(input_function_decl): Likewise.
	(input_var_decl): Likewise.
	(input_parm_decl): Likewise.
	(input_result_decl): Likewise.
	(input_type_decl): Likewise.
	(input_label_decl): Likewise.
	(input_type): Likewise.
	* lto-function-out.c (expr_to_tag): Change type to enum LTO_tags.
	(output_tree_flags): Define ADD_TLS_FLAG.
	(lto_debug_tree_flags): Likewise.
	* lto-section-out.c (get_ref_idx_for): If -funsigned-char is
	given, replace T with unsigned_char_type_node.
	* lto-tree-flags.def: Call ADD_TLS_FLAG instead of
	ADD_VIS_FLAG_SIZE for field tls_model.


	* ipa-pure-const.c (read_summary): Handle new fields
	state_previously_known and looping_previously_known.
	Handle field can_throw.
	(write_summary): Likewise.


	Mainline merge @147098.

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



Added:
    branches/lto/libstdc++-v3/testsuite/19_diagnostics/error_code/cons/39882.cc
      - copied unchanged from r147098, trunk/libstdc++-v3/testsuite/19_diagnostics/error_code/cons/39882.cc
    branches/lto/libstdc++-v3/testsuite/19_diagnostics/error_code/modifiers/
      - copied from r147098, trunk/libstdc++-v3/testsuite/19_diagnostics/error_code/modifiers/
    branches/lto/libstdc++-v3/testsuite/19_diagnostics/error_condition/cons/39881.cc
      - copied unchanged from r147098, trunk/libstdc++-v3/testsuite/19_diagnostics/error_condition/cons/39881.cc
    branches/lto/libstdc++-v3/testsuite/19_diagnostics/error_condition/modifiers/
      - copied from r147098, trunk/libstdc++-v3/testsuite/19_diagnostics/error_condition/modifiers/
    branches/lto/libstdc++-v3/testsuite/19_diagnostics/system_error/39880.cc
      - copied unchanged from r147098, trunk/libstdc++-v3/testsuite/19_diagnostics/system_error/39880.cc
Modified:
    branches/lto/libstdc++-v3/ChangeLog
    branches/lto/libstdc++-v3/acinclude.m4
    branches/lto/libstdc++-v3/config/io/basic_file_stdio.cc
    branches/lto/libstdc++-v3/config/io/basic_file_stdio.h
    branches/lto/libstdc++-v3/configure
    branches/lto/libstdc++-v3/doc/xml/authors.xml
    branches/lto/libstdc++-v3/doc/xml/faq.xml
    branches/lto/libstdc++-v3/doc/xml/manual/abi.xml
    branches/lto/libstdc++-v3/doc/xml/manual/appendix_contributing.xml
    branches/lto/libstdc++-v3/doc/xml/manual/intro.xml
    branches/lto/libstdc++-v3/doc/xml/manual/status_cxx1998.xml
    branches/lto/libstdc++-v3/doc/xml/manual/status_cxx200x.xml
    branches/lto/libstdc++-v3/doc/xml/manual/status_cxxtr1.xml
    branches/lto/libstdc++-v3/include/bits/basic_string.tcc
    branches/lto/libstdc++-v3/include/ext/bitmap_allocator.h
    branches/lto/libstdc++-v3/include/ext/malloc_allocator.h
    branches/lto/libstdc++-v3/include/ext/mt_allocator.h
    branches/lto/libstdc++-v3/include/ext/new_allocator.h
    branches/lto/libstdc++-v3/include/ext/pool_allocator.h
    branches/lto/libstdc++-v3/include/ext/rc_string_base.h
    branches/lto/libstdc++-v3/include/ext/sso_string_base.h
    branches/lto/libstdc++-v3/include/ext/throw_allocator.h
    branches/lto/libstdc++-v3/include/parallel/settings.h
    branches/lto/libstdc++-v3/include/std/system_error
    branches/lto/libstdc++-v3/include/tr1_impl/array
    branches/lto/libstdc++-v3/include/tr1_impl/functional_hash.h
    branches/lto/libstdc++-v3/libsupc++/eh_call.cc
    branches/lto/libstdc++-v3/libsupc++/unwind-cxx.h
    branches/lto/libstdc++-v3/scripts/create_testsuite_files
    branches/lto/libstdc++-v3/scripts/run_doxygen
    branches/lto/libstdc++-v3/testsuite/18_support/pthread_guard.cc   (props changed)
    branches/lto/libstdc++-v3/testsuite/19_diagnostics/error_category/cons/copy_neg.cc
    branches/lto/libstdc++-v3/testsuite/19_diagnostics/error_code/cons/1.cc
    branches/lto/libstdc++-v3/testsuite/19_diagnostics/error_code/operators/bool.cc
    branches/lto/libstdc++-v3/testsuite/19_diagnostics/error_code/operators/equal.cc
    branches/lto/libstdc++-v3/testsuite/19_diagnostics/error_code/operators/not_equal.cc
    branches/lto/libstdc++-v3/testsuite/19_diagnostics/system_error/cons-1.cc
    branches/lto/libstdc++-v3/testsuite/19_diagnostics/system_error/what-4.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/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_ostream/inserters_other/char/error_code.cc
    branches/lto/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/error_code.cc
    branches/lto/libstdc++-v3/testsuite/27_io/basic_ostringstream/pthread3.cc   (props changed)
    branches/lto/libstdc++-v3/testsuite/30_threads/this_thread/   (props changed)
    branches/lto/libstdc++-v3/testsuite/30_threads/unique_lock/locking/2.cc
    branches/lto/libstdc++-v3/testsuite/ext/rope/pthread7-rope.cc   (props changed)

Changes in other areas also in this revision:
Added:
    branches/lto/fixincludes/tests/base/sys/_inttypes.h
      - copied unchanged from r147098, trunk/fixincludes/tests/base/sys/_inttypes.h
    branches/lto/gcc/ada/g-tastus.ads
      - copied unchanged from r147098, trunk/gcc/ada/g-tastus.ads
    branches/lto/gcc/ada/s-stusta.adb
      - copied unchanged from r147098, trunk/gcc/ada/s-stusta.adb
    branches/lto/gcc/ada/s-stusta.ads
      - copied unchanged from r147098, trunk/gcc/ada/s-stusta.ads
    branches/lto/gcc/config/hpux-stdint.h
      - copied unchanged from r147098, trunk/gcc/config/hpux-stdint.h
    branches/lto/gcc/config/rs6000/option-defaults.h
      - copied unchanged from r147098, trunk/gcc/config/rs6000/option-defaults.h
    branches/lto/gcc/ssaexpand.h
      - copied unchanged from r147098, trunk/gcc/ssaexpand.h
    branches/lto/gcc/store-motion.c
      - copied unchanged from r147098, trunk/gcc/store-motion.c
    branches/lto/gcc/testsuite/g++.dg/parse/parser-pr28152-2.C
      - copied unchanged from r147098, trunk/gcc/testsuite/g++.dg/parse/parser-pr28152-2.C
    branches/lto/gcc/testsuite/g++.dg/parse/parser-pr28152.C
      - copied unchanged from r147098, trunk/gcc/testsuite/g++.dg/parse/parser-pr28152.C
    branches/lto/gcc/testsuite/g++.dg/warn/Wunused-15.C
      - copied unchanged from r147098, trunk/gcc/testsuite/g++.dg/warn/Wunused-15.C
    branches/lto/gcc/testsuite/gcc.c-torture/compile/pr39928-1.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.c-torture/compile/pr39928-1.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/pr39928-2.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.c-torture/compile/pr39928-2.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/pr39937.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.c-torture/compile/pr39937.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/pr39941.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.c-torture/compile/pr39941.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/pr39943.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.c-torture/compile/pr39943.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/pr39983.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.c-torture/compile/pr39983.c
    branches/lto/gcc/testsuite/gcc.dg/Wcxx-compat-4.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.dg/Wcxx-compat-4.c
    branches/lto/gcc/testsuite/gcc.dg/Wcxx-compat-5.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.dg/Wcxx-compat-5.c
    branches/lto/gcc/testsuite/gcc.dg/Wcxx-compat-6.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.dg/Wcxx-compat-6.c
    branches/lto/gcc/testsuite/gcc.dg/Wunused-value-3.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.dg/Wunused-value-3.c
    branches/lto/gcc/testsuite/gcc.dg/array-const-1.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.dg/array-const-1.c
    branches/lto/gcc/testsuite/gcc.dg/array-const-2.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.dg/array-const-2.c
    branches/lto/gcc/testsuite/gcc.dg/array-const-3.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.dg/array-const-3.c
    branches/lto/gcc/testsuite/gcc.dg/attr-alias-5.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.dg/attr-alias-5.c
    branches/lto/gcc/testsuite/gcc.dg/c99-complex-3.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.dg/c99-complex-3.c
    branches/lto/gcc/testsuite/gcc.dg/c99-const-expr-14.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.dg/c99-const-expr-14.c
    branches/lto/gcc/testsuite/gcc.dg/c99-intconst-2.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.dg/c99-intconst-2.c
    branches/lto/gcc/testsuite/gcc.dg/cpp/utf8-5byte-1.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.dg/cpp/utf8-5byte-1.c
    branches/lto/gcc/testsuite/gcc.dg/enum-const-1.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.dg/enum-const-1.c
    branches/lto/gcc/testsuite/gcc.dg/enum-const-2.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.dg/enum-const-2.c
    branches/lto/gcc/testsuite/gcc.dg/enum-const-3.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.dg/enum-const-3.c
    branches/lto/gcc/testsuite/gcc.dg/gnu99-const-expr-4.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.dg/gnu99-const-expr-4.c
    branches/lto/gcc/testsuite/gcc.dg/inline-34.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.dg/inline-34.c
    branches/lto/gcc/testsuite/gcc.dg/pr39565.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.dg/pr39565.c
    branches/lto/gcc/testsuite/gcc.dg/pr39794.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.dg/pr39794.c
    branches/lto/gcc/testsuite/gcc.dg/pr39867.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.dg/pr39867.c
    branches/lto/gcc/testsuite/gcc.dg/sms-8.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.dg/sms-8.c
    branches/lto/gcc/testsuite/gcc.dg/torture/pr39903-1.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.dg/torture/pr39903-1.c
    branches/lto/gcc/testsuite/gcc.dg/torture/pr39903-2.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.dg/torture/pr39903-2.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/vrp48.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.dg/tree-ssa/vrp48.c
    branches/lto/gcc/testsuite/gcc.dg/ucnid-7.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.dg/ucnid-7.c
    branches/lto/gcc/testsuite/gcc.dg/vla-19.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.dg/vla-19.c
    branches/lto/gcc/testsuite/gcc.dg/vla-20.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.dg/vla-20.c
    branches/lto/gcc/testsuite/gcc.dg/vla-21.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.dg/vla-21.c
    branches/lto/gcc/testsuite/gcc.target/bfin/20090411-1.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.target/bfin/20090411-1.c
    branches/lto/gcc/testsuite/gcc.target/i386/pr39543-1.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.target/i386/pr39543-1.c
    branches/lto/gcc/testsuite/gcc.target/i386/pr39543-2.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.target/i386/pr39543-2.c
    branches/lto/gcc/testsuite/gcc.target/i386/pr39543-3.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.target/i386/pr39543-3.c
    branches/lto/gcc/testsuite/gcc.target/i386/pr39911.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.target/i386/pr39911.c
    branches/lto/gcc/testsuite/gcc.target/ia64/20071210-2.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.target/ia64/20071210-2.c
    branches/lto/gcc/testsuite/gcc.target/spu/pr40001.c
      - copied unchanged from r147098, trunk/gcc/testsuite/gcc.target/spu/pr40001.c
    branches/lto/gcc/testsuite/gfortran.dg/alloc_comp_assign_10.f90
      - copied unchanged from r147098, trunk/gcc/testsuite/gfortran.dg/alloc_comp_assign_10.f90
    branches/lto/gcc/testsuite/gfortran.dg/ambiguous_reference_2.f90
      - copied unchanged from r147098, trunk/gcc/testsuite/gfortran.dg/ambiguous_reference_2.f90
    branches/lto/gcc/testsuite/gfortran.dg/assumed_charlen_dummy.f90
      - copied unchanged from r147098, trunk/gcc/testsuite/gfortran.dg/assumed_charlen_dummy.f90
    branches/lto/gcc/testsuite/gfortran.dg/import7.f90
      - copied unchanged from r147098, trunk/gcc/testsuite/gfortran.dg/import7.f90
    branches/lto/gcc/testsuite/gfortran.dg/intrinsic_1.f90
      - copied unchanged from r147098, trunk/gcc/testsuite/gfortran.dg/intrinsic_1.f90
    branches/lto/gcc/testsuite/gfortran.dg/pointer_assign_7.f90
      - copied unchanged from r147098, trunk/gcc/testsuite/gfortran.dg/pointer_assign_7.f90
    branches/lto/gcc/testsuite/gfortran.dg/proc_ptr_16.f90
      - copied unchanged from r147098, trunk/gcc/testsuite/gfortran.dg/proc_ptr_16.f90
    branches/lto/gcc/testsuite/gfortran.fortran-torture/compile/pr39937.f
      - copied unchanged from r147098, trunk/gcc/testsuite/gfortran.fortran-torture/compile/pr39937.f
    branches/lto/gcc/testsuite/gnat.dg/alignment7.adb
      - copied unchanged from r147098, trunk/gcc/testsuite/gnat.dg/alignment7.adb
    branches/lto/gcc/testsuite/gnat.dg/alignment8.adb
      - copied unchanged from r147098, trunk/gcc/testsuite/gnat.dg/alignment8.adb
    branches/lto/gcc/testsuite/gnat.dg/opt2.adb
      - copied unchanged from r147098, trunk/gcc/testsuite/gnat.dg/opt2.adb
    branches/lto/gcc/testsuite/gnat.dg/specs/rep_clause1.ads
      - copied unchanged from r147098, trunk/gcc/testsuite/gnat.dg/specs/rep_clause1.ads
    branches/lto/gcc/testsuite/gnat.dg/specs/rep_clause2.ads
      - copied unchanged from r147098, trunk/gcc/testsuite/gnat.dg/specs/rep_clause2.ads
    branches/lto/libjava/contrib/generate-cacerts.pl.in
      - copied unchanged from r147098, trunk/libjava/contrib/generate-cacerts.pl.in
Removed:
    branches/lto/gcc/config/spu/spu-builtins.h
    branches/lto/gcc/plugin-version.c
    branches/lto/gcc/testsuite/g++.dg/warn/pr35652.C
    branches/lto/gcc/testsuite/gcc.dg/pr35652.c
    branches/lto/gcc/testsuite/gcc.dg/sms-antideps.c
    branches/lto/gcc/testsuite/gnat.dg/specs/pr34799.ads
Modified:
    branches/lto/   (props changed)
    branches/lto/ChangeLog
    branches/lto/MAINTAINERS
    branches/lto/Makefile.def
    branches/lto/Makefile.in
    branches/lto/Makefile.tpl
    branches/lto/configure
    branches/lto/configure.ac
    branches/lto/contrib/ChangeLog
    branches/lto/contrib/dg-extract-results.sh
    branches/lto/contrib/test_summary
    branches/lto/fixincludes/ChangeLog
    branches/lto/fixincludes/fixincl.x
    branches/lto/fixincludes/inclhack.def
    branches/lto/fixincludes/tests/base/inttypes.h
    branches/lto/fixincludes/tests/base/stdint.h
    branches/lto/fixincludes/tests/base/stdlib.h
    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/Makefile.rtl
    branches/lto/gcc/ada/adaint.c
    branches/lto/gcc/ada/clean.adb
    branches/lto/gcc/ada/einfo.adb
    branches/lto/gcc/ada/einfo.ads
    branches/lto/gcc/ada/err_vars.ads
    branches/lto/gcc/ada/errout.ads
    branches/lto/gcc/ada/exp_aggr.adb
    branches/lto/gcc/ada/exp_ch3.adb
    branches/lto/gcc/ada/exp_ch3.ads
    branches/lto/gcc/ada/exp_ch4.adb
    branches/lto/gcc/ada/exp_ch6.adb
    branches/lto/gcc/ada/exp_ch7.adb
    branches/lto/gcc/ada/exp_ch9.adb
    branches/lto/gcc/ada/exp_ch9.ads
    branches/lto/gcc/ada/exp_disp.adb
    branches/lto/gcc/ada/exp_disp.ads
    branches/lto/gcc/ada/exp_tss.adb
    branches/lto/gcc/ada/exp_tss.ads
    branches/lto/gcc/ada/fe.h
    branches/lto/gcc/ada/freeze.adb
    branches/lto/gcc/ada/g-expect.adb
    branches/lto/gcc/ada/g-expect.ads
    branches/lto/gcc/ada/g-socket.adb
    branches/lto/gcc/ada/g-socket.ads
    branches/lto/gcc/ada/g-socthi-mingw.adb
    branches/lto/gcc/ada/g-socthi-mingw.ads
    branches/lto/gcc/ada/g-socthi-vms.adb
    branches/lto/gcc/ada/g-socthi-vms.ads
    branches/lto/gcc/ada/g-socthi-vxworks.adb
    branches/lto/gcc/ada/g-socthi-vxworks.ads
    branches/lto/gcc/ada/g-socthi.adb
    branches/lto/gcc/ada/g-socthi.ads
    branches/lto/gcc/ada/g-sothco.ads
    branches/lto/gcc/ada/g-trasym.adb
    branches/lto/gcc/ada/gcc-interface/Make-lang.in
    branches/lto/gcc/ada/gcc-interface/Makefile.in
    branches/lto/gcc/ada/gcc-interface/decl.c
    branches/lto/gcc/ada/gcc-interface/gigi.h
    branches/lto/gcc/ada/gcc-interface/misc.c
    branches/lto/gcc/ada/gcc-interface/targtyps.c
    branches/lto/gcc/ada/gcc-interface/trans.c
    branches/lto/gcc/ada/gcc-interface/utils.c
    branches/lto/gcc/ada/gcc-interface/utils2.c
    branches/lto/gcc/ada/get_targ.ads
    branches/lto/gcc/ada/gnat1drv.adb
    branches/lto/gcc/ada/gnat_rm.texi
    branches/lto/gcc/ada/gnat_ugn.texi
    branches/lto/gcc/ada/gnatcmd.adb
    branches/lto/gcc/ada/initialize.c
    branches/lto/gcc/ada/layout.adb
    branches/lto/gcc/ada/lib-load.adb
    branches/lto/gcc/ada/lib-xref.adb
    branches/lto/gcc/ada/make.adb
    branches/lto/gcc/ada/makeutl.adb
    branches/lto/gcc/ada/makeutl.ads
    branches/lto/gcc/ada/mlib-prj.adb
    branches/lto/gcc/ada/mlib-tgt.adb
    branches/lto/gcc/ada/mlib-tgt.ads
    branches/lto/gcc/ada/opt.ads
    branches/lto/gcc/ada/prepcomp.adb
    branches/lto/gcc/ada/prj-dect.adb
    branches/lto/gcc/ada/prj-dect.ads
    branches/lto/gcc/ada/prj-env.adb
    branches/lto/gcc/ada/prj-env.ads
    branches/lto/gcc/ada/prj-ext.adb
    branches/lto/gcc/ada/prj-makr.adb
    branches/lto/gcc/ada/prj-nmsc.adb
    branches/lto/gcc/ada/prj-nmsc.ads
    branches/lto/gcc/ada/prj-pars.adb
    branches/lto/gcc/ada/prj-pars.ads
    branches/lto/gcc/ada/prj-part.adb
    branches/lto/gcc/ada/prj-part.ads
    branches/lto/gcc/ada/prj-pp.adb
    branches/lto/gcc/ada/prj-pp.ads
    branches/lto/gcc/ada/prj-proc.adb
    branches/lto/gcc/ada/prj-proc.ads
    branches/lto/gcc/ada/prj-util.adb
    branches/lto/gcc/ada/prj.adb
    branches/lto/gcc/ada/prj.ads
    branches/lto/gcc/ada/rtsfind.adb
    branches/lto/gcc/ada/rtsfind.ads
    branches/lto/gcc/ada/s-oscons-tmplt.c
    branches/lto/gcc/ada/s-osinte-darwin.adb
    branches/lto/gcc/ada/s-osinte-darwin.ads
    branches/lto/gcc/ada/s-stausa.adb
    branches/lto/gcc/ada/s-stausa.ads
    branches/lto/gcc/ada/s-taskin.adb
    branches/lto/gcc/ada/s-tasren.adb
    branches/lto/gcc/ada/s-tassta.adb
    branches/lto/gcc/ada/scans.ads
    branches/lto/gcc/ada/sem.adb
    branches/lto/gcc/ada/sem_aggr.adb
    branches/lto/gcc/ada/sem_attr.adb
    branches/lto/gcc/ada/sem_cat.ads
    branches/lto/gcc/ada/sem_ch10.adb
    branches/lto/gcc/ada/sem_ch12.adb
    branches/lto/gcc/ada/sem_ch13.adb
    branches/lto/gcc/ada/sem_ch3.adb
    branches/lto/gcc/ada/sem_ch5.adb
    branches/lto/gcc/ada/sem_ch6.adb
    branches/lto/gcc/ada/sem_ch7.adb
    branches/lto/gcc/ada/sem_ch8.adb
    branches/lto/gcc/ada/sem_disp.adb
    branches/lto/gcc/ada/sem_elim.adb
    branches/lto/gcc/ada/sem_prag.adb
    branches/lto/gcc/ada/sem_res.adb
    branches/lto/gcc/ada/sem_util.adb
    branches/lto/gcc/ada/sem_util.ads
    branches/lto/gcc/ada/sem_warn.adb
    branches/lto/gcc/ada/sinfo.adb
    branches/lto/gcc/ada/sinfo.ads
    branches/lto/gcc/ada/sinput-l.adb
    branches/lto/gcc/ada/sinput.ads
    branches/lto/gcc/ada/targparm.ads
    branches/lto/gcc/ada/ttypes.ads
    branches/lto/gcc/ada/xoscons.adb
    branches/lto/gcc/alias.c
    branches/lto/gcc/alloc-pool.c
    branches/lto/gcc/attribs.c
    branches/lto/gcc/basic-block.h
    branches/lto/gcc/bitmap.c
    branches/lto/gcc/builtins.c
    branches/lto/gcc/c-common.c
    branches/lto/gcc/c-common.h
    branches/lto/gcc/c-decl.c
    branches/lto/gcc/c-gimplify.c
    branches/lto/gcc/c-objc-common.c
    branches/lto/gcc/c-omp.c
    branches/lto/gcc/c-opts.c
    branches/lto/gcc/c-parser.c
    branches/lto/gcc/c-pretty-print.c
    branches/lto/gcc/c-pretty-print.h
    branches/lto/gcc/c-tree.h
    branches/lto/gcc/c-typeck.c
    branches/lto/gcc/calls.c
    branches/lto/gcc/cfgexpand.c
    branches/lto/gcc/cfgloop.h
    branches/lto/gcc/cfgrtl.c
    branches/lto/gcc/cgraphunit.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-protos.h
    branches/lto/gcc/config/alpha/alpha.c
    branches/lto/gcc/config/alpha/alpha.h
    branches/lto/gcc/config/alpha/alpha.md
    branches/lto/gcc/config/alpha/elf.h
    branches/lto/gcc/config/arm/arm-cores.def
    branches/lto/gcc/config/arm/arm-protos.h
    branches/lto/gcc/config/arm/arm-tune.md
    branches/lto/gcc/config/arm/arm.c
    branches/lto/gcc/config/arm/arm.h
    branches/lto/gcc/config/avr/avr-protos.h
    branches/lto/gcc/config/avr/avr.c
    branches/lto/gcc/config/avr/avr.h
    branches/lto/gcc/config/bfin/bfin-protos.h
    branches/lto/gcc/config/bfin/bfin.c
    branches/lto/gcc/config/bfin/bfin.h
    branches/lto/gcc/config/bfin/bfin.md
    branches/lto/gcc/config/cris/cris.h
    branches/lto/gcc/config/darwin.c
    branches/lto/gcc/config/frv/frv-protos.h
    branches/lto/gcc/config/frv/frv.c
    branches/lto/gcc/config/frv/frv.h
    branches/lto/gcc/config/h8300/h8300.h
    branches/lto/gcc/config/i386/gas.h
    branches/lto/gcc/config/i386/i386-c.c
    branches/lto/gcc/config/i386/i386-protos.h
    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/mingw-w64.h
    branches/lto/gcc/config/i386/sse.md
    branches/lto/gcc/config/i386/t-mingw-w64
    branches/lto/gcc/config/ia64/hpux.h
    branches/lto/gcc/config/ia64/ia64.c
    branches/lto/gcc/config/ia64/ia64.h
    branches/lto/gcc/config/ia64/ia64.md
    branches/lto/gcc/config/iq2000/iq2000.c
    branches/lto/gcc/config/iq2000/iq2000.h
    branches/lto/gcc/config/iq2000/iq2000.md
    branches/lto/gcc/config/m32c/m32c-protos.h
    branches/lto/gcc/config/m32c/m32c.c
    branches/lto/gcc/config/m32c/m32c.h
    branches/lto/gcc/config/m32r/m32r.c
    branches/lto/gcc/config/m32r/m32r.h
    branches/lto/gcc/config/m68hc11/m68hc11-protos.h
    branches/lto/gcc/config/m68hc11/m68hc11.c
    branches/lto/gcc/config/m68hc11/m68hc11.h
    branches/lto/gcc/config/m68k/m68k.c
    branches/lto/gcc/config/m68k/m68k.h
    branches/lto/gcc/config/mcore/mcore.h
    branches/lto/gcc/config/mips/mips-protos.h
    branches/lto/gcc/config/mips/mips.c
    branches/lto/gcc/config/mips/mips.h
    branches/lto/gcc/config/mips/mips.md
    branches/lto/gcc/config/mn10300/mn10300-protos.h
    branches/lto/gcc/config/mn10300/mn10300.c
    branches/lto/gcc/config/mn10300/mn10300.h
    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/pa/pa-protos.h
    branches/lto/gcc/config/pa/pa.c
    branches/lto/gcc/config/pa/pa.h
    branches/lto/gcc/config/pdp11/pdp11.h
    branches/lto/gcc/config/picochip/picochip.h
    branches/lto/gcc/config/rs6000/rs6000-c.c
    branches/lto/gcc/config/rs6000/rs6000-protos.h
    branches/lto/gcc/config/rs6000/rs6000.c
    branches/lto/gcc/config/rs6000/rs6000.h
    branches/lto/gcc/config/s390/constraints.md
    branches/lto/gcc/config/s390/s390-protos.h
    branches/lto/gcc/config/s390/s390.c
    branches/lto/gcc/config/s390/s390.h
    branches/lto/gcc/config/score/score-protos.h
    branches/lto/gcc/config/score/score.c
    branches/lto/gcc/config/score/score.h
    branches/lto/gcc/config/score/score3.c
    branches/lto/gcc/config/score/score3.h
    branches/lto/gcc/config/score/score7.c
    branches/lto/gcc/config/score/score7.h
    branches/lto/gcc/config/sh/sh-protos.h
    branches/lto/gcc/config/sh/sh.c
    branches/lto/gcc/config/sh/sh.h
    branches/lto/gcc/config/sol2-c.c
    branches/lto/gcc/config/sparc/sparc-protos.h
    branches/lto/gcc/config/sparc/sparc.c
    branches/lto/gcc/config/sparc/sparc.h
    branches/lto/gcc/config/sparc/sparc.md
    branches/lto/gcc/config/spu/constraints.md
    branches/lto/gcc/config/spu/predicates.md
    branches/lto/gcc/config/spu/spu-builtins.def
    branches/lto/gcc/config/spu/spu-builtins.md
    branches/lto/gcc/config/spu/spu-c.c
    branches/lto/gcc/config/spu/spu-protos.h
    branches/lto/gcc/config/spu/spu.c
    branches/lto/gcc/config/spu/spu.h
    branches/lto/gcc/config/spu/spu.md
    branches/lto/gcc/config/spu/t-spu-elf
    branches/lto/gcc/config/stormy16/stormy16.h
    branches/lto/gcc/config/v850/v850.h
    branches/lto/gcc/config/xtensa/xtensa-protos.h
    branches/lto/gcc/config/xtensa/xtensa.c
    branches/lto/gcc/config/xtensa/xtensa.h
    branches/lto/gcc/configure
    branches/lto/gcc/configure.ac
    branches/lto/gcc/coretypes.h
    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/call.c
    branches/lto/gcc/cp/cp-gimplify.c
    branches/lto/gcc/cp/cp-tree.h
    branches/lto/gcc/cp/cvt.c
    branches/lto/gcc/cp/cxx-pretty-print.c
    branches/lto/gcc/cp/cxx-pretty-print.h
    branches/lto/gcc/cp/decl2.c
    branches/lto/gcc/cp/error.c
    branches/lto/gcc/cp/parser.c
    branches/lto/gcc/cp/semantics.c
    branches/lto/gcc/cp/typeck.c
    branches/lto/gcc/cse.c
    branches/lto/gcc/cselib.c
    branches/lto/gcc/dbgcnt.def
    branches/lto/gcc/dbxout.c
    branches/lto/gcc/dce.c
    branches/lto/gcc/debug.h
    branches/lto/gcc/defaults.h
    branches/lto/gcc/df-core.c
    branches/lto/gcc/df-scan.c
    branches/lto/gcc/df.h
    branches/lto/gcc/doc/c-tree.texi
    branches/lto/gcc/doc/cfg.texi
    branches/lto/gcc/doc/collect2.texi
    branches/lto/gcc/doc/cpp.texi
    branches/lto/gcc/doc/extend.texi
    branches/lto/gcc/doc/gimple.texi
    branches/lto/gcc/doc/install.texi
    branches/lto/gcc/doc/invoke.texi
    branches/lto/gcc/doc/loop.texi
    branches/lto/gcc/doc/md.texi
    branches/lto/gcc/doc/options.texi
    branches/lto/gcc/doc/passes.texi
    branches/lto/gcc/doc/rtl.texi
    branches/lto/gcc/doc/tm.texi
    branches/lto/gcc/doc/trouble.texi
    branches/lto/gcc/dse.c
    branches/lto/gcc/dwarf2.h
    branches/lto/gcc/dwarf2out.c
    branches/lto/gcc/emit-rtl.c
    branches/lto/gcc/except.c
    branches/lto/gcc/except.h
    branches/lto/gcc/explow.c
    branches/lto/gcc/expmed.c
    branches/lto/gcc/expr.c
    branches/lto/gcc/expr.h
    branches/lto/gcc/final.c
    branches/lto/gcc/fixed-value.c
    branches/lto/gcc/flags.h
    branches/lto/gcc/fold-const.c
    branches/lto/gcc/fortran/ChangeLog
    branches/lto/gcc/fortran/Make-lang.in
    branches/lto/gcc/fortran/data.c
    branches/lto/gcc/fortran/decl.c
    branches/lto/gcc/fortran/dump-parse-tree.c
    branches/lto/gcc/fortran/expr.c
    branches/lto/gcc/fortran/gfc-internals.texi
    branches/lto/gcc/fortran/gfortran.h
    branches/lto/gcc/fortran/module.c
    branches/lto/gcc/fortran/parse.c
    branches/lto/gcc/fortran/primary.c
    branches/lto/gcc/fortran/resolve.c
    branches/lto/gcc/fortran/symbol.c
    branches/lto/gcc/fortran/trans-decl.c
    branches/lto/gcc/fortran/trans-expr.c
    branches/lto/gcc/fortran/trans-intrinsic.c
    branches/lto/gcc/fortran/trans-io.c
    branches/lto/gcc/fwprop.c
    branches/lto/gcc/gcc-plugin.h
    branches/lto/gcc/gcc.c
    branches/lto/gcc/gcse.c
    branches/lto/gcc/genpreds.c
    branches/lto/gcc/genrecog.c
    branches/lto/gcc/gensupport.c
    branches/lto/gcc/ggc-common.c
    branches/lto/gcc/gimple-low.c
    branches/lto/gcc/gimple.c
    branches/lto/gcc/gimple.h
    branches/lto/gcc/gimplify.c
    branches/lto/gcc/haifa-sched.c
    branches/lto/gcc/hooks.c
    branches/lto/gcc/hooks.h
    branches/lto/gcc/intl.c
    branches/lto/gcc/intl.h
    branches/lto/gcc/ipa-prop.c
    branches/lto/gcc/ipa-pure-const.c
    branches/lto/gcc/ipa-reference.c
    branches/lto/gcc/ipa-struct-reorg.c
    branches/lto/gcc/ipa-type-escape.c
    branches/lto/gcc/ipa-utils.c
    branches/lto/gcc/ira-conflicts.c
    branches/lto/gcc/ira.c
    branches/lto/gcc/java/ChangeLog
    branches/lto/gcc/java/builtins.c
    branches/lto/gcc/java/constants.c
    branches/lto/gcc/java/jcf-parse.c
    branches/lto/gcc/java/verify-impl.c
    branches/lto/gcc/langhooks.c
    branches/lto/gcc/loop-iv.c
    branches/lto/gcc/lto-cgraph.c
    branches/lto/gcc/lto-function-in.c
    branches/lto/gcc/lto-function-out.c
    branches/lto/gcc/lto-section-out.c
    branches/lto/gcc/lto-tree-flags.def
    branches/lto/gcc/lto/ChangeLog
    branches/lto/gcc/lto/lto.c
    branches/lto/gcc/matrix-reorg.c
    branches/lto/gcc/mcf.c
    branches/lto/gcc/objc/ChangeLog
    branches/lto/gcc/objc/objc-act.c
    branches/lto/gcc/omega.c
    branches/lto/gcc/optabs.c
    branches/lto/gcc/opts.c
    branches/lto/gcc/passes.c
    branches/lto/gcc/plugin.c
    branches/lto/gcc/predict.c
    branches/lto/gcc/pretty-print.c
    branches/lto/gcc/pretty-print.h
    branches/lto/gcc/print-tree.c
    branches/lto/gcc/real.c
    branches/lto/gcc/regmove.c
    branches/lto/gcc/reload.c
    branches/lto/gcc/reload1.c
    branches/lto/gcc/resource.c
    branches/lto/gcc/rtl.h
    branches/lto/gcc/sel-sched-ir.c
    branches/lto/gcc/sel-sched-ir.h
    branches/lto/gcc/sel-sched.c
    branches/lto/gcc/simplify-rtx.c
    branches/lto/gcc/stmt.c
    branches/lto/gcc/system.h
    branches/lto/gcc/target-def.h
    branches/lto/gcc/target.h
    branches/lto/gcc/targhooks.c
    branches/lto/gcc/targhooks.h
    branches/lto/gcc/testsuite/ChangeLog
    branches/lto/gcc/testsuite/g++.dg/cpp/_Pragma1.C
    branches/lto/gcc/testsuite/g++.dg/cpp0x/decltype-38655.C   (props changed)
    branches/lto/gcc/testsuite/g++.dg/eh/async-unwind2.C
    branches/lto/gcc/testsuite/g++.dg/eh/simd-5.C
    branches/lto/gcc/testsuite/g++.dg/ext/altivec-15.C
    branches/lto/gcc/testsuite/g++.dg/ext/visibility/class1.C
    branches/lto/gcc/testsuite/g++.dg/init/copy7.C
    branches/lto/gcc/testsuite/g++.dg/init/new17.C
    branches/lto/gcc/testsuite/g++.dg/opt/pr30965.C
    branches/lto/gcc/testsuite/g++.dg/other/PR23205.C
    branches/lto/gcc/testsuite/g++.dg/rtti/repo1.C
    branches/lto/gcc/testsuite/g++.dg/template/repo1.C
    branches/lto/gcc/testsuite/g++.dg/template/repo2.C
    branches/lto/gcc/testsuite/g++.dg/template/repo3.C
    branches/lto/gcc/testsuite/g++.dg/template/repo4.C
    branches/lto/gcc/testsuite/g++.dg/template/repo5.C
    branches/lto/gcc/testsuite/g++.dg/template/repo6.C
    branches/lto/gcc/testsuite/g++.dg/template/repo7.C
    branches/lto/gcc/testsuite/g++.dg/template/repo8.C
    branches/lto/gcc/testsuite/g++.dg/template/repo9.C
    branches/lto/gcc/testsuite/g++.dg/tree-ssa/ehcleanup-1.C
    branches/lto/gcc/testsuite/g++.dg/tree-ssa/pr19807.C
    branches/lto/gcc/testsuite/g++.dg/tree-ssa/pr27090.C
    branches/lto/gcc/testsuite/g++.dg/tree-ssa/ptrmemfield.C
    branches/lto/gcc/testsuite/g++.dg/tree-ssa/tmmti-2.C
    branches/lto/gcc/testsuite/g++.dg/warn/weak1.C
    branches/lto/gcc/testsuite/g++.old-deja/g++.pt/instantiate4.C
    branches/lto/gcc/testsuite/g++.old-deja/g++.pt/instantiate6.C
    branches/lto/gcc/testsuite/g++.old-deja/g++.pt/repo1.C
    branches/lto/gcc/testsuite/g++.old-deja/g++.pt/repo2.C
    branches/lto/gcc/testsuite/g++.old-deja/g++.pt/repo3.C
    branches/lto/gcc/testsuite/g++.old-deja/g++.pt/repo4.C
    branches/lto/gcc/testsuite/gcc.c-torture/execute/ieee/20010226-1.c
    branches/lto/gcc/testsuite/gcc.c-torture/execute/ieee/unsafe-fp-assoc-1.c
    branches/lto/gcc/testsuite/gcc.dg/20020103-1.c
    branches/lto/gcc/testsuite/gcc.dg/20020312-2.c
    branches/lto/gcc/testsuite/gcc.dg/20020919-1.c
    branches/lto/gcc/testsuite/gcc.dg/Wconversion-real-integer.c
    branches/lto/gcc/testsuite/gcc.dg/Wconversion-real.c
    branches/lto/gcc/testsuite/gcc.dg/asm-b.c
    branches/lto/gcc/testsuite/gcc.dg/attr-weakref-1.c
    branches/lto/gcc/testsuite/gcc.dg/autopar/parallelization-1.c
    branches/lto/gcc/testsuite/gcc.dg/autopar/reduc-1.c
    branches/lto/gcc/testsuite/gcc.dg/autopar/reduc-1char.c
    branches/lto/gcc/testsuite/gcc.dg/autopar/reduc-1short.c
    branches/lto/gcc/testsuite/gcc.dg/autopar/reduc-2.c
    branches/lto/gcc/testsuite/gcc.dg/autopar/reduc-2char.c
    branches/lto/gcc/testsuite/gcc.dg/autopar/reduc-2short.c
    branches/lto/gcc/testsuite/gcc.dg/autopar/reduc-3.c
    branches/lto/gcc/testsuite/gcc.dg/autopar/reduc-6.c
    branches/lto/gcc/testsuite/gcc.dg/autopar/reduc-7.c
    branches/lto/gcc/testsuite/gcc.dg/autopar/reduc-8.c
    branches/lto/gcc/testsuite/gcc.dg/autopar/reduc-9.c
    branches/lto/gcc/testsuite/gcc.dg/cdce1.c
    branches/lto/gcc/testsuite/gcc.dg/cpp/_Pragma6.c
    branches/lto/gcc/testsuite/gcc.dg/div-double-1.c
    branches/lto/gcc/testsuite/gcc.dg/format/plus-1.c
    branches/lto/gcc/testsuite/gcc.dg/gnu89-const-expr-1.c
    branches/lto/gcc/testsuite/gcc.dg/gnu99-const-expr-1.c
    branches/lto/gcc/testsuite/gcc.dg/gomp/combined-1.c
    branches/lto/gcc/testsuite/gcc.dg/no-strict-overflow-1.c
    branches/lto/gcc/testsuite/gcc.dg/no-strict-overflow-2.c
    branches/lto/gcc/testsuite/gcc.dg/no-strict-overflow-3.c
    branches/lto/gcc/testsuite/gcc.dg/no-strict-overflow-4.c
    branches/lto/gcc/testsuite/gcc.dg/no-strict-overflow-5.c
    branches/lto/gcc/testsuite/gcc.dg/no-strict-overflow-6.c
    branches/lto/gcc/testsuite/gcc.dg/no-strict-overflow-7.c
    branches/lto/gcc/testsuite/gcc.dg/pr15784-4.c
    branches/lto/gcc/testsuite/gcc.dg/pr34263.c
    branches/lto/gcc/testsuite/gcc.dg/pr39323-2.c
    branches/lto/gcc/testsuite/gcc.dg/pr39323-3.c
    branches/lto/gcc/testsuite/gcc.dg/pthread-init-1.c
    branches/lto/gcc/testsuite/gcc.dg/sms-1.c
    branches/lto/gcc/testsuite/gcc.dg/sms-2.c
    branches/lto/gcc/testsuite/gcc.dg/sms-3.c
    branches/lto/gcc/testsuite/gcc.dg/sms-4.c
    branches/lto/gcc/testsuite/gcc.dg/sms-5.c
    branches/lto/gcc/testsuite/gcc.dg/sms-6.c
    branches/lto/gcc/testsuite/gcc.dg/sms-7.c
    branches/lto/gcc/testsuite/gcc.dg/ssp-1.c
    branches/lto/gcc/testsuite/gcc.dg/strict-overflow-1.c
    branches/lto/gcc/testsuite/gcc.dg/strict-overflow-2.c
    branches/lto/gcc/testsuite/gcc.dg/strict-overflow-3.c
    branches/lto/gcc/testsuite/gcc.dg/strict-overflow-4.c
    branches/lto/gcc/testsuite/gcc.dg/strict-overflow-6.c
    branches/lto/gcc/testsuite/gcc.dg/tls/alias-1.c
    branches/lto/gcc/testsuite/gcc.dg/tls/opt-2.c
    branches/lto/gcc/testsuite/gcc.dg/torture/asm-subreg-1.c
    branches/lto/gcc/testsuite/gcc.dg/trampoline-1.c
    branches/lto/gcc/testsuite/gcc.dg/tree-prof/stringop-1.c
    branches/lto/gcc/testsuite/gcc.dg/tree-prof/val-prof-1.c
    branches/lto/gcc/testsuite/gcc.dg/tree-prof/val-prof-2.c
    branches/lto/gcc/testsuite/gcc.dg/tree-prof/val-prof-3.c
    branches/lto/gcc/testsuite/gcc.dg/tree-prof/val-prof-4.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/20030714-1.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/20030728-1.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/20030824-1.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/20030824-2.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/alias-11.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/alias-6.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/asm-3.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/divide-1.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/divide-3.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/divide-4.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/forwprop-9.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/inline-1.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/loop-15.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/loop-19.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/loop-21.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/loop-22.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/loop-28.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/loop-5.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/pr18134.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/pr19431.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/pr20139.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/pr22051-1.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/pr22051-2.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/pr23294.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/pr30978.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/pr32044.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/prefetch-4.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/prefetch-7.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/reassoc-1.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/reassoc-13.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/scev-cast.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-15.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/vector-2.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/vector-3.c
    branches/lto/gcc/testsuite/gcc.dg/ucnid-6.c
    branches/lto/gcc/testsuite/gcc.dg/vect/slp-10.c
    branches/lto/gcc/testsuite/gcc.dg/vect/slp-11.c
    branches/lto/gcc/testsuite/gcc.dg/vect/slp-12b.c
    branches/lto/gcc/testsuite/gcc.dg/vect/slp-33.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect-35.c
    branches/lto/gcc/testsuite/gcc.target/arm/long-calls-1.c
    branches/lto/gcc/testsuite/gcc.target/i386/pr37191.c
    branches/lto/gcc/testsuite/gcc.target/i386/pr37248-1.c
    branches/lto/gcc/testsuite/gcc.target/i386/pr37248-2.c
    branches/lto/gcc/testsuite/gcc.target/i386/pr37248-3.c
    branches/lto/gcc/testsuite/gcc.target/i386/reload-1.c
    branches/lto/gcc/testsuite/gcc.target/i386/sse4_1-roundpd-1.c
    branches/lto/gcc/testsuite/gcc.target/i386/sse4_1-roundpd-2.c
    branches/lto/gcc/testsuite/gcc.target/i386/sse4_1-roundpd-3.c
    branches/lto/gcc/testsuite/gcc.target/i386/sse4_1-roundps-1.c
    branches/lto/gcc/testsuite/gcc.target/i386/sse4_1-roundps-2.c
    branches/lto/gcc/testsuite/gcc.target/i386/sse4_1-roundps-3.c
    branches/lto/gcc/testsuite/gcc.target/i386/sse4_1-roundsd-1.c
    branches/lto/gcc/testsuite/gcc.target/i386/sse4_1-roundsd-2.c
    branches/lto/gcc/testsuite/gcc.target/i386/sse4_1-roundsd-3.c
    branches/lto/gcc/testsuite/gcc.target/i386/sse4_1-roundsd-4.c
    branches/lto/gcc/testsuite/gcc.target/i386/sse4_1-roundss-1.c
    branches/lto/gcc/testsuite/gcc.target/i386/sse4_1-roundss-2.c
    branches/lto/gcc/testsuite/gcc.target/i386/sse4_1-roundss-3.c
    branches/lto/gcc/testsuite/gcc.target/i386/sse4_1-roundss-4.c
    branches/lto/gcc/testsuite/gcc.target/ia64/sync-1.c
    branches/lto/gcc/testsuite/gcc.target/powerpc/20020118-1.c
    branches/lto/gcc/testsuite/gcc.target/sparc/fexpand-2.c
    branches/lto/gcc/testsuite/gcc.target/sparc/fpmerge-2.c
    branches/lto/gcc/testsuite/gcc.target/sparc/fpmul-2.c
    branches/lto/gcc/testsuite/gcc.target/sparc/pdist-2.c
    branches/lto/gcc/testsuite/gcc.target/spu/intrinsics-3.c
    branches/lto/gcc/testsuite/gcc.target/x86_64/abi/callabi/   (props changed)
    branches/lto/gcc/testsuite/gfortran.dg/advance_1.f90
    branches/lto/gcc/testsuite/gfortran.dg/advance_4.f90
    branches/lto/gcc/testsuite/gfortran.dg/advance_5.f90
    branches/lto/gcc/testsuite/gfortran.dg/append_1.f90
    branches/lto/gcc/testsuite/gfortran.dg/backslash_1.f90
    branches/lto/gcc/testsuite/gfortran.dg/backslash_2.f90
    branches/lto/gcc/testsuite/gfortran.dg/backslash_3.f
    branches/lto/gcc/testsuite/gfortran.dg/backspace_10.f90
    branches/lto/gcc/testsuite/gfortran.dg/backspace_3.f
    branches/lto/gcc/testsuite/gfortran.dg/backspace_4.f
    branches/lto/gcc/testsuite/gfortran.dg/backspace_5.f
    branches/lto/gcc/testsuite/gfortran.dg/backspace_8.f
    branches/lto/gcc/testsuite/gfortran.dg/backspace_9.f
    branches/lto/gcc/testsuite/gfortran.dg/complex_write.f90
    branches/lto/gcc/testsuite/gfortran.dg/convert_implied_open.f90
    branches/lto/gcc/testsuite/gfortran.dg/dollar_edit_descriptor_1.f
    branches/lto/gcc/testsuite/gfortran.dg/dos_eol.f
    branches/lto/gcc/testsuite/gfortran.dg/empty_format_1.f90
    branches/lto/gcc/testsuite/gfortran.dg/endfile.f
    branches/lto/gcc/testsuite/gfortran.dg/eof_1.f90
    branches/lto/gcc/testsuite/gfortran.dg/eor_1.f90
    branches/lto/gcc/testsuite/gfortran.dg/eor_handling_1.f90
    branches/lto/gcc/testsuite/gfortran.dg/eor_handling_2.f90
    branches/lto/gcc/testsuite/gfortran.dg/eor_handling_3.f90
    branches/lto/gcc/testsuite/gfortran.dg/eor_handling_4.f90
    branches/lto/gcc/testsuite/gfortran.dg/eor_handling_5.f90
    branches/lto/gcc/testsuite/gfortran.dg/error_recovery_5.f90
    branches/lto/gcc/testsuite/gfortran.dg/f2003_inquire_1.f03
    branches/lto/gcc/testsuite/gfortran.dg/f2003_io_4.f03
    branches/lto/gcc/testsuite/gfortran.dg/f2003_io_5.f03
    branches/lto/gcc/testsuite/gfortran.dg/f2003_io_7.f03
    branches/lto/gcc/testsuite/gfortran.dg/fgetc_1.f90
    branches/lto/gcc/testsuite/gfortran.dg/fgetc_2.f90
    branches/lto/gcc/testsuite/gfortran.dg/flush_1.f90
    branches/lto/gcc/testsuite/gfortran.dg/fmt_exhaust.f90
    branches/lto/gcc/testsuite/gfortran.dg/fmt_huge.f90
    branches/lto/gcc/testsuite/gfortran.dg/fmt_read.f90
    branches/lto/gcc/testsuite/gfortran.dg/fmt_t_1.f90
    branches/lto/gcc/testsuite/gfortran.dg/fmt_t_2.f90
    branches/lto/gcc/testsuite/gfortran.dg/fmt_t_3.f90
    branches/lto/gcc/testsuite/gfortran.dg/fmt_t_4.f90
    branches/lto/gcc/testsuite/gfortran.dg/fmt_t_5.f90
    branches/lto/gcc/testsuite/gfortran.dg/fmt_t_7.f
    branches/lto/gcc/testsuite/gfortran.dg/fseek.f90
    branches/lto/gcc/testsuite/gfortran.dg/ftell_1.f90
    branches/lto/gcc/testsuite/gfortran.dg/ftell_2.f90
    branches/lto/gcc/testsuite/gfortran.dg/func_derived_3.f90
    branches/lto/gcc/testsuite/gfortran.dg/inquire_9.f90
    branches/lto/gcc/testsuite/gfortran.dg/iostat_1.f90
    branches/lto/gcc/testsuite/gfortran.dg/iostat_2.f90
    branches/lto/gcc/testsuite/gfortran.dg/list_read_1.f90
    branches/lto/gcc/testsuite/gfortran.dg/list_read_4.f90
    branches/lto/gcc/testsuite/gfortran.dg/list_read_5.f90
    branches/lto/gcc/testsuite/gfortran.dg/list_read_7.f90
    branches/lto/gcc/testsuite/gfortran.dg/list_read_8.f90
    branches/lto/gcc/testsuite/gfortran.dg/list_read_9.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_13.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_14.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_15.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_16.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_17.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_18.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_19.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_20.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_24.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_26.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_27.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_28.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_37.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_38.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_39.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_40.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_43.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_44.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_45.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_46.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_47.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_48.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_49.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_50.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_51.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_52.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_56.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_char_only.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_use.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_use_only.f90
    branches/lto/gcc/testsuite/gfortran.dg/noadv_size.f90
    branches/lto/gcc/testsuite/gfortran.dg/open_access_append_1.f90
    branches/lto/gcc/testsuite/gfortran.dg/pad_no.f90
    branches/lto/gcc/testsuite/gfortran.dg/pr12884.f
    branches/lto/gcc/testsuite/gfortran.dg/pr17090.f90
    branches/lto/gcc/testsuite/gfortran.dg/pr17285.f90
    branches/lto/gcc/testsuite/gfortran.dg/pr17286.f90
    branches/lto/gcc/testsuite/gfortran.dg/pr18122.f90
    branches/lto/gcc/testsuite/gfortran.dg/pr18210.f90
    branches/lto/gcc/testsuite/gfortran.dg/pr18392.f90
    branches/lto/gcc/testsuite/gfortran.dg/pr19155.f
    branches/lto/gcc/testsuite/gfortran.dg/pr19216.f
    branches/lto/gcc/testsuite/gfortran.dg/pr19467.f90
    branches/lto/gcc/testsuite/gfortran.dg/pr19657.f
    branches/lto/gcc/testsuite/gfortran.dg/pr20257.f90
    branches/lto/gcc/testsuite/gfortran.dg/read_bad_advance.f90
    branches/lto/gcc/testsuite/gfortran.dg/read_eof_2.f90
    branches/lto/gcc/testsuite/gfortran.dg/read_eof_4.f90
    branches/lto/gcc/testsuite/gfortran.dg/read_many_1.f
    branches/lto/gcc/testsuite/gfortran.dg/read_noadvance.f90
    branches/lto/gcc/testsuite/gfortran.dg/read_repeat.f90
    branches/lto/gcc/testsuite/gfortran.dg/read_size_noadvance.f90
    branches/lto/gcc/testsuite/gfortran.dg/read_x_past.f
    branches/lto/gcc/testsuite/gfortran.dg/reassoc_1.f90
    branches/lto/gcc/testsuite/gfortran.dg/reassoc_3.f90
    branches/lto/gcc/testsuite/gfortran.dg/record_marker_1.f90
    branches/lto/gcc/testsuite/gfortran.dg/record_marker_3.f90
    branches/lto/gcc/testsuite/gfortran.dg/rewind_1.f90
    branches/lto/gcc/testsuite/gfortran.dg/runtime_warning_1.f90
    branches/lto/gcc/testsuite/gfortran.dg/shape_3.f90
    branches/lto/gcc/testsuite/gfortran.dg/slash_1.f90
    branches/lto/gcc/testsuite/gfortran.dg/stat_1.f90
    branches/lto/gcc/testsuite/gfortran.dg/stat_2.f90
    branches/lto/gcc/testsuite/gfortran.dg/streamio_11.f90
    branches/lto/gcc/testsuite/gfortran.dg/streamio_3.f90
    branches/lto/gcc/testsuite/gfortran.dg/streamio_4.f90
    branches/lto/gcc/testsuite/gfortran.dg/streamio_9.f90
    branches/lto/gcc/testsuite/gfortran.dg/tl_editing.f90
    branches/lto/gcc/testsuite/gfortran.dg/typebound_generic_1.f03
    branches/lto/gcc/testsuite/gfortran.dg/unf_io_convert_1.f90
    branches/lto/gcc/testsuite/gfortran.dg/unf_io_convert_2.f90
    branches/lto/gcc/testsuite/gfortran.dg/unf_read_corrupted_2.f90
    branches/lto/gcc/testsuite/gfortran.dg/unf_short_record_1.f90
    branches/lto/gcc/testsuite/gfortran.dg/utf8_1.f03
    branches/lto/gcc/testsuite/gfortran.dg/utf8_2.f03
    branches/lto/gcc/testsuite/gfortran.dg/vect/fast-math-pr38968.f90
    branches/lto/gcc/testsuite/gfortran.dg/whole_file_5.f90
    branches/lto/gcc/testsuite/gfortran.dg/whole_file_6.f90
    branches/lto/gcc/testsuite/gfortran.dg/widechar_IO_1.f90
    branches/lto/gcc/testsuite/gfortran.dg/write_check3.f90
    branches/lto/gcc/testsuite/gfortran.dg/write_rewind_2.f
    branches/lto/gcc/testsuite/gfortran.dg/x_slash_2.f
    branches/lto/gcc/testsuite/gnat.dg/aliasing1.adb
    branches/lto/gcc/testsuite/gnat.dg/aliasing2.adb
    branches/lto/gcc/testsuite/gnat.dg/pack9.adb
    branches/lto/gcc/testsuite/lib/objc.exp
    branches/lto/gcc/testsuite/lib/target-supports.exp
    branches/lto/gcc/testsuite/objc.dg/bad-receiver-type.m
    branches/lto/gcc/testsuite/objc.dg/encode-5.m
    branches/lto/gcc/testsuite/objc.dg/id-1.m
    branches/lto/gcc/testsuite/objc.dg/method-1.m
    branches/lto/gcc/testsuite/objc.dg/method-11.m
    branches/lto/gcc/testsuite/objc.dg/method-20.m
    branches/lto/gcc/testsuite/objc.dg/method-6.m
    branches/lto/gcc/testsuite/objc.dg/method-7.m
    branches/lto/gcc/testsuite/objc.dg/method-9.m
    branches/lto/gcc/testsuite/objc.dg/private-1.m
    branches/lto/gcc/timevar.def
    branches/lto/gcc/toplev.c
    branches/lto/gcc/toplev.h
    branches/lto/gcc/tree-cfg.c
    branches/lto/gcc/tree-cfgcleanup.c
    branches/lto/gcc/tree-complex.c
    branches/lto/gcc/tree-data-ref.c
    branches/lto/gcc/tree-dfa.c
    branches/lto/gcc/tree-eh.c
    branches/lto/gcc/tree-flow-inline.h
    branches/lto/gcc/tree-flow.h
    branches/lto/gcc/tree-if-conv.c
    branches/lto/gcc/tree-inline.c
    branches/lto/gcc/tree-into-ssa.c
    branches/lto/gcc/tree-mudflap.c
    branches/lto/gcc/tree-nested.c
    branches/lto/gcc/tree-nomudflap.c
    branches/lto/gcc/tree-nrv.c
    branches/lto/gcc/tree-optimize.c
    branches/lto/gcc/tree-outof-ssa.c
    branches/lto/gcc/tree-pass.h
    branches/lto/gcc/tree-sra.c
    branches/lto/gcc/tree-ssa-coalesce.c
    branches/lto/gcc/tree-ssa-copy.c
    branches/lto/gcc/tree-ssa-copyrename.c
    branches/lto/gcc/tree-ssa-dom.c
    branches/lto/gcc/tree-ssa-forwprop.c
    branches/lto/gcc/tree-ssa-live.c
    branches/lto/gcc/tree-ssa-live.h
    branches/lto/gcc/tree-ssa-loop-ivcanon.c
    branches/lto/gcc/tree-ssa-loop-niter.c
    branches/lto/gcc/tree-ssa-pre.c
    branches/lto/gcc/tree-ssa-propagate.c
    branches/lto/gcc/tree-ssa-structalias.c
    branches/lto/gcc/tree-ssa-ter.c
    branches/lto/gcc/tree-ssa-threadedge.c
    branches/lto/gcc/tree-ssa.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-patterns.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-vrp.c
    branches/lto/gcc/tree.c
    branches/lto/gcc/tree.h
    branches/lto/gcc/var-tracking.c
    branches/lto/gcc/varasm.c
    branches/lto/gcc/varray.c
    branches/lto/gcc/vec.c
    branches/lto/gcc/vec.h
    branches/lto/include/ChangeLog
    branches/lto/libcpp/ChangeLog
    branches/lto/libcpp/charset.c
    branches/lto/libcpp/expr.c
    branches/lto/libgfortran/ChangeLog
    branches/lto/libgfortran/io/file_pos.c
    branches/lto/libgfortran/io/intrinsics.c
    branches/lto/libiberty/ChangeLog
    branches/lto/libiberty/Makefile.in
    branches/lto/libiberty/pex-win32.c
    branches/lto/libjava/ChangeLog
    branches/lto/libjava/Makefile.am
    branches/lto/libjava/Makefile.in
    branches/lto/libjava/classpath/   (props changed)
    branches/lto/libjava/configure
    branches/lto/libjava/configure.ac
    branches/lto/libjava/contrib/aotcompile.py.in
    branches/lto/libjava/gnu/classpath/natConfiguration.cc
    branches/lto/libjava/include/config.h.in
    branches/lto/libjava/include/java-assert.h
    branches/lto/libjava/interpret-run.cc
    branches/lto/libjava/interpret.cc
    branches/lto/libjava/java/io/natVMObjectInputStream.cc
    branches/lto/libjava/java/lang/natVMClassLoader.cc
    branches/lto/libjava/prims.cc
    branches/lto/libjava/testsuite/lib/libjava.exp
    branches/lto/libjava/testsuite/libjava.jni/jni.exp
    branches/lto/libjava/testsuite/libjava.jvmti/jvmti-interp.exp

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]