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]

r226770 - in /branches/gupc: ./ ChangeLog Makef...


Author: gfunck
Date: Mon Aug 10 22:43:52 2015
New Revision: 226770

URL: https://gcc.gnu.org/viewcvs?rev=226770&root=gcc&view=rev
Log:
	Merge trunk version 226755 into gupc branch.

Added:
    branches/gupc/libstdc++-v3/testsuite/20_util/unique_ptr/dr2228.cc
      - copied unchanged from r226755, trunk/libstdc++-v3/testsuite/20_util/unique_ptr/dr2228.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/map/modifiers/insert_or_assign/
      - copied from r226755, trunk/libstdc++-v3/testsuite/23_containers/map/modifiers/insert_or_assign/
    branches/gupc/libstdc++-v3/testsuite/23_containers/map/modifiers/try_emplace/
      - copied from r226755, trunk/libstdc++-v3/testsuite/23_containers/map/modifiers/try_emplace/
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/insert_or_assign.cc
      - copied unchanged from r226755, trunk/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/insert_or_assign.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/try_emplace.cc
      - copied unchanged from r226755, trunk/libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/try_emplace.cc
Modified:
    branches/gupc/libstdc++-v3/ChangeLog
    branches/gupc/libstdc++-v3/include/bits/stl_map.h
    branches/gupc/libstdc++-v3/include/bits/stl_tree.h
    branches/gupc/libstdc++-v3/include/bits/unique_ptr.h
    branches/gupc/libstdc++-v3/include/bits/unordered_map.h
    branches/gupc/libstdc++-v3/testsuite/20_util/default_delete/48631_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/enable_shared_from_this/cons/constexpr.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/shared_ptr/cons/constexpr.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/unique_ptr/assign/48635.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/unique_ptr/assign/48635_neg.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/unique_ptr/assign/cv_qual.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/unique_ptr/cons/constexpr.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/unique_ptr/cons/cv_qual.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/unique_ptr/modifiers/cv_qual.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/weak_ptr/cons/constexpr.cc
    branches/gupc/libstdc++-v3/testsuite/30_threads/future/cons/constexpr.cc
    branches/gupc/libstdc++-v3/testsuite/30_threads/shared_future/cons/constexpr.cc

Changes in other areas also in this revision:
Added:
    branches/gupc/gcc/config/aarch64/aarch64-c.c
      - copied unchanged from r226755, trunk/gcc/config/aarch64/aarch64-c.c
    branches/gupc/gcc/cp/constraint.cc
      - copied unchanged from r226755, trunk/gcc/cp/constraint.cc
    branches/gupc/gcc/cp/logic.cc
      - copied unchanged from r226755, trunk/gcc/cp/logic.cc
    branches/gupc/gcc/testsuite/g++.dg/concepts/
      - copied from r226755, trunk/gcc/testsuite/g++.dg/concepts/
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/lambda-generic-ice3.C
      - copied unchanged from r226755, trunk/gcc/testsuite/g++.dg/cpp1y/lambda-generic-ice3.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/var-templ34.C
      - copied unchanged from r226755, trunk/gcc/testsuite/g++.dg/cpp1y/var-templ34.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/var-templ35.C
      - copied unchanged from r226755, trunk/gcc/testsuite/g++.dg/cpp1y/var-templ35.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/var-templ36.C
      - copied unchanged from r226755, trunk/gcc/testsuite/g++.dg/cpp1y/var-templ36.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/var-templ37.C
      - copied unchanged from r226755, trunk/gcc/testsuite/g++.dg/cpp1y/var-templ37.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/var-templ38.C
      - copied unchanged from r226755, trunk/gcc/testsuite/g++.dg/cpp1y/var-templ38.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/var-templ39.C
      - copied unchanged from r226755, trunk/gcc/testsuite/g++.dg/cpp1y/var-templ39.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/var-templ40.C
      - copied unchanged from r226755, trunk/gcc/testsuite/g++.dg/cpp1y/var-templ40.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/var-templ42.C
      - copied unchanged from r226755, trunk/gcc/testsuite/g++.dg/cpp1y/var-templ42.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/var-templ43.C
      - copied unchanged from r226755, trunk/gcc/testsuite/g++.dg/cpp1y/var-templ43.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1z/abbrev2.C
      - copied unchanged from r226755, trunk/gcc/testsuite/g++.dg/cpp1z/abbrev2.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1z/regress1.C
      - copied unchanged from r226755, trunk/gcc/testsuite/g++.dg/cpp1z/regress1.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1z/regress2.C
      - copied unchanged from r226755, trunk/gcc/testsuite/g++.dg/cpp1z/regress2.C
    branches/gupc/gcc/testsuite/g++.dg/init/explicit4.C
      - copied unchanged from r226755, trunk/gcc/testsuite/g++.dg/init/explicit4.C
    branches/gupc/gcc/testsuite/g++.dg/template/spec39.C
      - copied unchanged from r226755, trunk/gcc/testsuite/g++.dg/template/spec39.C
    branches/gupc/gcc/testsuite/g++.dg/torture/pr67055.C
      - copied unchanged from r226755, trunk/gcc/testsuite/g++.dg/torture/pr67055.C
    branches/gupc/gcc/testsuite/gcc.dg/pr67028.c
      - copied unchanged from r226755, trunk/gcc/testsuite/gcc.dg/pr67028.c
    branches/gupc/gcc/testsuite/gcc.dg/pr67029.c
      - copied unchanged from r226755, trunk/gcc/testsuite/gcc.dg/pr67029.c
    branches/gupc/gcc/testsuite/gcc.dg/pr67107.c
      - copied unchanged from r226755, trunk/gcc/testsuite/gcc.dg/pr67107.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr67109.c
      - copied unchanged from r226755, trunk/gcc/testsuite/gcc.dg/torture/pr67109.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr67120.c
      - copied unchanged from r226755, trunk/gcc/testsuite/gcc.dg/torture/pr67120.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr67121.c
      - copied unchanged from r226755, trunk/gcc/testsuite/gcc.dg/torture/pr67121.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-38.c
      - copied unchanged from r226755, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-38.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/wnull-dereference.c
      - copied unchanged from r226755, trunk/gcc/testsuite/gcc.dg/tree-ssa/wnull-dereference.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-mult-pattern-1.c
      - copied unchanged from r226755, trunk/gcc/testsuite/gcc.dg/vect/vect-mult-pattern-1.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-mult-pattern-2.c
      - copied unchanged from r226755, trunk/gcc/testsuite/gcc.dg/vect/vect-mult-pattern-2.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/noplt_1.c
      - copied unchanged from r226755, trunk/gcc/testsuite/gcc.target/aarch64/noplt_1.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/noplt_2.c
      - copied unchanged from r226755, trunk/gcc/testsuite/gcc.target/aarch64/noplt_2.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/noplt_3.c
      - copied unchanged from r226755, trunk/gcc/testsuite/gcc.target/aarch64/noplt_3.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/pragma_cpp_predefs_1.c
      - copied unchanged from r226755, trunk/gcc/testsuite/gcc.target/aarch64/pragma_cpp_predefs_1.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/target_attr_1.c
      - copied unchanged from r226755, trunk/gcc/testsuite/gcc.target/aarch64/target_attr_1.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/target_attr_10.c
      - copied unchanged from r226755, trunk/gcc/testsuite/gcc.target/aarch64/target_attr_10.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/target_attr_11.c
      - copied unchanged from r226755, trunk/gcc/testsuite/gcc.target/aarch64/target_attr_11.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/target_attr_12.c
      - copied unchanged from r226755, trunk/gcc/testsuite/gcc.target/aarch64/target_attr_12.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/target_attr_13.c
      - copied unchanged from r226755, trunk/gcc/testsuite/gcc.target/aarch64/target_attr_13.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/target_attr_14.c
      - copied unchanged from r226755, trunk/gcc/testsuite/gcc.target/aarch64/target_attr_14.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/target_attr_15.c
      - copied unchanged from r226755, trunk/gcc/testsuite/gcc.target/aarch64/target_attr_15.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/target_attr_2.c
      - copied unchanged from r226755, trunk/gcc/testsuite/gcc.target/aarch64/target_attr_2.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/target_attr_3.c
      - copied unchanged from r226755, trunk/gcc/testsuite/gcc.target/aarch64/target_attr_3.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/target_attr_4.c
      - copied unchanged from r226755, trunk/gcc/testsuite/gcc.target/aarch64/target_attr_4.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/target_attr_5.c
      - copied unchanged from r226755, trunk/gcc/testsuite/gcc.target/aarch64/target_attr_5.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/target_attr_6.c
      - copied unchanged from r226755, trunk/gcc/testsuite/gcc.target/aarch64/target_attr_6.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/target_attr_7.c
      - copied unchanged from r226755, trunk/gcc/testsuite/gcc.target/aarch64/target_attr_7.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/target_attr_8.c
      - copied unchanged from r226755, trunk/gcc/testsuite/gcc.target/aarch64/target_attr_8.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/target_attr_9.c
      - copied unchanged from r226755, trunk/gcc/testsuite/gcc.target/aarch64/target_attr_9.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/target_attr_crypto_ice_1.c
      - copied unchanged from r226755, trunk/gcc/testsuite/gcc.target/aarch64/target_attr_crypto_ice_1.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/tlsdesc_hoist.c
      - copied unchanged from r226755, trunk/gcc/testsuite/gcc.target/aarch64/tlsdesc_hoist.c
    branches/gupc/gcc/testsuite/gcc.target/rl78/
      - copied from r226755, trunk/gcc/testsuite/gcc.target/rl78/
    branches/gupc/gcc/testsuite/gcc.target/s390/dwarfregtable-1.c
      - copied unchanged from r226755, trunk/gcc/testsuite/gcc.target/s390/dwarfregtable-1.c
    branches/gupc/gcc/testsuite/gcc.target/s390/dwarfregtable-2.c
      - copied unchanged from r226755, trunk/gcc/testsuite/gcc.target/s390/dwarfregtable-2.c
    branches/gupc/gcc/testsuite/gcc.target/s390/dwarfregtable-3.c
      - copied unchanged from r226755, trunk/gcc/testsuite/gcc.target/s390/dwarfregtable-3.c
    branches/gupc/gcc/testsuite/gcc.target/s390/htm-builtins-z13-1.c
      - copied unchanged from r226755, trunk/gcc/testsuite/gcc.target/s390/htm-builtins-z13-1.c
    branches/gupc/gcc/testsuite/gfortran.dg/common_22.f90
      - copied unchanged from r226755, trunk/gcc/testsuite/gfortran.dg/common_22.f90
    branches/gupc/gcc/testsuite/gfortran.dg/ieee/ieee_8.f90
      - copied unchanged from r226755, trunk/gcc/testsuite/gfortran.dg/ieee/ieee_8.f90
    branches/gupc/gcc/testsuite/gfortran.dg/ieee/large_2.f90
      - copied unchanged from r226755, trunk/gcc/testsuite/gfortran.dg/ieee/large_2.f90
    branches/gupc/gcc/testsuite/gfortran.dg/ieee/large_3.F90
      - copied unchanged from r226755, trunk/gcc/testsuite/gfortran.dg/ieee/large_3.F90
    branches/gupc/gcc/testsuite/gfortran.dg/ieee/large_4.f90
      - copied unchanged from r226755, trunk/gcc/testsuite/gfortran.dg/ieee/large_4.f90
    branches/gupc/gcc/testsuite/gfortran.dg/pr66311.f90
      - copied unchanged from r226755, trunk/gcc/testsuite/gfortran.dg/pr66311.f90
    branches/gupc/gcc/testsuite/gfortran.dg/submodule_10.f08
      - copied unchanged from r226755, trunk/gcc/testsuite/gfortran.dg/submodule_10.f08
    branches/gupc/libquadmath/math/logbq.c
      - copied unchanged from r226755, trunk/libquadmath/math/logbq.c
Removed:
    branches/gupc/gcc/testsuite/gcc.target/aarch64/arm_neon-nosimd-error.c
Modified:
    branches/gupc/   (props changed)
    branches/gupc/ChangeLog
    branches/gupc/Makefile.def
    branches/gupc/Makefile.in
    branches/gupc/contrib/ChangeLog
    branches/gupc/contrib/texi2pod.pl
    branches/gupc/gcc/ChangeLog
    branches/gupc/gcc/ChangeLog.upc
    branches/gupc/gcc/DATESTAMP
    branches/gupc/gcc/Makefile.in
    branches/gupc/gcc/c-family/ChangeLog
    branches/gupc/gcc/c-family/c-common.c
    branches/gupc/gcc/c-family/c-common.h
    branches/gupc/gcc/c-family/c-cppbuiltin.c
    branches/gupc/gcc/c-family/c-opts.c
    branches/gupc/gcc/c-family/c.opt
    branches/gupc/gcc/combine.c
    branches/gupc/gcc/common.opt
    branches/gupc/gcc/common/config/aarch64/aarch64-common.c
    branches/gupc/gcc/config.gcc
    branches/gupc/gcc/config/aarch64/aarch64-arches.def
    branches/gupc/gcc/config/aarch64/aarch64-builtins.c
    branches/gupc/gcc/config/aarch64/aarch64-cores.def
    branches/gupc/gcc/config/aarch64/aarch64-elf-raw.h
    branches/gupc/gcc/config/aarch64/aarch64-linux.h
    branches/gupc/gcc/config/aarch64/aarch64-opts.h
    branches/gupc/gcc/config/aarch64/aarch64-protos.h
    branches/gupc/gcc/config/aarch64/aarch64.c
    branches/gupc/gcc/config/aarch64/aarch64.h
    branches/gupc/gcc/config/aarch64/aarch64.md
    branches/gupc/gcc/config/aarch64/aarch64.opt
    branches/gupc/gcc/config/aarch64/arm_acle.h
    branches/gupc/gcc/config/aarch64/arm_neon.h
    branches/gupc/gcc/config/aarch64/constraints.md
    branches/gupc/gcc/config/aarch64/driver-aarch64.c
    branches/gupc/gcc/config/aarch64/t-aarch64
    branches/gupc/gcc/config/arm/neon.md
    branches/gupc/gcc/config/i386/driver-i386.c
    branches/gupc/gcc/config/i386/i386.c
    branches/gupc/gcc/config/i386/i386.md
    branches/gupc/gcc/config/i386/sse.md
    branches/gupc/gcc/config/moxie/moxie-protos.h
    branches/gupc/gcc/config/moxie/moxie.c
    branches/gupc/gcc/config/moxie/moxie.h
    branches/gupc/gcc/config/nvptx/nvptx.h
    branches/gupc/gcc/config/rl78/rl78.c
    branches/gupc/gcc/config/rs6000/rs6000.c
    branches/gupc/gcc/config/rx/rx.c
    branches/gupc/gcc/config/s390/s390.c
    branches/gupc/gcc/config/s390/s390.md
    branches/gupc/gcc/config/s390/s390.opt
    branches/gupc/gcc/config/sh/sh.c
    branches/gupc/gcc/configure
    branches/gupc/gcc/configure.ac
    branches/gupc/gcc/coretypes.h
    branches/gupc/gcc/cp/ChangeLog
    branches/gupc/gcc/cp/Make-lang.in
    branches/gupc/gcc/cp/call.c
    branches/gupc/gcc/cp/class.c
    branches/gupc/gcc/cp/constexpr.c
    branches/gupc/gcc/cp/cp-objcp-common.c
    branches/gupc/gcc/cp/cp-tree.def
    branches/gupc/gcc/cp/cp-tree.h
    branches/gupc/gcc/cp/cxx-pretty-print.c
    branches/gupc/gcc/cp/cxx-pretty-print.h
    branches/gupc/gcc/cp/decl.c
    branches/gupc/gcc/cp/decl2.c
    branches/gupc/gcc/cp/error.c
    branches/gupc/gcc/cp/lex.c
    branches/gupc/gcc/cp/mangle.c
    branches/gupc/gcc/cp/method.c
    branches/gupc/gcc/cp/parser.c
    branches/gupc/gcc/cp/parser.h
    branches/gupc/gcc/cp/pt.c
    branches/gupc/gcc/cp/ptree.c
    branches/gupc/gcc/cp/search.c
    branches/gupc/gcc/cp/semantics.c
    branches/gupc/gcc/cp/tree.c
    branches/gupc/gcc/cp/typeck.c
    branches/gupc/gcc/cse.c
    branches/gupc/gcc/doc/extend.texi
    branches/gupc/gcc/doc/invoke.texi
    branches/gupc/gcc/doc/options.texi
    branches/gupc/gcc/flag-types.h
    branches/gupc/gcc/fortran/ChangeLog
    branches/gupc/gcc/fortran/expr.c
    branches/gupc/gcc/fortran/gfortran.h
    branches/gupc/gcc/fortran/gfortranspec.c
    branches/gupc/gcc/fortran/module.c
    branches/gupc/gcc/fortran/simplify.c
    branches/gupc/gcc/fortran/symbol.c
    branches/gupc/gcc/fortran/trans-array.c
    branches/gupc/gcc/fortran/trans-decl.c
    branches/gupc/gcc/fortran/trans-expr.c
    branches/gupc/gcc/fortran/trans-stmt.c
    branches/gupc/gcc/fortran/trans.h
    branches/gupc/gcc/genattrtab.c
    branches/gupc/gcc/gencodes.c
    branches/gupc/gcc/genconditions.c
    branches/gupc/gcc/genmatch.c
    branches/gupc/gcc/genoutput.c
    branches/gupc/gcc/genrecog.c
    branches/gupc/gcc/gensupport.c
    branches/gupc/gcc/gensupport.h
    branches/gupc/gcc/gimple-fold.c
    branches/gupc/gcc/gimple-ssa-isolate-paths.c
    branches/gupc/gcc/gimple.c
    branches/gupc/gcc/gimple.h
    branches/gupc/gcc/go/gofrontend/MERGE
    branches/gupc/gcc/go/gofrontend/expressions.cc
    branches/gupc/gcc/go/gofrontend/types.h
    branches/gupc/gcc/ira-color.c
    branches/gupc/gcc/ira-int.h
    branches/gupc/gcc/ira-lives.c
    branches/gupc/gcc/ira.h
    branches/gupc/gcc/match.pd
    branches/gupc/gcc/opt-functions.awk
    branches/gupc/gcc/optc-gen.awk
    branches/gupc/gcc/sched-deps.c
    branches/gupc/gcc/sel-sched.c
    branches/gupc/gcc/target-globals.c
    branches/gupc/gcc/target-insns.def
    branches/gupc/gcc/testsuite/ChangeLog
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/var-templ32.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1z/static_assert-nomsg.C
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/isolate-1.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/isolate-2.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/isolate-3.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/isolate-4.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/isolate-5.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-119.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/cpu-diagnostics-3.c
    branches/gupc/gcc/testsuite/gcc.target/i386/iamcu/abi-iamcu.exp
    branches/gupc/gcc/testsuite/gcc.target/powerpc/vec-cmp-sel.c
    branches/gupc/gcc/testsuite/gcc.target/rx/rx-abi-function-tests.c
    branches/gupc/gcc/testsuite/gfortran.dg/ieee/large_1.f90
    branches/gupc/gcc/testsuite/gfortran.dg/public_private_module_2.f90
    branches/gupc/gcc/testsuite/gfortran.dg/public_private_module_6.f90
    branches/gupc/gcc/testsuite/gfortran.dg/submodule_1.f08
    branches/gupc/gcc/testsuite/gfortran.dg/submodule_5.f08
    branches/gupc/gcc/testsuite/gfortran.dg/submodule_9.f08
    branches/gupc/gcc/testsuite/jit.dg/test-benchmark.c
    branches/gupc/gcc/testsuite/lib/fortran-modules.exp
    branches/gupc/gcc/tree-core.h
    branches/gupc/gcc/tree-if-conv.c
    branches/gupc/gcc/tree-ssa-ccp.c
    branches/gupc/gcc/tree-vect-data-refs.c
    branches/gupc/gcc/tree-vect-patterns.c
    branches/gupc/gcc/tree-vectorizer.h
    branches/gupc/gcc/tree-vrp.c
    branches/gupc/gcc/ubsan.c
    branches/gupc/gcc/wide-int.cc
    branches/gupc/intl/ChangeLog
    branches/gupc/intl/configure
    branches/gupc/libcpp/ChangeLog
    branches/gupc/libcpp/configure
    branches/gupc/libgfortran/ChangeLog
    branches/gupc/libgfortran/config/fpu-387.h
    branches/gupc/libgfortran/io/unix.c
    branches/gupc/libgfortran/runtime/compile_options.c
    branches/gupc/libgfortran/runtime/main.c
    branches/gupc/libgo/testsuite/gotest
    branches/gupc/libjava/classpath/ChangeLog
    branches/gupc/libjava/classpath/doc/texi2pod.pl
    branches/gupc/libquadmath/ChangeLog
    branches/gupc/libquadmath/Makefile.am
    branches/gupc/libquadmath/Makefile.in
    branches/gupc/libquadmath/libquadmath.texi
    branches/gupc/libquadmath/quadmath.h
    branches/gupc/libquadmath/quadmath.map
    branches/gupc/libquadmath/quadmath_weak.h

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



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