r245503 - in /branches/redhat/gcc-6-branch: ./ ...
jakub@gcc.gnu.org
jakub@gcc.gnu.org
Thu Feb 16 09:00:00 GMT 2017
Author: jakub
Date: Thu Feb 16 09:00:57 2017
New Revision: 245503
URL: https://gcc.gnu.org/viewcvs?rev=245503&root=gcc&view=rev
Log:
svn merge -r244559:245502 svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-6-branch
Added:
branches/redhat/gcc-6-branch/libstdc++-v3/testsuite/18_support/nested_exception/79114.cc
- copied unchanged from r245502, branches/gcc-6-branch/libstdc++-v3/testsuite/18_support/nested_exception/79114.cc
branches/redhat/gcc-6-branch/libstdc++-v3/testsuite/20_util/allocator_traits/members/pointers.cc
- copied unchanged from r245502, branches/gcc-6-branch/libstdc++-v3/testsuite/20_util/allocator_traits/members/pointers.cc
branches/redhat/gcc-6-branch/libstdc++-v3/testsuite/20_util/allocator_traits/members/rebind_alloc.cc
- copied unchanged from r245502, branches/gcc-6-branch/libstdc++-v3/testsuite/20_util/allocator_traits/members/rebind_alloc.cc
branches/redhat/gcc-6-branch/libstdc++-v3/testsuite/20_util/pointer_traits/rebind.cc
- copied unchanged from r245502, branches/gcc-6-branch/libstdc++-v3/testsuite/20_util/pointer_traits/rebind.cc
branches/redhat/gcc-6-branch/libstdc++-v3/testsuite/25_algorithms/search/78346.cc
- copied unchanged from r245502, branches/gcc-6-branch/libstdc++-v3/testsuite/25_algorithms/search/78346.cc
branches/redhat/gcc-6-branch/libstdc++-v3/testsuite/29_atomics/atomic/69301.cc
- copied unchanged from r245502, branches/gcc-6-branch/libstdc++-v3/testsuite/29_atomics/atomic/69301.cc
branches/redhat/gcc-6-branch/libstdc++-v3/testsuite/libstdc++-prettyprinters/59161.cc
- copied unchanged from r245502, branches/gcc-6-branch/libstdc++-v3/testsuite/libstdc++-prettyprinters/59161.cc
branches/redhat/gcc-6-branch/libstdc++-v3/testsuite/libstdc++-xmethods/shared_ptr.cc
- copied unchanged from r245502, branches/gcc-6-branch/libstdc++-v3/testsuite/libstdc++-xmethods/shared_ptr.cc
Modified:
branches/redhat/gcc-6-branch/libstdc++-v3/ChangeLog
branches/redhat/gcc-6-branch/libstdc++-v3/doc/xml/faq.xml
branches/redhat/gcc-6-branch/libstdc++-v3/doc/xml/manual/abi.xml
branches/redhat/gcc-6-branch/libstdc++-v3/include/bits/alloc_traits.h
branches/redhat/gcc-6-branch/libstdc++-v3/include/bits/basic_string.h
branches/redhat/gcc-6-branch/libstdc++-v3/include/bits/locale_classes.h
branches/redhat/gcc-6-branch/libstdc++-v3/include/bits/predefined_ops.h
branches/redhat/gcc-6-branch/libstdc++-v3/include/bits/ptr_traits.h
branches/redhat/gcc-6-branch/libstdc++-v3/include/bits/stl_map.h
branches/redhat/gcc-6-branch/libstdc++-v3/include/bits/stl_multimap.h
branches/redhat/gcc-6-branch/libstdc++-v3/include/bits/stl_multiset.h
branches/redhat/gcc-6-branch/libstdc++-v3/include/bits/stl_set.h
branches/redhat/gcc-6-branch/libstdc++-v3/include/experimental/any
branches/redhat/gcc-6-branch/libstdc++-v3/include/experimental/array
branches/redhat/gcc-6-branch/libstdc++-v3/include/experimental/memory
branches/redhat/gcc-6-branch/libstdc++-v3/include/ext/pointer.h
branches/redhat/gcc-6-branch/libstdc++-v3/include/std/atomic
branches/redhat/gcc-6-branch/libstdc++-v3/include/std/type_traits
branches/redhat/gcc-6-branch/libstdc++-v3/libsupc++/nested_exception.h
branches/redhat/gcc-6-branch/libstdc++-v3/python/libstdcxx/v6/printers.py
branches/redhat/gcc-6-branch/libstdc++-v3/python/libstdcxx/v6/xmethods.py
branches/redhat/gcc-6-branch/libstdc++-v3/src/c++11/cxx11-shim_facets.cc
branches/redhat/gcc-6-branch/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/copy_assign.cc
branches/redhat/gcc-6-branch/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/copy_assign.cc
branches/redhat/gcc-6-branch/libstdc++-v3/testsuite/23_containers/map/operations/2.cc
branches/redhat/gcc-6-branch/libstdc++-v3/testsuite/23_containers/multimap/operations/2.cc
branches/redhat/gcc-6-branch/libstdc++-v3/testsuite/23_containers/multiset/operations/2.cc
branches/redhat/gcc-6-branch/libstdc++-v3/testsuite/23_containers/set/operations/2.cc
branches/redhat/gcc-6-branch/libstdc++-v3/testsuite/experimental/any/misc/any_cast.cc
branches/redhat/gcc-6-branch/libstdc++-v3/testsuite/experimental/array/make_array.cc
branches/redhat/gcc-6-branch/libstdc++-v3/testsuite/libstdc++-prettyprinters/simple.cc
branches/redhat/gcc-6-branch/libstdc++-v3/testsuite/libstdc++-prettyprinters/simple11.cc
branches/redhat/gcc-6-branch/libstdc++-v3/testsuite/libstdc++-xmethods/unique_ptr.cc
branches/redhat/gcc-6-branch/libstdc++-v3/testsuite/util/testsuite_allocator.h
Changes in other areas also in this revision:
Added:
branches/redhat/gcc-6-branch/config/ax_check_define.m4
- copied unchanged from r245502, branches/gcc-6-branch/config/ax_check_define.m4
branches/redhat/gcc-6-branch/fixincludes/tests/base/iso/stdlib_c99.h
- copied unchanged from r245502, branches/gcc-6-branch/fixincludes/tests/base/iso/stdlib_c99.h
branches/redhat/gcc-6-branch/gcc/testsuite/c-c++-common/cilk-plus/CK/pr79428-4.c
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/c-c++-common/cilk-plus/CK/pr79428-4.c
branches/redhat/gcc-6-branch/gcc/testsuite/c-c++-common/cilk-plus/CK/pr79428-7.c
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/c-c++-common/cilk-plus/CK/pr79428-7.c
branches/redhat/gcc-6-branch/gcc/testsuite/c-c++-common/gomp/pr79428-2.c
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/c-c++-common/gomp/pr79428-2.c
branches/redhat/gcc-6-branch/gcc/testsuite/c-c++-common/gomp/pr79428-5.c
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/c-c++-common/gomp/pr79428-5.c
branches/redhat/gcc-6-branch/gcc/testsuite/c-c++-common/gomp/pr79428-6.c
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/c-c++-common/gomp/pr79428-6.c
branches/redhat/gcc-6-branch/gcc/testsuite/c-c++-common/gomp/pr79429.c
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/c-c++-common/gomp/pr79429.c
branches/redhat/gcc-6-branch/gcc/testsuite/c-c++-common/gomp/pr79431.c
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/c-c++-common/gomp/pr79431.c
branches/redhat/gcc-6-branch/gcc/testsuite/c-c++-common/pr79428-3.c
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/c-c++-common/pr79428-3.c
branches/redhat/gcc-6-branch/gcc/testsuite/g++.dg/cpp0x/pr79296.C
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/g++.dg/cpp0x/pr79296.C
branches/redhat/gcc-6-branch/gcc/testsuite/g++.dg/cpp0x/range-for32.C
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/g++.dg/cpp0x/range-for32.C
branches/redhat/gcc-6-branch/gcc/testsuite/g++.dg/cpp0x/range-for33.C
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/g++.dg/cpp0x/range-for33.C
branches/redhat/gcc-6-branch/gcc/testsuite/g++.dg/cpp1y/constexpr-union1.C
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/g++.dg/cpp1y/constexpr-union1.C
branches/redhat/gcc-6-branch/gcc/testsuite/g++.dg/gomp/pr79429.C
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/g++.dg/gomp/pr79429.C
branches/redhat/gcc-6-branch/gcc/testsuite/g++.dg/ipa/pr71207.C
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/g++.dg/ipa/pr71207.C
branches/redhat/gcc-6-branch/gcc/testsuite/g++.dg/lookup/pr79377.C
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/g++.dg/lookup/pr79377.C
branches/redhat/gcc-6-branch/gcc/testsuite/g++.dg/opt/call2.C
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/g++.dg/opt/call2.C
branches/redhat/gcc-6-branch/gcc/testsuite/g++.dg/opt/call3.C
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/g++.dg/opt/call3.C
branches/redhat/gcc-6-branch/gcc/testsuite/g++.dg/opt/declone3.C
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/g++.dg/opt/declone3.C
branches/redhat/gcc-6-branch/gcc/testsuite/g++.dg/opt/pr79267.C
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/g++.dg/opt/pr79267.C
branches/redhat/gcc-6-branch/gcc/testsuite/g++.dg/template/bitfield3.C
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/g++.dg/template/bitfield3.C
branches/redhat/gcc-6-branch/gcc/testsuite/g++.dg/torture/pr79034.C
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/g++.dg/torture/pr79034.C
branches/redhat/gcc-6-branch/gcc/testsuite/gcc.c-torture/compile/pr79197.c
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/gcc.c-torture/compile/pr79197.c
branches/redhat/gcc-6-branch/gcc/testsuite/gcc.c-torture/compile/pr79411.c
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/gcc.c-torture/compile/pr79411.c
branches/redhat/gcc-6-branch/gcc/testsuite/gcc.c-torture/execute/pr79043.c
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/gcc.c-torture/execute/pr79043.c
branches/redhat/gcc-6-branch/gcc/testsuite/gcc.c-torture/execute/pr79121.c
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/gcc.c-torture/execute/pr79121.c
branches/redhat/gcc-6-branch/gcc/testsuite/gcc.dg/graphite/pr71824-2.c
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/gcc.dg/graphite/pr71824-2.c
branches/redhat/gcc-6-branch/gcc/testsuite/gcc.dg/graphite/pr71824-3.c
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/gcc.dg/graphite/pr71824-3.c
branches/redhat/gcc-6-branch/gcc/testsuite/gcc.dg/graphite/pr71824.c
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/gcc.dg/graphite/pr71824.c
branches/redhat/gcc-6-branch/gcc/testsuite/gcc.dg/lto/pr69188_0.c
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/gcc.dg/lto/pr69188_0.c
branches/redhat/gcc-6-branch/gcc/testsuite/gcc.dg/lto/pr69188_1.c
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/gcc.dg/lto/pr69188_1.c
branches/redhat/gcc-6-branch/gcc/testsuite/gcc.dg/torture/pr78742.c
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/gcc.dg/torture/pr78742.c
branches/redhat/gcc-6-branch/gcc/testsuite/gcc.target/aarch64/eh_return.c
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/gcc.target/aarch64/eh_return.c
branches/redhat/gcc-6-branch/gcc/testsuite/gcc.target/arm/vfp-longcall-apcs.c
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/gcc.target/arm/vfp-longcall-apcs.c
branches/redhat/gcc-6-branch/gcc/testsuite/gcc.target/i386/pr79495.c
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/gcc.target/i386/pr79495.c
branches/redhat/gcc-6-branch/gcc/testsuite/gcc.target/powerpc/builtins-3-p8.c
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/gcc.target/powerpc/builtins-3-p8.c
branches/redhat/gcc-6-branch/gcc/testsuite/gcc.target/powerpc/pr79197.c
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/gcc.target/powerpc/pr79197.c
branches/redhat/gcc-6-branch/gcc/testsuite/gcc.target/powerpc/pr79268.c
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/gcc.target/powerpc/pr79268.c
branches/redhat/gcc-6-branch/gcc/testsuite/gcc.target/powerpc/swaps-p8-27.c
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/gcc.target/powerpc/swaps-p8-27.c
branches/redhat/gcc-6-branch/gcc/testsuite/gfortran.dg/coarray/event_3.f08
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/gfortran.dg/coarray/event_3.f08
branches/redhat/gcc-6-branch/gcc/testsuite/gfortran.dg/coarray/event_4.f08
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/gfortran.dg/coarray/event_4.f08
branches/redhat/gcc-6-branch/gcc/testsuite/gfortran.dg/coarray_43.f90
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/gfortran.dg/coarray_43.f90
branches/redhat/gcc-6-branch/gcc/testsuite/gfortran.dg/coarray_event_1.f08
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/gfortran.dg/coarray_event_1.f08
branches/redhat/gcc-6-branch/gcc/testsuite/gnat.dg/array26.adb
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/gnat.dg/array26.adb
branches/redhat/gcc-6-branch/gcc/testsuite/gnat.dg/array26_pkg.adb
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/gnat.dg/array26_pkg.adb
branches/redhat/gcc-6-branch/gcc/testsuite/gnat.dg/array26_pkg.ads
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/gnat.dg/array26_pkg.ads
branches/redhat/gcc-6-branch/gcc/testsuite/gnat.dg/array27.adb
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/gnat.dg/array27.adb
branches/redhat/gcc-6-branch/gcc/testsuite/gnat.dg/array27_pkg.adb
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/gnat.dg/array27_pkg.adb
branches/redhat/gcc-6-branch/gcc/testsuite/gnat.dg/array27_pkg.ads
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/gnat.dg/array27_pkg.ads
branches/redhat/gcc-6-branch/gcc/testsuite/gnat.dg/array28.adb
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/gnat.dg/array28.adb
branches/redhat/gcc-6-branch/gcc/testsuite/gnat.dg/array28_pkg.adb
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/gnat.dg/array28_pkg.adb
branches/redhat/gcc-6-branch/gcc/testsuite/gnat.dg/array28_pkg.ads
- copied unchanged from r245502, branches/gcc-6-branch/gcc/testsuite/gnat.dg/array28_pkg.ads
Removed:
branches/redhat/gcc-6-branch/gcc/testsuite/gcc.target/powerpc/vsx-elemrev-1.c
branches/redhat/gcc-6-branch/gcc/testsuite/gcc.target/powerpc/vsx-elemrev-2.c
branches/redhat/gcc-6-branch/gcc/testsuite/gcc.target/powerpc/vsx-elemrev-3.c
branches/redhat/gcc-6-branch/gcc/testsuite/gcc.target/powerpc/vsx-elemrev-4.c
Modified:
branches/redhat/gcc-6-branch/ (props changed)
branches/redhat/gcc-6-branch/config/ChangeLog
branches/redhat/gcc-6-branch/fixincludes/ChangeLog
branches/redhat/gcc-6-branch/fixincludes/fixincl.x
branches/redhat/gcc-6-branch/fixincludes/inclhack.def
branches/redhat/gcc-6-branch/fixincludes/tests/base/iso/stdio_iso.h
branches/redhat/gcc-6-branch/fixincludes/tests/base/stdio.h
branches/redhat/gcc-6-branch/gcc/ (props changed)
branches/redhat/gcc-6-branch/gcc/ChangeLog
branches/redhat/gcc-6-branch/gcc/DATESTAMP
branches/redhat/gcc-6-branch/gcc/ada/ChangeLog
branches/redhat/gcc-6-branch/gcc/ada/gcc-interface/Makefile.in
branches/redhat/gcc-6-branch/gcc/asan.c
branches/redhat/gcc-6-branch/gcc/c/ChangeLog
branches/redhat/gcc-6-branch/gcc/c/c-parser.c
branches/redhat/gcc-6-branch/gcc/calls.c
branches/redhat/gcc-6-branch/gcc/config/aarch64/aarch64-protos.h
branches/redhat/gcc-6-branch/gcc/config/aarch64/aarch64.c
branches/redhat/gcc-6-branch/gcc/config/aarch64/aarch64.h
branches/redhat/gcc-6-branch/gcc/config/aarch64/aarch64.md
branches/redhat/gcc-6-branch/gcc/config/arm/arm.c
branches/redhat/gcc-6-branch/gcc/config/i386/cpuid.h
branches/redhat/gcc-6-branch/gcc/config/i386/i386.md
branches/redhat/gcc-6-branch/gcc/config/i386/rtemself.h
branches/redhat/gcc-6-branch/gcc/config/i386/x86-64.h
branches/redhat/gcc-6-branch/gcc/config/rs6000/altivec.h
branches/redhat/gcc-6-branch/gcc/config/rs6000/rs6000-c.c
branches/redhat/gcc-6-branch/gcc/config/rs6000/rs6000.c
branches/redhat/gcc-6-branch/gcc/config/rs6000/rs6000.md
branches/redhat/gcc-6-branch/gcc/config/rs6000/rs6000.opt
branches/redhat/gcc-6-branch/gcc/config/tilegx/tilegx.c
branches/redhat/gcc-6-branch/gcc/config/tilepro/tilepro.c
branches/redhat/gcc-6-branch/gcc/cp/ChangeLog
branches/redhat/gcc-6-branch/gcc/cp/constexpr.c
branches/redhat/gcc-6-branch/gcc/cp/decl2.c
branches/redhat/gcc-6-branch/gcc/cp/parser.c
branches/redhat/gcc-6-branch/gcc/cp/tree.c
branches/redhat/gcc-6-branch/gcc/doc/extend.texi
branches/redhat/gcc-6-branch/gcc/doc/generic.texi
branches/redhat/gcc-6-branch/gcc/doc/passes.texi
branches/redhat/gcc-6-branch/gcc/expr.c
branches/redhat/gcc-6-branch/gcc/fortran/ChangeLog
branches/redhat/gcc-6-branch/gcc/fortran/resolve.c
branches/redhat/gcc-6-branch/gcc/fortran/trans-decl.c
branches/redhat/gcc-6-branch/gcc/fortran/trans-expr.c
branches/redhat/gcc-6-branch/gcc/fortran/trans-types.c
branches/redhat/gcc-6-branch/gcc/function.c
branches/redhat/gcc-6-branch/gcc/function.h
branches/redhat/gcc-6-branch/gcc/gimplify.c
branches/redhat/gcc-6-branch/gcc/go/gofrontend/expressions.cc
branches/redhat/gcc-6-branch/gcc/go/gofrontend/expressions.h
branches/redhat/gcc-6-branch/gcc/go/gofrontend/types.cc
branches/redhat/gcc-6-branch/gcc/graphite-scop-detection.c
branches/redhat/gcc-6-branch/gcc/graphite-sese-to-poly.c
branches/redhat/gcc-6-branch/gcc/internal-fn.c
branches/redhat/gcc-6-branch/gcc/ipa-inline-transform.c
branches/redhat/gcc-6-branch/gcc/ipa-polymorphic-call.c
branches/redhat/gcc-6-branch/gcc/ira-costs.c
branches/redhat/gcc-6-branch/gcc/ira-int.h
branches/redhat/gcc-6-branch/gcc/omp-low.c
branches/redhat/gcc-6-branch/gcc/testsuite/ChangeLog
branches/redhat/gcc-6-branch/gcc/testsuite/g++.dg/vect/pr36648.cc
branches/redhat/gcc-6-branch/gcc/testsuite/g++.old-deja/g++.abi/vtable2.C
branches/redhat/gcc-6-branch/gcc/testsuite/gcc.target/i386/pr49095.c
branches/redhat/gcc-6-branch/gcc/tree-call-cdce.c
branches/redhat/gcc-6-branch/gcc/tree-data-ref.c
branches/redhat/gcc-6-branch/gcc/tree-parloops.c
branches/redhat/gcc-6-branch/gcc/tree-profile.c
branches/redhat/gcc-6-branch/gcc/tree-ssa-reassoc.c
branches/redhat/gcc-6-branch/gcc/tree-ssa-sccvn.c
branches/redhat/gcc-6-branch/gcc/tree-vrp.c
branches/redhat/gcc-6-branch/gcc/tree.c
branches/redhat/gcc-6-branch/gcc/ubsan.c
branches/redhat/gcc-6-branch/gcc/value-prof.c
branches/redhat/gcc-6-branch/libatomic/ChangeLog
branches/redhat/gcc-6-branch/libatomic/config/arm/exch_n.c
branches/redhat/gcc-6-branch/libgfortran/ChangeLog
branches/redhat/gcc-6-branch/libgfortran/acinclude.m4
branches/redhat/gcc-6-branch/libgfortran/c99_protos.h
branches/redhat/gcc-6-branch/libgfortran/caf/single.c
branches/redhat/gcc-6-branch/libgfortran/configure
branches/redhat/gcc-6-branch/libgfortran/configure.ac
branches/redhat/gcc-6-branch/libgfortran/configure.host
branches/redhat/gcc-6-branch/libgfortran/intrinsics/c99_functions.c
branches/redhat/gcc-6-branch/libgo/runtime/go-unsafe-pointer.c
branches/redhat/gcc-6-branch/libgo/runtime/parfor.c
branches/redhat/gcc-6-branch/libgo/runtime/runtime.h
Propchange: branches/redhat/gcc-6-branch/
('svn:mergeinfo' modified)
Propchange: branches/redhat/gcc-6-branch/gcc/
('svn:mergeinfo' added)
More information about the Libstdc++-cvs
mailing list