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 c48d2de1540 avoid memset on dynamically zero-sized array adds daca651f3e3 [AArch64] Fix cost of (plus ... (const_int -C)) adds 7514a100bdf Add TODO_update_ssa for SLP BB vectorization (PR tree-optim [...] adds 74673e69a24 Add myself as aarch64 port maintainer adds ce83392b46e [PATCH] Fix continue condition in IPA-SRA's process_scan_results adds 6a59ea6fecc [PATCH] Fix quoting in a call to internal_error adds 9abe10e0a01 [arm] Update FP16 tests adds 856adc5dcb8 [arm] Implement non-GE-setting SIMD32 intrinsics adds 433c7595293 [arm] Implement DImode SIMD32 intrinsics adds 537fd9d4dca driver: Also prune joined switches with negation adds f92ea59a82b Add myself as an aarch64 maintainer adds d3dc2743ca4 2019-09-26 Richard Biener rguenther@suse.de adds 310252ecc20 * osint.adb (OS_Time_To_GNAT_Time): Remove dependency on T [...] adds d00ba20dbd7 Remove include directives for deleted Profile Mode headers adds b860dbe9791 Fix array index error in address_v6 comparisons adds f875c1ba2b0 Implement C++20 constexpr changes to std::pair (P1032R1) adds 563af6e4987 Define std::to_array for Debug Mode adds 24cabdbe8f3 PR tree-optimization/91914 - Invalid strlen folding for off [...] adds 4bbb44806bd 2019-09-26 Richard Biener rguenther@suse.de adds a74b91fa21c 2019-09-25 Richard Biener rguenther@suse.de adds 6a9d76a2a83 [Darwin, PPC, Mode Iterators 2/n] Eliminate picbase expanders. adds 2757c53bc02 [gcc] adds 7ca1a0414db [gcc] adds 9728ac4a710 CO_BROADCAST for derived types with allocatable components adds b83e94b8d4f * function.c (gimplify_parameters): Use build_clobber func [...] adds f8a625fc8eb xtensa: fix PR target/91880 adds 211382da823 * charset.c (UCS_LIMIT): New macro. (ucn_valid_in_identif [...] adds ddcb69c867a PR libbacktrace/91908 * pecoff.c (backtrace_initialize): [...] adds a3eec0203d1 Daily bump. adds c46c3af95bd set DECL_SIZE_UNIT for zero-sized fields adds fc023fd5822 [AArch64][SVE2] Shift-Right Accumulate combine patterns adds 3d2bc39bbe9 Fix reduc_index==1 handling for COND_REDUCTION (PR91909) adds 1c30bc8224a [C][C++] Allow targets to check calls to BUILT_IN_MD functions adds eadbcf05e3f [AArch64] Split built-in function codes into major and minor codes adds 5b2d2d82b4c PR tree-optimization/91885 * gcc.dg/pr91885.c (__int64_t) [...] adds 919dc472e3e 2019-09-27 Manfred Schwarb manfred99@gmx.ch adds 7c6b8a9fa7b 2019-09-27 Richard Biener rguenther@suse.de adds 49833aa2599 PR target/91919 * config/arm/arm.md (<US>mlal): Remove SE [...] adds 29a4c7d93a6 PR libstdc++/91910 fix data race in Debug Mode destructors adds 30c6188eb54 compiler: fix brace formatting adds 7381e96cf63 compiler: only check whether struct or array types are big adds 2d85b7d9196 compiler: don't read known type, simplify Import::final [...] adds 332b7382841 Make cgraph_node::get_fun const adds a419c649085 * cp-tree.h (class iloc_sentinel): New. adds 1a599e368ca * constexpr.c (cxx_fold_indirect_ref): Use similar_type_p. adds 27de09887e8 Const-correctness fixes for fibonacci_heap.h adds 41f642d624a [Darwin, PPC, Mode Iterators 3/n] Update macho_correct_pic. adds 346a3df838c PR middle-end/91920 * gimplify.c (omp_default_clause): Pr [...] adds 853517aff15 PR c++/88203 c-family/ * c-common.h (c_omp_predefined_var [...] adds a8864f4a61a Regenerate `configure' scripts for `uclinuxfdpiceabi' libto [...] adds 1eedf33ccdc Daily bump. adds f840368602b compiler: resolve importing ambiguity for more complex [...] new 32b95da5c1c Store float for pow result test new feb4b66b614 recompute opt flags after opt level change new 92bc929efc3 DWARF array bounds missing from C++ array definitions
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 (c48d2de1540) \ N -- N -- N refs/heads/aoliva/testme (92bc929efc3)
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 3 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 | 8 + MAINTAINERS | 3 +- gcc/ChangeLog | 249 +++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 9 + gcc/ada/osint.adb | 16 +- gcc/c-family/ChangeLog | 17 + gcc/c-family/c-common.c | 18 +- gcc/c-family/c-common.h | 6 +- gcc/c-family/c-omp.c | 22 + gcc/c/ChangeLog | 16 + gcc/c/c-parser.c | 104 ++-- gcc/c/c-typeck.c | 20 +- gcc/cgraph.c | 4 +- gcc/cgraph.h | 2 +- gcc/config/aarch64/aarch64-builtins.c | 304 ++++++----- gcc/config/aarch64/aarch64-protos.h | 35 +- gcc/config/aarch64/aarch64-sve2.md | 19 + gcc/config/aarch64/aarch64.c | 86 ++- gcc/config/aarch64/aarch64.opt | 6 +- gcc/config/arm/arm.md | 45 +- gcc/config/arm/arm.opt | 6 +- gcc/config/arm/arm_acle.h | 261 ++++++++++ gcc/config/arm/arm_acle_builtins.def | 37 ++ gcc/config/arm/iterators.md | 35 ++ gcc/config/arm/unspecs.md | 38 ++ gcc/config/i386/i386-options.c | 89 ++-- gcc/config/rs6000/darwin.md | 83 +-- gcc/config/rs6000/rs6000-builtin.def | 80 +-- gcc/config/rs6000/rs6000-logue.c | 2 +- gcc/config/rs6000/rs6000.md | 5 +- gcc/config/xtensa/xtensa.c | 5 +- gcc/configure | 22 +- gcc/cp/ChangeLog | 34 ++ gcc/cp/call.c | 10 +- gcc/cp/constexpr.c | 38 +- gcc/cp/cp-gimplify.c | 3 + gcc/cp/cp-tree.h | 24 +- gcc/cp/decl.c | 15 +- gcc/cp/mangle.c | 4 +- gcc/cp/parser.c | 8 + gcc/cp/pt.c | 5 +- gcc/cp/semantics.c | 7 + gcc/cp/typeck.c | 16 +- gcc/doc/sourcebuild.texi | 7 + gcc/doc/tm.texi | 15 + gcc/doc/tm.texi.in | 2 + gcc/dwarf2out.c | 32 +- gcc/expr.c | 13 +- gcc/fibonacci_heap.h | 8 +- gcc/fortran/ChangeLog | 14 + gcc/fortran/trans-array.c | 202 +++++++- gcc/fortran/trans-array.h | 2 + gcc/fortran/trans-intrinsic.c | 92 ++-- gcc/fortran/trans.h | 8 + gcc/function.c | 3 +- gcc/gimplify.c | 2 + gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/escape.cc | 22 +- gcc/go/gofrontend/expressions.cc | 5 + gcc/go/gofrontend/import.cc | 40 +- gcc/go/gofrontend/import.h | 4 - gcc/go/gofrontend/types.cc | 13 +- gcc/ipa-sra.c | 4 +- gcc/omp-expand.c | 6 +- gcc/omp-low.c | 22 +- gcc/omp-offload.c | 3 +- gcc/target.def | 18 + gcc/testsuite/ChangeLog | 80 +++ gcc/testsuite/c-c++-common/gomp/pr88203-1.c | 61 +++ gcc/testsuite/c-c++-common/gomp/pr88203-2.c | 65 +++ gcc/testsuite/c-c++-common/gomp/pr88203-3.c | 28 + gcc/testsuite/c-c++-common/gomp/pr91920.c | 19 + gcc/testsuite/g++.dg/cpp/ucn-1.C | 2 + gcc/testsuite/g++.dg/cpp0x/constexpr-const2.C | 6 + gcc/testsuite/g++.dg/cpp2a/ucn1.C | 7 + gcc/testsuite/g++.dg/debug/dwarf2/array-0.C | 13 + gcc/testsuite/g++.dg/debug/dwarf2/array-1.C | 13 + gcc/testsuite/g++.dg/debug/dwarf2/array-2.C | 15 + gcc/testsuite/g++.dg/debug/dwarf2/array-3.C | 20 + gcc/testsuite/g++.dg/debug/dwarf2/array-4.C | 16 + gcc/testsuite/gcc.c-torture/compile/pr91919.c | 7 + gcc/testsuite/gcc.dg/attr-alias-5.c | 2 +- gcc/testsuite/gcc.dg/cpp/ucs.c | 6 +- gcc/testsuite/gcc.dg/cpp/utf8-5byte-1.c | 2 +- gcc/testsuite/gcc.dg/debug/dwarf2/array-0.c | 10 + gcc/testsuite/gcc.dg/debug/dwarf2/array-1.c | 10 + gcc/testsuite/gcc.dg/debug/dwarf2/array-2.c | 8 + gcc/testsuite/gcc.dg/debug/dwarf2/array-3.c | 8 + gcc/testsuite/gcc.dg/pr91885.c | 47 ++ gcc/testsuite/gcc.dg/strlenopt-79.c | 46 ++ gcc/testsuite/gcc.dg/torture/pr41094.c | 3 +- gcc/testsuite/gcc.target/aarch64/sve2/shracc_1.c | 39 ++ gcc/testsuite/gcc.target/arm/acle/simd32.c | 278 ++++++++++ gcc/testsuite/gcc.target/arm/fp16-compile-alt-3.c | 2 +- gcc/testsuite/gcc.target/arm/fp16-compile-ieee-3.c | 2 +- gcc/testsuite/gcc.target/i386/pr91897.c | 12 + .../powerpc/pure-builtin-redundant-load.c | 47 ++ gcc/testsuite/gcc.target/xtensa/pr91880.c | 10 + .../gcc.target/{bpf/bpf.exp => xtensa/xtensa.exp} | 4 +- gcc/testsuite/gfortran.dg/associate_48.f90 | 2 +- gcc/testsuite/gfortran.dg/auto_in_equiv_1.f90 | 2 +- gcc/testsuite/gfortran.dg/auto_in_equiv_2.f90 | 2 +- gcc/testsuite/gfortran.dg/auto_in_equiv_3.f90 | 2 +- gcc/testsuite/gfortran.dg/lto/pr87689_0.f | 2 +- gcc/testsuite/lib/target-supports.exp | 39 ++ gcc/tree-inline.c | 9 +- gcc/tree-sra.c | 3 +- gcc/tree-ssa-ccp.c | 4 +- gcc/tree-ssa.c | 4 +- gcc/tree-vect-loop.c | 577 ++++++++++++--------- gcc/tree-vect-stmts.c | 8 +- gcc/tree-vectorizer.c | 4 +- gcc/tree-vectorizer.h | 13 + libatomic/ChangeLog | 4 + libatomic/configure | 4 +- libbacktrace/ChangeLog | 11 + libbacktrace/configure | 15 +- libbacktrace/pecoff.c | 3 +- libbacktrace/xcoff.c | 3 +- libcc1/ChangeLog | 4 + libcc1/configure | 22 +- libcpp/ChangeLog | 7 + libcpp/charset.c | 15 +- libffi/ChangeLog | 4 + libffi/configure | 22 +- libgfortran/ChangeLog | 4 + libgfortran/configure | 48 +- libgomp/ChangeLog | 4 + libgomp/configure | 28 +- libhsail-rt/ChangeLog | 4 + libhsail-rt/configure | 22 +- libitm/ChangeLog | 4 + libitm/configure | 4 +- libobjc/ChangeLog | 4 + libobjc/configure | 17 +- liboffloadmic/ChangeLog | 4 + liboffloadmic/configure | 22 +- libphobos/ChangeLog | 4 + libphobos/configure | 17 +- libquadmath/ChangeLog | 4 + libquadmath/configure | 15 +- libsanitizer/ChangeLog | 4 + libsanitizer/configure | 22 +- libssp/ChangeLog | 4 + libssp/configure | 15 +- libstdc++-v3/ChangeLog | 40 ++ libstdc++-v3/configure | 18 +- libstdc++-v3/include/bits/stl_pair.h | 24 +- libstdc++-v3/include/debug/array | 39 ++ libstdc++-v3/include/experimental/internet | 4 +- libstdc++-v3/include/std/array | 4 - libstdc++-v3/include/std/bitset | 4 - libstdc++-v3/include/std/deque | 4 - libstdc++-v3/include/std/forward_list | 4 - libstdc++-v3/include/std/list | 4 - libstdc++-v3/include/std/map | 4 - libstdc++-v3/include/std/set | 4 - libstdc++-v3/include/std/tuple | 4 +- libstdc++-v3/include/std/unordered_map | 4 - libstdc++-v3/include/std/unordered_set | 4 - libstdc++-v3/include/std/vector | 4 - libstdc++-v3/src/c++11/debug.cc | 21 +- .../headers/c++1998/profile_mode.cc} | 15 +- .../c++2011/{parallel_mode.cc => profile_mode.cc} | 8 +- .../constexpr.cc => pair/constexpr_assign.cc} | 29 +- .../pair/constexpr_swap.cc} | 23 +- libvtv/ChangeLog | 4 + libvtv/configure | 22 +- lto-plugin/ChangeLog | 4 + lto-plugin/configure | 15 +- zlib/ChangeLog.gcj | 4 + zlib/configure | 15 +- 173 files changed, 3536 insertions(+), 1073 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/pr88203-1.c create mode 100644 gcc/testsuite/c-c++-common/gomp/pr88203-2.c create mode 100644 gcc/testsuite/c-c++-common/gomp/pr88203-3.c create mode 100644 gcc/testsuite/c-c++-common/gomp/pr91920.c create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-const2.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/ucn1.C create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/array-0.C create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/array-1.C create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/array-2.C create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/array-3.C create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/array-4.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr91919.c create mode 100644 gcc/testsuite/gcc.dg/debug/dwarf2/array-0.c create mode 100644 gcc/testsuite/gcc.dg/debug/dwarf2/array-1.c create mode 100644 gcc/testsuite/gcc.dg/debug/dwarf2/array-2.c create mode 100644 gcc/testsuite/gcc.dg/debug/dwarf2/array-3.c create mode 100644 gcc/testsuite/gcc.dg/pr91885.c create mode 100644 gcc/testsuite/gcc.dg/strlenopt-79.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve2/shracc_1.c create mode 100644 gcc/testsuite/gcc.target/arm/acle/simd32.c create mode 100644 gcc/testsuite/gcc.target/i386/pr91897.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pure-builtin-redundant-load.c create mode 100644 gcc/testsuite/gcc.target/xtensa/pr91880.c copy gcc/testsuite/gcc.target/{bpf/bpf.exp => xtensa/xtensa.exp} (92%) copy libstdc++-v3/testsuite/{19_diagnostics/headers/system_error/std_c++0x_neg.cc [...] copy libstdc++-v3/testsuite/17_intro/headers/c++2011/{parallel_mode.cc => profile_ [...] copy libstdc++-v3/testsuite/20_util/{exchange/constexpr.cc => pair/constexpr_assig [...] copy libstdc++-v3/testsuite/{25_algorithms/all_of/constexpr.cc => 20_util/pair/con [...]