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]

r233051 - in /branches/gupc: ./ ChangeLog MAINT...


Author: gfunck
Date: Mon Feb  1 21:04:26 2016
New Revision: 233051

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

Added:
    branches/gupc/libstdc++-v3/include/bits/uniform_int_dist.h
      - copied unchanged from r233033, trunk/libstdc++-v3/include/bits/uniform_int_dist.h
    branches/gupc/libstdc++-v3/testsuite/25_algorithms/copy/move_iterators/69478.cc
      - copied unchanged from r233033, trunk/libstdc++-v3/testsuite/25_algorithms/copy/move_iterators/69478.cc
    branches/gupc/libstdc++-v3/testsuite/25_algorithms/copy_backward/move_iterators/69478.cc
      - copied unchanged from r233033, trunk/libstdc++-v3/testsuite/25_algorithms/copy_backward/move_iterators/69478.cc
    branches/gupc/libstdc++-v3/testsuite/25_algorithms/move/69478.cc
      - copied unchanged from r233033, trunk/libstdc++-v3/testsuite/25_algorithms/move/69478.cc
    branches/gupc/libstdc++-v3/testsuite/25_algorithms/move_backward/69478.cc
      - copied unchanged from r233033, trunk/libstdc++-v3/testsuite/25_algorithms/move_backward/69478.cc
Modified:
    branches/gupc/libstdc++-v3/ChangeLog
    branches/gupc/libstdc++-v3/acinclude.m4
    branches/gupc/libstdc++-v3/config.h.in
    branches/gupc/libstdc++-v3/config/os/newlib/os_defines.h
    branches/gupc/libstdc++-v3/configure
    branches/gupc/libstdc++-v3/include/Makefile.am
    branches/gupc/libstdc++-v3/include/Makefile.in
    branches/gupc/libstdc++-v3/include/bits/random.h
    branches/gupc/libstdc++-v3/include/bits/random.tcc
    branches/gupc/libstdc++-v3/include/bits/stl_algo.h
    branches/gupc/libstdc++-v3/include/bits/stl_algobase.h
    branches/gupc/libstdc++-v3/include/c_compatibility/stdlib.h
    branches/gupc/libstdc++-v3/include/c_global/cmath
    branches/gupc/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy/move_iterators/1.cc
    branches/gupc/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy_n/move_iterators/1.cc
    branches/gupc/libstdc++-v3/testsuite/25_algorithms/nth_element/58800.cc
    branches/gupc/libstdc++-v3/testsuite/26_numerics/random/pr60037-neg.cc
    branches/gupc/libstdc++-v3/testsuite/ext/special_functions/hyperg/check_value.cc
    branches/gupc/libstdc++-v3/testsuite/libstdc++-prettyprinters/whatis.cc
    branches/gupc/libstdc++-v3/testsuite/special_functions/02_assoc_legendre/check_value.cc

Changes in other areas also in this revision:
Added:
    branches/gupc/gcc/testsuite/c-c++-common/goacc/use_device-1.c
      - copied unchanged from r233033, trunk/gcc/testsuite/c-c++-common/goacc/use_device-1.c
    branches/gupc/gcc/testsuite/c-c++-common/pr69126.c
      - copied unchanged from r233033, trunk/gcc/testsuite/c-c++-common/pr69126.c
    branches/gupc/gcc/testsuite/c-c++-common/vector-compare-4.c
      - copied unchanged from r233033, trunk/gcc/testsuite/c-c++-common/vector-compare-4.c
    branches/gupc/gcc/testsuite/g++.dg/abi/Wabi-2-2.C
      - copied unchanged from r233033, trunk/gcc/testsuite/g++.dg/abi/Wabi-2-2.C
    branches/gupc/gcc/testsuite/g++.dg/abi/Wabi-2-3.C
      - copied unchanged from r233033, trunk/gcc/testsuite/g++.dg/abi/Wabi-2-3.C
    branches/gupc/gcc/testsuite/g++.dg/abi/Wabi-3-2.C
      - copied unchanged from r233033, trunk/gcc/testsuite/g++.dg/abi/Wabi-3-2.C
    branches/gupc/gcc/testsuite/g++.dg/abi/Wabi-3-3.C
      - copied unchanged from r233033, trunk/gcc/testsuite/g++.dg/abi/Wabi-3-3.C
    branches/gupc/gcc/testsuite/g++.dg/abi/abi-tag16.C
      - copied unchanged from r233033, trunk/gcc/testsuite/g++.dg/abi/abi-tag16.C
    branches/gupc/gcc/testsuite/g++.dg/abi/abi-tag16a.C
      - copied unchanged from r233033, trunk/gcc/testsuite/g++.dg/abi/abi-tag16a.C
    branches/gupc/gcc/testsuite/g++.dg/abi/abi-tag17.C
      - copied unchanged from r233033, trunk/gcc/testsuite/g++.dg/abi/abi-tag17.C
    branches/gupc/gcc/testsuite/g++.dg/cilk-plus/CK/pr69267.cc
      - copied unchanged from r233033, trunk/gcc/testsuite/g++.dg/cilk-plus/CK/pr69267.cc
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-aggr2.C
      - copied unchanged from r233033, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-aggr2.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-array15.C
      - copied unchanged from r233033, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-array15.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/var-templ47.C
      - copied unchanged from r233033, trunk/gcc/testsuite/g++.dg/cpp1y/var-templ47.C
    branches/gupc/gcc/testsuite/g++.dg/ext/constexpr-vla1.C
      - copied unchanged from r233033, trunk/gcc/testsuite/g++.dg/ext/constexpr-vla1.C
    branches/gupc/gcc/testsuite/g++.dg/ext/constexpr-vla2.C
      - copied unchanged from r233033, trunk/gcc/testsuite/g++.dg/ext/constexpr-vla2.C
    branches/gupc/gcc/testsuite/g++.dg/ext/constexpr-vla3.C
      - copied unchanged from r233033, trunk/gcc/testsuite/g++.dg/ext/constexpr-vla3.C
    branches/gupc/gcc/testsuite/g++.dg/ext/flexary10.C
      - copied unchanged from r233033, trunk/gcc/testsuite/g++.dg/ext/flexary10.C
    branches/gupc/gcc/testsuite/g++.dg/inherit/protected1.C
      - copied unchanged from r233033, trunk/gcc/testsuite/g++.dg/inherit/protected1.C
    branches/gupc/gcc/testsuite/g++.dg/opt/pr69483.C
      - copied unchanged from r233033, trunk/gcc/testsuite/g++.dg/opt/pr69483.C
    branches/gupc/gcc/testsuite/g++.dg/opt/pr69570.C
      - copied unchanged from r233033, trunk/gcc/testsuite/g++.dg/opt/pr69570.C
    branches/gupc/gcc/testsuite/g++.dg/pr69379.C
      - copied unchanged from r233033, trunk/gcc/testsuite/g++.dg/pr69379.C
    branches/gupc/gcc/testsuite/g++.dg/tree-ssa/pr69547.C
      - copied unchanged from r233033, trunk/gcc/testsuite/g++.dg/tree-ssa/pr69547.C
    branches/gupc/gcc/testsuite/g++.dg/warn/Wunused-function2.C
      - copied unchanged from r233033, trunk/gcc/testsuite/g++.dg/warn/Wunused-function2.C
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr69447.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.c-torture/execute/pr69447.c
    branches/gupc/gcc/testsuite/gcc.dg/autopar/pr69110.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.dg/autopar/pr69110.c
    branches/gupc/gcc/testsuite/gcc.dg/declare-simd.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.dg/declare-simd.c
    branches/gupc/gcc/testsuite/gcc.dg/graphite/isl-ast-op-select.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.dg/graphite/isl-ast-op-select.c
    branches/gupc/gcc/testsuite/gcc.dg/graphite/pr69292.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.dg/graphite/pr69292.c
    branches/gupc/gcc/testsuite/gcc.dg/pr66869.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.dg/pr66869.c
    branches/gupc/gcc/testsuite/gcc.dg/pr69421.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.dg/pr69421.c
    branches/gupc/gcc/testsuite/gcc.dg/pr69442.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.dg/pr69442.c
    branches/gupc/gcc/testsuite/gcc.dg/pr69483.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.dg/pr69483.c
    branches/gupc/gcc/testsuite/gcc.dg/pr69535.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.dg/pr69535.c
    branches/gupc/gcc/testsuite/gcc.dg/tm/pr60908.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.dg/tm/pr60908.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr69166.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.dg/torture/pr69166.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr69399.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.dg/torture/pr69399.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr69400.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.dg/torture/pr69400.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr69452.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.dg/torture/pr69452.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr69518.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.dg/torture/pr69518.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr69542.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.dg/torture/pr69542.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr69546-1.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.dg/torture/pr69546-1.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr69546-2.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.dg/torture/pr69546-2.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ivopt_5.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.dg/tree-ssa/ivopt_5.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pr69355.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr69355.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-2g.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-2g.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-2h.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-2h.c
    branches/gupc/gcc/testsuite/gcc.dg/uninit-21.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.dg/uninit-21.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/simd/pr67896.C
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.target/aarch64/simd/pr67896.C
    branches/gupc/gcc/testsuite/gcc.target/aarch64/simd/vcvt_s64_f64_1.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.target/aarch64/simd/vcvt_s64_f64_1.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/simd/vcvt_u64_f64_1.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.target/aarch64/simd/vcvt_u64_f64_1.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/simd/vcvta_s64_f64_1.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.target/aarch64/simd/vcvta_s64_f64_1.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/simd/vcvta_u64_f64_1.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.target/aarch64/simd/vcvta_u64_f64_1.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/simd/vcvtm_s64_f64_1.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.target/aarch64/simd/vcvtm_s64_f64_1.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/simd/vcvtm_u64_f64_1.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.target/aarch64/simd/vcvtm_u64_f64_1.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/simd/vcvtn_s64_f64_1.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.target/aarch64/simd/vcvtn_s64_f64_1.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/simd/vcvtn_u64_f64_1.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.target/aarch64/simd/vcvtn_u64_f64_1.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/simd/vcvtp_s64_f64_1.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.target/aarch64/simd/vcvtp_s64_f64_1.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/simd/vcvtp_u64_f64_1.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.target/aarch64/simd/vcvtp_u64_f64_1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/pr67989.C
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.target/arm/pr67989.C
    branches/gupc/gcc/testsuite/gcc.target/arm/pr68620.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.target/arm/pr68620.c
    branches/gupc/gcc/testsuite/gcc.target/arm/pr69245.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.target/arm/pr69245.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr66137.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.target/i386/pr66137.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr68986-1.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.target/i386/pr68986-1.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr68986-2.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.target/i386/pr68986-2.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr68986-3.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.target/i386/pr68986-3.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr69459.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.target/i386/pr69459.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr69512.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.target/i386/pr69512.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr69530.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.target/i386/pr69530.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr69551.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.target/i386/pr69551.c
    branches/gupc/gcc/testsuite/gcc.target/mips/div-delay.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.target/mips/div-delay.c
    branches/gupc/gcc/testsuite/gcc.target/mips/pr68400.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.target/mips/pr68400.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/pr17381.c
      - copied unchanged from r233033, trunk/gcc/testsuite/gcc.target/powerpc/pr17381.c
    branches/gupc/gcc/testsuite/gfortran.dg/alloc_comp_assign_15.f03
      - copied unchanged from r233033, trunk/gcc/testsuite/gfortran.dg/alloc_comp_assign_15.f03
    branches/gupc/gcc/testsuite/gfortran.dg/allocate_error_6.f90
      - copied unchanged from r233033, trunk/gcc/testsuite/gfortran.dg/allocate_error_6.f90
    branches/gupc/gcc/testsuite/gfortran.dg/allocate_with_source_17.f03
      - copied unchanged from r233033, trunk/gcc/testsuite/gfortran.dg/allocate_with_source_17.f03
    branches/gupc/gcc/testsuite/gfortran.dg/block_15.f08
      - copied unchanged from r233033, trunk/gcc/testsuite/gfortran.dg/block_15.f08
    branches/gupc/gcc/testsuite/gfortran.dg/common_23.f90
      - copied unchanged from r233033, trunk/gcc/testsuite/gfortran.dg/common_23.f90
    branches/gupc/gcc/testsuite/gfortran.dg/unlimited_polymorphic_25.f03
      - copied unchanged from r233033, trunk/gcc/testsuite/gfortran.dg/unlimited_polymorphic_25.f03
    branches/gupc/gcc/testsuite/gfortran.dg/vect/pr69466.f90
      - copied unchanged from r233033, trunk/gcc/testsuite/gfortran.dg/vect/pr69466.f90
    branches/gupc/libgomp/testsuite/libgomp.c/pr69110.c
      - copied unchanged from r233033, trunk/libgomp/testsuite/libgomp.c/pr69110.c
Modified:
    branches/gupc/   (props changed)
    branches/gupc/ChangeLog
    branches/gupc/MAINTAINERS
    branches/gupc/Makefile.in
    branches/gupc/Makefile.tpl
    branches/gupc/config/isl.m4
    branches/gupc/configure
    branches/gupc/fixincludes/ChangeLog
    branches/gupc/fixincludes/fixincl.x
    branches/gupc/fixincludes/inclhack.def
    branches/gupc/fixincludes/tests/base/stdio.h
    branches/gupc/gcc/ChangeLog
    branches/gupc/gcc/ChangeLog.upc
    branches/gupc/gcc/DATESTAMP
    branches/gupc/gcc/Makefile.in
    branches/gupc/gcc/ada/ChangeLog
    branches/gupc/gcc/ada/gcc-interface/decl.c
    branches/gupc/gcc/ada/gcc-interface/gigi.h
    branches/gupc/gcc/asan.c
    branches/gupc/gcc/c-family/ChangeLog
    branches/gupc/gcc/c-family/c-common.h
    branches/gupc/gcc/c-family/c-gimplify.c
    branches/gupc/gcc/c-family/c-opts.c
    branches/gupc/gcc/c-family/cilk.c
    branches/gupc/gcc/c/ChangeLog
    branches/gupc/gcc/c/c-decl.c
    branches/gupc/gcc/c/c-parser.c
    branches/gupc/gcc/c/c-typeck.c
    branches/gupc/gcc/combine.c
    branches/gupc/gcc/common.opt
    branches/gupc/gcc/config.in
    branches/gupc/gcc/config/aarch64/aarch64-builtins.c
    branches/gupc/gcc/config/aarch64/aarch64-modes.def
    branches/gupc/gcc/config/aarch64/aarch64-protos.h
    branches/gupc/gcc/config/aarch64/aarch64.c
    branches/gupc/gcc/config/aarch64/aarch64.md
    branches/gupc/gcc/config/aarch64/arm_neon.h
    branches/gupc/gcc/config/aarch64/iterators.md
    branches/gupc/gcc/config/aarch64/predicates.md
    branches/gupc/gcc/config/arc/arc-protos.h
    branches/gupc/gcc/config/arc/arc.c
    branches/gupc/gcc/config/arc/arc.h
    branches/gupc/gcc/config/arc/arc.md
    branches/gupc/gcc/config/arc/arc.opt
    branches/gupc/gcc/config/arc/predicates.md
    branches/gupc/gcc/config/arm/arm-c.c
    branches/gupc/gcc/config/arm/arm-protos.h
    branches/gupc/gcc/config/arm/arm.c
    branches/gupc/gcc/config/arm/arm_neon.h
    branches/gupc/gcc/config/arm/iterators.md
    branches/gupc/gcc/config/arm/neon.md
    branches/gupc/gcc/config/i386/constraints.md
    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/i386/winnt.c
    branches/gupc/gcc/config/ia64/ia64.c
    branches/gupc/gcc/config/mips/mips.c
    branches/gupc/gcc/config/rs6000/driver-rs6000.c
    branches/gupc/gcc/config/rs6000/rs6000.c
    branches/gupc/gcc/config/s390/s390-c.c
    branches/gupc/gcc/configure
    branches/gupc/gcc/configure.ac
    branches/gupc/gcc/cp/ChangeLog
    branches/gupc/gcc/cp/class.c
    branches/gupc/gcc/cp/constexpr.c
    branches/gupc/gcc/cp/cp-gimplify.c
    branches/gupc/gcc/cp/decl.c
    branches/gupc/gcc/cp/error.c
    branches/gupc/gcc/cp/init.c
    branches/gupc/gcc/cp/mangle.c
    branches/gupc/gcc/cp/name-lookup.c
    branches/gupc/gcc/cp/optimize.c
    branches/gupc/gcc/cp/parser.c
    branches/gupc/gcc/cp/pt.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/diagnostic-show-locus.c
    branches/gupc/gcc/diagnostic.c
    branches/gupc/gcc/diagnostic.h
    branches/gupc/gcc/doc/extend.texi
    branches/gupc/gcc/doc/generic.texi
    branches/gupc/gcc/doc/install.texi
    branches/gupc/gcc/doc/invoke.texi
    branches/gupc/gcc/doc/md.texi
    branches/gupc/gcc/doc/rtl.texi
    branches/gupc/gcc/doc/sourcebuild.texi
    branches/gupc/gcc/fortran/ChangeLog
    branches/gupc/gcc/fortran/decl.c
    branches/gupc/gcc/fortran/error.c
    branches/gupc/gcc/fortran/invoke.texi
    branches/gupc/gcc/fortran/trans-expr.c
    branches/gupc/gcc/genoutput.c
    branches/gupc/gcc/genpreds.c
    branches/gupc/gcc/gensupport.c
    branches/gupc/gcc/ggc-common.c
    branches/gupc/gcc/gimple-fold.c
    branches/gupc/gcc/ginclude/float.h
    branches/gupc/gcc/ginclude/stdarg.h
    branches/gupc/gcc/go/ChangeLog
    branches/gupc/gcc/go/go-lang.c
    branches/gupc/gcc/go/gofrontend/MERGE
    branches/gupc/gcc/go/gofrontend/expressions.cc
    branches/gupc/gcc/go/gofrontend/expressions.h
    branches/gupc/gcc/go/gofrontend/gogo.cc
    branches/gupc/gcc/go/gofrontend/parse.cc
    branches/gupc/gcc/go/gofrontend/types.cc
    branches/gupc/gcc/graphite-dependences.c
    branches/gupc/gcc/graphite-isl-ast-to-gimple.c
    branches/gupc/gcc/graphite-optimize-isl.c
    branches/gupc/gcc/graphite-poly.c
    branches/gupc/gcc/graphite-scop-detection.c
    branches/gupc/gcc/graphite-sese-to-poly.c
    branches/gupc/gcc/graphite.h
    branches/gupc/gcc/hsa-gen.c
    branches/gupc/gcc/hsa.c
    branches/gupc/gcc/ifcvt.c
    branches/gupc/gcc/ira-costs.c
    branches/gupc/gcc/ira-lives.c
    branches/gupc/gcc/ira.c
    branches/gupc/gcc/jit/ChangeLog
    branches/gupc/gcc/jit/jit-playback.c
    branches/gupc/gcc/lra-constraints.c
    branches/gupc/gcc/lra-remat.c
    branches/gupc/gcc/lra-spills.c
    branches/gupc/gcc/lto-wrapper.c
    branches/gupc/gcc/lto/ChangeLog
    branches/gupc/gcc/lto/lto-partition.c
    branches/gupc/gcc/match.pd
    branches/gupc/gcc/omp-low.c
    branches/gupc/gcc/omp-low.h
    branches/gupc/gcc/opts.c
    branches/gupc/gcc/opts.h
    branches/gupc/gcc/params.def
    branches/gupc/gcc/po/ChangeLog
    branches/gupc/gcc/po/gcc.pot
    branches/gupc/gcc/pretty-print.h
    branches/gupc/gcc/recog.c
    branches/gupc/gcc/reload.c
    branches/gupc/gcc/rtl.def
    branches/gupc/gcc/sanitizer.def
    branches/gupc/gcc/sese.c
    branches/gupc/gcc/sese.h
    branches/gupc/gcc/stmt.c
    branches/gupc/gcc/system.h
    branches/gupc/gcc/testsuite/ChangeLog
    branches/gupc/gcc/testsuite/g++.dg/ext/timevar1.C
    branches/gupc/gcc/testsuite/g++.dg/parse/parens3.C
    branches/gupc/gcc/testsuite/g++.dg/pr67989.C
    branches/gupc/gcc/testsuite/g++.dg/tree-ssa/pr69336.C
    branches/gupc/gcc/testsuite/g++.dg/ubsan/vla-1.C
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/stkalign.c
    branches/gupc/gcc/testsuite/gcc.dg/graphite/fuse-2.c
    branches/gupc/gcc/testsuite/gcc.dg/graphite/graphite.exp
    branches/gupc/gcc/testsuite/gcc.dg/graphite/pr35356-1.c
    branches/gupc/gcc/testsuite/gcc.dg/plugin/diagnostic-test-show-locus-color.c
    branches/gupc/gcc/testsuite/gcc.dg/plugin/diagnostic_plugin_test_show_locus.c
    branches/gupc/gcc/testsuite/gcc.dg/plugin/wide-int_plugin.c
    branches/gupc/gcc/testsuite/gcc.dg/pr65980.c
    branches/gupc/gcc/testsuite/gcc.dg/pr66688.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr68264.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pr66752-3.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/pr68198.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/sra-17.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/sra-18.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-cse-2.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-2c.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-2d.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-7.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/vector-5.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/vrp46.c
    branches/gupc/gcc/testsuite/gcc.dg/unroll-2.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-vect-31a.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/ccmp_1.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/tst_3.c
    branches/gupc/gcc/testsuite/gcc.target/arm/attr-crypto.c
    branches/gupc/gcc/testsuite/gcc.target/arm/pr68674.c
    branches/gupc/gcc/testsuite/gcc.target/mips/mips.exp
    branches/gupc/gcc/testsuite/gcc.target/mips/p5600-bonding.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/vsx-vector-2.c
    branches/gupc/gcc/testsuite/gfortran.dg/block_end_error_1.f90
    branches/gupc/gcc/testsuite/gfortran.dg/graphite/interchange-3.f90
    branches/gupc/gcc/testsuite/gfortran.dg/implicit_class_1.f90
    branches/gupc/gcc/testsuite/gnat.dg/sso/conv1.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/p1.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/p10.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/p11.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/p12.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/p13.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/p2.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/p3.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/p4.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/p5.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/p6.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/p7.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/p8.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/p9.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/q1.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/q10.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/q11.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/q12.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/q13.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/q2.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/q3.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/q4.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/q5.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/q6.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/q7.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/q8.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/q9.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/r11.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/r12.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/r3.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/r5.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/r6.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/r7.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/r8.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/s11.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/s12.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/s3.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/s5.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/s6.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/s7.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/s8.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/t1.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/t10.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/t11.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/t12.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/t13.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/t2.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/t3.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/t4.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/t5.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/t6.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/t7.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/t8.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/t9.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/u11.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/u5.adb
    branches/gupc/gcc/testsuite/gnat.dg/sso/u6.adb
    branches/gupc/gcc/testsuite/lib/gcc-dg.exp
    branches/gupc/gcc/testsuite/lib/multiline.exp
    branches/gupc/gcc/testsuite/lib/target-supports.exp
    branches/gupc/gcc/trans-mem.c
    branches/gupc/gcc/tree-data-ref.c
    branches/gupc/gcc/tree-parloops.c
    branches/gupc/gcc/tree-sra.c
    branches/gupc/gcc/tree-ssa-dce.c
    branches/gupc/gcc/tree-ssa-loop-im.c
    branches/gupc/gcc/tree-ssa-loop-ivopts.c
    branches/gupc/gcc/tree-ssa-loop.c
    branches/gupc/gcc/tree-ssa-threadbackward.c
    branches/gupc/gcc/tree-ssa-threadupdate.c
    branches/gupc/gcc/tree-ssa-threadupdate.h
    branches/gupc/gcc/tree-streamer-in.c
    branches/gupc/gcc/tree-vect-loop-manip.c
    branches/gupc/gcc/tree-vect-loop.c
    branches/gupc/gcc/tree-vect-stmts.c
    branches/gupc/gcc/tree.c
    branches/gupc/gcc/tree.h
    branches/gupc/gcc/var-tracking.c
    branches/gupc/gcc/wide-int.cc
    branches/gupc/gcc/wide-int.h
    branches/gupc/libcpp/ChangeLog
    branches/gupc/libcpp/directives.c
    branches/gupc/libcpp/files.c
    branches/gupc/libcpp/internal.h
    branches/gupc/libcpp/macro.c
    branches/gupc/libcpp/po/ChangeLog
    branches/gupc/libcpp/po/cpplib.pot
    branches/gupc/libcpp/po/fi.po
    branches/gupc/libgcc/ChangeLog
    branches/gupc/libgcc/config/rs6000/sfp-machine.h
    branches/gupc/libgomp/ChangeLog
    branches/gupc/libiberty/ChangeLog
    branches/gupc/libiberty/d-demangle.c
    branches/gupc/libiberty/testsuite/d-demangle-expected

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]