r150994 - in /branches/graphite: ./ ChangeLog M...

spop@gcc.gnu.org spop@gcc.gnu.org
Fri Aug 21 17:53:00 GMT 2009


Author: spop
Date: Fri Aug 21 17:53:52 2009
New Revision: 150994

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150994
Log:
Merge from mainline (150764:150992).

2009-08-21  Sebastian Pop  <sebastian.pop@amd.com>

	* Merge from mainline (150764:150992).


Added:
    branches/graphite/libstdc++-v3/testsuite/23_containers/map/dr130.cc
      - copied unchanged from r150992, trunk/libstdc++-v3/testsuite/23_containers/map/dr130.cc
    branches/graphite/libstdc++-v3/testsuite/23_containers/multimap/dr130.cc
      - copied unchanged from r150992, trunk/libstdc++-v3/testsuite/23_containers/multimap/dr130.cc
    branches/graphite/libstdc++-v3/testsuite/23_containers/multiset/dr130.cc
      - copied unchanged from r150992, trunk/libstdc++-v3/testsuite/23_containers/multiset/dr130.cc
    branches/graphite/libstdc++-v3/testsuite/23_containers/set/dr130.cc
      - copied unchanged from r150992, trunk/libstdc++-v3/testsuite/23_containers/set/dr130.cc
    branches/graphite/libstdc++-v3/testsuite/26_numerics/random/bernoulli_distribution/operators/
      - copied from r150992, trunk/libstdc++-v3/testsuite/26_numerics/random/bernoulli_distribution/operators/
    branches/graphite/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/
      - copied from r150992, trunk/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/
    branches/graphite/libstdc++-v3/testsuite/26_numerics/random/cauchy_distribution/operators/
      - copied from r150992, trunk/libstdc++-v3/testsuite/26_numerics/random/cauchy_distribution/operators/
    branches/graphite/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/operators/
      - copied from r150992, trunk/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/operators/
    branches/graphite/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/operators/
      - copied from r150992, trunk/libstdc++-v3/testsuite/26_numerics/random/discrete_distribution/operators/
    branches/graphite/libstdc++-v3/testsuite/26_numerics/random/exponential_distribution/operators/
      - copied from r150992, trunk/libstdc++-v3/testsuite/26_numerics/random/exponential_distribution/operators/
    branches/graphite/libstdc++-v3/testsuite/26_numerics/random/extreme_value_distribution/operators/
      - copied from r150992, trunk/libstdc++-v3/testsuite/26_numerics/random/extreme_value_distribution/operators/
    branches/graphite/libstdc++-v3/testsuite/26_numerics/random/fisher_f_distribution/operators/
      - copied from r150992, trunk/libstdc++-v3/testsuite/26_numerics/random/fisher_f_distribution/operators/
    branches/graphite/libstdc++-v3/testsuite/26_numerics/random/gamma_distribution/operators/
      - copied from r150992, trunk/libstdc++-v3/testsuite/26_numerics/random/gamma_distribution/operators/
    branches/graphite/libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/operators/
      - copied from r150992, trunk/libstdc++-v3/testsuite/26_numerics/random/geometric_distribution/operators/
    branches/graphite/libstdc++-v3/testsuite/26_numerics/random/lognormal_distribution/operators/
      - copied from r150992, trunk/libstdc++-v3/testsuite/26_numerics/random/lognormal_distribution/operators/
    branches/graphite/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/operators/
      - copied from r150992, trunk/libstdc++-v3/testsuite/26_numerics/random/negative_binomial_distribution/operators/
    branches/graphite/libstdc++-v3/testsuite/26_numerics/random/normal_distribution/operators/
      - copied from r150992, trunk/libstdc++-v3/testsuite/26_numerics/random/normal_distribution/operators/
    branches/graphite/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/operators/
      - copied from r150992, trunk/libstdc++-v3/testsuite/26_numerics/random/piecewise_constant_distribution/operators/
    branches/graphite/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/operators/
      - copied from r150992, trunk/libstdc++-v3/testsuite/26_numerics/random/piecewise_linear_distribution/operators/
    branches/graphite/libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/operators/
      - copied from r150992, trunk/libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/operators/
    branches/graphite/libstdc++-v3/testsuite/26_numerics/random/student_t_distribution/operators/
      - copied from r150992, trunk/libstdc++-v3/testsuite/26_numerics/random/student_t_distribution/operators/
    branches/graphite/libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/operators/
      - copied from r150992, trunk/libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/operators/
    branches/graphite/libstdc++-v3/testsuite/26_numerics/random/uniform_real_distribution/operators/
      - copied from r150992, trunk/libstdc++-v3/testsuite/26_numerics/random/uniform_real_distribution/operators/
    branches/graphite/libstdc++-v3/testsuite/26_numerics/random/weibull_distribution/operators/
      - copied from r150992, trunk/libstdc++-v3/testsuite/26_numerics/random/weibull_distribution/operators/
    branches/graphite/libstdc++-v3/testsuite/30_threads/packaged_task/requirements/typedefs.cc
      - copied unchanged from r150992, trunk/libstdc++-v3/testsuite/30_threads/packaged_task/requirements/typedefs.cc
Modified:
    branches/graphite/libstdc++-v3/ChangeLog
    branches/graphite/libstdc++-v3/acinclude.m4
    branches/graphite/libstdc++-v3/configure
    branches/graphite/libstdc++-v3/configure.ac
    branches/graphite/libstdc++-v3/doc/xml/manual/intro.xml
    branches/graphite/libstdc++-v3/include/bits/random.h
    branches/graphite/libstdc++-v3/include/bits/stl_map.h
    branches/graphite/libstdc++-v3/include/bits/stl_multimap.h
    branches/graphite/libstdc++-v3/include/bits/stl_multiset.h
    branches/graphite/libstdc++-v3/include/bits/stl_set.h
    branches/graphite/libstdc++-v3/include/bits/stl_tree.h
    branches/graphite/libstdc++-v3/include/tr1/exp_integral.tcc
    branches/graphite/libstdc++-v3/include/tr1/gamma.tcc

Changes in other areas also in this revision:
Added:
    branches/graphite/gcc/c-lang.h
      - copied unchanged from r150992, trunk/gcc/c-lang.h
    branches/graphite/gcc/config/ia64/fde-vms.c
      - copied unchanged from r150992, trunk/gcc/config/ia64/fde-vms.c
    branches/graphite/gcc/config/ia64/t-vms
      - copied unchanged from r150992, trunk/gcc/config/ia64/t-vms
    branches/graphite/gcc/config/ia64/vms-crtinit.asm
      - copied unchanged from r150992, trunk/gcc/config/ia64/vms-crtinit.asm
    branches/graphite/gcc/config/ia64/vms-unwind.h
      - copied unchanged from r150992, trunk/gcc/config/ia64/vms-unwind.h
    branches/graphite/gcc/config/ia64/vms.h
      - copied unchanged from r150992, trunk/gcc/config/ia64/vms.h
    branches/graphite/gcc/config/ia64/vms64.h
      - copied unchanged from r150992, trunk/gcc/config/ia64/vms64.h
    branches/graphite/gcc/config/ia64/vms_symvec_libgcc_s.opt
      - copied unchanged from r150992, trunk/gcc/config/ia64/vms_symvec_libgcc_s.opt
    branches/graphite/gcc/testsuite/g++.dg/debug/dwarf2/inline1.C
      - copied unchanged from r150992, trunk/gcc/testsuite/g++.dg/debug/dwarf2/inline1.C
    branches/graphite/gcc/testsuite/g++.dg/expr/unary3.C
      - copied unchanged from r150992, trunk/gcc/testsuite/g++.dg/expr/unary3.C
    branches/graphite/gcc/testsuite/g++.dg/other/gc4.C
      - copied unchanged from r150992, trunk/gcc/testsuite/g++.dg/other/gc4.C
    branches/graphite/gcc/testsuite/gcc.dg/debug/dwarf2/inline2.c
      - copied unchanged from r150992, trunk/gcc/testsuite/gcc.dg/debug/dwarf2/inline2.c
    branches/graphite/gcc/testsuite/gcc.dg/pr40971.c
      - copied unchanged from r150992, trunk/gcc/testsuite/gcc.dg/pr40971.c
    branches/graphite/gcc/testsuite/gcc.dg/pr41123.c
      - copied unchanged from r150992, trunk/gcc/testsuite/gcc.dg/pr41123.c
    branches/graphite/gcc/testsuite/gcc.dg/torture/pr41094.c
      - copied unchanged from r150992, trunk/gcc/testsuite/gcc.dg/torture/pr41094.c
    branches/graphite/gcc/testsuite/gcc.dg/vect/aligned-section-anchors-nest-1.c
      - copied unchanged from r150992, trunk/gcc/testsuite/gcc.dg/vect/aligned-section-anchors-nest-1.c
    branches/graphite/gcc/testsuite/gcc.target/arm/20090811-1.c
      - copied unchanged from r150992, trunk/gcc/testsuite/gcc.target/arm/20090811-1.c
    branches/graphite/gcc/testsuite/gfortran.dg/c_f_pointer_tests_4.f90
      - copied unchanged from r150992, trunk/gcc/testsuite/gfortran.dg/c_f_pointer_tests_4.f90
    branches/graphite/gcc/testsuite/gfortran.dg/intrinsic_5.f90
      - copied unchanged from r150992, trunk/gcc/testsuite/gfortran.dg/intrinsic_5.f90
    branches/graphite/gcc/testsuite/gfortran.dg/pr41126.f90
      - copied unchanged from r150992, trunk/gcc/testsuite/gfortran.dg/pr41126.f90
    branches/graphite/gcc/testsuite/gfortran.dg/proc_ptr_23.f90
      - copied unchanged from r150992, trunk/gcc/testsuite/gfortran.dg/proc_ptr_23.f90
    branches/graphite/gcc/testsuite/gfortran.dg/proc_ptr_comp_15.f90
      - copied unchanged from r150992, trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_15.f90
    branches/graphite/gcc/testsuite/gfortran.dg/proc_ptr_comp_16.f90
      - copied unchanged from r150992, trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_16.f90
    branches/graphite/gcc/testsuite/gfortran.dg/proc_ptr_comp_17.f90
      - copied unchanged from r150992, trunk/gcc/testsuite/gfortran.dg/proc_ptr_comp_17.f90
    branches/graphite/gcc/testsuite/gfortran.dg/structure_constructor_10.f90
      - copied unchanged from r150992, trunk/gcc/testsuite/gfortran.dg/structure_constructor_10.f90
    branches/graphite/gcc/testsuite/gfortran.dg/unlimited_fmt_1.f08
      - copied unchanged from r150992, trunk/gcc/testsuite/gfortran.dg/unlimited_fmt_1.f08
    branches/graphite/gcc/testsuite/gfortran.dg/use_only_4.f90
      - copied unchanged from r150992, trunk/gcc/testsuite/gfortran.dg/use_only_4.f90
    branches/graphite/gcc/testsuite/gfortran.dg/vect/vect-gems.f90
      - copied unchanged from r150992, trunk/gcc/testsuite/gfortran.dg/vect/vect-gems.f90
    branches/graphite/gcc/testsuite/gnat.dg/dynamic_bound.adb
      - copied unchanged from r150992, trunk/gcc/testsuite/gnat.dg/dynamic_bound.adb
    branches/graphite/gcc/testsuite/gnat.dg/itype.adb
      - copied unchanged from r150992, trunk/gcc/testsuite/gnat.dg/itype.adb
    branches/graphite/gcc/testsuite/gnat.dg/itype.ads
      - copied unchanged from r150992, trunk/gcc/testsuite/gnat.dg/itype.ads
    branches/graphite/gcc/testsuite/gnat.dg/slice6.adb
      - copied unchanged from r150992, trunk/gcc/testsuite/gnat.dg/slice6.adb
    branches/graphite/gcc/testsuite/gnat.dg/slice6_pkg.ads
      - copied unchanged from r150992, trunk/gcc/testsuite/gnat.dg/slice6_pkg.ads
Removed:
    branches/graphite/gcc/testsuite/gcc.dg/tree-ssa/alias-1.c
    branches/graphite/gcc/testsuite/gcc.dg/vect/section-anchors-nest-1.c
Modified:
    branches/graphite/   (props changed)
    branches/graphite/ChangeLog
    branches/graphite/Makefile.def
    branches/graphite/Makefile.in
    branches/graphite/config.guess
    branches/graphite/config.sub
    branches/graphite/config/ChangeLog
    branches/graphite/config/override.m4
    branches/graphite/configure
    branches/graphite/configure.ac
    branches/graphite/contrib/ChangeLog
    branches/graphite/contrib/compare-debug
    branches/graphite/contrib/test_summary
    branches/graphite/fixincludes/ChangeLog
    branches/graphite/fixincludes/fixincl.x
    branches/graphite/fixincludes/inclhack.def
    branches/graphite/fixincludes/tests/base/complex.h
    branches/graphite/fixincludes/tests/base/stdint.h
    branches/graphite/gcc/ChangeLog
    branches/graphite/gcc/ChangeLog.graphite
    branches/graphite/gcc/DATESTAMP
    branches/graphite/gcc/Makefile.in
    branches/graphite/gcc/ada/ChangeLog
    branches/graphite/gcc/ada/a-caldel-vms.adb
    branches/graphite/gcc/ada/a-calend-vms.adb
    branches/graphite/gcc/ada/a-calfor.adb
    branches/graphite/gcc/ada/a-cdlili.adb
    branches/graphite/gcc/ada/a-chahan.adb
    branches/graphite/gcc/ada/a-cidlli.adb
    branches/graphite/gcc/ada/a-coinve.adb
    branches/graphite/gcc/ada/a-comlin.adb
    branches/graphite/gcc/ada/a-crbtgk.adb
    branches/graphite/gcc/ada/a-crdlli.adb
    branches/graphite/gcc/ada/a-direct.adb
    branches/graphite/gcc/ada/comperr.adb
    branches/graphite/gcc/ada/exp_ch3.adb
    branches/graphite/gcc/ada/exp_ch4.adb
    branches/graphite/gcc/ada/exp_ch7.adb
    branches/graphite/gcc/ada/gcc-interface/ada-tree.h
    branches/graphite/gcc/ada/gcc-interface/misc.c
    branches/graphite/gcc/ada/gcc-interface/trans.c
    branches/graphite/gcc/ada/gcc-interface/utils.c
    branches/graphite/gcc/ada/gnat_ugn.texi
    branches/graphite/gcc/ada/make.adb
    branches/graphite/gcc/ada/prj-conf.adb
    branches/graphite/gcc/ada/prj-env.adb
    branches/graphite/gcc/ada/prj-nmsc.adb
    branches/graphite/gcc/ada/prj-part.adb
    branches/graphite/gcc/ada/prj.adb
    branches/graphite/gcc/ada/prj.ads
    branches/graphite/gcc/ada/s-osinte-kfreebsd-gnu.ads
    branches/graphite/gcc/ada/s-taprop-posix.adb
    branches/graphite/gcc/ada/sem_cat.adb
    branches/graphite/gcc/ada/sem_ch3.adb
    branches/graphite/gcc/ada/switch-c.adb
    branches/graphite/gcc/ada/sysdep.c
    branches/graphite/gcc/bb-reorder.c
    branches/graphite/gcc/builtins.c
    branches/graphite/gcc/c-config-lang.in
    branches/graphite/gcc/c-cppbuiltin.c
    branches/graphite/gcc/c-decl.c
    branches/graphite/gcc/c-objc-common.h
    branches/graphite/gcc/c-pragma.c
    branches/graphite/gcc/c-tree.h
    branches/graphite/gcc/c-typeck.c
    branches/graphite/gcc/config.gcc
    branches/graphite/gcc/config.in
    branches/graphite/gcc/config/alpha/alpha.c
    branches/graphite/gcc/config/alpha/alpha.md
    branches/graphite/gcc/config/alpha/vms.h
    branches/graphite/gcc/config/arm/arm.c
    branches/graphite/gcc/config/arm/arm.h
    branches/graphite/gcc/config/arm/arm.md
    branches/graphite/gcc/config/avr/avr.c
    branches/graphite/gcc/config/avr/avr.h
    branches/graphite/gcc/config/elfos.h
    branches/graphite/gcc/config/ia64/fde-glibc.c
    branches/graphite/gcc/config/ia64/ia64.c
    branches/graphite/gcc/config/ia64/linux-unwind.h
    branches/graphite/gcc/config/ia64/unwind-ia64.c
    branches/graphite/gcc/config/ia64/unwind-ia64.h
    branches/graphite/gcc/config/m32c/m32c.c
    branches/graphite/gcc/config/m32c/m32c.md
    branches/graphite/gcc/config/m32c/prologue.md
    branches/graphite/gcc/config/m68k/m68k.c
    branches/graphite/gcc/config/mips/mips-protos.h
    branches/graphite/gcc/config/mips/mips.c
    branches/graphite/gcc/config/mips/mips.h
    branches/graphite/gcc/config/mips/mips.md
    branches/graphite/gcc/config/mips/sdemtk.h
    branches/graphite/gcc/config/pa/pa.c
    branches/graphite/gcc/config/pa/pa.md
    branches/graphite/gcc/config/rs6000/rs6000.c
    branches/graphite/gcc/config/s390/predicates.md
    branches/graphite/gcc/config/s390/s390.c
    branches/graphite/gcc/config/s390/s390.md
    branches/graphite/gcc/config/score/score3.c
    branches/graphite/gcc/config/score/score7.c
    branches/graphite/gcc/config/sh/sh.c
    branches/graphite/gcc/config/sol2.h
    branches/graphite/gcc/config/sparc/sparc.c
    branches/graphite/gcc/configure
    branches/graphite/gcc/configure.ac
    branches/graphite/gcc/cp/ChangeLog
    branches/graphite/gcc/cp/call.c
    branches/graphite/gcc/cp/cp-tree.h
    branches/graphite/gcc/cp/decl.c
    branches/graphite/gcc/cp/decl2.c
    branches/graphite/gcc/cp/init.c
    branches/graphite/gcc/cp/method.c
    branches/graphite/gcc/cp/parser.c
    branches/graphite/gcc/cp/pt.c
    branches/graphite/gcc/cp/tree.c
    branches/graphite/gcc/doc/extend.texi
    branches/graphite/gcc/doc/install.texi
    branches/graphite/gcc/doc/invoke.texi
    branches/graphite/gcc/doc/md.texi
    branches/graphite/gcc/dwarf2out.c
    branches/graphite/gcc/expr.c
    branches/graphite/gcc/fortran/ChangeLog
    branches/graphite/gcc/fortran/array.c
    branches/graphite/gcc/fortran/decl.c
    branches/graphite/gcc/fortran/expr.c
    branches/graphite/gcc/fortran/gfortran.h
    branches/graphite/gcc/fortran/gfortranspec.c
    branches/graphite/gcc/fortran/io.c
    branches/graphite/gcc/fortran/iresolve.c
    branches/graphite/gcc/fortran/module.c
    branches/graphite/gcc/fortran/primary.c
    branches/graphite/gcc/fortran/resolve.c
    branches/graphite/gcc/fortran/scanner.c
    branches/graphite/gcc/fortran/symbol.c
    branches/graphite/gcc/fortran/trans-array.c
    branches/graphite/gcc/fortran/trans-decl.c
    branches/graphite/gcc/fortran/trans-expr.c
    branches/graphite/gcc/fortran/trans-stmt.c
    branches/graphite/gcc/fortran/trans-types.c
    branches/graphite/gcc/fortran/trans-types.h
    branches/graphite/gcc/fortran/trans.c
    branches/graphite/gcc/fortran/trans.h
    branches/graphite/gcc/gengtype.c
    branches/graphite/gcc/gimplify.c
    branches/graphite/gcc/java/ChangeLog
    branches/graphite/gcc/java/Make-lang.in
    branches/graphite/gcc/objc/ChangeLog
    branches/graphite/gcc/objc/Make-lang.in
    branches/graphite/gcc/objc/objc-act.c
    branches/graphite/gcc/omp-low.c
    branches/graphite/gcc/target-def.h
    branches/graphite/gcc/target.h
    branches/graphite/gcc/testsuite/ChangeLog
    branches/graphite/gcc/testsuite/c-c++-common/Wconversion-real.c   (props changed)
    branches/graphite/gcc/testsuite/g++.dg/cdce3.C
    branches/graphite/gcc/testsuite/g++.dg/other/pragma-re-1.C
    branches/graphite/gcc/testsuite/g++.dg/other/pragma-re-2.C
    branches/graphite/gcc/testsuite/gcc.dg/builtins-10.c
    branches/graphite/gcc/testsuite/gcc.dg/debug/20020224-1.c
    branches/graphite/gcc/testsuite/gcc.dg/pragma-re-1.c
    branches/graphite/gcc/testsuite/gcc.dg/pragma-re-2.c
    branches/graphite/gcc/testsuite/gcc.dg/pragma-re-3.c
    branches/graphite/gcc/testsuite/gcc.dg/pragma-re-4.c
    branches/graphite/gcc/testsuite/gcc.dg/torture/builtin-power-1.c
    branches/graphite/gcc/testsuite/gcc.dg/torture/pr36227.c   (props changed)
    branches/graphite/gcc/testsuite/gcc.dg/vect/vect.exp
    branches/graphite/gcc/testsuite/gcc.target/mips/mips.exp
    branches/graphite/gcc/testsuite/gcc.target/mips/smartmips-lwxs.c
    branches/graphite/gcc/testsuite/gfortran.dg/boz_9.f90
    branches/graphite/gcc/testsuite/gfortran.dg/common_5.f
    branches/graphite/gcc/testsuite/gfortran.dg/common_align_2.f90
    branches/graphite/gcc/testsuite/gfortran.dg/proc_ptr_comp_13.f90
    branches/graphite/gcc/testsuite/gfortran.dg/typebound_operator_2.f03
    branches/graphite/gcc/testsuite/lib/gcc-defs.exp
    branches/graphite/gcc/testsuite/lib/target-supports.exp
    branches/graphite/gcc/testsuite/lib/wrapper.exp
    branches/graphite/gcc/tree-ssa-structalias.c
    branches/graphite/gcc/tree-vect-loop.c
    branches/graphite/gcc/tree-vect-patterns.c
    branches/graphite/libcpp/ChangeLog
    branches/graphite/libcpp/charset.c
    branches/graphite/libgfortran/ChangeLog
    branches/graphite/libgfortran/Makefile.am
    branches/graphite/libgfortran/Makefile.in
    branches/graphite/libgfortran/fmain.c
    branches/graphite/libgfortran/gfortran.map
    branches/graphite/libgfortran/intrinsics/iso_c_binding.c
    branches/graphite/libgfortran/intrinsics/string_intrinsics_inc.c
    branches/graphite/libgfortran/io/format.c
    branches/graphite/libgfortran/io/io.h
    branches/graphite/libgfortran/io/unix.c
    branches/graphite/libgomp/ChangeLog
    branches/graphite/libgomp/Makefile.am
    branches/graphite/libgomp/Makefile.in
    branches/graphite/libgomp/omp_lib.h.in
    branches/graphite/libjava/ChangeLog
    branches/graphite/libjava/Makefile.am
    branches/graphite/libjava/Makefile.in
    branches/graphite/libjava/classpath/   (props changed)
    branches/graphite/libjava/classpath/ChangeLog
    branches/graphite/libjava/classpath/ltmain.sh
    branches/graphite/libjava/configure
    branches/graphite/libjava/configure.ac
    branches/graphite/libjava/gcj/Makefile.in
    branches/graphite/libjava/gnu/java/security/jce/prng/natVMSecureRandomWin32.cc
    branches/graphite/libjava/include/Makefile.in
    branches/graphite/libjava/libgcj.spec.in
    branches/graphite/libjava/libltdl/ChangeLog
    branches/graphite/libjava/libltdl/Makefile.am
    branches/graphite/libjava/libltdl/Makefile.in
    branches/graphite/libjava/testsuite/Makefile.in
    branches/graphite/libssp/ChangeLog
    branches/graphite/libssp/Makefile.am
    branches/graphite/libssp/Makefile.in
    branches/graphite/ltmain.sh

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

Propchange: branches/graphite/gcc/testsuite/c-c++-common/Wconversion-real.c
            ('svn:mergeinfo' modified)

Propchange: branches/graphite/gcc/testsuite/gcc.dg/torture/pr36227.c
            ('svn:mergeinfo' modified)

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




More information about the Libstdc++-cvs mailing list