public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/redhat/heads/gcc-10-branch] (423 commits) Merge commit 'r10-9747-g34a9bc1f95027eea1560369765b8b2b5722
@ 2021-04-22 17:23 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2021-04-22 17:23 UTC (permalink / raw)
  To: gcc-cvs

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

 dc5e381a715... Merge commit 'r10-9747-g34a9bc1f95027eea1560369765b8b2b5722

It previously pointed to:

 966e4575ccd... Merge commit 'r10-9325-g64dd326e97f760a209b085f9dfe596438fd

Diff:

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

  dc5e381... Merge commit 'r10-9747-g34a9bc1f95027eea1560369765b8b2b5722
  34a9bc1... aarch64: Fix SVE ACLE builtins with LTO [PR99216] (*)
  fde5bc5... Daily bump. (*)
  0c89b88... c++: std::is_constant_evaluated inside constraint [PR97051] (*)
  f0d22d3... libstdc++: Disable test for non-gthreads targets [PR 100180 (*)
  4806f91... c++: alias_ctad_tweaks and constrained dguide [PR95486] (*)
  525c263... testsuite/100176 - fix struct-layout-1_generate.c compile (*)
  63353b2... cprop: Fix -fcompare-debug bug in constprop_register [PR100 (*)
  4c17b2b... libstdc++: Fix split_view::_OuterIter::operator++ [LWG 3505 (*)
  8ac3b41... libstdc++: Simplify copy-pasted algorithms in <ranges> (*)
  d1af36d... libstdc++: Fix elements_view::operator* and operator[] [LWG (*)
  3d6bba8... libstdc++: Don't initialize from *this inside some views [P (*)
  411caee... Daily bump. (*)
  ebb734a... c++: ICE in dependent_type_p with constrained auto [PR97052 (*)
  2400f81... c++: Fix tsubsting CLASS_PLACEHOLDER_TEMPLATE [PR95434] (*)
  904cbf6... c++: Fix deduction with reference NTTP [PR83476] (*)
  950bac2... sanitizer: Fix asan against glibc 2.34 [PR100114] (*)
  a11f311... intl: Add --enable-host-shared support [PR100096] (*)
  31447dc... c++: Fix empty base stores in cxx_eval_store_expression [PR (*)
  1730b5d... vectorizer: Remove dead scalar .COND_* calls from vectorize (*)
  06d50eb... c++: Fix up handling of structured bindings in extract_loca (*)
  c965254... combine: Fix up expand_compound_operation [PR99905] (*)
  4ac7483... combine: Don't fold away side-effects in simplify_and_const (*)
  91e076f... c: Avoid clobbering TREE_TYPE (error_mark_node) [PR99990] (*)
  2e57bc7... expand: Fix up LTO ICE with COMPOUND_LITERAL_EXPR [PR99849] (*)
  e68ac8c... rtlanal: Another fix for VOIDmode MEMs [PR98601] (*)
  e961da3... c++: Don't cache constexpr functions which are passed point (*)
  7a2f91d... dse: Fix up hard reg conflict checking in replace_read [PR9 (*)
  8642b73... rs6000: Fix up libgcc ABI when built with --with-long-doubl (*)
  9c2c106... Daily bump. (*)
  19fc127... d: Fix ICE in when formating a string with '%' or '`' chara (*)
  ab83ce4... libstdc++: [_GLIBCXX_DEBUG] Fix management of __dp_sign_max (*)
  af40887... OpenACC: Fix integer-type issue with collapse/tile [PR97880 (*)
  67e95b6... libstdc++: Fix declarations of memalign etc. for freestandi (*)
  f44242b... Fix another -freorder-blocks-and-partition glitch with Wind (*)
  6af956c... Daily bump. (*)
  aff57bc... PR fortran/63797 - Bogus ambiguous reference to 'sqrt' (*)
  e4dcb33... [OpenACC] Fix an ICE where a loop with GT condition is coll (*)
  b18305e... Daily bump. (*)
  85c3858... Daily bump. (*)
  d15a2a0... SVE: Fix wrong sve predicate split (PR100048) (*)
  088c0b5... Daily bump. (*)
  ca27b58... Daily bump. (*)
  e9cc5cc... Sync gcc-changelog scripts. (*)
  062b654... Daily bump. (*)
  d83dace... libstdc++: Fix <bit> to work freestanding [PR 100060] (*)
  cac0f0e... Further increase the limit on the size of accepted Ada file (*)
  63d4c1b... Fix thinko in libcpp preparation patch for modules (*)
  df25ad4... Daily bump. (*)
  b6bef1c... libstdc++: Implement LWG 3404 for C++20 subrange [PR 100044 (*)
  32a8595... libstdc++: Fix std::indirectly_readable ambiguity [LWG 3446 (*)
  e976dc6... Fortran: Fix fndecl with -fcoarray=lib [PR99817] (*)
  701e88f... Daily bump. (*)
  1004d3b... c++: Use FOR_EACH_VEC_ELT instead of range-based for loop. (*)
  149eef2... Daily bump. (*)
  e8a35b4... Daily bump. (*)
  18f103b... c++: ICE with real-to-int conversion in template [PR97973] (*)
  8f4f2fb... c++: Fix two issues with auto function parameter [PR99806] (*)
  0d4128a... c++: GC during late parsing collects live data [PR91416] (*)
  3252b78... c++: GC collects live data when synthesizing operator== [PR (*)
  b281edd... c++: -Wconversion vs value-dependent expressions [PR99331] (*)
  581e87b... c++: const_cast of null pointer in constant expr [PR99176] (*)
  c7d7c15... c++: ICE with -Wshadow and enumerator in template [PR99120] (*)
  6fcf6e5... c++: Pointer-to-member fn conversion with noexcept [PR99374 (*)
  f0f6255... c++: Fix bogus -Wvolatile warning in C++20 [PR98947] (*)
  6f45079... c++: ICE with delayed noexcept and attribute used [PR97966] (*)
  3bb551c... c++: ICE when late parsing noexcept/NSDMI [PR98333] (*)
  60b589b... Add 'libgomp.oacc-c-c++-common/static-variable-1.c' [PR8499 (*)
  2ed860b... libstdc++: Fix bootstrap error due to inconsistent noexcept (*)
  637418e... libstdc++: Fix invalid constexpr function in C++11 mode [PR (*)
  66ba422... libstdc++: Fix even more doxygen markup for group close com (*)
  d7fa35d... libstdc++: Remove spurious line break in doxygen comment (*)
  551c0d9... libstdc++: Fix more doxygen markup for group close commands (*)
  348fb9d... Daily bump. (*)
  8fff47b... libstdc++: Fix tests using wrong allocator type (*)
  1c4e8a9... libstdc++: Fix unordered containers move constructors noexc (*)
  2feec62... libstdc++: Fix [multi]map/[multi]set move constructors noex (*)
  beb485d... libstdc++: Fix filesystem::path construction from COW strin (*)
  f5788aa... libstdc++: Change URL for PSTL (*)
  3854e53... libstdc++: Fix Doxygen warnings (*)
  e636840... libstdc++: Fix doxygen markup for group close commands (*)
  7f7b5af... maintainer-scripts: Disable multilib when generating libstd (*)
  890922a... libstdc++: Fix Doxygen warning about ambiguous file name (*)
  de66c34... Increment BASE-VER after release (*)
  f00b571... Update ChangeLog and version files for release (*)
  3134e02... lto/99898 - bump LTO_minor_version (*)
  c61fde1... Daily bump. (*)
  bab1d20... Daily bump. (*)
  73ad5c3... Daily bump. (*)
  6aa75d3... Daily bump. (*)
  093788f... Darwin : Fix out-of-bounds access to df_regs_ever_live. (*)
  b55902e... Daily bump. (*)
  78cda82... Daily bump. (*)
  9732558... Fix up plugin header install (*)
  ace795f... Daily bump. (*)
  3a2dc91... libstdc++: Restore <unistd.h> in testsuite_fs.h header [PR  (*)
  03a430a... libstdc++: Test errno macros directly for all targets [PR 9 (*)
  892024d... c++, abi: Fix abi_tag attribute handling [PR98481] (*)
  3688755... sra: Fix bug in grp_write propagation (PR 97009) (*)
  1cfe48d... tree-optimization/99856 - fix overwideing pattern creation (*)
  591b5c9... PR fortran/99840 - ICE in gfc_simplify_matmul, at fortran/s (*)
  c50af57... Daily bump. (*)
  42c22a4... Make USES_COMDAT_LOCAL CIF_FINAL_NORMAL (*)
  395dac0... [PR99233] tesstsuite: Run test pr96264.c only for little en (*)
  1b7c97f... [PR96264] LRA: Check output insn hard regs when updating av (*)
  285f65a... testsuite/aarch64: Skip SLP diagnostic under ILP32 (PR targ (*)
  ad8c55c... tree-opt: Fix segfault in tree-if-conv.c with -march=armv8. (*)
  3753cef... aarch64: Fix up *add<mode>3_poly_1 [PR99813] (*)
  1fabb9e... Make pta_size signed (*)
  f87a08c... i386: fix -march=amd crash (*)
  078f554... Fix idiv latencies for znver3 (*)
  c76d503... c++: abbreviated function template return type rewriting [P (*)
  78e6c55... c++: Fix folding of non-dependent BASELINKs [PR95468] (*)
  57b0df8... c++: Fix ICE with CTAD in concept [PR98611] (*)
  a834e6d... c++: Fix self-mapping in map_arguments [PR96531, PR97103] (*)
  aa99212... Remove mask register costs. (*)
  72c7094... znver3 tuning part 1 (*)
  54b273e... Backport Zen3 tuning from mainline (*)
  a42a560... x86: Fold arch_names_table into processor_alias_table (*)
  c611209... aarch64: Fix gcc.target/aarch64/pr99808.c for ILP32 (*)
  1a92899... aarch64: PR target/99037 Fix RTL represntation in move_lo_q (*)
  99c560a... Daily bump. (*)
  7cdd30b... c++: Fix ICE on PTRMEM_CST in lambda in inline var initiali (*)
  afe9a63... fold-const: Fix ICE in extract_muldiv_1 [PR99777] (*)
  f5df185... dwarf2cfi: Defer queued register saves some more [PR99334] (*)
  1c82b47... c++: Fix ICE with nsdmi [PR99705] (*)
  f8780ca... c++: Diagnose bare parameter packs in bitfield widths [PR99 (*)
  d5e379e... c++: Diagnose references to void in structured bindings [PR (*)
  d3dd370... dwarf2out: Fix debug info for 2 byte floats [PR99388] (*)
  b1fc1f1... c: Fix up -Wunused-but-set-* warnings for _Atomics [PR99588 (*)
  ee15832... tree-optimization/99824 - avoid excessive integer type prec (*)
  960eaef... testsuite: Expect a warning on aarch64 for declare-simd-coa (*)
  982df4d... Daily bump. (*)
  78ae159... libstdc++: Set dg-timeout-factor for more slow tests (*)
  fad1583... libstdc++: Set dg-timeout-factor for some slow tests (*)
  05defd6... libstdc++: Fix <stop_token> to compile without gthreads (*)
  e543113... libstdc++: Fix some -Wsystem-headers warnings (PR 95765) (*)
  ad70672... libstdc++: Fix test failure on AIX (*)
  7baf1e2... libstdc++: Make COW string use allocator_traits for nested  (*)
  14f8307... libstdc++: Constrain chrono::duration conversions [LWG 2094 (*)
  7dea2f8... libstdc++: Make std::chrono::duration use reduced ratio for (*)
  202e960... libstdc++: Add workaround for weird std::tuple error [PR 96 (*)
  916177b... libstdc++: Adjust tests that give different results in C++2 (*)
  b7f2012... libstdc++: Add -Wno-deprecated for tests that warn in C++20 (*)
  c01d55d... libstdc++: Define std::bad_optional_access constructor as d (*)
  af90173... libstdc++: Make std::copy_n work with negative and non-inte (*)
  8c13470... libstdc++: Enforce copyable/movable checks in std::atomic (*)
  e3eb2a4... libstdc++: Define converting assignment operator for std::m (*)
  253751d... libstdc++: Fix char_traits move with overlap (*)
  affd2cf... libstdc++: Remove duplicate dg-do directive (*)
  e81eb73... libstdc++: Fix failing tests for AIX (*)
  f23c816... libstdc++: Allow dejagnu tool_timeout to be overridden (*)
  a769c39... libstdc++: Avoid accidental ADL when calling make_reverse_i (*)
  e7b2f96... libstdc++: Add noexcept to std::begin etc as per LWG 2280 a (*)
  ad9ae82... libstdc++: Use acq_rel memory ordering [PR 99537] (*)
  6e5f662... libstdc++: Handle EPERM for filesystem access errors on Mac (*)
  039fc1f... libstdc++: Initialize std::normal_distribution::_M_saved [P (*)
  913312d... libstdc++: Implement LWG 3530 for concept-constrained compa (*)
  8dd1c10... libstdc++: Fix filesystem::rename on Windows [PR 98985] (*)
  8611617... libstdc++: Make "nonexistent" paths less predictable in fil (*)
  89651c8... libstdc++: Include scope ID in net::internet::address_v6::t (*)
  75b8146... libstdc++: Fix errors in <experimental/internet> (*)
  412dc5f... libstdc++: Improve tests for constexpr algorithms (*)
  1d5d304... libstdc++: Fix bootstrap with -fno-rtti [PR 99077] (*)
  8c4620e... libstdc++: Document when C++11/14/17 support became stable  (*)
  bad3463... libstdc++: Re-enable workaround for _wstat64 bug, again [PR (*)
  8455158... libstdc++: Re-enable workaround for _wstat64 bug [PR 88881] (*)
  d11150e... libstdc++: Use correct error category for Windows error cod (*)
  0a0fd67... libstdc++: Fix spelling of __MINGW32__ macros (*)
  149d4df... libstdc++: Fix incorrect test for std::error_code compariso (*)
  564e5b6... libstdc++: Fix errors from Library Fundamentals TS headers  (*)
  f1b7f08... libstdc++: Test errno macros directly, not via autoconf [PR (*)
  d7216ea... libstdc++: Remove redundant branches in countl_one and coun (*)
  e994d3c... libstdc++: Remove redundant check for zero in std::__popcou (*)
  f330210... libstdc++: Implement P2017R1 "Conditionally borrowed ranges (*)
  4ab3d8a... libstdc++: Avoid narrowing conversion in subrange construct (*)
  56b810a... libstdc++: Add assertions for preconditions in sampling dis (*)
  f783328... libstdc++: Avoid divide by zero in default template argumen (*)
  8ee9e0f... libstdc++: Fix divide by zero in default template argument (*)
  9b04d5a... libstdc++: Fix constraints for drop_view::begin() const [LW (*)
  a03eb87... libstdc++: Relax constraints on transform_view and elements (*)
  fa9c469... libstdc++: Fix name clash with _Cosh in QNX headers [PR 955 (*)
  66eca0b... libstdc++: Fix -Wsign-compare warnings in headers (*)
  ee97811... libstdc++: Fix -Wsign-compare warnings (*)
  84ea975... libstdc++: Fix -Wunused-local-typedefs warning (*)
  b0c2110... libstdc++: Fix -Wdeprecated-declarations warnings (*)
  2c64e05... libstdc++: Fix -Wnarrowing warnings (*)
  1649b52... libstdc++: Simplify constraints for semiregular-box [LWG 34 (*)
  fa64b99... libstdc++: Fix iota_view::size() to avoid overflow (*)
  6531087... libstdc++: Fix net::system_context stop condition (*)
  99d7021... libstdc++: Implement LWG 561 for std::inserter (*)
  7958a65... libstdc++: Add noexcept to declaration of path::_List membe (*)
  347b75b... libstdc++: Fix directory_iterator exception specification (*)
  f14adc6... arm: Fix MVE ICEs with vector moves and -mpure-code [PR9725 (*)
  9879b82... c++: Fix bogus warning in deprecated namespace [PR99318] (*)
  9d020d1... c-family: ICE with assume_aligned attribute [PR99062] (*)
  f340327... Fortran: Fix intrinsic null() handling [PR99651] (*)
  bcd3fd5... Daily bump. (*)
  94827db... aix: TLS DWARF symbol decorations. (*)
  fc15504... Daily bump. (*)
  efe1335... Daily bump. (*)
  1df9bfd... Fix ICE: in function_and_variable_visibility, at ipa-visibi (*)
  c05f285... Daily bump. (*)
  a1b4d74... tree-optimization/96974 - avoid ICE by replacing assert wit (*)
  e950dfe... libgomp HSA/GCN plugins: don't prepend the 'HSA_RUNTIME_LIB (*)
  3e34bde... Fortran: Fix func decl mismatch [PR93660] (*)
  c884ac1... Fortran: Extend buffer, use snprintf to avoid overflows [PR (*)
  52eacca... rs6000: Correct Power8 cost of l2 cache size [PR97329] (*)
  079f2a1... Daily bump. (*)
  716d345... testsuite, Darwin : Fix the asan/strncpy-overflow-1 test. (*)
  6acb153... testsuite, Darwin : Fix match output for asan/memcmp-1.c. (*)
  4b761ea... Objective-C : Implement SEL as a built-in typedef. (*)
  e3cac00... Objective-C++ : Fix handling of unnamed message parms [PR49 (*)
  8bbfa67... testsuite, Objective-c++ : Backport test fixes. (*)
  b233b73... testsuite, Objective-C : Backport  test fixes. (*)
  f57cce9... testsuite, Objective-C : Compatibility fixes. (*)
  7b8d59e... Objective-C/C++ : Allow visibility prefix attributes on int (*)
  c7c5646... Objective-C/C++ : Fix rejects valid fails for properties. (*)
  67f06cb... Objective-C++ : Fix bitfield ivars regression. (*)
  89bcd07... Darwin, Objective-C/C++ : Fix code-gen for NeXT runtimes. (*)
  7e1c6d7... aarch64: Make aarch64_add_offset work with -ftrapv [PR99540 (*)
  592388d... tree-optimization/98834 - fix optimization regression with  (*)
  277fbd0... lto/96591 - walk VECTOR_CST elements in walk_tree (*)
  73d1e61... tree-optimization/99694 - fix value-numbering PHIs (*)
  b3aa868... Daily bump. (*)
  6ee221e... x86: Add __volatile__ to __cpuid and __cpuid_count (*)
  129afa0... Fortran: Fix 'name' bound size [PR99688] (*)
  cc43899... Daily bump. (*)
  e0c32b8... Objective-C, Darwin : Update metadata section uses. (*)
  857a808... Objective-C, Darwin : Use special string sections for V2 Ne (*)
  6bc35b0... coroutines : Convert await_ready () expressions to bool [PR (*)
  0744422... coroutines : Handle rethrow from unhandled_exception [PR987 (*)
  c38db37... coroutines : Handle for await expressions in for stmts [PR9 (*)
  8fba817... coroutines : Avoid generating empty statements [PR96749]. (*)
  fad6d04... coroutines : Adjust constraints on when to build ctors [PR9 (*)
  00f7030... coroutines : Do not accept throwing final await expressions (*)
  25880e8... coroutines : Handle exceptions throw before the first await (*)
  88bb77a... coroutines : Call promise CTOR with parm copies [PR97587]. (*)
  9f13c7a... coroutines : Remove throwing_cleanup marks from the ramp [P (*)
  c086332... testsuite, coroutines : Make final_suspend calls noexcept. (*)
  cab449a... testsuite, coroutines : Mark final awaiters and co_await op (*)
  6767275... aix: Permit use of AIX Vector extended ABI mode (*)
  e1aa525... PR target/99702: Check RTL type before get value (*)
  80b93c1... Daily bump. (*)
  0b0a579... coroutines : Adjust error handling for type-dependent corou (*)
  80ba9d8... coroutines: Fix unused value found by static analysis. (*)
  c3d51b2... dwarf2unwind : Force the CFA after remember/restore pairs [ (*)
  9982ca0... Darwin : Simplify headers. (*)
  2dc332f... Darwin : Adjust defaults for current bootstrap constraints. (*)
  aa55f33... Darwin: Guard two macros in darwin.h. (*)
  df11e89... Darwin : Avoid a C++ ODR violation seen with LTO. (*)
  08d4e37... Darwin : Begin rework of zero-fill sections. (*)
  dc734da... Darwin : Update libc function availability. (*)
  cd1428a... testsuite, Darwin: XFAIL runs for two timode conversion tes (*)
  a996d8d... Darwin: Handle poly_int machine_modes. (*)
  62ad1bb... Daily bump. (*)
  17542ce... Use memcpy instead of strncpy to avoid error with -Werror=s (*)
  7e8aa1d... Daily bump. (*)
  752df7a... testsuite: Fix up strlenopt-80.c on powerpc [PR99636] (*)
  c9f698d... testsuite: Fix up strlenopt-73.c on powerpc [PR99626] (*)
  d6300df... aarch64: Fix up aarch64_simd_clone_compute_vecsize_and_simd (*)
  1703937... c++: Ensure correct destruction order of local statics [PR9 (*)
  788da80... i386: Fix up _mm256_vzeroupper() handling [PR99563] (*)
  06589d2... aarch64: Fix up aarch64_simd_clone_compute_vecsize_and_simd (*)
  3ef0d71... c++: Fix up calls to immediate functions returning referenc (*)
  b0d1a53... icf: Check return type of internal fn calls [PR99517] (*)
  510ff5d... expand: Fix ICE in store_bit_field_using_insv [PR93235] (*)
  01edf20... c++: Fix up [[nodiscard]] on ctors on targetm.cxx.cdtor_ret (*)
  529e3b3... c++: Fix -fstrong-eval-order for operator &&, || and , [PR8 (*)
  0e87dc8... c-family: Avoid ICE on va_arg [PR99324] (*)
  a7c4a70... cfgrtl: Fix up fixup_partitions caused ICE [PR99085] (*)
  8f93089... c++: Fix operator() lookup in lambdas [PR95451] (*)
  4de402a... fold-const: Fix up ((1 << x) & y) != 0 folding for vectors  (*)
  f53a9b5... fold-const: Fix ICE in fold_read_from_constant_string on in (*)
  311c57f... libstdc++: Fix up constexpr std::char_traits<char>::compare (*)
  33be24d... tree-cfg: Fix up gimple_merge_blocks FORCED_LABEL handling  (*)
  3d7ce7c... c: Fix ICE with -fexcess-precision=standard [PR99136] (*)
  af868e8... c++: Fix up build_zero_init_1 once more [PR99106] (*)
  45de8af... match.pd: Fix up A % (cast) (pow2cst << B) simplification [ (*)
  a7237df... c++: Fix endless errors on invalid requirement seq [PR97742 (*)
  ea535f5... c++: Fix zero initialization of flexible array members [PR9 (*)
  a964f49... varasm: Fix ICE with -fsyntax-only [PR99035] (*)
  4b47af4... c++: Consider addresses of heap artificial vars always non- (*)
  deba6b2... openmp: Temporarily disable into_ssa when gimplifying OpenM (*)
  8b7f2d3... c++: Fix ICE with structured binding initialized to incompl (*)
  025a0ee... ifcvt: Avoid ICEs trying to force_operand random RTL [PR974 (*)
  4dd7141... lra-constraints: Fix error-recovery for bad inline-asms [PR (*)
  487bca0... i386: Remove V1DImode shift expanders [PR98287] (*)
  d6faf78... PR fortran/99205 - Out of memory with undefined character l (*)
  82792a4... substitute @tie{} with a space for the man pages (*)
  376f564... Fix segfault during encoding of CONSTRUCTORs (*)
  4a94f76... Daily bump. (*)
  f26015e... PR target/99314: Fix integer signedness issue for cpymem pa (*)
  5f9fcce... aarch64: Improve generic SVE tuning defaults (*)
  a98cb0f... testsuite: Update testcase for PR96078 fix [PR99363] (*)
  fed70c0... Daily bump. (*)
  2f87268... aarch64: Fix status return logic in RNG intrinsics (*)
  8f6da08... rs6000: Fix disassembling a vector pair in gcc-10 in little (*)
  247966e... Daily bump. (*)
  27dca33... ipa: Fix resolving speculations through cgraph_edge::set_ca (*)
  7e9c43c... c/99224 - avoid ICEing on invalid __builtin_next_arg (*)
  65767ab... tree-optimization/99253 - fix reduction path check (*)
  a555e44... Daily bump. (*)
  6c699f0... coroutines : Avoid a C++11ism. (*)
  a14691e... tree-nested: Update assert for Fortran module vars [PR97927 (*)
  9b0bbe1... ira: Make sure allocno copies are ordered [PR98791] (*)
  62bba61... Fortran: Fix problem with allocate initialization [PR99545] (*)
  5791ece... Daily bump. (*)
  758d80f... Daily bump. (*)
  a07015a... Daily bump. (*)
  b2b1946... aarch64: Set AARCH64_EXTRA_TUNE_PREFER_ADVSIMD_AUTOVEC for  (*)
  2c68339... Daily bump. (*)
  6925d47... aarch64: Add missing error_mark_node check [PR99381] (*)
  25e3795... Daily bump. (*)
  1183e8f... rs6000: Fix pr98959 testcase (*)
  410ddbb... rs6000: Fix invalid splits when using Altivec style address (*)
  0a35ff4... rs6000: Fix ICE in rs6000_init_builtins when compiling with (*)
  77e58c7... rs6000: Add support for compatibility built-ins (*)
  336cd08... rs6000: Fix invalid address used in MMA built-in function (*)
  22c90e9... Fix Ada bootstrap on Cygwin64 (*)
  4a06849... Fix ICE on atomic enumeration type with LTO (*)
  775858c... Daily bump. (*)
  6051af8... Fix internal error on lambda function (*)
  9ff83e4... Daily bump. (*)
  3c8e29c... runtime: cast SIGSTKSZ to uintptr (*)
  e1da328... aarch64: Add internal tune flag to minimise VL-based scalar (*)
  5494367... Daily bump. (*)
  936d6fe... Daily bump. (*)
  4fbef61... PR libfortran/99218 - matmul on temporary array accesses in (*)
  ed8fede... OpenACC: C/C++ - fix async parsing [PR99137] (*)
  8b41fca... Daily bump. (*)
  c85c240... Fix build breakage with latest glibc release (*)
  b50a2ea... Daily bump. (*)
  a588c87... c++: Normalization and deduction guide rewriting [PR96199] (*)
  371c7a8... c++: C++17 and decltype of multi-operator expression [PR956 (*)
  d455130... cgraph: flatten and same_body aliases [PR96078] (*)
  bf49d83... c++: Fix class NTTP constness handling [PR98810] (*)
  7e008a8... Daily bump. (*)
  81bedd5... d: Fix heap-buffer-overflow in checkModFileAlias [PR 99337] (*)
  2939b35... Fix ICE with pathologically large frames (*)
  85977f6... tree-optimization/98758 - fix integer arithmetic in data-re (*)
  268b543... tree-optimization/98640 - fix bogus sign-extension with VN (*)
  4f0d856... tree-optimization/98526 - fix vectorizer reduction cost (*)
  9272936... tree-optimization/97897 - complex lowering on abnormal edge (*)
  186573a... debug: fix switch lowering debug info (*)
  4812c9a... Daily bump. (*)
  7297af8... Fix PR ada/99095 (*)
  62125ef... Fix ICE in compute_fn_summary (*)
  b580cc4... RISC-V: Implement __builtin_thread_pointer (*)
  0babbc4... Daily bump. (*)
  1b3bb23... arm: force use of r4 for __gnu_cmse_nonsecure_call when !FP (*)
  49a714e... Fix wrong result for 1.0/3.0 at -O2 -fno-omit-frame-pointer (*)
  356cd95... Daily bump. (*)
  23c1d29... Daily bump. (*)
  f6b1c08... c++: Allow GNU attributes before lambda -> [PR90333] (*)
  f98a3c8... c++: variadic lambda template and empty pack [PR97246] (*)
  49a93ba... Daily bump. (*)
  c5ba777... PR fortran/93340 - fix missed substring simplifications (*)
  ce49606... Daily bump. (*)
  ef72961... Daily bump. (*)
  fcfd5cc... arm: Fix CMSE support detection in libgcc (PR target/99157) (*)
  01af811... Fortran: Fix for class defined operators [PR99124]. (*)
  626f4f5... Daily bump. (*)
  e111925... PR fortran/99169 - Do not clobber allocatable intent(out) d (*)
  041f720... aarch64: Add cpu cost tables for A64FX (*)
  d41bf7f... Daily bump. (*)
  89b7f2b... Add mi_thunk support for vcalls on hppa. (*)
  08f43c8... Fortran/OpenMP: Fix optional dummy procedures [PR99171] (*)
  700dcc6... Fortran: Fix ubound simplifcation [PR99027] (*)
  80ec76e... Daily bump. (*)
  866ef25... Daily bump. (*)
  82560ad... Daily bump. (*)
  0011e69... aarch64: Introduce prefer_advsimd_autovec to GCC 10 (*)
  0f225e5... Fortran: Reject DT as fmt in I/O statments [PR99111] (*)
  d3f3b28... Daily bump. (*)
  2901033... Daily bump. (*)
  d7fa3fa... c++: Revert EXPR_LOCATION change to build_aggr_init_expr [P (*)
  36ffa15... Daily bump. (*)
  31f1ee9... Daily bump. (*)
  745cd69... Fix cast in df_worklist_dataflow_doublequeue (*)
  92233fd... Daily bump. (*)
  c0398de... Daily bump. (*)
  757deaa... Daily bump. (*)
  d502116... libgfortran: Fix PR95647 by changing the interfaces of oper (*)
  f248468... Fortran: Fix rank of assumed-rank array [PR99043] (*)
  86d8ecf... c++: consteval and explicit instantiation [PR96905] (*)
  031e972... c++: generic lambda, fn* conv, empty class [PR98326] (*)
  e3f74f9... Daily bump. (*)
  60dbb46... c++: Endless loop with targ deduction in member tmpl [PR958 (*)
  15278fb... Fix -freorder-blocks-and-partition glitch with Windows SEH (*)
  9d3b9a3... Fortran: Fix calls to associate name typebound subroutines  (*)
  3bc79d7... Fortran: Fix ICE after error regression [PR99060]. (*)
  b90c8de... Daily bump. (*)
  617caf7... Daily bump. (*)
  b1d2ed3... Fix miscompilation of Python on HP-PA/Linux (*)
  fa18349... libstdc++: Make coroutine_handle<_Promise>::from_address()  (*)
  e916d73... Daily bump. (*)
  6f98416... Daily bump. (*)
  a0291f8... Daily bump. (*)
  d27f8c5... Daily bump. (*)
  eb15f76... c++: Empty args for variadic concept [PR98717] (*)
  5c20586... Daily bump. (*)
  2211aab... [PR97701] LRA: Don't narrow class only for REG or MEM.  A v (*)
  96bff67... c++: No aggregate CTAD with explicit dguide [PR98802] (*)
  534426f... Daily bump. (*)
  18c03dc... testsuite: Add test for already fixed PR [PR97804] (*)
  ab1aa8c... preprocessor: Make quoting : [PR 95253] (*)
  550bf0c... rtl-optimization/98863 - tame i386 specific RPAD pass (*)
  874eb25... Fix regression with partial rep clause on variant record ty (*)
  c7affa6... Assorted LTO fixes for Ada (*)
  ab5b267... rtl-optimization/98863 - prune RD with LIVE in STV (*)
  0ca62e6... rtl-optimization/98144 - tame REE memory usage (*)
  7d7acc7... Daily bump. (*)
  a4f8e2f... c++: Fix ICE from verify_ctor_sanity [PR98295] (*)
  38c2d95... d: Fix junk in generated symbol on powerpc64-*-* [PR98921] (*)
  a6de3b0... Daily bump. (*)
  c616e86... c++: Improve sorry for __builtin_has_attribute [PR98355] (*)
  f426e4f... c++: cxx_eval_vec_init after zero-initialization [PR96282] (*)
  4311ae2... rtl-optimization/98863 - fix PRE/CPROP memory usage check (*)
  037a02b... PR target/96307: Fix KASAN option checking. (*)
  86dae8a... Daily bump. (*)
  b051aa3... Add missing definition of SIZE_MAX (*)
  739a5d4... 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.


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

only message in thread, other threads:[~2021-04-22 17:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-22 17:23 [gcc/redhat/heads/gcc-10-branch] (423 commits) Merge commit 'r10-9747-g34a9bc1f95027eea1560369765b8b2b5722 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).