public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc/redhat/heads/gcc-10-branch] (85 commits) Merge commit 'r10-8853-g2513dad670c00dd9db3a85be348f6f4020b
Date: Mon,  5 Oct 2020 08:34:07 +0000 (GMT)	[thread overview]
Message-ID: <20201005083407.CE60D3857C62@sourceware.org> (raw)

The branch 'redhat/heads/gcc-10-branch' was updated to point to:

 2417bb617be... Merge commit 'r10-8853-g2513dad670c00dd9db3a85be348f6f4020b

It previously pointed to:

 c65817433fd... Merge commit 'r10-8769-g7e97e7470e74b0d9a68000938a359a70497

Diff:

Summary of changes (added commits):
-----------------------------------

  2417bb6... Merge commit 'r10-8853-g2513dad670c00dd9db3a85be348f6f4020b
  2513dad... c++: Fix up default initialization with consteval default c (*)
  355b42c... c++: Handle std::construct_at on automatic vars during cons (*)
  cd547f0... powerpc, libcpp: Fix gcc build with clang on power8 [PR9716 (*)
  3f56563... c++: Ignore __sanitizer_ptr_{sub,cmp} builtin calls during  (*)
  16b503d... Daily bump. (*)
  efdace5... Daily bump. (*)
  7e31dbb... Daily bump. (*)
  d7e8411... arm: Add support for Neoverse N2 CPU (*)
  2e306bd... AArch64: Add neoversev1_tunings struct (*)
  b843d57... gcov: fix TOPN streaming from shared libraries (*)
  f97ef0b... GCOV: do not mangle .gcno files. (*)
  c9176d1... Daily bump. (*)
  b516216... compiler: set varargs correctly for type of method expressi (*)
  84dc387... gcov: fix streaming of HIST_TYPE_IOR histogram type. (*)
  b62c649... switch conversion: make a rapid speed up (*)
  bc3914f... gcov: fix streaming corruption (*)
  781a94e... config/i386/t-rtems: Change from mtune to march for multili (*)
  1c959de... Add a testcase for PR target/96827 (*)
  db66d2a... arm: Fix MVE intrinsics polymorphic variants wrongly genera (*)
  45184fe... s390: Fix up s390_atomic_assign_expand_fenv (*)
  d0ceb8e... [SLP][VECT] Add check to fix 96827 (*)
  b295075... Daily bump. (*)
  9d85b98... Fix build failure with zstd versio9n 1.2.0 or older. (*)
  4364e60... AArch64: Add Linux cpuinfo string for rng feature (*)
  021c792... x86: Use SET operation in MOVDIRI and MOVDIR64B (*)
  fabe50f... Daily bump. (*)
  ffe2a43... x86: Replace <enqcmdntrin.h> with <enqcmdintrin.h> (*)
  93212f3... Add missing FSF copyright notes for x86 intrinsic headers. (*)
  9428e92... aarch64: Add support for Neoverse N2 CPU (*)
  6959f60... ira: Fix elimination for global hard FPs [PR97054] (*)
  59d2f2c... arm: Fix canary address calculation for non-PIC (*)
  a53ad13... aarch64: Prevent canary address being spilled to stack (*)
  72f2f17... aarch64: Update feature macro name (*)
  b23cece... aarch64: Tweaks to the handling of fixed-length SVE types (*)
  0559bad... aarch64: Update the mangling of single SVE vectors and pred (*)
  384274f... arm: Add support for Neoverse V1 CPU (*)
  6b656ae... Daily bump. (*)
  a6c47f4... testsuite: [aarch64] Fix aarch64/advsimd-intrinsics/v{trn,u (*)
  677f345... AArch64: Implement missing p128<->f64 reinterpret intrinsic (*)
  858cfd5... AArch64: Implement missing vrndns_f32 intrinsic (*)
  5b9f76b... AArch64: Implement missing _p64 intrinsics for vector permu (*)
  1c0679d... AArch64: Implement vldrq_p128 intrinsic (*)
  bc04ceb... AArch64: Implement vstrq_p128 intrinsic (*)
  34db2d2... AArch64: Implement missing vcls intrinsics on unsigned type (*)
  b8442a7... AArch64: Implement missing vceq*_p* intrinsics (*)
  117b23e... AArch64: Implement poly-type vadd intrinsics (*)
  20ed049... Revert "Fortran  :  ICE in build_field PR95614" (*)
  4879a8e... Fix bogus alignment warning on address clause (*)
  bbccc46... Daily bump. (*)
  9389e3a... optabs: Don't reuse target for multi-word expansions if it  (*)
  4a67941... Fortran  :  ICE in build_field PR95614 (*)
  2c56472... Daily bump. (*)
  6f4226f... Daily bump. (*)
  957e37a... Add test for PR95464.c. (*)
  038b65f... Add processing STRICT_LOW_PART for matched reloads. (*)
  dc07437... arm: Require MVE memory operand for destination of vst1q in (*)
  a93603b... Daily bump. (*)
  f0baed1... rtl_data: Add sp_is_clobbered_by_asm (*)
  71c83e1... [RS6000] Power10 libffi fixes (*)
  8f4b43c... [RS6000] Built-in __PCREL__ define (*)
  aa47c98... aarch64: Do not alter value on a force_reg returned rtx exp (*)
  f82a83a... aarch64: Add support for Neoverse V1 CPU (*)
  7727b71... Daily bump. (*)
  8a2f301... Daily bump. (*)
  ebf259b... libstdc++: Fix out-of-bounds string_view access in filesyst (*)
  283b979... bpf: use xBPF signed div, mod insns when available (*)
  5a98119... libstdc++: Use correct argument type for __use_alloc, again (*)
  248cca2... libstdc++: Use correct argument type for __use_alloc [PR 96 (*)
  89df5bf... Daily bump. (*)
  eef40b0... libstdc++: Fix build for targets without lstat [PR 94681] (*)
  4e00119... libstdc++: Make C++17 ignore --disable-libstdcxx-filesystem (*)
  8db568c... libstdc++: Fix noexcept-specifier for std::bind_front [PR 9 (*)
  b59b9cb... libgo: don't put golang.org packages in zstdpkglist.go (*)
  9ae110d... libstdc++: handle small max_blocks_per_chunk in pool resour (*)
  1af379f... Daily bump. (*)
  99b8d68... Fix linkage with -nodefaultlibs option. (*)
  7859e07... Daily bump. (*)
  e939674... Daily bump. (*)
  1342189... Fortran: Avoid double-free with parse error (PR96041, PR934 (*)
  ce2c9b3... PR fortran/93423 - ICE on invalid with argument list for mo (*)
  949e0ad... Daily bump. (*)
  d01c3de... preprocessor: Fix ICE with too long line in fmtwarn [PR9693 (*)
  a99116a... If -mavx implies -mxsave, then -mno-xsave should imply -mno (*)
  7b428fa... Daily bump. (*)

(*) This commit already exists in another branch.
    Because the reference `refs/vendors/redhat/heads/gcc-10-branch' matches
    your hooks.email-new-commits-only configuration,
    no separate email is sent for this commit.


                 reply	other threads:[~2020-10-05  8:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201005083407.CE60D3857C62@sourceware.org \
    --to=jakub@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).