This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aoliva/testme in repository gcc.
discards 860b74b2119 revamp dump and aux output names discards 6ae02ae8bd2 Define math long double functions declared in vxworks headers adds ab7a56aed49 PR target/93002 * config/i386/i386.md (dec reg; cmp $-1, [...] adds e7bc0216498 PR target/92841 * config/i386/i386.md (*stack_protect_set [...] adds 3fc4dedac6b Fix testsuite-fallout of OpenACC deep-copy patch adds e5469f82e09 libstdc++: Strengthen the check for availability of pthread [...] adds b049f8a6116 Add myself to MAINTAINERS adds 1e5da76b0e5 Improve is-coindexed check for OpenACC/OpenMP adds 0dd1f694b7e Fortran] PR 92996 – fix rank resolution EXPR_ARRAY adds b5553715e2d Introduce -finline-arg-packing. adds 872ac84ec3d libstdc++: Fix pretty printers script and tests adds 759026649e9 libstdc++: Fix versioned namespace tests adds dbac3fcb4db libstdc++: Test setrlimit with c++ in configure adds 53c03ec6cd0 Rename tests to reference the correct PR adds 40cbe06b0f2 gcc/testsuite/ChangeLog: adds f1672ad3a2a libstdc++: Add inline to maybe-constexpr functions (PR 92927) adds 5e1bc7010a1 fortran: Fix PR number in comment of testcase for PR 69497 adds cb165fdffbd c-family/ * c-ada-spec.h (decl_sloc): Delete. * c-ada-spe [...] adds 7d9e95128f8 Rename signed integer 16/34-bit macros. adds 9396a1fe734 PR c++/92992 * call.c (convert_arg_to_ellipsis): For decl [...] adds 612d775a7aa PR c++/92666 * call.c (convert_arg_to_ellipsis): For floa [...] adds 7aca92d15df PR c++/92973 * method.c (early_check_defaulted_comparison [...] adds 7e787506657 PR c++/92966 * method.c (early_check_defaulted_comparison [...] adds 21aa9c8d87a PR c++/92965 * pt.c (invalid_nontype_parm_type_p): Call s [...] adds 4397240a804 PR c++/92974 - bogus location for enum and non-enum in ?: [...] adds 99bfd5213e5 PR c++/92745 - bogus error when initializing array of vectors. adds 13ab7abbf84 PR middle-end/91512 PR fortran/92738 * lang.opt (-finlin [...] adds 9308dce2ee8 Daily bump. adds f8e05f7440b Avoid segfault when doing IPA-VRP but not IPA-CP (PR 93015) adds 346f0fa9cd9 2019-12-21 Paul Thomas pault@gcc.gnu.org adds 74e58a91a3d 2019-12-21 Harald Anlauf anlauf@gmx.de adds e7e5766d0a1 2019-12-21 Harald Anlauf anlauf@gmx.de adds 0c1f5b1c22e [PR93026, PR92929] Adjust 'gfortran.dg/goacc/finalize-1.f' [...] adds dc669e8f45a [OMP] Restore 'omp declare target link' handling adds 5461780a638 libada: Fix shared library installation with `--disable-libada' adds 6c4fc4281d0 Daily bump. adds 51c8ea51910 testsuite: Fix run-time tracking down of `libgcc_s' adds e0902b02004 * doc/invoke.texi (-flto): Use "compile time" as a noun. adds e29d25c4c92 libgomp/test: Fix compilation for build sysroot adds 05a1be7d086 Restrict some aarch64 testcases to little-endian adds 5a5813e7852 Add OpenACC 2.6 `acc_get_property' support adds ca4a1f18df0 Daily bump. adds 84489f1a69d [C++] Fix ICE for binding lax vector conversions to referen [...] adds 29c4171e2d3 [C++] Make same_type_p return false for gnu_vector_type_p d [...] adds f8f558f90d9 Restrict 'c-c++-common/goacc/mdc-1.c' to LP64, LLP64 adds 149098b6ab7 Daily bump. adds 328b3b1eb27 PR go/93020 libgo: Hurd portability patches adds 0c6a3e049a4 rs6000: re-enable web and rnreg with -funroll-loops adds 675d15755fb Daily bump. adds d5dcc0eb2ca Define HAVE_ for math long double functions declared in vxw [...] adds 972abb9944c Daily bump. new f1da00b9a3d revamp dump and aux output names
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (860b74b2119) \ N -- N -- N refs/heads/aoliva/testme (f1da00b9a3d)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 4 + MAINTAINERS | 1 + gcc/ChangeLog | 44 ++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 4 + gcc/ada/gcc-interface/Makefile.in | 6 + gcc/c-family/ChangeLog | 5 + gcc/c-family/c-ada-spec.c | 2 +- gcc/c-family/c-ada-spec.h | 1 - gcc/c/ChangeLog | 8 ++ gcc/c/c-decl.c | 26 ++-- gcc/config/i386/i386.md | 37 ++++- gcc/config/rs6000/predicates.md | 2 +- gcc/config/rs6000/rs6000.c | 23 ++-- gcc/config/rs6000/rs6000.h | 16 +-- gcc/cp/ChangeLog | 49 +++++++ gcc/cp/call.c | 9 +- gcc/cp/cvt.c | 4 +- gcc/cp/decl.c | 15 +-- gcc/cp/decl2.c | 5 +- gcc/cp/method.c | 9 +- gcc/cp/pt.c | 10 +- gcc/cp/tree.c | 1 + gcc/cp/typeck.c | 5 +- gcc/doc/invoke.texi | 2 +- gcc/doc/sourcebuild.texi | 10 ++ gcc/fortran/ChangeLog | 52 +++++++ gcc/fortran/expr.c | 24 +++- gcc/fortran/gfortran.h | 2 + gcc/fortran/invoke.texi | 33 ++++- gcc/fortran/lang.opt | 4 + gcc/fortran/match.c | 22 ++- gcc/fortran/openmp.c | 8 +- gcc/fortran/options.c | 5 + gcc/fortran/resolve.c | 38 +++--- gcc/fortran/trans-array.c | 2 +- gcc/gcc.c | 41 ++++-- gcc/go/gofrontend/MERGE | 2 +- gcc/ipa-cp.c | 2 +- gcc/testsuite/ChangeLog | 149 ++++++++++++++++++++- gcc/testsuite/c-c++-common/goacc/mdc-1.c | 3 +- gcc/testsuite/g++.dg/cpp0x/initlist118.C | 25 ++++ gcc/testsuite/g++.dg/cpp0x/nullptr45.C | 24 ++++ gcc/testsuite/g++.dg/cpp0x/spaceship-eq1.C | 5 + gcc/testsuite/g++.dg/cpp2a/nontype-class27.C | 15 +++ gcc/testsuite/g++.dg/cpp2a/spaceship-eq8.C | 8 ++ gcc/testsuite/g++.dg/diagnostic/enum1.C | 14 ++ gcc/testsuite/g++.dg/ext/sve-sizeless-2.C | 44 +++--- gcc/testsuite/g++.dg/ext/vector39.C | 96 +++++++++++++ gcc/testsuite/g++.dg/gomp/for-21.C | 4 +- gcc/testsuite/g++.dg/gomp/loop-2.C | 32 ++--- gcc/testsuite/g++.dg/warn/Wunused-var-36.C | 25 ++++ .../aarch64/sve/acle/general-c++/gnu_vectors_1.C | 28 +++- .../aarch64/sve/acle/general-c++/gnu_vectors_2.C | 28 +++- gcc/testsuite/gcc.dg/lto/pr93015_0.c | 6 + gcc/testsuite/gcc.dg/{pr92951-1.c => pr92591-1.c} | 0 gcc/testsuite/gcc.dg/{pr92951-2.c => pr92591-2.c} | 0 .../gcc.target/aarch64/sve/acle/general/dupq_1.c | 3 +- .../gcc.target/aarch64/torture/simd-abi-8.c | 3 +- gcc/testsuite/gcc.target/i386/pr92841-2.c | 18 +++ gcc/testsuite/gcc.target/i386/pr93002.c | 22 +++ gcc/testsuite/gfortran.dg/array_simplify_4.f90 | 28 ++++ gcc/testsuite/gfortran.dg/goacc/coindexed-1.f90 | 37 +++++ gcc/testsuite/gfortran.dg/goacc/data-clauses.f95 | 6 +- gcc/testsuite/gfortran.dg/goacc/finalize-1.f | 4 +- gcc/testsuite/gfortran.dg/inquiry_type_ref_5.f90 | 29 ++++ gcc/testsuite/gfortran.dg/internal_pack_25.f90 | 19 +++ gcc/testsuite/gfortran.dg/pr69497.f90 | 2 +- gcc/testsuite/gfortran.dg/pr91565.f90 | 8 +- gcc/testsuite/gfortran.dg/pr91661.f90 | 13 ++ gcc/testsuite/gfortran.dg/pr91801.f90 | 4 +- gcc/testsuite/gfortran.dg/pr92990.f90 | 12 ++ gcc/testsuite/lib/gcc-defs.exp | 43 ++++-- gcc/testsuite/lib/target-supports.exp | 82 ++++++++++++ include/ChangeLog | 6 + include/gomp-constants.h | 15 +++ libgo/go/internal/poll/errno_unix.go | 2 +- libgo/go/os/export_unix_test.go | 2 +- libgo/go/runtime/os_hurd.go | 2 +- libgo/go/syscall/export_unix_test.go | 2 +- libgomp/ChangeLog | 61 +++++++++ libgomp/libgomp-plugin.h | 8 ++ libgomp/libgomp.h | 1 + libgomp/libgomp.map | 4 + libgomp/libgomp.texi | 39 ++++++ libgomp/oacc-host.c | 22 +++ libgomp/oacc-init.c | 63 ++++++++- libgomp/openacc.f90 | 129 +++++++++++++++++- libgomp/openacc.h | 15 +++ libgomp/plugin/cuda-lib.def | 4 + libgomp/plugin/plugin-gcn.c | 11 ++ libgomp/plugin/plugin-hsa.c | 26 ++++ libgomp/plugin/plugin-nvptx.c | 87 +++++++++++- libgomp/target.c | 2 +- libgomp/testsuite/libgomp-test-support.exp.in | 2 + .../libgomp.oacc-c-c++-common/acc_get_property-2.c | 68 ++++++++++ .../libgomp.oacc-c-c++-common/acc_get_property-3.c | 19 +++ .../acc_get_property-aux.c | 80 +++++++++++ .../libgomp.oacc-c-c++-common/acc_get_property.c | 76 +++++++++++ .../libgomp.oacc-fortran/acc_get_property.f90 | 93 +++++++++++++ liboffloadmic/ChangeLog | 8 ++ liboffloadmic/plugin/libgomp-plugin-intelmic.cpp | 21 +++ libstdc++-v3/ChangeLog | 39 ++++++ libstdc++-v3/acinclude.m4 | 35 +++-- libstdc++-v3/configure | 56 ++++++-- libstdc++-v3/include/bits/alloc_traits.h | 6 +- libstdc++-v3/python/libstdcxx/v6/printers.py | 1 - .../testsuite/23_containers/map/48101_neg.cc | 4 +- .../testsuite/23_containers/multimap/48101_neg.cc | 4 +- .../30_threads/headers/stop_token/synopsis.cc | 1 + .../testsuite/libstdc++-prettyprinters/80276.cc | 3 + .../testsuite/libstdc++-prettyprinters/91997.cc | 2 +- 112 files changed, 2152 insertions(+), 241 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist118.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/nullptr45.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/spaceship-eq1.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class27.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/spaceship-eq8.C create mode 100644 gcc/testsuite/g++.dg/diagnostic/enum1.C create mode 100644 gcc/testsuite/g++.dg/ext/vector39.C create mode 100644 gcc/testsuite/g++.dg/warn/Wunused-var-36.C create mode 100644 gcc/testsuite/gcc.dg/lto/pr93015_0.c rename gcc/testsuite/gcc.dg/{pr92951-1.c => pr92591-1.c} (100%) rename gcc/testsuite/gcc.dg/{pr92951-2.c => pr92591-2.c} (100%) create mode 100644 gcc/testsuite/gcc.target/i386/pr92841-2.c create mode 100644 gcc/testsuite/gcc.target/i386/pr93002.c create mode 100644 gcc/testsuite/gfortran.dg/array_simplify_4.f90 create mode 100644 gcc/testsuite/gfortran.dg/goacc/coindexed-1.f90 create mode 100644 gcc/testsuite/gfortran.dg/inquiry_type_ref_5.f90 create mode 100644 gcc/testsuite/gfortran.dg/internal_pack_25.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr91661.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr92990.f90 create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/acc_get_property-2.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/acc_get_property-3.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/acc_get_property-aux.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/acc_get_property.c create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/acc_get_property.f90