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]

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


Author: dnovillo
Date: Fri Sep 11 15:33:07 2009
New Revision: 151637

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

	Mainline merge @151592.

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

2009-09-11  Diego Novillo  <dnovillo@google.com>

	* cgraph.c (cgraph_clone_input_node): Remove.  Update all users to
	call cgraph_clone_node instead.
	(cgraph_is_clone_node): Remove unused function.
	* ipa.c (cgraph_remove_unreachable_nodes): Do not set
	disregard_inline_limits to false.
	(gate_ipa_fun_and_var_visibility): Remove.  Update
	pass_ipa_function_and_variable_visibility.
	* lto-cgraph.c (lto_output_node): Output field count.
	Reorganize packing of node bitflags to follow the same
	order that they're declared.
	Add fields address_taken, abstract_and_needed, reachable,
	process, alias and finalized_by_frontend.
	(input_overwrite_node): Corresponding changes.



Modified:
    branches/lto/libstdc++-v3/ChangeLog
    branches/lto/libstdc++-v3/configure
    branches/lto/libstdc++-v3/configure.ac
    branches/lto/libstdc++-v3/include/bits/basic_string.tcc
    branches/lto/libstdc++-v3/include/bits/istream.tcc
    branches/lto/libstdc++-v3/include/bits/ostream.tcc
    branches/lto/libstdc++-v3/include/bits/ostream_insert.h
    branches/lto/libstdc++-v3/include/bits/stl_algobase.h
    branches/lto/libstdc++-v3/src/compatibility.cc
    branches/lto/libstdc++-v3/src/istream.cc
    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/30_threads/thread/native_handle/typesizes.cc
    branches/lto/libstdc++-v3/testsuite/ext/rope/pthread7-rope.cc   (props changed)

Changes in other areas also in this revision:
Added:
    branches/lto/gcc/config/bfin/sync.md
      - copied unchanged from r151592, trunk/gcc/config/bfin/sync.md
    branches/lto/gcc/config/t-slibgcc-libgcc
      - copied unchanged from r151592, trunk/gcc/config/t-slibgcc-libgcc
    branches/lto/gcc/testsuite/g++.dg/cpp0x/initlist24.C
      - copied unchanged from r151592, trunk/gcc/testsuite/g++.dg/cpp0x/initlist24.C
    branches/lto/gcc/testsuite/g++.dg/template/crash91.C
      - copied unchanged from r151592, trunk/gcc/testsuite/g++.dg/template/crash91.C
    branches/lto/gcc/testsuite/g++.dg/torture/pr41144.C
      - copied unchanged from r151592, trunk/gcc/testsuite/g++.dg/torture/pr41144.C
    branches/lto/gcc/testsuite/g++.dg/torture/pr41257-2.C
      - copied unchanged from r151592, trunk/gcc/testsuite/g++.dg/torture/pr41257-2.C
    branches/lto/gcc/testsuite/g++.dg/torture/pr41257.C
      - copied unchanged from r151592, trunk/gcc/testsuite/g++.dg/torture/pr41257.C
    branches/lto/gcc/testsuite/g++.dg/torture/pr41273.C
      - copied unchanged from r151592, trunk/gcc/testsuite/g++.dg/torture/pr41273.C
    branches/lto/gcc/testsuite/gcc.c-torture/compile/20090907-1.c
      - copied unchanged from r151592, trunk/gcc/testsuite/gcc.c-torture/compile/20090907-1.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/pr41101.c
      - copied unchanged from r151592, trunk/gcc/testsuite/gcc.c-torture/compile/pr41101.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/pr41181.c
      - copied unchanged from r151592, trunk/gcc/testsuite/gcc.c-torture/compile/pr41181.c
    branches/lto/gcc/testsuite/gcc.c-torture/compile/pr41282.c
      - copied unchanged from r151592, trunk/gcc/testsuite/gcc.c-torture/compile/pr41282.c
    branches/lto/gcc/testsuite/gcc.c-torture/execute/pr41239.c
      - copied unchanged from r151592, trunk/gcc/testsuite/gcc.c-torture/execute/pr41239.c
    branches/lto/gcc/testsuite/gcc.c-torture/execute/pr41317.c
      - copied unchanged from r151592, trunk/gcc/testsuite/gcc.c-torture/execute/pr41317.c
    branches/lto/gcc/testsuite/gcc.dg/pr39779.c
      - copied unchanged from r151592, trunk/gcc/testsuite/gcc.dg/pr39779.c
    branches/lto/gcc/testsuite/gcc.dg/pr41232.c
      - copied unchanged from r151592, trunk/gcc/testsuite/gcc.dg/pr41232.c
    branches/lto/gcc/testsuite/gcc.dg/pr41241.c
      - copied unchanged from r151592, trunk/gcc/testsuite/gcc.dg/pr41241.c
    branches/lto/gcc/testsuite/gcc.dg/torture/pr41261.c
      - copied unchanged from r151592, trunk/gcc/testsuite/gcc.dg/torture/pr41261.c
    branches/lto/gcc/testsuite/gcc.target/arm/ctz.c
      - copied unchanged from r151592, trunk/gcc/testsuite/gcc.target/arm/ctz.c
    branches/lto/gcc/testsuite/gcc.target/bfin/mcpu-bf542m.c
      - copied unchanged from r151592, trunk/gcc/testsuite/gcc.target/bfin/mcpu-bf542m.c
    branches/lto/gcc/testsuite/gcc.target/bfin/mcpu-bf544m.c
      - copied unchanged from r151592, trunk/gcc/testsuite/gcc.target/bfin/mcpu-bf544m.c
    branches/lto/gcc/testsuite/gcc.target/bfin/mcpu-bf547m.c
      - copied unchanged from r151592, trunk/gcc/testsuite/gcc.target/bfin/mcpu-bf547m.c
    branches/lto/gcc/testsuite/gcc.target/bfin/mcpu-bf548m.c
      - copied unchanged from r151592, trunk/gcc/testsuite/gcc.target/bfin/mcpu-bf548m.c
    branches/lto/gcc/testsuite/gcc.target/bfin/mcpu-bf549m.c
      - copied unchanged from r151592, trunk/gcc/testsuite/gcc.target/bfin/mcpu-bf549m.c
    branches/lto/gcc/testsuite/gfortran.dg/allocate_stat_2.f90
      - copied unchanged from r151592, trunk/gcc/testsuite/gfortran.dg/allocate_stat_2.f90
    branches/lto/gcc/testsuite/gfortran.dg/namelist_59.f90
      - copied unchanged from r151592, trunk/gcc/testsuite/gfortran.dg/namelist_59.f90
    branches/lto/gcc/testsuite/gfortran.dg/pr41225.f90
      - copied unchanged from r151592, trunk/gcc/testsuite/gfortran.dg/pr41225.f90
    branches/lto/gcc/testsuite/gfortran.dg/pr41229.f90
      - copied unchanged from r151592, trunk/gcc/testsuite/gfortran.dg/pr41229.f90
    branches/lto/gcc/testsuite/gfortran.dg/typebound_proc_12.f90
      - copied unchanged from r151592, trunk/gcc/testsuite/gfortran.dg/typebound_proc_12.f90
    branches/lto/gcc/testsuite/gnat.dg/array8.adb
      - copied unchanged from r151592, trunk/gcc/testsuite/gnat.dg/array8.adb
Modified:
    branches/lto/   (props changed)
    branches/lto/ChangeLog
    branches/lto/MAINTAINERS
    branches/lto/boehm-gc/ChangeLog
    branches/lto/boehm-gc/configure
    branches/lto/boehm-gc/dyn_load.c
    branches/lto/config/ChangeLog
    branches/lto/config/stdint.m4
    branches/lto/configure
    branches/lto/configure.ac
    branches/lto/contrib/ChangeLog
    branches/lto/contrib/compare-debug
    branches/lto/fixincludes/ChangeLog
    branches/lto/fixincludes/README
    branches/lto/fixincludes/check.tpl
    branches/lto/fixincludes/fixincl.x
    branches/lto/fixincludes/inclhack.def
    branches/lto/fixincludes/mkheaders.in
    branches/lto/fixincludes/tests/base/Xm/Traversal.h
    branches/lto/gcc/ChangeLog
    branches/lto/gcc/ChangeLog.lto
    branches/lto/gcc/DATESTAMP
    branches/lto/gcc/Makefile.in
    branches/lto/gcc/aclocal.m4
    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/targtyps.c
    branches/lto/gcc/ada/make.adb
    branches/lto/gcc/c-pretty-print.c
    branches/lto/gcc/cfgexpand.c
    branches/lto/gcc/cgraph.c
    branches/lto/gcc/cgraph.h
    branches/lto/gcc/cgraphunit.c
    branches/lto/gcc/combine-stack-adj.c
    branches/lto/gcc/config.gcc
    branches/lto/gcc/config.in
    branches/lto/gcc/config/alpha/alpha.c
    branches/lto/gcc/config/arm/arm.h
    branches/lto/gcc/config/arm/arm.md
    branches/lto/gcc/config/arm/vfp.md
    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/bfin/linux.h
    branches/lto/gcc/config/bfin/predicates.md
    branches/lto/gcc/config/bfin/t-bfin-elf
    branches/lto/gcc/config/bfin/t-bfin-linux
    branches/lto/gcc/config/bfin/t-bfin-uclinux
    branches/lto/gcc/config/bfin/uclinux.h
    branches/lto/gcc/config/i386/i386.c
    branches/lto/gcc/config/i386/mingw-w64.h
    branches/lto/gcc/config/ia64/unwind-ia64.c
    branches/lto/gcc/config/m32c/m32c.h
    branches/lto/gcc/config/mep/mep.c
    branches/lto/gcc/config/mips/mips.c
    branches/lto/gcc/config/moxie/constraints.md
    branches/lto/gcc/config/moxie/moxie.c
    branches/lto/gcc/config/moxie/moxie.h
    branches/lto/gcc/config/moxie/moxie.md
    branches/lto/gcc/config/rs6000/rs6000.md
    branches/lto/gcc/config/s390/2084.md
    branches/lto/gcc/config/s390/2097.md
    branches/lto/gcc/config/s390/s390.c
    branches/lto/gcc/config/s390/s390.md
    branches/lto/gcc/config/t-slibgcc-elf-ver
    branches/lto/gcc/config/xtensa/unwind-dw2-xtensa.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/class.c
    branches/lto/gcc/cp/cp-tree.h
    branches/lto/gcc/cp/decl.c
    branches/lto/gcc/cp/decl2.c
    branches/lto/gcc/cp/error.c
    branches/lto/gcc/cp/method.c
    branches/lto/gcc/cp/name-lookup.c
    branches/lto/gcc/cp/parser.c
    branches/lto/gcc/cselib.c
    branches/lto/gcc/doc/invoke.texi
    branches/lto/gcc/doc/rtl.texi
    branches/lto/gcc/dwarf2out.c
    branches/lto/gcc/expr.c
    branches/lto/gcc/fortran/ChangeLog
    branches/lto/gcc/fortran/primary.c
    branches/lto/gcc/fortran/resolve.c
    branches/lto/gcc/fortran/trans-expr.c
    branches/lto/gcc/function.c
    branches/lto/gcc/gcc.c
    branches/lto/gcc/genattrtab.c
    branches/lto/gcc/gimple.h
    branches/lto/gcc/ipa.c
    branches/lto/gcc/lto-cgraph.c
    branches/lto/gcc/params.def
    branches/lto/gcc/po/ChangeLog
    branches/lto/gcc/po/fi.po
    branches/lto/gcc/reginfo.c
    branches/lto/gcc/rtl.h
    branches/lto/gcc/sched-deps.c
    branches/lto/gcc/sched-int.h
    branches/lto/gcc/sched-rgn.c
    branches/lto/gcc/system.h
    branches/lto/gcc/testsuite/ChangeLog
    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/namespace-1.C
    branches/lto/gcc/testsuite/g++.dg/debug/dwarf2/pubnames-1.C
    branches/lto/gcc/testsuite/g++.dg/debug/dwarf2/template-func-params-6.C
    branches/lto/gcc/testsuite/g++.dg/debug/dwarf2/template-func-params-7.C
    branches/lto/gcc/testsuite/g++.dg/debug/dwarf2/template-params-6.C
    branches/lto/gcc/testsuite/gcc.dg/c90-const-expr-10.c
    branches/lto/gcc/testsuite/gcc.dg/c90-const-expr-2.c
    branches/lto/gcc/testsuite/gcc.dg/c90-const-expr-6.c
    branches/lto/gcc/testsuite/gcc.dg/c90-const-expr-9.c
    branches/lto/gcc/testsuite/gcc.dg/c99-const-expr-2.c
    branches/lto/gcc/testsuite/gcc.dg/guality/guality.exp
    branches/lto/gcc/testsuite/gcc.dg/guality/guality.h
    branches/lto/gcc/testsuite/gcc.dg/large-size-array-2.c
    branches/lto/gcc/testsuite/gcc.dg/large-size-array-4.c
    branches/lto/gcc/testsuite/gcc.dg/profile-dir-1.c
    branches/lto/gcc/testsuite/gcc.dg/profile-dir-2.c
    branches/lto/gcc/testsuite/gcc.dg/profile-dir-3.c
    branches/lto/gcc/testsuite/gcc.dg/torture/20090618-1.c   (props changed)
    branches/lto/gcc/testsuite/gcc.dg/torture/pr39074.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/forwprop-11.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/forwprop-12.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/pr33920.c
    branches/lto/gcc/testsuite/gcc.dg/tree-ssa/prefetch-7.c
    branches/lto/gcc/testsuite/gcc.dg/vect/O1-pr33854.c
    branches/lto/gcc/testsuite/gcc.dg/vect/pr33833.c
    branches/lto/gcc/testsuite/gcc.dg/vect/pr33846.c
    branches/lto/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp
    branches/lto/gcc/testsuite/gcc.target/i386/387-1.c
    branches/lto/gcc/testsuite/gcc.target/i386/387-5.c
    branches/lto/gcc/testsuite/gcc.target/i386/cmov7.c
    branches/lto/gcc/testsuite/gcc.target/i386/funcspec-1.c
    branches/lto/gcc/testsuite/gcc.target/i386/funcspec-8.c
    branches/lto/gcc/testsuite/gcc.target/i386/gcc-have-sync-compare-and-swap-1.c
    branches/lto/gcc/testsuite/gcc.target/i386/gcc-have-sync-compare-and-swap-2.c
    branches/lto/gcc/testsuite/gcc.target/i386/isa-6.c
    branches/lto/gcc/testsuite/gcc.target/i386/lea.c
    branches/lto/gcc/testsuite/gcc.target/i386/pentium4-not-mull.c
    branches/lto/gcc/testsuite/gcc.target/i386/sse-5.c
    branches/lto/gcc/testsuite/gcc.target/i386/ssefn-1.c
    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/allocate_alloc_opt_1.f90
    branches/lto/gcc/testsuite/gfortran.dg/deallocate_alloc_opt_1.f90
    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/lib/target-supports.exp
    branches/lto/gcc/toplev.c
    branches/lto/gcc/tree-cfg.c
    branches/lto/gcc/tree-flow.h
    branches/lto/gcc/tree-parloops.c
    branches/lto/gcc/tree-sra.c
    branches/lto/gcc/tree-ssa-alias.c
    branches/lto/gcc/tree-ssa-ccp.c
    branches/lto/gcc/tree-ssa-loop-ivopts.c
    branches/lto/gcc/tree-ssa-operands.c
    branches/lto/gcc/tree-ssa-phiopt.c
    branches/lto/gcc/tree-ssa-pre.c
    branches/lto/gcc/tree-ssa-reassoc.c
    branches/lto/gcc/tree-ssa-sccvn.c
    branches/lto/gcc/tree-ssa.c
    branches/lto/gcc/tree-vect-stmts.c
    branches/lto/gcc/tree.c
    branches/lto/gcc/tree.h
    branches/lto/gcc/unwind-dw2.c
    branches/lto/gcc/var-tracking.c
    branches/lto/gcc/varasm.c
    branches/lto/libcpp/po/ChangeLog
    branches/lto/libcpp/po/id.po
    branches/lto/libdecnumber/ChangeLog
    branches/lto/libgfortran/ChangeLog
    branches/lto/libgfortran/intrinsics/getlog.c
    branches/lto/libgfortran/io/list_read.c
    branches/lto/libiberty/ChangeLog
    branches/lto/libiberty/config.in
    branches/lto/libiberty/configure
    branches/lto/libiberty/configure.ac
    branches/lto/libiberty/hashtab.c
    branches/lto/libjava/ChangeLog
    branches/lto/libjava/classpath/   (props changed)
    branches/lto/libjava/configure
    branches/lto/libtool.m4

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)

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)



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