public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/ibm/heads/gcc-10-branch] (201 commits) ibm: Merge up to top of releases/gcc-10
@ 2021-09-22 13:24 Peter Bergner
  0 siblings, 0 replies; only message in thread
From: Peter Bergner @ 2021-09-22 13:24 UTC (permalink / raw)
  To: gcc-cvs

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

 5eb1b83fe0c... ibm: Merge up to top of releases/gcc-10

It previously pointed to:

 af5bf1cbb72... ibm: Merge up to top of releases/gcc-10

Diff:

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

  5eb1b83... ibm: Merge up to top of releases/gcc-10
  a35a3f5... Daily bump. (*)
  14b7e8a... rs6000: Fix ELFv2 r12 use in epilogue (*)
  5a989cc... rs6000: Don't use r12 for CR save on ELFv2 (PR102107) (*)
  a1591a2... Fortran - fix handling of substring start and end indices (*)
  216a4be... Fortran - fix handling of optional allocatable DT arguments (*)
  d3db5b1... Fortran - (large) arrays in the main shall be static (*)
  be4faae... Fix no_fsanitize_address effective target (*)
  d038404... Daily bump. (*)
  284aa74... Daily bump. (*)
  41283ff... Daily bump. (*)
  acf8de6... Daily bump. (*)
  0c1af84... Fix PR rtl-optimization/102306 (*)
  a922abe... Daily bump. (*)
  5595cc9... Fortran - improve error recovery determining array element  (*)
  c38626f... Fortran - out of bounds in array constructor with implied d (*)
  1f7d7a5... sparc: Add scheduling information for LEON5 (*)
  a9f8738... sparc: Add NOP in stack_protect_setsi if sparc_fix_b2bst en (*)
  d19b49e... sparc: Prevent atomic instructions in beginning of function (*)
  c4af6ce... sparc: Skip all empty assembly statements (*)
  ad82060... sparc: Treat more instructions as load or store in errata w (*)
  7f2d207... sparc: Print out bit names for LEON and LEON3 with -mdebug (*)
  4173374... Daily bump. (*)
  c1d6679... Daily bump. (*)
  215e674... Do not issue size error for too large array type (*)
  1f17aab... Fix inaccurate bounds in debug info for vector array types (*)
  bc4cc86... Fix internal error on pointer-to-pointer binding in LTO mod (*)
  2290a40... Remove superfluous call to UI_Is_In_Int_Range (*)
  d15a351... Give more informative error message for by-reference types (*)
  2a4b29c... [Ada] Fix bogus error for bit-packed array with volatile co (*)
  68d525e... rs6000: Expand fmod and remainder when built with fast-math (*)
  609a668... Daily bump. (*)
  3bfcedf... Daily bump. (*)
  f364eea... Daily bump. (*)
  b3c7703... Daily bump. (*)
  80b1492... Fortran: Correct missing structure constructor comps. [PR97 (*)
  755299e... Fortran: Fix for class functions as associated target [PR98 (*)
  25d45b5... Fortran: Fix some select rank issues [PR97694 and 97723]. (*)
  56defe3... Fortran: Improve resolution of associate variables. [PR9370 (*)
  0a79a54... Fortran: Fix ICE due to elemental procedure pointers [PR984 (*)
  714b85f... Fortran: Fix host associated PDT entity initialization (*)
  503dccc... compiler: correct condition for calling memclrHasPointers (*)
  f368a2c... Daily bump. (*)
  d48037c... Daily bump. (*)
  b9f52ac... c++: Fix docs on assignment of virtual bases [PR60318] (*)
  ab1c4bb... Daily bump. (*)
  b0e1bee... Daily bump. (*)
  4247374... tree-optimization/101394 - fix PRE full redundancy wrt abno (*)
  1a4075c... middle-end/101291 - set loop copy of versioned loop (*)
  ac6efdd... tree-optimization/101173 - fix interchange dependence check (*)
  aed52ca... tree-optimization/101105 - fix runtime alias test optimizat (*)
  917a675... middle-end/101009 - fix distance vector recording (*)
  c12d50e... Daily bump. (*)
  0840c50... Daily bump. (*)
  cf26347... Daily bump. (*)
  de2114d... rs6000: Fix ICE expanding lxvp and stxvp gimple built-ins [ (*)
  607a48c... rs6000: Harden mma_init_builtins (*)
  5275b3f... rs6000: Add MMA __builtin_vsx_lxvp and __builtin_vsx_stxvp  (*)
  bdeb695... rs6000: Small GCC10 change required for the lxvp built-ins  (*)
  85b323f... Daily bump. (*)
  9e244d5... Daily bump. (*)
  6407173... Daily bump. (*)
  82631dd... Fix 'OMP_CLAUSE_TILE' operands handling in 'gcc/tree.c:walk (*)
  9346363... libgcc: Add missing runtime exception notices (*)
  be64891... Daily bump. (*)
  53907e2... Fortran: Assumed and explicit size class arrays [PR46691/99 (*)
  6fc8461... Daily bump. (*)
  b879ba6... Daily bump. (*)
  4a57357... Fortran: Fix ICE on wrong code [PR99818]. (*)
  bf22e26... Fortran: Fix ICE due to elemental procedure pointers [PR939 (*)
  803918d... Fortran: Allow pointer deferred length associate selectors. (*)
  4cecfae... Fortran: Fix for class defined operators [PR99125]. (*)
  abb959f... Daily bump. (*)
  fab014e... i386: Fix wrong optimization for consecutive masked scatter (*)
  1db37b0... Daily bump. (*)
  d9887f6... Fortran: fix pointless warning for static variables (*)
  bb59f9b... Daily bump. (*)
  280b69a... i386: Fix _mm512_fpclass_ps_mask in O0 [PR 101471] (*)
  a70496d... Daily bump. (*)
  95e694f... arm: Add tests for VLLDM mitigation [PR102035] (*)
  08ecab2... arm: fix vlldm erratum for Armv8.1-m [PR102035] (*)
  a6db929... arm: add erratum mitigation to __gnu_cmse_nonsecure_call [P (*)
  a3e0daf... arm: Add command-line option for enabling CVE-2021-35465 mi (*)
  7eec8ea... arm: testsuite: improve detection of CMSE hardware. (*)
  965b562... arm: Fix general issues with patterns for VLLDM and VLSTM (*)
  3b0c380... ipa/97565 - fix IPA PTA body availability check (*)
  fdfe324... Daily bump. (*)
  7b100eb... libstdc++: Add default template argument to basic_istream_v (*)
  f27d2ed... arm: Fix pr69245.c testcase for reorder assembler architect (*)
  5e4f82a... arm: Fix typos for reorder assembler architecture directive (*)
  02d5a19... arm: reorder assembler architecture directives [PR101723] (*)
  1a78dad... arm: Don't reconfigure globals in arm_configure_build_targe (*)
  a28ddcc... arm: ensure the arch_name is always set for the build targe (*)
  2d83dc4... arm: Fix __arm_vctp16q return type in arm_mve.h (*)
  fe40fe6... Daily bump. (*)
  35b3844... Daily bump. (*)
  48ad401... Daily bump. (*)
  3e1daf4... Daily bump. (*)
  59b5e62... arm: Remove use of opts_set in arm_configure_build_target [ (*)
  321ff3a... libstdc++: Document P1739R4 status [PR100139] (*)
  ee7502e... Fix up 'gcc.dg/pr78213.c' for '--enable-checking=release' e (*)
  e68ce67... Daily bump. (*)
  d1f7863... Daily bump. (*)
  6e64bbe... libstdc++: Avoid illegal argument to verbose in dg-test cal (*)
  e475b90... Restore 'gcc.dg/pr78213.c' testing (*)
  9451b04... aarch64: Add -mtune=neoverse-512tvb (*)
  3e44c89... aarch64: Fix address mode for vec_concat pattern [PR100305] (*)
  c29ea2f... Daily bump. (*)
  b811a05... Daily bump. (*)
  7507de6... Daily bump. (*)
  f206ba8... Daily bump. (*)
  ff3978f... coverage: handle function beginning (*)
  f434970... Daily bump. (*)
  89610c5... Daily bump. (*)
  f1318b1... libstdc++: Fix test that fails randomly [PR101866] (*)
  86bdcd2... libstdc++: Fix create_directories to resolve symlinks [PR10 (*)
  f28d0e3... libstdc++: Add more tests for filesystem::create_directory  (*)
  452bfa3... libstdc++: Implement LWG 3465 for std::compare_partial_orde (*)
  2900023... libstdc++: Change [cmp.alg] assertions to constraints (*)
  b77bdfd... Daily bump. (*)
  0e54986... libstdc++: Fix common_reference for non-reference results [ (*)
  15dcbe0... Daily bump. (*)
  0898b34... Daily bump. (*)
  fc290af... Daily bump. (*)
  aa232d0... Daily bump. (*)
  2d015fb... Daily bump. (*)
  6bbaa64... sanitizer: cherry pick 414482751452e54710f16bae58458c66298a (*)
  37b57f9... Daily bump. (*)
  b210fe7... Daily bump. (*)
  f8d7994... Daily bump. (*)
  613e4eb... mips: Fix up mips_atomic_assign_expand_fenv [PR94780] (*)
  fa9729e... Fortran: ICE, OOM while calculating sizes of derived type a (*)
  95cda60... Fortran: extend check for array arguments and reject CLASS  (*)
  e925336... rs6000: Add int128 target check to pr101129.c (PR101531) (*)
  10490b7... d: Ensure casting from bool results in either 0 or 1 (PR964 (*)
  85901b7... Daily bump. (*)
  7277ac6... Fortran: reject FORMAT tag of unknown type. (*)
  9d9cebd... Backport from GCC 11 [PR99295]. (*)
  9a16492... d: Wrong evaluation order of binary expressions (PR101640) (*)
  77e743d... d: fix ICE at convert_expr(tree_node*, Type*, Type*) (PR101 (*)
  7e225a0... d: __FUNCTION__ doesn't work in core.stdc.stdio functions w (*)
  4ae456d... d: Compile-time reflection for supported built-ins (PR10112 (*)
  54e7981... d: Change in DotTemplateExp type semantics leading to regre (*)
  9ed794c... Daily bump. (*)
  bd35f0c... Daily bump. (*)
  7581694... Daily bump. (*)
  c2a3a7c... Daily bump. (*)
  86f2df7... Daily bump. (*)
  20f5a56... Daily bump. (*)
  f207427... libstdc++: Move atomic functions to libsupc++ [PR 96657] (*)
  3a415b6... libstdc++: Constrain three-way comparison for std::optional (*)
  f4eb2ce... Daily bump. (*)
  1bf9ab4... Daily bump. (*)
  5aa28c8... ipa-sra: Fix thinko when overriding safe_to_import_accesses (*)
  ff3a8cd... i386: Remove atomic_storedi_fpu and atomic_loaddi_fpu peeph (*)
  031953b... Daily bump. (*)
  ecad285... rs6000: Don't let swaps pass break multiply low-part (PR101 (*)
  7ef9f02... combine: Don't create REG_UNUSED notes if the reg already d (*)
  3cb07a1... Daily bump. (*)
  4a052ef... Daily bump. (*)
  f2ec4ab... Daily bump. (*)
  4669f38... Fortran - ICE in gfc_conv_expr_present initializing non-dum (*)
  2e1357b... Daily bump. (*)
  08ad4e9... Daily bump. (*)
  a8ae5db... libstdc++: Simplify basic_string_view::ends_with [PR 101361 (*)
  a34c097... libstdc++: Constrain std::as_writable_bytes [PR101411] (*)
  b4ebc18... Daily bump. (*)
  8c546f4... Daily bump. (*)
  750d736... Do not replace variable op variable in I/O implied DO loop  (*)
  7f0ee1a... Daily bump. (*)
  4b407da... Daily bump. (*)
  c67e977... Daily bump. (*)
  ca094af... Missing piece in earlier change (*)
  d826bff... Daily bump. (*)
  879e7df... c++: Fix noexcept with unevaluated operand [PR101087] (*)
  9a56fcc... Daily bump. (*)
  048117e... Daily bump. (*)
  e9fbf0f... libstdc++: add missing typename for dependent type in range (*)
  0c27d28... Daily bump. (*)
  d060019... Daily bump. (*)
  a5af11b... Daily bump. (*)
  abf9d7e... Daily bump. (*)
  8ce35e4... Change EH pointer encodings to PC relative on Windows (*)
  5711251... Daily bump. (*)
  e4102aa... Daily bump. (*)
  22610c0... Daily bump. (*)
  ec9be3d... Daily bump. (*)
  4804cf9... Daily bump. (*)
  a663d3c... Daily bump. (*)
  01f266b... Daily bump. (*)
  f5a09fe... Daily bump. (*)
  ab383ec... i386: Prevent unwanted combine from LZCNT to BSR [PR101175] (*)
  7b126e5... Daily bump. (*)
  5feaee9... Add mklog.py. (*)
  c7f4e14... contrib: add git-commit-mklog wrapper (*)
  b5a1dcd... Daily bump. (*)
  218853f... Daily bump. (*)
  6cf0523... Daily bump. (*)
  e47b1be... Daily bump. (*)
  ee82dba... Daily bump. (*)
  0c08436... Fortran - ICE in gfc_check_do_variable, at fortran/parse.c: (*)

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-22 13:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-22 13:24 [gcc/ibm/heads/gcc-10-branch] (201 commits) ibm: Merge up to top of releases/gcc-10 Peter Bergner

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).