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

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

 a7ac74c3201... ibm: Merge up to top of releases/gcc-11

It previously pointed to:

 f26b6020ce7... ibm: Merge up to top of releases/gcc-11

Diff:

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

  a7ac74c... ibm: Merge up to top of releases/gcc-11
  fe91804... libstdc++: Replace incorrect static assertion in std::reduc (*)
  85f85b7... arm: Fix multilib mapping for CDE extensions [PR100856]. (*)
  d4eafcd... arm: Fix polymorphic variants failing with undefined refere (*)
  94d5c3a... arm: Fix the mve multilib for the broken cmse support (pr99 (*)
  9560772... libstdc++: Suppress -Wstringop-overread warning in test (*)
  0191c74... libstdc++: Simplify constexpr checks in std::char_traits [P (*)
  3587c2c... stor-layout: Don't create DECL_BIT_FIELD_REPRESENTATIVE for (*)
  c63b440... stor-layout: Create DECL_BIT_FIELD_REPRESENTATIVE even for  (*)
  f0d8d00... libstdc++: Non-triv-copyable extra args aren't simple [PR10 (*)
  bc7a522... libstdc++: Refine range adaptors' "simple extra args" mecha (*)
  36b8b52... Daily bump. (*)
  04a6793... rs6000: MMA builtin usage ICEs when used in a #pragma omp p (*)
  de6f0c4... rs6000: Add new __builtin_vsx_build_pair and __builtin_mma_ (*)
  aaa8419... rs6000: MMA test case ICEs using -O3 [PR99842] (*)
  00bf3e4... Backported from trunk: (*)
  fbafba7... Backported from trunk: (*)
  3863203... PR c/100783 - ICE on -Wnonnull and erroneous type (*)
  b9edb8f... Backported from trunk: (*)
  ca0bc92... PR middle-end/100684 - spurious -Wnonnull with -O1 on a C++ (*)
  933885d... Backported from trunk: (*)
  11133f8... Bacported from trunk: (*)
  c2791cd... Backported from trunk: (*)
  a52b2f4... Backported from trunk: (*)
  fb7327a... Backported from trunk: (*)
  e86ad5a... IBM Z: Fix vector intrinsics vec_double and vec_floate (*)
  79c1185... testsuite: Use noipa attribute instead of noinline, noclone (*)
  346a092... libffi: Fix up x86_64 classify_argument (*)
  5ece5ac... expr: Fix up VEC_PACK_TRUNC_EXPR expansion [PR101046] (*)
  8cd45af... simplify-rtx: Fix up simplify_logical_relational_operation  (*)
  ed8181b... ifcvt: Fix -fcompare-debug bug [PR100852] (*)
  1f94733... openmp: Gimplify OMP_CLAUSE_SIZE during gfc_omp_finish_clau (*)
  ce1dd5e... fold-const: Fix up fold_read_from_vector [PR100887] (*)
  d9f75e8... tree-inline: Fix up __builtin_va_arg_pack handling [PR10089 (*)
  132d3e9... openmp: Call c_omp_adjust_map_clauses even for combined tar (*)
  1c1ee19... x86: Fix ix86_expand_vector_init for V*TImode [PR100887] (*)
  da25516... c++: Tweak PR101029 fix (*)
  f5402be... Daily bump. (*)
  8417148... c++: static memfn from non-dependent base [PR101078] (*)
  bb2e908... libcpp: location comparison within macro [PR100796] (*)
  d92613e... c++: constexpr and array[0] [PR101029] (*)
  83758b7... middle-end/101009 - fix distance vector recording (*)
  68d2dbf... tree-optimization/100981 - fix SLP patterns involving reduc (*)
  8c90437... tree-optimization/100934 - properly mark irreducible region (*)
  bfd841c... ipa/100791 - copy fntype when processing __builtin_va_arg_p (*)
  c29e262... Fortran: Fix double function call with -fcheck=pointer [PR] (*)
  9d3d9ff... Daily bump. (*)
  f8d5b6d... Daily bump. (*)
  a677a2d... combine patterns for add-add fusion (*)
  2d5c7fc... Do not check if SMS succeeds on powerpc (*)
  3ae416e... libstdc++: Fix common_reference for non-reference results [ (*)
  4f54fb7... libstdc++: Do not use static_assert without message in C++1 (*)
  ded9ba1... libstdc++: Only run Filesystem TS test if supported (*)
  028fd30... libstdc++: Fix std::any constraints [PR101034] (*)
  2280fbf... libstdc++: Add explicit -std=gnu++17 option to test (*)
  c4f1bbe... libstdc++: Use reserved name for attribute [PR101055] (*)
  258aedd... libstdc++: Fix up semiregular-box partial specialization [P (*)
  3a9aea9... Daily bump. (*)
  52523fa... Daily bump. (*)
  f9cc49e... Daily bump. (*)
  828cdc6... libstdc++: Fix filesystem::path comparisons for C++23 (*)
  ef636c0... libstdc++: Finish implementing LWG 3413 for propagate_const (*)
  e198d93... libstdc++: Fix constraint on std::optional assignment [PR 1 (*)
  4f11586... libstdc++: Constrain three-way comparison for std::optional (*)
  2ba1680... libstdc++: Fix return type of ranges::ssize for 128-bit int (*)
  1112f12... libstdc++: Implement LWG 3403 for std::ranges::ssize (*)
  9505359... libstdc++: Fix helper concept for ranges::data [PR 100824] (*)
  a842cb9... libstdc++: Fix value categories used by ranges access CPOs  (*)
  3a401ff... libstdc++: Add feature test macro for heterogeneous lookup  (*)
  a30552a... d: foreach over a tuple doesn't work on 16-bit targets (PR1 (*)
  ac09b42... Daily bump. (*)
  b7b2090... Test cases for p10 fusion patterns (*)
  c306036... Add insn types for fusion pairs (*)
  ae96e21... c++: normalization of non-templated return-type-req [PR1009 (*)
  44b27ae... libgo: update to Go1.16.5 release (*)
  8049561... libstdc++: Simplify range adaptors' forwarding of bound arg (*)
  a35c5a5... libstdc++: Avoid hard error in ranges::unique_copy [PR10077 (*)
  c6ccaf1... libstdc++: Fix access issue in iota_view::_Sentinel [PR1006 (*)
  e3804ba... libstdc++: Implement LWG 3533 changes to foo_view::iterator (*)
  048eb89... libstdc++: Implement LWG 3391 changes to move/counted_itera (*)
  3b93d61... libstdc++: Fix access issue in elements_view::_Sentinel [PR (*)
  fd4db3d... libstdc++: Fix miscellaneous issues with elements_view::_Se (*)
  a50cc70... libstdc++: Implement missing P0896R4 changes to reverse_ite (*)
  228bcac... d: Fix ICE in TypeInfoDeclaration, at dmd/declaration.c (PR (*)
  2e7ea6a... Daily bump. (*)
  fe28c12... libstd++: Only support atomic_ref::wait tests which are alw (*)
  10d4f28... d: TypeInfo error when using slice copy on Structs (PR10096 (*)
  c6c3ed6... d: Respect explicit align(N) type alignment (PR100935) (*)
  0a9d8fd... c++: explicit() ignored on deduction guide [PR100065] (*)
  5be418d... Fix old thinko in warning on pointer for storage order purp (*)
  5a9b6a0... arc: Update doloop_end patterns (*)
  4186b7e... arc: Fix (u)maddhisi patterns (*)
  0061fab... arc: Update 64bit move split patterns. (*)
  c6d2487... Daily bump. (*)
  d746294... libstdc++: Fix Wrong param type in :atomic_ref<_Tp*>::wait  (*)
  7976ecc... [libstdc++] Remove unused hasher instance. (*)
  5af06ce... c++: braced-list overload resolution [PR100963] (*)
  1c4471e... 	Backported from master: (*)
  46c1a9f... c++: alias with same name as base fn [PR91706] (*)
  03346eb... c++: fix modules binfo merging (*)
  f3c9f93... Daily bump. (*)
  e62029a... c++: using-enum and access specifiers [PR100862] (*)
  f1feb74... c++: tsubst_function_decl and excess arg levels [PR100102] (*)
  23fa1e7... libstdc++: add missing typename for dependent type in range (*)
  bcb5e97... x86: Update g++.target/i386/pr100885.C (*)
  c064e78... Fix ICE of insn does not satisfy its constraints. (*)
  505fb23... Daily bump. (*)
  002745c... PR fortran/98301 - random_init() is broken (*)
  4fff5f1... Daily bump. (*)
  d04fca1... Daily bump. (*)
  83f932f... d: Fix ICE in gimplify_var_or_parm_decl, at gimplify.c:2755 (*)
  2fdca7c... Fortran - ICE in inline_matmul_assign (*)
  a8d93bf... Daily bump. (*)
  68eca1b... Fix miscompilation of predicate on bit-packed array types (*)
  8b1190d... Tame fix for PR ipa/99122 (*)
  d4ffc1d... Remove call to gcc_unreachable in range-op.cc (*)
  e58539d... arm: Fix ICE with CMSE nonsecure calls on Armv8.1-M [PR1003 (*)
  67a4578... ARC: gcc driver default to hs38_linux (*)
  39e8ea4... Daily bump. (*)
  10c5875... libstdc++: Use __builtin_unreachable for constexpr assertio (*)
  88ed4ab... libstdc++: Fix return value of std::ranges::advance [PR 100 (*)
  f2b7625... libstdc++: Change [range.iter.op] functions to function obj (*)
  ad4c21f... libstdc++: Fix installation of python hooks [PR 99453] (*)
  9622430... i386: Change abs<MMXMODEI:mode>2 to an expander. (*)
  6ccf749... i386: Fix <any_extend:insn>v4qiv4di2 expander (*)
  22e4240... Daily bump. (*)
  3d75b5c... PR100750: Require ELFv2 ABI for ROP test (*)
  ee3edeb... c++: no clobber for C++20 destroying delete [PR91859] (*)
  7c61ce5... c++: 'this' adjustment for devirtualized call (*)
  6d2de5e... Daily bump. (*)
  718a78f... c++: Avoid -Wunused-value false positives on nullptr passed (*)
  742b4b7... c++tools: Include <cstdlib> for exit [PR100731] (*)
  3a2fa2e... libcpp: Fix up -fdirectives-only handling of // comments on (*)
  f4d6ea0... builtins: Fix ICE with unprototyped builtin call [PR100576] (*)
  490ffb4... regcprop: Avoid DCE of asm goto [PR100590] (*)
  c4d64d1... function: Set dummy DECL_ASSEMBLER_NAME in push_dummy_funct (*)
  81c2cd0... regcprop: Fix another cprop_hardreg bug [PR100342] (*)
  ef397f6... Daily bump. (*)
  05f1016... Daily bump. (*)
  6c84cc4... Daily bump. (*)
  15c41a1... testuite: fix libtdc++ libatomic flags (*)
  0be51ab... aix: TLS precompute register parameters (PR 94177) (*)
  1e9e079... PR fortran/98411 - Pointless warning for static variables (*)
  1cb4a0d... PR fortran/100656 - prevent ICE in gfc_conv_expr_present (*)
  cb5c89a... Fortran: Fix erroneous "pointer argument is not associated" (*)
  e1489a3... libstdc++: Implement P2328 changes to join_view (*)
  49f369f... libstdc++: Fix iterator caching inside range adaptors [PR10 (*)
  365deb8... c++: access for hidden friend of nested class template [PR1 (*)
  3084317... Daily bump. (*)
  0faee8b... arm: Remove use of opts_set in arm_configure_build_target [ (*)
  4290ac9... arm: Avoid emitting bogus CFA adjusts for CMSE nonsecure ca (*)
  f9910ce... Daily bump. (*)
  74c9a1e... Daily bump. (*)
  de55a48... Fortran: fix passing return value to class(*) dummy argumen (*)
  6be2c12... i386: Fix split_double_mode with paradoxical subreg [PR1006 (*)
  51274fd... fortran/intrinsic.texi: Fix copy'n'paste errors and typos (*)
  41a5fc2... Fix typo and weird syntax in configure script (*)
  edd7bbe... tree-optimization/100519 - avoid reassociating asm goto def (*)
  d0a8a95... ipa/100513 - fix SSA_NAME_DEF_STMT corruption in IPA param  (*)
  3870fe2... middle-end/100509 - avoid folding constant to aggregate typ (*)
  9b3852d... tree-optimization/100492 - avoid irreducible regions in loo (*)
  90faf28... Daily bump. (*)

(*) This commit already exists in another branch.
    Because the reference `refs/vendors/ibm/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-06-18 19:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-18 19:41 [gcc/ibm/heads/gcc-11-branch] (162 commits) ibm: Merge up to top of releases/gcc-11 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).