public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Martin Liska <marxin@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc/devel/sphinx] (91 commits) Merge branch 'master' into devel/sphinx
Date: Thu, 16 Dec 2021 13:11:43 +0000 (GMT)	[thread overview]
Message-ID: <20211216131143.300AD3858D28@sourceware.org> (raw)

The branch 'devel/sphinx' was updated to point to:

 4cab4ee4f16... Merge branch 'master' into devel/sphinx

It previously pointed to:

 193c48050a1... Merge branch 'master' into devel/sphinx

Diff:

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

  4cab4ee... Merge branch 'master' into devel/sphinx
  0a68862... aarch64: fix: ls64 tests fail on aarch64_be [PR103729] (*)
  2c1ac0b... For -foffload= suggest also 'disable' and 'default' [PR1036 (*)
  ab18659... Revert "Sync with binutils: GCC: Pass --plugin to AR and RA (*)
  e1f8c14... Verbose support in analyze_brprob_spec (*)
  8a89c39... Daily bump. (*)
  06d5dce... c++: Allow constexpr decltype(auto) [PR102229] (*)
  45b768c... testsuite: Be more informative for ICEs (*)
  4a5e71f... Sync with binutils: Support the PGO build for binutils+gdb (*)
  bf8cdd3... Sync with binutils: GCC: Pass --plugin to AR and RANLIB (*)
  807ad4b... libstdc++: Overload std::__to_address for __gnu_cxx::__norm (*)
  fd43568... d: Merge upstream dmd 93108bb9e, druntime 6364e010, phobos  (*)
  639ece7... Add new test [PR78969]. (*)
  3e714cc... configure: Account CXXFLAGS in gcc-plugin.m4. (*)
  308d688... nvptx: Add -misa=sm_75 and -misa=sm_80 (*)
  eede249... [nvptx] Add -mptx=7.0 (*)
  73c3dac... aarch64: Don't classify vector pairs as short vectors [PR10 (*)
  7527dde... c++: Fix warning word splitting [PR103713] (*)
  d5c9653... middle-end: REE should always check all vector usages, even (*)
  6bf5d91... testsuite: Fix up cpp23/auto-fncast11.C testcase [PR103408] (*)
  e75a0a0... dwarf2cfi: Improve cfa_reg comparisons [PR103619] (*)
  127c717... i386: Fix emissing of __builtin_cpu_supports. (*)
  c0e3445... openmp: Avoid calling operand_equal_p on OMP_CLAUSEs [PR103 (*)
  a5b4ebc... libstdc++: Poor man's case insensitive comparisons in time_ (*)
  8f9fea4... Add combine splitter to transform vashr/vlshr/vashl_optab t (*)
  575ad77... Generate XXSPLTIDP for scalars on power10. (*)
  8d443ac... Generate XXSPLTIDP for vectors on power10. (*)
  d730aa8... Generate XXSPLTIW on power10. (*)
  8ccd8b1... Add LXVKQ support. (*)
  c6756b3... Add new constant data structure. (*)
  71cc9b8... [PR100518] store by mult pieces: keep addr in Pmode (*)
  c95a9f1... [PR100843] store by mult pieces: punt on max_len < min_len (*)
  9c6586b... Daily bump. (*)
  a2a0c91... Fix ICE. [PR103682] (*)
  9a4b451... libstdc++: Support old and new T_FMT for en_HK locale [PR10 (*)
  85a438f... [PATCH] stddef.h: add support for musl typedef macro guards (*)
  a888259... regrename: Skip renaming if instruction is noop move. (*)
  7ce3c23... libstdc++: Fix handling of invalid ranges in std::regex [PR (*)
  fda2872... libstdc++: Simplify typedefs by using __UINTPTR_TYPE__ (*)
  63bb98e... libstdc++: Simplify definition of std::regex_constants vari (*)
  926d649... rs6000: Rename arrays to remove temporary _x suffix (*)
  d9421a8... rs6000: Rename functions with "new" in their names (*)
  9e855d2... rs6000: Remove rs6000-builtin.def and associated data and f (*)
  9791218... rs6000: Rename rs6000-builtin-new.def to rs6000-builtins.de (*)
  84c5516... rs6000: Remove altivec_overloaded_builtins array and initia (*)
  15c02ab... rs6000: Do not allow combining of multiple assemble quads [ (*)
  ca39102... Fortran: prevent NULL pointer dereference in check of passe (*)
  e866e1c... Fortran: prevent NULL pointer dereferences checking do-loop (*)
  7a54d3d... i386: Implement VxHF vector set/insert/extract with lower A (*)
  2cf62ef... rs6000: Remove new_builtins_are_live and dead code it was g (*)
  936051f... rs6000: Builtins for doubleword compare should be in [power (*)
  74aeb97... rs6000: Some builtins require IBM-128 long double format (P (*)
  3736837... Add support for global rvalue initialization and constructo (*)
  1c61316... Fortran: PACK intrinsic should not try to read from zero-si (*)
  3305135... Determine global memory accesses in ipa-modref (*)
  44aa890... testsuite: Silence conversion warnings for MIN1 and MAX1 (*)
  f1215db... fortran: Silence conversion warnings for MIN1 and MAX1 (*)
  973f6ae... [PR99531] Do not scan push insn for ia32 in the test (*)
  81fdb5d... MAINTAINERS: Add myself to write after approval (*)
  fdcddba... aarch64: Add LS64 extension and intrinsics (*)
  0dfb1bd... testsuite: fix ASAN errors (*)
  b0e6a25... libstdc++: Fix non-reserved name in <regex> header (*)
  561414c... c++: processing_template_decl vs template depth [PR103408] (*)
  d8eae5a... Remove fpic multilib on x86_64-vxworks (*)
  336dc54... c++: don't leak 'arglist' in build_new_op (*)
  c5ef950... c++: remove COMPOUND_EXPR_OVERLOADED flag (*)
  dff8ae8... Drop the fpic multilib for powerpc*-vxworks* (*)
  e163dbb... c: Fix ICE on deferred pragma in unknown attribute argument (*)
  228d64a... Adjust 'gfortran.dg/goacc/privatization-1-*' [PR103576, PR1 (*)
  7f1239c... Daily bump. (*)
  a7acb6d... [PR99531] Modify pseudo class cost calculation when process (*)
  149739c... x86: Avoid generating orb $0, %ah (*)
  fc4a93e... Rework VXWORKS_LINK_SPEC for shared objects support (*)
  04577ac... Remove ppc*-vxworks7* inadequate libgcc Makefile fragments (*)
  20a0e27... Remove special case for arm-vxworks on the use of vxcrtstuf (*)
  4099d65... Tigthen libc_internal and crtstuff for VxWorks shared objec (*)
  0515c95... VxWorks config fixes for shared objects (*)
  0ecb48d... Preserve cpu specific CRTSTUFF_T_CFLAGS on powerpc-vxworks7 (*)
  16c8480... Add -fipa-strict-aliasing (*)
  5954b4d... aarch64: Add command-line support for Armv8.8-a (*)
  d3bd985... aarch64: Use +mops to inline memset operations (*)
  bb768f8... aarch64: Add memmove expansion for +mops (*)
  0caf592... aarch64: Add support for Armv8.8-a memory operations and me (*)
  9eb8785... inline: fix ICE with -fprofile-generate (*)
  55fb12f... Include yvals.h for VxWorks < 7 RTPs as well (*)
  b80e6d9... Ensure VxWorks headers expose C99 features for C++ (*)
  f3f923e... Leverage sysroot for VxWorks (*)
  7bf710b... libstdc++: Add support for '?' in linker script globs (*)
  494ebfa... Fortran: Handle compare in OpenMP atomic (*)
  55823c5... libstdc++: Make ranges::size and ranges::empty check for un (*)
  ef5d671... libstdc++: Fix std::regex_replace for strings with embedded (*)

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


                 reply	other threads:[~2021-12-16 13:11 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=20211216131143.300AD3858D28@sourceware.org \
    --to=marxin@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).