This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC 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]

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


Author: dnovillo
Date: Mon Sep 28 15:40:44 2009
New Revision: 152238

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152238
Log:
2009-09-28  Diego Novillo  <dnovillo@google.com>

gcc/ChangeLog.lto

	* Makefile.in (enable_lto): New.
	(site.exp): If @enable_lto@ is set to 'yes' define
	ENABLE_LTO.
	* cgraph.h (build_cgraph_edges): Remove.
	* cgraphbuild.c (build_cgraph_edges): Declare static.
	* collect2.c: Tidy comments and formatting everywhere.
	Remove #if 0 code.
	* configure.ac: If enable_languages includes lto, set enable_lto
	to 'yes'.
	* dwarf2out.c (add_pure_or_virtual_attribute): Do not test
	DECL_CONTEXT.
	* except.c (output_ttype): Tidy comment.
	* gimple-low.c (gimple_try_catch_may_fallthru): Remove test
	for gsi_end_p.
	* ipa-inline.c (pass_inline_parameters): Remove TODO_dump_func.
	* langhooks-def.h (LANG_HOOKS_MAY_NEED_ASSEMBLER_NAME_P): Define.
	(LANG_HOOKS_DECLS): Add LANG_HOOKS_MAY_NEED_ASSEMBLER_NAME_P.
	* langhooks.h (struct lang_hooks_for_decls): Add field
	may_need_assembler_name_p.
	* lto-cgraph.c (input_node): Remove FIXME lto marker.
	* lto-streamer-in.c (unpack_ts_function_decl_value_fields):
	Call DECL_STATIC_CHAIN instead of DECL_NO_STATIC_CHAIN.
	* lto-streamer-out.c (pack_ts_function_decl_value_fields):
	Likewise.
	* lto-wrapper.c (run_gcc): Tidy.

gcc/lto/ChangeLog

	* lto-lang.c: Tidy.  Remove stale FIXME lto markers.
	* lto.c (strip_extension): New.
	(get_filename_for_set): Call it.  Do not call make_cwd_temp_file.
	(lto_execute_ltrans): Tidy.
	Do not pass -fwpa nor -fltrans-* to LTRANS.
	* opts.c: Tidy formatting and remove stale FIXME lto markers.
	* tree.c (need_assembler_name_p): Call
	lang_hooks.decls.may_need_assembler_name_p if set.
	* varasm.c (default_binds_local_p_1): Remove check for
	flag_ltrans.
	* varpool.c (decide_is_variable_needed): Do not test for
	in_lto_p.

gcc/cp/ChangeLog.lto

	* cp-objcp-common.h (LANG_HOOKS_MAY_NEED_ASSEMBLER_NAME_P): Define.
	* cp-tree.h (cxx_may_need_assembler_name_p): Declare.
	* mangle.c (decl_is_template_id): Remove FIXME lto marker.
	(write_template_arg): Likewise.
	* tree.c (cxx_may_need_assembler_name_p): New.

gcc/testsuite/ChangeLog.lto

	* gcc.c-torture/execute/builtins/builtins.exp: Do not use
	LTO_TORTURE_OPTIONS.
	* gcc.misc-tests/dectest.exp: Likewise.
	* gcc.target/x86_64/abi/abi-x86_64.exp: Likewise.
	* gcc.target/x86_64/abi/avx/abi-avx.exp: Likewise.
	* lib/fortran-torture.exp: Likewise.
	* lib/gfortran-dg.exp: Likewise.
	* lib/c-torture.exp: Only use '-O2 -flto' and '-O2 -fwhopr' in
	LTO_TORTURE_OPTIONS.
	* lib/gcc-dg.exp: Likewise.
	* lib/target-supports.exp (check_effective_target_lto): Test
	if ENABLE_LTO is set instead of doing a compile test.

include/ChangeLog.lto:

	* libiberty.h (make_cwd_temp_file): Remove.

libiberty/ChangeLog.lto:

	Revert:

	2008-10-30  Simon Baldwin  <simonb@google.com>

		* make-temp-file.c (make_temp_file_common): Split out
		from original make_temp_file() function.

		* (make_temp_file): Call make_temp_file_common() with tmp dir.
		* (make_cwd_temp_file): New.  Call make_temp_file_common()
		with "./".

libstdc++-v3/ChangeLog.lto:

	* testsuite/lib/libstdc++.exp (v3-build_support): Do not test
	for LTO support.



Added:
    branches/lto/gcc/config/openbsd-libpthread.h
      - copied unchanged from r152236, trunk/gcc/config/openbsd-libpthread.h
    branches/lto/gcc/config/openbsd-stdint.h
      - copied unchanged from r152236, trunk/gcc/config/openbsd-stdint.h
    branches/lto/gcc/testsuite/g++.dg/debug/dwarf2/global-used-types-1.C
      - copied unchanged from r152236, trunk/gcc/testsuite/g++.dg/debug/dwarf2/global-used-types-1.C
    branches/lto/gcc/testsuite/g++.dg/torture/pr38747.C
      - copied unchanged from r152236, trunk/gcc/testsuite/g++.dg/torture/pr38747.C
    branches/lto/gcc/testsuite/gcc.c-torture/compile/pr39779.c
      - copied unchanged from r152236, trunk/gcc/testsuite/gcc.c-torture/compile/pr39779.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/pr41469.c
      - copied unchanged from r152236, trunk/gcc/testsuite/gcc.c-torture/compile/pr41469.c
    branches/lto/gcc/testsuite/gcc.c-torture/execute/pr41463.c
      - copied unchanged from r152236, trunk/gcc/testsuite/gcc.c-torture/execute/pr41463.c
    branches/lto/gcc/testsuite/gcc.dg/cond-constqual-1.c
      - copied unchanged from r152236, trunk/gcc/testsuite/gcc.dg/cond-constqual-1.c
    branches/lto/gcc/testsuite/gcc.dg/debug/dwarf2/global-used-types.c
      - copied unchanged from r152236, trunk/gcc/testsuite/gcc.dg/debug/dwarf2/global-used-types.c
    branches/lto/gcc/testsuite/gcc.dg/pr41248.c
      - copied unchanged from r152236, trunk/gcc/testsuite/gcc.dg/pr41248.c
    branches/lto/gcc/testsuite/gcc.dg/pr41295.c
      - copied unchanged from r152236, trunk/gcc/testsuite/gcc.dg/pr41295.c
    branches/lto/gcc/testsuite/gcc.dg/pr41454.c
      - copied unchanged from r152236, trunk/gcc/testsuite/gcc.dg/pr41454.c
    branches/lto/gcc/testsuite/gcc.dg/pr41470.c
      - copied unchanged from r152236, trunk/gcc/testsuite/gcc.dg/pr41470.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/pr41469-1.c
      - copied unchanged from r152236, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr41469-1.c
    branches/lto/gcc/testsuite/gcc.target/vsx-vectorize-1.c
      - copied unchanged from r152236, trunk/gcc/testsuite/gcc.target/vsx-vectorize-1.c
    branches/lto/gcc/testsuite/gcc.target/vsx-vectorize-2.c
      - copied unchanged from r152236, trunk/gcc/testsuite/gcc.target/vsx-vectorize-2.c
    branches/lto/gcc/testsuite/gcc.target/vsx-vectorize-3.c
      - copied unchanged from r152236, trunk/gcc/testsuite/gcc.target/vsx-vectorize-3.c
    branches/lto/gcc/testsuite/gcc.target/vsx-vectorize-4.c
      - copied unchanged from r152236, trunk/gcc/testsuite/gcc.target/vsx-vectorize-4.c
    branches/lto/gcc/testsuite/gcc.target/vsx-vectorize-5.c
      - copied unchanged from r152236, trunk/gcc/testsuite/gcc.target/vsx-vectorize-5.c
    branches/lto/gcc/testsuite/gcc.target/vsx-vectorize-6.c
      - copied unchanged from r152236, trunk/gcc/testsuite/gcc.target/vsx-vectorize-6.c
    branches/lto/gcc/testsuite/gcc.target/vsx-vectorize-7.c
      - copied unchanged from r152236, trunk/gcc/testsuite/gcc.target/vsx-vectorize-7.c
    branches/lto/gcc/testsuite/gcc.target/vsx-vectorize-8.c
      - copied unchanged from r152236, trunk/gcc/testsuite/gcc.target/vsx-vectorize-8.c
    branches/lto/gcc/testsuite/gfortran.dg/empty_label.f
      - copied unchanged from r152236, trunk/gcc/testsuite/gfortran.dg/empty_label.f
    branches/lto/gcc/testsuite/gfortran.dg/empty_label.f90
      - copied unchanged from r152236, trunk/gcc/testsuite/gfortran.dg/empty_label.f90
    branches/lto/gcc/testsuite/gnat.dg/array9.adb
      - copied unchanged from r152236, trunk/gcc/testsuite/gnat.dg/array9.adb
    branches/lto/gcc/testsuite/gnat.dg/nested_proc.adb
      - copied unchanged from r152236, trunk/gcc/testsuite/gnat.dg/nested_proc.adb
    branches/lto/gcc/testsuite/gnat.dg/sse_nolib.adb
      - copied unchanged from r152236, trunk/gcc/testsuite/gnat.dg/sse_nolib.adb
Modified:
    branches/lto/   (props changed)
    branches/lto/ChangeLog
    branches/lto/MAINTAINERS
    branches/lto/Makefile.in
    branches/lto/Makefile.tpl
    branches/lto/config.guess
    branches/lto/config.sub
    branches/lto/configure
    branches/lto/configure.ac
    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/Makefile.in
    branches/lto/gcc/ada/gcc-interface/ada-tree.h
    branches/lto/gcc/ada/gcc-interface/ada.h
    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/trans.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/builtins.c
    branches/lto/gcc/c-common.c
    branches/lto/gcc/c-common.h
    branches/lto/gcc/c-decl.c
    branches/lto/gcc/c-parser.c
    branches/lto/gcc/c-typeck.c
    branches/lto/gcc/cfgexpand.c
    branches/lto/gcc/cgraph.h
    branches/lto/gcc/cgraphbuild.c
    branches/lto/gcc/collect2.c
    branches/lto/gcc/common.opt
    branches/lto/gcc/config.gcc
    branches/lto/gcc/config/alpha/openbsd.h
    branches/lto/gcc/config/arc/arc.c
    branches/lto/gcc/config/avr/avr.c
    branches/lto/gcc/config/avr/avr.h
    branches/lto/gcc/config/darwin.c
    branches/lto/gcc/config/darwin.h
    branches/lto/gcc/config/i386/cygming.h
    branches/lto/gcc/config/i386/cygwin.h
    branches/lto/gcc/config/i386/i386.c
    branches/lto/gcc/config/i386/mingw32.h
    branches/lto/gcc/config/i386/openbsdelf.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/m68k/openbsd.h
    branches/lto/gcc/config/mips/openbsd.h
    branches/lto/gcc/config/moxie/moxie.c
    branches/lto/gcc/config/openbsd.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/picochip/picochip-protos.h
    branches/lto/gcc/config/picochip/picochip.c
    branches/lto/gcc/config/picochip/picochip.h
    branches/lto/gcc/config/rs6000/predicates.md
    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/rs6000/rs6000.md
    branches/lto/gcc/config/rs6000/vsx.md
    branches/lto/gcc/config/v850/v850.c
    branches/lto/gcc/config/v850/v850.h
    branches/lto/gcc/config/vax/openbsd.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/cp/ChangeLog
    branches/lto/gcc/cp/ChangeLog-2007   (props changed)
    branches/lto/gcc/cp/ChangeLog-2008   (props changed)
    branches/lto/gcc/cp/ChangeLog.lto
    branches/lto/gcc/cp/cp-lang.c
    branches/lto/gcc/cp/cp-objcp-common.h
    branches/lto/gcc/cp/cp-tree.h
    branches/lto/gcc/cp/decl.c
    branches/lto/gcc/cp/lex.c
    branches/lto/gcc/cp/mangle.c
    branches/lto/gcc/cp/method.c
    branches/lto/gcc/cp/pt.c
    branches/lto/gcc/cp/tree.c
    branches/lto/gcc/doc/install.texi
    branches/lto/gcc/doc/invoke.texi
    branches/lto/gcc/doc/plugins.texi
    branches/lto/gcc/doc/tm.texi
    branches/lto/gcc/dwarf2out.c
    branches/lto/gcc/except.c
    branches/lto/gcc/fold-const.c
    branches/lto/gcc/fortran/ChangeLog
    branches/lto/gcc/fortran/error.c
    branches/lto/gcc/fortran/parse.c
    branches/lto/gcc/fortran/simplify.c
    branches/lto/gcc/function.c
    branches/lto/gcc/function.h
    branches/lto/gcc/gcc-plugin.h
    branches/lto/gcc/gengtype.c
    branches/lto/gcc/ggc-common.c
    branches/lto/gcc/ggc.h
    branches/lto/gcc/gimple-low.c
    branches/lto/gcc/ipa-inline.c
    branches/lto/gcc/ipa-pure-const.c
    branches/lto/gcc/langhooks-def.h
    branches/lto/gcc/langhooks.h
    branches/lto/gcc/libgcc2.c
    branches/lto/gcc/loop-iv.c
    branches/lto/gcc/lto-cgraph.c
    branches/lto/gcc/lto-streamer-in.c
    branches/lto/gcc/lto-streamer-out.c
    branches/lto/gcc/lto-wrapper.c
    branches/lto/gcc/lto/ChangeLog
    branches/lto/gcc/lto/lto-lang.c
    branches/lto/gcc/lto/lto.c
    branches/lto/gcc/opts.c
    branches/lto/gcc/passes.c
    branches/lto/gcc/plugin.c
    branches/lto/gcc/print-tree.c
    branches/lto/gcc/reload1.c
    branches/lto/gcc/stor-layout.c
    branches/lto/gcc/system.h
    branches/lto/gcc/target-def.h
    branches/lto/gcc/targhooks.c
    branches/lto/gcc/targhooks.h
    branches/lto/gcc/testsuite/ChangeLog
    branches/lto/gcc/testsuite/ChangeLog.lto
    branches/lto/gcc/testsuite/c-c++-common/Wconversion-real.c   (props changed)
    branches/lto/gcc/testsuite/g++.dg/cpp0x/decltype-38655.C   (props changed)
    branches/lto/gcc/testsuite/g++.dg/debug/dwarf2/template-func-params-4.C
    branches/lto/gcc/testsuite/g++.dg/debug/dwarf2/template-func-params-7.C
    branches/lto/gcc/testsuite/g++.dg/debug/dwarf2/template-params-4.C
    branches/lto/gcc/testsuite/g++.dg/lto/20090312_1.C
    branches/lto/gcc/testsuite/g++.dg/opt/devirt1.C
    branches/lto/gcc/testsuite/g++.dg/tree-ssa/pr19637.C
    branches/lto/gcc/testsuite/g++.dg/vect/vect.exp
    branches/lto/gcc/testsuite/gcc.c-torture/execute/980526-2.c
    branches/lto/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp
    branches/lto/gcc/testsuite/gcc.dg/builtins-44.c
    branches/lto/gcc/testsuite/gcc.dg/lto/20090313_0.c
    branches/lto/gcc/testsuite/gcc.dg/torture/20090618-1.c   (props changed)
    branches/lto/gcc/testsuite/gcc.dg/torture/builtin-math-7.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/forwprop-6.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/fre-vce-1.c
    branches/lto/gcc/testsuite/gcc.dg/vect/vect.exp
    branches/lto/gcc/testsuite/gcc.misc-tests/dectest.exp
    branches/lto/gcc/testsuite/gcc.target/i386/pr12329.c
    branches/lto/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp
    branches/lto/gcc/testsuite/gcc.target/x86_64/abi/avx/abi-avx.exp
    branches/lto/gcc/testsuite/gcc.target/x86_64/abi/callabi/   (props changed)
    branches/lto/gcc/testsuite/gfortran.dg/allocatable_scalar_2.f90   (props changed)
    branches/lto/gcc/testsuite/gfortran.dg/lto/pr40724_0.f   (props changed)
    branches/lto/gcc/testsuite/gfortran.dg/lto/pr40724_1.f   (props changed)
    branches/lto/gcc/testsuite/gfortran.dg/vect/vect.exp
    branches/lto/gcc/testsuite/gfortran.dg/warnings_are_errors_1.f
    branches/lto/gcc/testsuite/gnat.dg/array7.adb
    branches/lto/gcc/testsuite/gnat.dg/array7.ads
    branches/lto/gcc/testsuite/lib/c-torture.exp
    branches/lto/gcc/testsuite/lib/fortran-torture.exp
    branches/lto/gcc/testsuite/lib/gcc-dg.exp
    branches/lto/gcc/testsuite/lib/gfortran-dg.exp
    branches/lto/gcc/testsuite/lib/profopt.exp
    branches/lto/gcc/testsuite/lib/scanasm.exp
    branches/lto/gcc/testsuite/lib/target-supports.exp
    branches/lto/gcc/toplev.c
    branches/lto/gcc/tree-cfg.c
    branches/lto/gcc/tree-complex.c
    branches/lto/gcc/tree-dfa.c
    branches/lto/gcc/tree-eh.c
    branches/lto/gcc/tree-inline.c
    branches/lto/gcc/tree-into-ssa.c
    branches/lto/gcc/tree-nested.c
    branches/lto/gcc/tree-optimize.c
    branches/lto/gcc/tree-parloops.c
    branches/lto/gcc/tree-ssa-ccp.c
    branches/lto/gcc/tree-ssa-coalesce.c
    branches/lto/gcc/tree-ssa-dom.c
    branches/lto/gcc/tree-ssa-forwprop.c
    branches/lto/gcc/tree-ssa-propagate.c
    branches/lto/gcc/tree-vect-stmts.c
    branches/lto/gcc/tree.c
    branches/lto/gcc/tree.h
    branches/lto/gcc/value-prof.c
    branches/lto/gcc/var-tracking.c
    branches/lto/gcc/varasm.c
    branches/lto/gcc/varpool.c
    branches/lto/include/ChangeLog
    branches/lto/include/ChangeLog.lto
    branches/lto/include/dwarf2.h
    branches/lto/include/libiberty.h
    branches/lto/libcpp/ChangeLog
    branches/lto/libcpp/configure
    branches/lto/libcpp/configure.ac
    branches/lto/libffi/ChangeLog
    branches/lto/libffi/src/arm/sysv.S
    branches/lto/libiberty/ChangeLog
    branches/lto/libiberty/ChangeLog.lto
    branches/lto/libiberty/cplus-dem.c
    branches/lto/libiberty/make-temp-file.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/configure.host
    branches/lto/libjava/libltdl/ChangeLog
    branches/lto/libjava/libltdl/Makefile.am
    branches/lto/libjava/libltdl/Makefile.in
    branches/lto/libjava/libltdl/ltdl.h
    branches/lto/libjava/sysdep/i386/backtrace.h
    branches/lto/libstdc++-v3/ChangeLog
    branches/lto/libstdc++-v3/ChangeLog.lto
    branches/lto/libstdc++-v3/doc/html/ext/lwg-active.html
    branches/lto/libstdc++-v3/doc/html/ext/lwg-closed.html
    branches/lto/libstdc++-v3/doc/html/ext/lwg-defects.html
    branches/lto/libstdc++-v3/doc/xml/manual/intro.xml
    branches/lto/libstdc++-v3/include/parallel/algo.h
    branches/lto/libstdc++-v3/include/parallel/algobase.h
    branches/lto/libstdc++-v3/include/parallel/base.h
    branches/lto/libstdc++-v3/include/parallel/checkers.h
    branches/lto/libstdc++-v3/include/parallel/equally_split.h
    branches/lto/libstdc++-v3/include/parallel/find.h
    branches/lto/libstdc++-v3/include/parallel/find_selectors.h
    branches/lto/libstdc++-v3/include/parallel/for_each.h
    branches/lto/libstdc++-v3/include/parallel/for_each_selectors.h
    branches/lto/libstdc++-v3/include/parallel/list_partition.h
    branches/lto/libstdc++-v3/include/parallel/losertree.h
    branches/lto/libstdc++-v3/include/parallel/merge.h
    branches/lto/libstdc++-v3/include/parallel/multiseq_selection.h
    branches/lto/libstdc++-v3/include/parallel/multiway_merge.h
    branches/lto/libstdc++-v3/include/parallel/multiway_mergesort.h
    branches/lto/libstdc++-v3/include/parallel/numeric
    branches/lto/libstdc++-v3/include/parallel/numericfwd.h
    branches/lto/libstdc++-v3/include/parallel/omp_loop.h
    branches/lto/libstdc++-v3/include/parallel/omp_loop_static.h
    branches/lto/libstdc++-v3/include/parallel/par_loop.h
    branches/lto/libstdc++-v3/include/parallel/partition.h
    branches/lto/libstdc++-v3/include/parallel/random_shuffle.h
    branches/lto/libstdc++-v3/include/parallel/search.h
    branches/lto/libstdc++-v3/include/parallel/sort.h
    branches/lto/libstdc++-v3/include/parallel/workstealing.h
    branches/lto/libstdc++-v3/testsuite/18_support/pthread_guard.cc   (props changed)
    branches/lto/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr934-1.cc   (props changed)
    branches/lto/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr934-2.cc   (props changed)
    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_ostringstream/pthread3.cc   (props changed)
    branches/lto/libstdc++-v3/testsuite/30_threads/this_thread/   (props changed)
    branches/lto/libstdc++-v3/testsuite/ext/rope/pthread7-rope.cc   (props changed)
    branches/lto/libstdc++-v3/testsuite/lib/libstdc++.exp

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/c-c++-common/Wconversion-real.c
            ('svn:mergeinfo' modified)

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

Propchange: branches/lto/gcc/testsuite/gcc.dg/torture/20090618-1.c
            ('svn:mergeinfo' modified)

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

Propchange: branches/lto/gcc/testsuite/gfortran.dg/allocatable_scalar_2.f90
            ('svn:mergeinfo' modified)

Propchange: branches/lto/gcc/testsuite/gfortran.dg/lto/pr40724_0.f
            ('svn:mergeinfo' modified)

Propchange: branches/lto/gcc/testsuite/gfortran.dg/lto/pr40724_1.f
            ('svn:mergeinfo' modified)

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

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

Propchange: branches/lto/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr934-1.cc
            ('svn:mergeinfo' modified)

Propchange: branches/lto/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr934-2.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)



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