public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/redhat/heads/gcc-11-branch] (157 commits) Merge commit 'r11-8799-gf31aad818420139ebc4f1a1a065fec8c98e
@ 2021-07-26 17:45 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2021-07-26 17:45 UTC (permalink / raw)
  To: gcc-cvs

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

 0b934a97129... Merge commit 'r11-8799-gf31aad818420139ebc4f1a1a065fec8c98e

It previously pointed to:

 cab23df287d... Merge commit 'r11-8643-gf50a222dffb448ef5c69a64b6945acafc6b

Diff:

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

  0b934a9... Merge commit 'r11-8799-gf31aad818420139ebc4f1a1a065fec8c98e
  f31aad8... Regenerate gcc.pot. (*)
  55bca3f... Daily bump. (*)
  1e67eeb... Daily bump. (*)
  bf59a10... Daily bump. (*)
  9ca1fa7... Daily bump. (*)
  c8ccb18... [POWER10] __morestack calls from pcrel code (*)
  2016df9... Daily bump. (*)
  076930b... openmp: Fix up omp_check_private [PR101535] (*)
  ae2ce6a... c++: Ensure OpenMP reduction with reference type references (*)
  70e5a8f... Daily bump. (*)
  dc386b0... rs6000: Fix up easy_vector_constant_msb handling [PR101384] (*)
  5dd3fe9... X86: Provide a CTOR for stringop_algs [PR100246]. (*)
  3a93c67... coroutines: Adjust outlined function names [PR95520]. (*)
  feef2e4... coroutines: Factor code. Match original source location in  (*)
  76f694d... coroutines: Fix a typo in rewriting the function. (*)
  383295a... Darwin, X86: Adjust call clobbers to allow for lazy-binding (*)
  f2060ae... i386: Remove atomic_storedi_fpu and atomic_loaddi_fpu peeph (*)
  24014b2... Daily bump. (*)
  d34f3a9... compiler: avoid aliases in receiver types (*)
  ac0efe3... rs6000: Don't let swaps pass break multiply low-part (PR101 (*)
  8000947... libstdc++: Fix some problems in PSTL tests (*)
  0e4fc87... libstdc++: Remove precondition checks from ranges::subrange (*)
  6dc150d... libstdc++: Fix std::get<T> for std::tuple [PR101427] (*)
  87aa5a0... Daily bump. (*)
  de8945a... g++.dg/gomp/clause-3.C: Fix - missing in r12-438-g1580fc7 [ (*)
  9119f51... openmp - Fix up && and || reductions [PR94366] (*)
  d2904de... OpenMP: Support complex/float in && and || reduction (*)
  2f49122... c++: Optimize away NULLPTR_TYPE comparisons [PR101443] (*)
  31b76a8... godump: Fix -fdump-go-spec= reproduceability issue [PR10140 (*)
  122cdd5... libgomp: Don't include limits.h instead of hidden visibilit (*)
  135680b... dwarf2out: Handle COMPOUND_LITERAL_EXPR in loc_list_from_tr (*)
  86a9718... match.pd: Avoid (intptr_t)x eq/ne CST to x eq/ne (typeof x) (*)
  72ff4a0... c: Fix up c_parser_has_attribute_expression [PR101176] (*)
  6c9eaa1... c: Fix C cast error-recovery [PR101171] (*)
  2b99794... stor-layout: Avoid DECL_BIT_FIELD_REPRESENTATIVE with NULL  (*)
  e984460... Daily bump. (*)
  955ceda... Daily bump. (*)
  9107b13... c++: alias CTAD in unevaluated context [PR101233] (*)
  2e63d08... c++: fn parm pack expansion inside constraint [PR100138] (*)
  419201f... libstdc++: Use function object for __decay_copy helper (*)
  0e66f21... Daily bump. (*)
  ee22bc2... libstdc++: Fix noexcept-specifier for ranges::empty (*)
  a2a1158... libstdc++: Make <experimental/simd> depend on C++17 (*)
  ba66193... Fortran - ICE in gfc_conv_expr_present initializing non-dum (*)
  ba3b30c... x86: Replace ix86_red_zone_size with ix86_red_zone_used (*)
  a0128f1... x86: Don't enable UINTR in 32-bit mode (*)
  018eac5... driver/101383 - handle -gtoggle in driver (*)
  ccfbcb4... Daily bump. (*)
  b977e6b... Fix build_gt and build_lt for signed 1 bit values. (*)
  85c22c5... Do not continue propagating values which cannot be set prop (*)
  f48526b... Adjust on_entry cache to indicate if the value was set prop (*)
  86534c0... Disable poor value processing in ranger cache. (*)
  263a7e2... Don't process lookups for debug statements in Ranger. (*)
  52f0aa4... Implement a sparse bitmap representation for Rangers on-ent (*)
  f4ed9f2... Implement multi-bit aligned accessors for sparse bitmap. (*)
  d3344fb... Clean up and virtualize the on-entry cache interface. (*)
  8ebcd36... Generate 128-bit int divide/modulus on power10. (*)
  10a882e... fix typo in attr_fnspec::verify (*)
  96205c9... libstdc++: Simplify basic_string_view::ends_with [PR 101361 (*)
  760baa2... libstdc++: Remove duplicate #include in <string_view> (*)
  df11567... libstdc++: Constrain std::as_writable_bytes [PR101411] (*)
  5bde765... Revert x86_order_regs_for_local_alloc changes in r12-1669. (*)
  c34da27... Disparage slightly the mask register alternative for bitwis (*)
  1eee5fa... tree-optimization/101445 - fix negative stride SLP vect wit (*)
  1892a1b... Daily bump. (*)
  6356607... c++: requires-expr with dependent extra args [PR101181] (*)
  6d11dd9... c++: find_template_parameters and TEMPLATE_DECLs [PR101247] (*)
  2902f2d... c++: unqualified member template in constraint [PR101247] (*)
  1b57a9f... c++: cxx_eval_array_reference and empty elem type [PR101194 (*)
  660cbba... c++: alias CTAD and aggregate deduction cand [PR98832] (*)
  0f00006... c++: requires-expression folding [PR101182] (*)
  927548b... libstdc++: Reduce ranges::minmax/minmax_element comparison  (*)
  6530cf0... c++: access of dtor named by qualified template-id [PR10091 (*)
  bbad9d7... c++: Fix reference NTTP binding to noexcept fn [PR97420] (*)
  5df8635... middle-end/101291 - set loop copy of versioned loop (*)
  7d06084... tree-optimization/101394 - fix PRE full redundancy wrt abno (*)
  2d90f3e... middle-end/101423 - internal calls do not trap (*)
  f32145c... tree-optimization/100778 - fix placement of trapping vector (*)
  1c2e5ab... tree-optimization/100778 - avoid cross-BB vectorization of  (*)
  6d1e76c... Daily bump. (*)
  a3899b4... Daily bump. (*)
  079bcaf... Daily bump. (*)
  52429f7... Daily bump. (*)
  8b273a8... c++: concepts TS and explicit specialization [PR101098] (*)
  5830fff... c++: missing dtor with -fno-elide-constructors [PR100838] (*)
  542d90b... c++: argument pack with expansion [PR86355] (*)
  e6c7e45... Missing piece in earlier change (*)
  6745246... ipa-sra: Fix thinko when overriding safe_to_import_accesses (*)
  d9d954e... Fix build failure on Windows with older binutils (*)
  1e92a6e... Daily bump. (*)
  cbef732... c++: Fix noexcept with unevaluated operand [PR101087] (*)
  ba58662... Do not replace variable op variable in I/O implied DO loop  (*)
  9f4e879... fixincludes: AIX socket.h. (*)
  35aca8e... Daily bump. (*)
  79663c9... Revert "c++: Improve init handling" (*)
  38fed4d... c++: constexpr aggr init of empty class [PR101040] (*)
  9067848... rs6000: Harden mma_init_builtins (*)
  ad522a0... rs6000: Add MMA __builtin_vsx_lxvp and __builtin_vsx_stxvp  (*)
  2d09824... Backport IEEE 128-bit min/max code. (*)
  bd5391d... tree-optimization/101229 - fix vectorizer SLP hybrid detect (*)
  e46ec6e... tree-optimization/101173 - fix interchange dependence check (*)
  9e11730... middle-end/101156 - remove not working optimization in gimp (*)
  2afae9f... tree-optimization/100923 - fix alias-ref construction wrt a (*)
  91fc961... tree-optimization/101088 - fix SM invalidation issue (*)
  8a1defe... tree-optimization/101025 - fix store-motion dependence chec (*)
  32d82a5... Daily bump. (*)
  291f8b1... aix: Power10 assembler invocation. (*)
  aa9834c... aix: collect2 text files in archive (*)
  cd9fa61... Daily bump. (*)
  fa9818b... Daily bump. (*)
  d313c32... Daily bump. (*)
  46d1cb4... d: Missed RVO optimization with non-POD structs (*)
  a4f5e39... Daily bump. (*)
  f67d7f9... d: RHS value lost when a target_expr modifies LHS in a cond (*)
  d731870... jit: fix test-vector-* failures (*)
  f470efb... jit: fix test-asm failures on i?86 (*)
  a9636a1... analyzer: fix issue with symbolic reads with concrete bindi (*)
  32a3737... analyzer: add region_model_manager::get_or_create_int_cst (*)
  21b470a... analyzer: fix bitfield endianness issues [PR99212,PR101082] (*)
  f018044... analyzer: tweak priority of callstrings in worklist::key_t: (*)
  7df3bdc... analyzer: make various region_model member functions const (*)
  fa92642... analyzer: bitfield fixes [PR99212] (*)
  e8f5997... analyzer: fix region::get_bit_size for bitfields (*)
  60fb5cf... analyzer: split out struct bit_range from class concrete_bi (*)
  a3a9656... analyzer: remove redundant typedef (*)
  c805b51... analyzer: remove unused prototypes (*)
  7b2c2f3... analyzer: show types for poisoned_svalue and compound_svalu (*)
  83dd64b... diagnostic-show-locus: tweak rejection logic (*)
  8d58bfb... analyzer: fix missing leak after call to strsep [PR100615] (*)
  1187f29... analyzer: fix ICE on NULL change.m_expr [PR100244] (*)
  014e6aa... Change EH pointer encodings to PC relative on Windows (*)
  c6f4b25... Daily bump. (*)
  3a17c16... Use intermediate integer type with proper signedness (*)
  c2db680... Daily bump. (*)
  7f954b8... Update Power10 scheduling description for new fused instruc (*)
  444d04f... Daily bump. (*)
  528ed79... compiler: in composite literals use temps only for interfac (*)
  2cf8d3f... c++: Failure to delay noexcept parsing with ptr-operator [P (*)
  f630645... rs6000: Fix typos in float128 ISA3.1 support (*)
  8c19295... Daily bump. (*)
  680496a... Daily bump. (*)
  3dfa256... Daily bump. (*)
  96358cb... Daily bump. (*)
  62bbb11... Fix SLP permute propagation error (*)
  4809708... tree-optimization/101158 - adjust SLP call matching sequenc (*)
  8dc3768... tree-optimization/101151 - fix irreducible region check for (*)
  00ab8e9... tree-optimization/101105 - fix runtime alias test optimizat (*)
  e0dae9c... middle-end/100672 - fix bogus right shift folding (*)
  49230cc... Daily bump. (*)
  f19b20d... Emit .file 0 directive earlier in DWARF 5 (*)
  cfc9fdc... Fix --gdwarf-5 configure tests for Windows (*)
  1a2bbc0... Fortran: fix sm computation in CFI_allocate [PR93524] (*)
  f754ef6... Daily bump. (*)
  ea2f428... Do not enable pcrel-opt by default (*)
  8d21764... Backport patch from master branch. (*)
  e99256f... i386: Prevent unwanted combine from LZCNT to BSR [PR101175] (*)

(*) This commit already exists in another branch.
    Because the reference `refs/vendors/redhat/heads/gcc-11-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-07-26 17:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-26 17:45 [gcc/redhat/heads/gcc-11-branch] (157 commits) Merge commit 'r11-8799-gf31aad818420139ebc4f1a1a065fec8c98e Jakub Jelinek

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