[gcc/marxin/heads/PR98815-remove-extra-dominator-release-call] (791 commits) Test simlified call in cgraph_node::analyze().

Martin Liska marxin@gcc.gnu.org
Wed Mar 17 14:18:59 GMT 2021


The branch 'marxin/heads/PR98815-remove-extra-dominator-release-call' was updated to point to:

 ebdb4ec45e8... Test simlified call in cgraph_node::analyze().

It previously pointed to:

 598ea473a4b... Test simlified call in cgraph_node::analyze().

Diff:

!!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST):
-------------------------------------------------------------------

  598ea47... Test simlified call in cgraph_node::analyze().


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

  ebdb4ec... Test simlified call in cgraph_node::analyze().
  39916ce... AArch64: Fix -Werror issue in aarch64_simd_clone_compute_ve (*)
  bc21277... Daily bump. (*)
  a2a6e92... aarch64: Fix up aarch64_simd_clone_compute_vecsize_and_simd (*)
  a4101e5... c++: Fix NaN as C++20 template argument (*)
  0251051... c++: Ensure correct destruction order of local statics [PR9 (*)
  a0b5843... rs6000: Workaround for PR98092 (*)
  d55ce33... i386: Avoid mutual recursion between two peephole2s [PR9960 (*)
  1c7bec8... c++: support target attr for DECL_LOCAL_DECL_P fns [PR99108 (*)
  f6e9c1c... Fix potentially undefined behaviour when computing a sha1 v (*)
  408d137... options: ignore flag_ipa_ra in cl_optimization_compare (*)
  4073a09... IBM Z: Fix "+fvm" constraint with long doubles (*)
  995a740... libstdc++: Remove symbols for new std::call_once implementa (*)
  6ee2463... libstdc++: Revert to old std::call_once implementation [PR  (*)
  7b900dc... c++: Incorrect type equivalence [PR 99496] (*)
  3c5b6d2... Daily bump. (*)
  5f6a43d... gcc-changelog: skip broken commit in git_update_version.py. (*)
  82085eb... i386: Fix up _mm256_vzeroupper() handling [PR99563] (*)
  fcefc59... aarch64: Fix up aarch64_simd_clone_compute_vecsize_and_simd (*)
  1973bea... testsuite: Fix up target selector syntax errors in modules/ (*)
  3a5bcac... libgo: update to Go 1.16.2 release (*)
  7b843d4... Update gcc sv.po. (*)
  770d348... c++: Fix 2 testcases [PR 99601] (*)
  c2be820... libstdc++-v3: Update VTV vars for libtool link commands [PR (*)
  541840b... coroutines : Convert await_ready () expressions to bool [PR (*)
  020b286... coroutines : Handle rethrow from unhandled_exception [PR987 (*)
  26e0eb1... coroutines : Handle for await expressions in for stmts [PR9 (*)
  ed81984... coroutines : Avoid generating empty statements [PR96749]. (*)
  6f4b0ff... libstdc++, testsuite, Darwin : Adjust for names used in sys (*)
  f8aa819... libstdc++, Darwin, ppc : Add new long double symbols. (*)
  99415d0... tree-optimization/98834 - fix optimization regression with  (*)
  dce586f... libstdc++: Implement missing operator overloads in max_size (*)
  33f36b3... analyzer: fix missing comma in initializer (*)
  5b32a18... znver3 tuning part 1 (*)
  5265403... Handle EXEC_IOLENGTH in doloop_contained_procedure_code. (*)
  21ced27... Fortran: Fix problem with allocate initialization [PR99545] (*)
  f20fe2c... OpenMP: Fix 'omp declare target' handling for vars [PR99509 (*)
  b516a15... Fix -Wstring-concatenation warning. (*)
  52b6794... testsuite: fix typo in testcase pr99492.c (*)
  9844eef... Daily bump. (*)
  c2d7c39... PR fortran/99112 - ICE with runtime diagnostics for SIZE in (*)
  5534888... i386: Some more -mavx512vl -mno-avx512bw fixes [PR99321] (*)
  5e93c2f... Daily bump. (*)
  77643ac... PR tree-optimization/99489 - ICE calling strncat after strc (*)
  7987bee... Fortran: Fix for class defined operators [PR99125]. (*)
  bbdf59f... match.pd: Don't optimize vector X + (X << C) -> X * (1 + (1 (*)
  3972574... misc/cgo/testcarchive: don't use == for string equality in  (*)
  8c2cf7f... MAINTAINERS: Add myself for write after approval (*)
  ff4816d... sim: drop dep on configure-gdb (*)
  6da2762... Daily bump. (*)
  6e885ad... c++: ICE with using-decl [PR 99238] (*)
  d8b84e2... Fix memory constraint bug in SPARC back-end (*)
  d065576... Fortran/OpenMP: Accept implicit-save DATA vars for threadpr (*)
  0b54375... Fortran/OpenMP: Fix use_device_{ptr,addr} with assumed-size (*)
  a6e9633... Fortran: Fix libgfortran I/O race with newunit_free [PR9952 (*)
  3bb345c... i386: Hopefully last set of -mavx512vl -mno-avx512bw fixes  (*)
  425afe1... c++: Fix up calls to immediate functions returning referenc (*)
  0df3eb2... analyzer: document new param (*)
  a7ac3e9... gcc-changelog: allow ChangeLog deletion in a commit (*)
  48ff383... Daily bump. (*)
  7ad5a72... compiler: create temporaries for heap variables (*)
  3857edb... analyzer: new implementation of shortest feasible path [PR9 (*)
  5e33e5b... analyzer: support reverse direction in shortest-paths.h (*)
  3f95834... analyzer: gracefully handle impossible paths in shortest-pa (*)
  c4f8e56... libstdc++: Add a fallback 128-bit integer class type and us (*)
  349adff... libstdc++: Remove Ryu's uint128_t aliases (*)
  60097be... libstdc++: Add a LOCAL_PATCHES file to Ryu source directory (*)
  a38fa1b... libstdc++: Factor out uses of __int128 into a type alias (*)
  26ed5a2... aix: Use lcomm for TLS static data. (*)
  5f27a9f... c++: Fix unhiding friend with imports [PR 99248] (*)
  5643f6f... libstdc++: Make barrier::arrival_token a move-only class ty (*)
  9dacc82... libstdc++: Fix find_type helper to work consistently (*)
  15825b1... libstdc++: Use acq_rel memory ordering [PR 99537] (*)
  8cfb387... libstdc++: Handle EPERM for filesystem access errors on Mac (*)
  67e3976... libstdc++: Initialize std::normal_distribution::_M_saved [P (*)
  edc61d3... c++: template partial instantiation mismatch [PR 99528] (*)
  52db241... MAINTAINERS updates for ex-ImgTec employees (*)
  04638a8... Add -fprofile-reproducible=parallel-runs to STAGEfeedback_C (*)
  3b938c6... testsuite/98245 - adjust dump scanning of gcc.dg/vect/bb-sl (*)
  aa0d8a3... testsuite/97494 - XFAIL gcc.dg/vect/pr97428.c on !vect_hw_m (*)
  f6c1d02... testsuite/97494 - XFAIL gcc.dg/vect/vect-complex-5.c on !ve (*)
  9d4ad85... testsuite/97494 - amend gcc.dg/vect/slp-21.c (*)
  b08c978... tree-optimization/99523 - missing SSA decls in dumps (*)
  070ab28... icf: Check return type of internal fn calls [PR99517] (*)
  aa27696... cris: define HARD_FRAME_POINTER_REGNUM (*)
  e980085... Daily bump. (*)
  4fa6356... aix: align double complex (*)
  8c21bc6... PR fortran/99205 - Out of memory with undefined character l (*)
  d38bbb8... [PR99422] LRA: Don't check unknown constraint, use X for em (*)
  8f316f4... rs6000: Fix pr98959 testcase (*)
  9dcc2ed... Fortran: Fix wording in intrinsic.texi's MIN (*)
  1f42877... c++: ICE do to GC leakage [PR 99423] (*)
  44fd4dc... analyzer: factor out new class feasibility_state (*)
  6b78729... committed: analyzer: remove duplicated vfuncs (*)
  5bf9982... testsuite: Fix up pr99305.C test on unsigned_char targets [ (*)
  71dc5ae... Add options to link with libatomic in various tests. (*)
  b97af56... c++: Propagate assembler name from local-externs [PR 99508] (*)
  47cca02... libstdc++: Fix headers that can't be used as header units [ (*)
  dddd011... libstdc++: Implement LWG 3530 for concept-constrained compa (*)
  b6073c9... aarch64: Fix typo in aarch64.c comment (*)
  cb33c72... Add LRA target selector. (*)
  46b52b4... analyzer: remove some no-longer-needed -Wno-analyzer-too-co (*)
  c4a36bb... docs: add interactive vs batch distinction to UX guidelines (*)
  3fbac26... [testsuite] Fix target selector for pr99102.c (*)
  99d5299... [Vect] Fix mask check on Scatter loads/stores (*)
  6ceb712... tree-optimization/99510 - fix type reuse of build_aligned_t (*)
  47403a0... Do not assume that __float128 exists (*)
  1c3c12b... Fix ICE on atomic enumeration type with LTO (*)
  da7343a... Fix miscompilation of Ada runtime on 64-bit SPARC (*)
  e7afb82... libstdc++: Uncomment more parts of <chrono> synopsis test (*)
  5987d8a... cris: define DWARF_FRAME_REGISTERS (*)
  8dc225d... Daily bump. (*)
  63d74fe... IRA: Process digital constraints containing more one digit (*)
  0455cd7... RTEMS: Fix -Werror builds (*)
  b610c30... phiopt: Fix up conditional_replacement [PR99305] (*)
  c60ad1c... rs6000: Fix check_effective_target_sqrt_insn (PR99352) (*)
  a1e4fc1... arm: fix bootstrap failure following automatic mode selecti (*)
  fb5d9e8... [PR99454] LRA: Process separately 'g' and digital constrain (*)
  9f8be03... Re: [PATCH v2] fix Ada bootstrap on Cygwin64 (PR bootstrap/ (*)
  4e252e2... c++: Fix coroutines on targetm.cxx.cdtor_return_this target (*)
  01d0ba0... Fix building the RX port of gcc. (*)
  9f05c27... Assorted testsuite fixes (*)
  defafb7... Fix internal error on lambda function (*)
  9725df0... [PR99454] LRA: Process 0..9 constraints in process_address_ (*)
  43c66b1... IBM Z: arch14 fix option string used for Binutils (*)
  ea7fff4... testsuite: Fix up pr98920.c on non-glibc or old glibc targe (*)
  4b3d86a... c++: Clarify note about -fmodules-ts [PR 99472] (*)
  08ce558... arc: Remove orphan function. (*)
  eb5e199... i386: Properly set ix86_isa_flags (*)
  e5cdf69... Checked in non-final version of patch in commit 9433c844c8b (*)
  7eef9a6... add powerpc_vsx_ok requirement to undef-bool tests (*)
  9433c84... Tighten predicates for p10 ld/cmpi fusion (*)
  d5d3f15... runtime: cast SIGSTKSZ to uintptr (*)
  6405b40... Daily bump. (*)
  ee73fb5... Update cpplib eo.po. (*)
  ff73350... Update gcc de.po, sv.po. (*)
  75897e3... Adjust my email address to a personal one (*)
  bd85b4d... PR fortran/49278 - ICE when combining DATA with default ini (*)
  f3daa6c... PR middle-end/98266 - bogus array subscript is partly outsi (*)
  7f5ff78... PR middle-end/97631 - bogus "writing one too many bytes" wa (*)
  b64551a... c++: Add test for PR96268. (*)
  bc56d27... C++: Enable c++2b module mode [PR 99436] (*)
  504450c... c++: Poor diagnostic in header-unit [PR 99468] (*)
  cb25dea... rs6000: Fix invalid splits when using Altivec style address (*)
  ded6a19... c++: Incorrect specialization hash table [PR 99285] (*)
  0d9a70e... aarch64: Fix PR99437 - tighten shift predicates for narrowi (*)
  81fee43... libsanitizer: cherry-pick ad294e572bc5c16f9dc420cc994322de6 (*)
  04b4828... [PR99422] LRA: Skip modifiers when processing memory addres (*)
  e95554d... i386: Enable UINTR and HRESET for -march that supports it (*)
  3cb8aab... IBM Z: Fix usage of "f" constraint with long doubles (*)
  8a6a626... tree-nested: Update assert for Fortran module vars [PR97927 (*)
  e99b25d... IBM Z: Fix vcond-shift.c testcase. (*)
  b48d76c... Daily bump. (*)
  a18ebd6... i386: Fix some -mavx512vl -mno-avx512bw bugs [PR99321] (*)
  0ad6a2e... Daily bump. (*)
  d1bba46... c++: Fix constexpr evaluation of pre-increment when !lval [ (*)
  0cc54a6... middle-end: Pretty-print address space of aggregates (*)
  5b41f1c... d: Don't set default flag_complex_method. (*)
  73a9216... libgcov: Fix build on Darwin [PR99406] (*)
  8418559... libstdc++: Improve std::rot[lr] [PR99396] (*)
  574e760... c++: Fix tsubsting member variable template-id [PR96330] (*)
  b49d23f... c++: adc_unify deduction with constrained auto [PR99365] (*)
  7723f56... cris: don't define MAX_FIXED_MODE_SIZE (*)
  3c29792... gcc.target/cris/pr93372-1.c: Adjust expectations for elimin (*)
  ceae953... Daily bump. (*)
  02a3554... c++: Pointer-to-member fn conversion with noexcept [PR99374 (*)
  c2e64c3... c++: ICE with -Wshadow and enumerator in template [PR99120] (*)
  812230c... testsuite: Update testcase for PR96078 fix [PR99363] (*)
  a3ad648... openmp: Avoid ICEs due to orphaned labels in OpenMP regions (*)
  9e64dd6... c++: Duplicate namespace bindings [PR 99245] (*)
  b1bee29... PR libfortran/99218 - matmul on temporary array accesses in (*)
  1e5cdb9... c++: Local instantiations of imported specializations [PR 9 (*)
  3d9577c... coroutines : Adjust constraints on when to build ctors [PR9 (*)
  9ee9107... coroutines : Do not accept throwing final await expressions (*)
  fe55086... coroutines : Handle exceptions throw before the first await (*)
  9105757... [PR99378] LRA: Skip decomposing address	for asm insn operan (*)
  b8188b7... ipa: Fix resolving speculations through cgraph_edge::set_ca (*)
  4d66685... c++: instantiating imported specializations [PR 99389] (*)
  331763d... Fix build breakage with latest glibc release (*)
  e51f67c... Fix oversight in support for forward declarations (*)
  28354bc... Fix undefined behavior spotted by the sanitizer (*)
  6ddedd3... OpenACC: C/C++ - fix async parsing [PR99137] (*)
  80cf2fa... Fortran: Follow fixes to -freal-{4,8}-real* handling [PR993 (*)
  8d240b3... gcc.dg/debug/dwarf2/stacked-qualified-types-3.c: xfail for  (*)
  67f10d2... Daily bump. (*)
  0d737ed... Darwin, testsuite : Prune 'object file not found for object (*)
  0ad6de3... expand: Fix ICE in store_bit_field_using_insv [PR93235] (*)
  87dc3d0... Handle ERROR_MARK in direct_abstract_declarator (*)
  6a8fc0c... profiling: fix streaming of TOPN counters (*)
  c981619... c++: Fix up [[nodiscard]] on ctors on targetm.cxx.cdtor_ret (*)
  a1b56c3... c-ppoutput: Fix preprocessing ICE on very large line number (*)
  a6bc168... aarch64: Add missing error_mark_node check [PR99381] (*)
  9553c8a... c++: Post-pending redesign cleanup [PR 99170] (*)
  e52ef6e... Add input_modes parameter to TARGET_MD_ASM_ADJUST hook (*)
  af60228... IBM Z: Compile mul-signed-overflow tests on old machines (*)
  c778a23... c++: Redesign pending entity handling [PR 99170] (*)
  4c955b4... gcov: call mmap MAP_ANONYMOUS with fd equal to -1 (*)
  f232f78... middle-end/97855 - avoid recursing into pp_printf (*)
  905ce0c... libstdc++: Fix buffer overflows in tests [PR 99382] (*)
  f65e551... libgomp: Use sizeof(void*) based checks instead of looking  (*)
  d259ab1... Fortran: Fix -freal-{4,8}-real* handling [PR99355] (*)
  f3641ac... Daily bump. (*)
  cdfc2f6... gcc.misc-tests/outputs.exp: enumerate tests (*)
  5c8eb88... gcc.misc-tests/outputs.exp: assert unique test-names (*)
  8d57bda... Correct a workaround for vectorized stores. (*)
  9a5a1e2... Update size attribute for Power10. (*)
  c390c5d... c++: Defer cloning to post-loading [PR 99170] (*)
  49df367... c++: Add fixed test [PR96474] (*)
  499193a... c++: Defer specialization registration [PR 99170] (*)
  d617787... d: Fix heap-buffer-overflow in checkModFileAlias [PR 99337] (*)
  5a559ac... c++: Unify REQUIRES_EXPR evaluation / diagnostic routines (*)
  662ef5b... c++: Clean up normalization and satisfaction routines (*)
  39d7eb8... testsuite: aarch64: Add tests for vcvt FP intrinsics (*)
  3a0fbf7... testsuite: aarch64: Add tests for v[q]mov[u]n_high intrinsi (*)
  fd85814... testsuite: aarch64: Add tests for v[r]shrn_high intrinsics (*)
  949eab5... testsuite: aarch64: Add tests for narrowing-arithmetic intr (*)
  0b8fa12... c++: Fix -fstrong-eval-order for operator &&, || and , [PR8 (*)
  fa6092d... sparcv9: Disable -Wuninitialized warnings breaking bootstra (*)
  1dabbfb... c++: ICE with deduction guide in checking type-dep [PR99009 (*)
  15cf7fe... arm: Ignore --with-mode when CPU only supports one instruct (*)
  74aee6d... c++: C++17 and decltype of multi-operator expression [PR956 (*)
  5bc3a2b... libstdc++: Update Solaris baselines for GCC 11.1 (*)
  00d79dc... gcov: use mmap pools for KVP. (*)
  8cfa065... testsuite: i386: Fix gcc.target/i386/pr95798-?.c on Solaris (*)
  8c4f0c0... c++: namespace reachability [PR 99344] (*)
  a726723... libstdc++: Don't use reserved identifiers in simd headers (*)
  357c435... Fix ICE with pathologically large frames (*)
  f1b1306... i386: Fix a peephole2 for -mavx512vl -mno-avx512bw [PR99321 (*)
  ba09d11... c-family: Avoid ICE on va_arg [PR99324] (*)
  b504034... dwarf2out: Fix -gsplit-dwarf on riscv or other non-.uleb128 (*)
  4ad5b19... cfgrtl: Fix up fixup_partitions caused ICE [PR99085] (*)
  006693a... libgfortran: Fix negation for largest integer [PR81986] (*)
  f8e7f3f... cgraph: flatten and same_body aliases [PR96078] (*)
  9b2084d... libbacktrace: don't special case file 0 (*)
  d97a92d... Daily bump. (*)
  1c4b7b3... aix: Fix TLS thread pointer function names. (*)
  7fddf3d... outputs.exp: skip @file -save-temps if target has -L or -I (*)
  8b6ebc0... [PATCH] Fix Ada bootstrap failure on Cygwin since switch to (*)
  d1776b7... compiler: allow //go:embed in files underscore-importing em (*)
  df003d1... libbacktrace: pass -1 to error callback for unrecognized DW (*)
  41fbacd... diagnostics: fix ICE on fix-it hints on very long lines [PR (*)
  e7ca376... PR middle-end/99276 - grammar in diagnostics for overflowin (*)
  397ed1d... PR middle-end/99295 - documentation on __attribute__((mallo (*)
  66ecb05... PR c++/99251 - inconsistent -Wnonnull warning behaviour wit (*)
  5a233ae... dwarf2out: Fix up split-dwarf .debug_macro handling [PR9931 (*)
  168b75f... Fix PR ada/99095 (*)
  f8e4d7a... analyzer: remove dead code (*)
  e52f8ec... c++: Fix satisfaction of placeholder type constraints [PR96 (*)
  276cb81... c++: Delay normalizing nested requirements until satisfacti (*)
  04b1059... c++: Some preparatory type canonicalization fixes (*)
  d6378b9... c++: Avoid building garbage trees from tsubst_requires_expr (*)
  2bd5891... IBM Z: arch14: New instrinsics (*)
  796a35b... IBM Z: arch14: Add command line options (*)
  ff92ede... vrp: Improve register_edge_assert_for [PR95757] (*)
  34d39d1... IBM Z: Run mul-signed-overflow tests only on z14 (*)
  76c99cb... Fix __sprintfkf prototype in libgcc. (*)
  8893888... Daily bump. (*)
  3104dbd... Do not call Set_Cloned_Subtype on private type (*)
  491d5b3... dwarf2unwind : Force the CFA after remember/restore pairs [ (*)
  4ed0a92... s390: add exceptions for param modified by target pragma (*)
  2e0bb9e... c++: Completeness of typedef structs [PR 99294] (*)
  150bde3... Fix ICE in compute_fn_summary (*)
  074226d... Fix wrong result for 1.0/3.0 at -O2 -fno-omit-frame-pointer (*)
  2c83c3f... Daily bump. (*)
  6838d1b... Update gcc de.po, sv.po. (*)
  3c173f7... testsuite, coroutines : Mark final awaiters and co_await op (*)
  7e5d7fc... c++: Fix attr-lambda3.C (*)
  48ca218... fortran: Fix up wording of 3 OpenMP diagnostic messages [PR (*)
  3a77ca7... fortran: Replace double space in diagnostic with a single o (*)
  d3805e6... typos: Fix various typos - mainly misspelled reference* [PR (*)
  ec9dc4f... Daily bump. (*)
  5d9d6c1... c++: Allow GNU attributes before lambda -> [PR90333] (*)
  a938e46... Darwin : Update a disgnostic message [NFC]. (*)
  e3eda9a... libgomp, testsuite : Require alias support for PR96390 test (*)
  699672d... libstdc++: Fix conversions from date types to integers [PR  (*)
  652623f... gcse, ipa-devirt: Use %wd/%wu instead of HOST_WIDE_INT_PRIN (*)
  06a9f20... Daily bump. (*)
  ded7355... analyzer: implement exploded_path copy ctor (*)
  95a8267... Update gcc de.po. (*)
  9d5b4b6... revert just-added duplicate fpic target requirement (*)
  1c922c1... Add missing dg-require-effective-target fpic directives to  (*)
  c173346... middle-end/99281 - avoid bitfield stores into addressable t (*)
  0f161cc... c++: Implement P1102R2 - Down with ()! (*)
  27f9a87... c++: Fix operator() lookup in lambdas [PR95451] (*)
  ff7a515... c/99275 - fix missing space in diagnostic (*)
  7c65733... c++: Fix class NTTP constness handling [PR98810] (*)
  0159535... rs6000: Fix ICE in rs6000_init_builtins when compiling with (*)
  b8d85f5... Optimize pcrel access of globals (*)
  9967bbf... [PATCH v4 1/2] MIPS: unaligned load: use SImode for SUBREG  (*)
  97989a2... builtins: Fix typos in warn_for_access [PR99278] (*)
  2fbed0d... libgo: ensure memmove, memset 8 byte atomicity on ppc64x (*)
  a505fad... analyzer: eliminate dedupe_candidate [PR96374] (*)
  6bd409c... c++: abbreviated function template return type rewriting [P (*)
  daa6884... Daily bump. (*)
  d656bfd... openmp: Fix intermittent hanging of task-detach-6 libgomp t (*)
  7fb9a1e... c++: Fix pretty printing the context of local class [PR9921 (*)
  676f6f3... c++: Fix CTAD of single-element initializer list [PR99103] (*)
  2ffc264... c++: const_cast of null pointer in constant expr [PR99176] (*)
  b8ff3f8... coroutines : Call promise CTOR with parm copies [PR97587]. (*)
  7005a50... coroutines : Remove throwing_cleanup marks from the ramp [P (*)
  5051c12... aarch64 : Mark rotate immediates with '#' as per DDI0487iFc (*)
  44ab1cc... arm: force use of r4 for __gnu_cmse_nonsecure_call when !FP (*)
  9592dea... c++: Rename new -flang-note-module-read option [PR 99166] (*)
  9f08c08... c++tools: Make NETWORKING define check consistent [PR 98318 (*)
  a47cec4... libstdc++: Use uint32_t for all year_month_day::_S_from_day (*)
  232f746... pr95690.f90: move error line for CRIS. (*)
  28af4b9... slp: Don't traverse tree on (nil) nodes. (*)
  557a0d3... [PR99233] tesstsuite: Run test pr96264.c only for little en (*)
  01c2ce1... PR middle-end/97172 - ICE: tree code 'ssa_name' is not supp (*)
  ed255fd... libstdc++: Document library versioning for GCC 11 (*)
  31002af... libstdc++: Do not assume std::FILE is complete [PR 99270] (*)
  e54e728... libstdc++: Update baseline symbols for {aarch64,ia64,m68k,r (*)
  2bf9e68... c++:  Fix typo in module-mapper [PR 98318] (*)
  75c74a8... libstdc++: Fix narrowing conversion in year_month_day [PR 9 (*)
  7244879... libstdc++: Add std::to_underlying for C++23 (*)
  a21b99e... Bump gcc/BASE-VER to 11.0.1 now that we are in stage4. (*)
  1193d05... tree-optimization/99253 - fix reduction path check (*)
  880682e... match.pd: Use :s for (T)(A) + CST -> (T)(A + CST) [PR95798] (*)
  3cf52b8... vrp: Handle VCE in vrp_simplify_cond_using_ranges [PR80635] (*)
  5e7c092... Make the PR99220 fix more robust (*)
  a6baafc... analyzer: fix false positive on realloc [PR99193] (*)
  4028d01... Daily bump. (*)
  94bfe81... libstdc++: Fix order of arguments to sprintf [PR 99261] (*)
  cb0184b... libstdc++: Fix __floating_to_chars_precision for __float128 (*)
  f207eed... c++: Macro location fixes [PR 98718] (*)
  9a4eb72... testsuite, coroutines : Make final_suspend calls noexcept. (*)
  9d2a691... openmp: Diagnose invalid teams nested in target construct [ (*)
  35da095... libgcc: Avoid signed negation overflow in __powi?f2 [PR9923 (*)
  b6680c2... [PR99123] inline-asm: Don't use decompose_mem_address to fi (*)
  8265ab0... libstdc++: More efficient last day of month (*)
  1267939... libstdc++: More efficient is_leap (*)
  97d6161... libstdc++: More efficient days from date (*)
  3dfd549... libstdc++: More efficient date from days (*)
  9e0d8a3... cris: support -fstack-usage (*)
  70aa0e6... libstdc++: Robustify long double std::to_chars testcase [PR (*)
  a13be18... c++: modules & -fpreprocessed [PR 99072] (*)
  f90027d... libstdc++: Define std::to_chars overloads for __ieee128 [PR (*)
  d0453cf... libstdc++: Fix failing tests due to 'u' identifier in kerne (*)
  fac929a... Rename next_insn_prefixed_p for improved clarity. (*)
  5159b88... Fortran: Fix memory problems with assumed rank formal args  (*)
  be30dd8... arm: Fix CMSE support detection in libgcc (PR target/99157) (*)
  ea5a82d... PR middle-end/97172 - ICE: tree code 'ssa_name' is not supp (*)
  6c35e79... slp: fix accidental resource re-use of slp_tree (PR99220) (*)
  96c5a85... [comitted] Testsuite: Disable PR99149 test on big-endian (*)
  f13d9e4... coroutines : Adjust error handling for type-dependent corou (*)
  6e646ab... fold-const: Fix up ((1 << x) & y) != 0 folding for vectors  (*)
  5296bd5... slp: fix sharing of SLP only patterns. (*)
  66e070b... Revert: "Don't build insn-extract.o with rtl checking" (*)
  084963d... c/99224 - avoid ICEing on invalid __builtin_next_arg (*)
  71e24b0... Daily bump. (*)
  77ef995... rs6000: Add support for compatibility built-ins (*)
  6d134ca... PR c++/99074 - crash in dynamic_cast<>() on null pointer (*)
  29a5298... Fortran: Fix for class defined operators [PR99124]. (*)
  a6c7e0f... PR fortran/99206 - ICE in add_init_expr_to_sym, at fortran/ (*)
  47145e6... c++: typedef for linkage [PR 99208] (*)
  3f83845... IPA ICF + ASAN: do not merge vars with different alignment (*)
  5bd7afb... c++: Fix folding of non-dependent BASELINKs [PR95468] (*)
  cac960a... c++: Micro-optimize instantiation_dependent_expression_p (*)
  e03e58c... Fix UBSAN in __ubsan::Value::getSIntValue (*)
  74af13c... config.sub, config.guess : Import upstream 2021-01-25. (*)
  37b64a3... fold-const: Fix ICE in fold_read_from_constant_string on in (*)
  efa64fc... libstdc++: Fix up constexpr std::char_traits<char>::compare (*)
  7e647d7... libstdc++: Fix up parallel_backend_serial.h [PR97549] (*)
  f4a3cea... rs6000: Use rldimi for vec init instead of shift + ior (*)
  198c560... libstdc++: Fix endianness issue with IBM long double [PR983 (*)
  635cf58... Update gcc sv.po. (*)
  222abf8... g++.dg/warn/Wplacement-new-size-1.C, -2, -6: Fix for defaul (*)
  2f5765c... Daily bump. (*)
  5ee4ba0... analyzer: handle error/error_at_line [PR99196] (*)
  609204a... Require SHF_GNU_RETAIN support for retain tests (*)
  a65b9ad... aarch64: Add internal tune flag to minimise VL-based scalar (*)
  692ba08... Fix a comment line that was too long. (*)
  7811835... Add conversions between _Float128 and Decimal. (*)
  8e99b5b... g++.dg/warn/Warray-bounds-10..13: Fix for 32-bit newlib tar (*)
  a7de0ff... testsuite/gcc.target/cris/biap.c: Add a Y+=X*2 to the Y+=X* (*)
  dd73763... testsuite/gcc.target/cris/biap-mul.c: New test. (*)
  6cb6894... cris: Fix addi insn mult vs. shift canonicalization (*)
  afed550... c++: Recursing header imports and other duplicates [PR 9917 (*)
  d789cf1... Add mi_thunk support for vcalls on hppa. (*)
  c49fcfd... c++: cross-header-unit template definitions [PR 99153] (*)
  4c31a3a... ira: Make sure allocno copies are ordered [PR98791] (*)
  e9b3403... Fortran/OpenMP: Fix optional dummy procedures [PR99171] (*)
  451002e... Fix ICE in tree_inlinable_function_p. (*)
  44841e1... dump SLP subgraph before costing (*)
  8a8eee6... tree-optimization/99165 - fix ICE in store-merging w/ non-c (*)
  60b99ee... Daily bump. (*)
  2df374b... PR fortran/99169 - Do not clobber allocatable intent(out) d (*)
  3cc5f86... Revert: "i386: Remove REG_ALLOC_ORDER definition" (*)
  b2a55ca... Daily bump. (*)
  470beb9... libiberty: autogenerate aclocal.m4 (*)
  93e8054... testsuite: skip attr-retain-?.c on AIX (*)
  b6e446c... IBM Z: Fix long double <-> DFP conversions (*)
  a974b8a... IBM Z: Improve FPRX2 <-> TF conversions (*)
  50352c6... Daily bump. (*)
  14886cb... c++: Incorrect module-number ordering [PR 98741] (*)
  dfa2f82... fortran: Object types should be declared before use in NAME (*)
  d1e7e83... Update gcc fr.po. (*)
  13e6fad... libgo: update to Go1.16 release (*)
  af02782... PR fortran/99147 - Sanitizer detects heap-use-after-free in (*)
  7d524a5... Update .po files. (*)
  3599ecb... PR c/97172 - ICE: tree code 'ssa_name' is not supported in  (*)
  bfe83ae... c++: Inform of CMI reads [PR 99166] (*)
  f86e187... Fortran: Fix coarray handling for gfc_dep_resolver [PR99010 (*)
  72d91d6... Fortran: Fix DTIO with type ICE [PR99146] (*)
  c8d1383... Fix typo in param description. (*)
  1a2a709... middle-end/99122 - more VLA inlining fixes (*)
  1a132c4... arm: Fix ICE with -fstack-protector -mpure-code [PR98998] (*)
  37bde2f... tree-cfg: Fix up gimple_merge_blocks FORCED_LABEL handling  (*)
  9d44918... libstdc++: Fix __thread_relax for non-gthreads non-x86 targ (*)
  f600f27... Fortran: Fix ubound simplifcation [PR99027] (*)
  6070e39... aarch64: Check predicate when using gen_vec_duplicate [PR98 (*)
  0b2b7ef... [PATCH v2] libiberty(argv.c): Fix memory leak in expandargv (*)
  d909ead... c++: Tweak PR969626 patch (*)
  b258e26... jit: fix ICE on BUILT_IN_TRAP [PR99126] (*)
  187d0d5... c++: Tuple of self-dependent classes [PR96926] (*)
  bf81237... Daily bump. (*)
  d1efec5... [PR96264] LRA: Check output insn hard regs when updating av (*)
  6347f4a... Add retain attribute to place symbols in SHF_GNU_RETAIN sec (*)
  1f9db69... c++: header-unit build capability [PR 99023] (*)
  d82f829... c: Fix ICE with -fexcess-precision=standard [PR99136] (*)
  1021222... c++: Remove obsolete dg-module-headers [PR 99023] (*)
  a796f8a... c++: Remove large abi-specific tests [PR 99150] (*)
  3bfa968... c++: Fix -std=c++20 ICE on virtual method call [PR99132] (*)
  7ee164d... middle-end/99122 - Issues with VLA parameter inlining (*)
  a2ef38b... match.pd: Restrict clz cmp 0 replacement by single_use, PR9 (*)
  a154162... i386: Avoid C++ global constructors in every object that in (*)
  f72e3d8... array-bounds: Fix up ICE on overaligned variables [PR99109] (*)
  decd8fb... i386: Fix up df uses in i386 splitters [PR99104] (*)
  acc0ee5... Daily bump. (*)
  963aecf... testsuite: add regression test for PR analyzer/94596 (*)
  d8889c9... c++: Macros need to be GTY-reachable [PR 99023] (*)
  e0139b2... analyzer: fix false leak involving params [PR98969] (*)
  366cf11... openacc: Strided array sections and components of derived-t (*)
  d28f3da... openacc: Fix lowering for derived-type mappings through arr (*)
  7768cad... c++: Fix up build_zero_init_1 once more [PR99106] (*)
  24bf79f... c++: More set_identifier_type_value fixing [PR 99116] (*)
  d46c7e2... c++: ICE with header-units [PR 99071] (*)
  06505e7... mips: Avoid out-of-bounds access in mips_symbol_insns [PR98 (*)
  78a6d0e... c++: Revert EXPR_LOCATION change to build_aggr_init_expr [P (*)
  0e804ce... Daily bump. (*)
  e7a8d69... compiler: unalias receiver type in export data (*)
  b37695c... c++: directives-only preprocessing and include translation  (*)
  30a4d95... c-family: ICE with assume_aligned attribute [PR99062] (*)
  5d5e4f6... [PATCH 3/3] MIPS: fix compact-branches test FAIL for PIC de (*)
  799478b... Fortran: %re/%im fixes for OpenMP/OpenACC + gfc_is_simplify (*)
  72d7865... [PR98096] inline-asm: Take inout operands into account for  (*)
  ebf9b6c... Fortran: Reject DT as fmt in I/O statments [PR99111] (*)
  3f16a16... tree-optimization/38474 - improve PTA varinfo sorting (*)
  1531f39... openmp: Fix up vectorization simd call badness computation  (*)
  0b5c58c... gcc.misc-tests/outputs.exp (outest): Fix typo "is_target". (*)
  de59473... Daily bump. (*)
  f9d4544... aarch64: Run SUBTARGET_INIT_BUILTINS if it exists (*)
  a33927c... rtl-optimization: Fix uninitialized use of opaque mode vari (*)
  cc9a0a3... libstdc++: Fix __thread_yield for non-gthreads targets (*)
  d27153f... libstdc++: Add missing return and use reserved name (*)
  abe07a7... rtl-ssa: Reduce the amount of temporary memory needed [PR98 (*)
  40f235b... Fix 2 more leaks related to gen_command_line_string. (*)
  26cedbc... Add 2 missing Param keywords. (*)
  8ec4f69... Fix cast in df_worklist_dataflow_doublequeue (*)
  70099a6... match.pd: Fix up A % (cast) (pow2cst << B) simplification [ (*)
  c5ae38e... Daily bump. (*)
  9966699... Fix memory leak in ipa-refernece (*)
  4e3590d... libstdc++: Restore <unistd.h> in testsuite_fs.h header [PR  (*)
  c8656df... Daily bump. (*)
  18fabc3... RISC-V: Avoid zero/sign extend for volatile loads.  Fix for (*)
  a495381... RISC-V: Shorten memrefs improvement, partial fix 97417. (*)
  05402ca... passes: Enable split4 with selective scheduling 2 [PR98439] (*)
  a3b38b7... d: Merge upstream dmd 7132b3537 (*)
  0f3a743... i386: Add combiner splitter to optimize V2SImode memory rot (*)
  fab095d... Daily bump. (*)
  eb64b0b... testsuite: Restrict gcc.dg/rtl/aarch64/multi-subreg-1.c tes (*)
  8c4137c... c++: Seed imported bindings [PR 99039] (*)
  0c27fe9... c++: Register streamed-in decls when new [PR 99040] (*)
  8f93e1b... Expunge namespace-scope IDENTIFIER_TYPE_VALUE & global_type (*)
  9769564... compiler: open byte slice and string embeds using the absol (*)
  f3d7fd1... PR c/99055 - memory leak in warn_parm_array_mismatch (*)
  0631e00... libgfortran: Fix PR95647 by changing the interfaces of oper (*)
  adfee3c... rtl-ssa: Use right obstack for temporary allocation (*)
  f60226f... df: Record all definitions in DF_LR_BB_INFO->def [PR98863] (*)
  b721040... libstdc++: Re-enable workaround for _wstat64 bug, again [PR (*)
  1dfd95f... libstdc++: Fix filesystem::rename on Windows [PR 98985] (*)
  4179ec1... libstdc++: Make "nonexistent" paths less predictable in fil (*)
  d1a821b... libstdc++: Include scope ID in net::internet::address_v6::t (*)
  970ba71... libstdc++: Fix errors in <experimental/internet> (*)
  87eaa3c... libstdc++: Add unused attributes to shared_ptr functions (*)
  c4ece1d... libstdc++: XFAIL tests that depends on RTTI (*)
  0bd242e... libstdc++: Make test memory_resource work without exception (*)
  e9c3105... libstdc++: Only use dynamic_cast in tests when RTTI is enab (*)
  14b554c... libstdc++: Fix errors when syncbuf is used without RTTI (*)
  4591f7e... libstdc++: Fix bootstrap with -fno-rtti [PR 99077] (*)
  71b8ed7... testsuite, arm: Add -mthumb to pr98931.c [PR target/98931] (*)
  3fbf81a... [Ada] Remove unused subprograms (continued) (*)
  f699e0b... Fortran: Fix rank of assumed-rank array [PR99043] (*)
  6cc886b... middle-end/38474 - fix alias walk budget accounting in IPA  (*)
  bc6087c... Fix producer string memory leaks (*)
  cf059e1... c++: Fix endless errors on invalid requirement seq [PR97742 (*)
  95d94b5... tree-optimization/38474 - fix store-merging compile-time re (*)
  ac001dd... c++: variadic lambda template and empty pack [PR97246] (*)
  3e2f329... libbacktrace: check for objcopy --add-gnu-debuglink using - (*)
  467a482... analyzer: fix ICE in print_mem_ref [PR98969] (*)
  0c5cdb3... Daily bump. (*)
  85cefe2... Fix -freorder-blocks-and-partition glitch with Windows SEH (*)
  5e40542... libgomp/i386: Revert the type of syscall wrappers output ba (*)
  c36ad24... libgomp/i386: Move syscall asms to static inline wrapper. (*)
  88cfd53... c++: Endless loop with targ deduction in member tmpl [PR958 (*)
  2432c47... rs6000: Fix invalid address used in MMA built-in function (*)
  bc0f7db... libstdc++: Fix versioned namespace build (*)
  ce43c90... libstdc++: Document when C++11/14/17 support became stable  (*)
  2dcdd15... c++: Fix zero initialization of flexible array members [PR9 (*)
  f0da1c0... c++: ICE with unexpanded pack in do-while [PR99063] (*)
  cb168f7... c++: Fix ICE from op_unqualified_lookup [PR97582] (*)
  38c5703... arm: Low overhead loop handle long range branches [PR98931] (*)
  4af2998... [aarch64][vect] Support V8QI->V8HI WIDEN_ patterns (*)
  ff69032... Fortran: Fix calls to associate name typebound subroutines  (*)
  22a6d99... reduce sparseset memory requirement (*)
  5ee5415... Fortran: Fix ICE after error regression [PR99060]. (*)
  2e9dfa4... Fortran: intrinsic.texi add missing arg to FINDLOC (*)
  a5c4f55... use -mfpu=auto for arm/simd/vmmla_1.c (*)
  19c0232... libgfortran: Fix unwanted end-of-record by checking if seen (*)
  27a804b... c, c++: Plug -Wduplicated-cond memory leaks [PR99057] (*)
  4b37c3e... Daily bump. (*)
  21c6ad7... Add test for PR tree-optimization/92879. (*)
  1f5c808... libcpp: fix ICE comparing macro locations without column in (*)
  0f39fb7... varasm: Fix ICE with -fsyntax-only [PR99035] (*)
  20482cf... i386: Fix ICEs due to simplify_gen_subreg returning NULL [P (*)
  a8db788... c++: Consider addresses of heap artificial vars always non- (*)
  5874d15... nvptx: properly use flag_patchable_function_entry (*)
  3df5b24... libstdc++: Re-enable workaround for _wstat64 bug [PR 88881] (*)
  313e2dc... libstdc++: Use correct error category for Windows error cod (*)
  6a6f74b... libstdc++: Fix spelling of __MINGW32__ macros (*)
  e498535... fix memory leak in optimize pragma parsing (*)
  f8fac47... c++: generic lambdas and local-externs from outer scopes [P (*)
  57d1b68... if-to-switch: fix memory leak in case merging (*)
  7293251... rtl-optimization/99054 - fix leak in fixup_partitions (*)
  bd0e37f... openmp: Temporarily disable into_ssa when gimplifying OpenM (*)
  9eb7669... ipa/99029 - fix memory leak in propagate_malloc (*)
  d997565... tree-optimization/99024 - fix leak in loop vect analysis (*)
  5da5d8a... if-to-switch: fix a memory leak (*)
  d44f56f... ICF: fix memory leak (*)
  e1782d8... dwarf2out: Don't prune static data members initialized with (*)
  f7fb2f6... openacc: Add XFAILs [PR98979] (*)
  b0fb272... Revert "openacc: Allow strided arrays in update directives" (*)
  0a91b73... Daily bump. (*)
  d2b1a68... libstdc++: Add unordered containers heterogeneous lookup (*)
  f6be5d6... libstdc++: Remove execution branch in deque iterator operat (*)
  790a8e8... analyzer: support "_IO_"-prefixed variants of FILE * fns [P (*)
  1d9f3b7... analyzer: treat pointers written to *UNKNOWN as escaping [P (*)
  20f2898... Fix miscompilation of Python on HP-PA/Linux (*)
  a11ef53... aarch64: fix vector multiplication costs (*)
  73e5292... testsuite: aarch64: Add tests for vpaddq intrinsics (*)
  bfdb7b8... libstdc++: Clear up directories created by tests (*)
  92941ce... c++: Fix indirect partitions [PR 98944] (*)
  26a3f28... libstdc++: Make coroutine_handle<_Promise>::from_address()  (*)
  adeaa43... libstdc++: Fix build failure for targets without unistd.h (*)
  396cc31... Fix O(region-size) unwind in VN (*)
  e14ea10... string: Add a workaround for -Wstringop-overread false posi (*)
  e530459... calls: Fix a memory leak in maybe_warn_rdwr_sizes [PR99004] (*)
  283653f... tree-optimization/99017 - be more forgiving in BB vect cost (*)
  57d705d... c++: consteval and explicit instantiation [PR96905] (*)
  bdbca69... c++: generic lambda, fn* conv, empty class [PR98326] (*)
  a8dd2b3... c++: constexpr, union, and no_unique_address [PR98994] (*)
  2da7ce2... Daily bump. (*)
  efcd941... c++: cleanup function name [PR 98531] (*)
  57b1785... c++: cross-module __cxa_atexit use [PR 98531] (*)
  432b9f6... mklog: automatically fill in generated entries (*)
  ec0a9b4... c++: Fix typo in CLASSTYPE_TI_TEMPLATE comment. (*)
  40c9218... middle-end/98974 - fixup after STMT_VINFO_VEC_STMTS rework (*)
  d4536e4... lto/96591 - walk VECTOR_CST elements in walk_tree (*)
  0d701e3... opts: fix handling of -fpatchable-function-entries option (*)
  fe2034e... Correct typos in attribute malloc documentation. (*)
  ba65576... Daily bump. (*)
  3d91294... Daily bump. (*)
  1ed5912... Daily bump. (*)
  a1265ee... Regenerate .pot files. (*)
  28c7a46... d: Remove the expansion of intrinsic and built-in codes fro (*)
  7a18bc4... c++: Fix bogus -Wvolatile warning in C++20 [PR98947] (*)
  1cbc10d... c++: Fix ICE with invalid using enum [PR96462] (*)
  6606b85... driver: error for nonexistent linker inputs [PR 98943] (*)
  6353888... tree-optimization/98855 - redo BB vectorization costing (*)
  4ede02a... debug: fix switch lowering debug info (*)
  3787697... i386: Fix up TARGET_QIMODE_MATH for many AMD CPU tunings [P (*)
  b229baa... c++: Fix ICE with structured binding initialized to incompl (*)
  d9bb521... aarch64: Reimplement vget_high* intrinsics (*)
  b6e7a74... aarch64: Reimplement vget_low* intrinsics (*)
  072f20c... PR target/98878 - Incorrect multilib list for riscv*-rtems (*)
  8d0737d... Fix ICE: Don't generate integer mask comparision for 128/25 (*)
  b80fefd... Enable X86_TUNE_AVX256_UNALIGNED_{LOAD,STORE}_OPTIMAL in  (*)
  a19dd5e... Daily bump. (*)
  b2d84e9... openacc: Tests for character types in derived-type mappings (*)
  9a4d32f... openacc: Allow strided arrays in update directives (*)
  f743fe2... openacc: Use class_pointer instead of pointer attribute for (*)
  cff6e8d... openacc: Dereference BT_CLASS data pointers but not BT_DERI (*)
  0b34dbc... testsuite: Fix up pr25376.c on powerpc64-linux and array-qu (*)
  c1d56e6... d: Merge upstream dmd 46133f761, druntime 0fd4364c (*)
  ce57204... PR c/97882 - Segmentation Fault on improper redeclaration o (*)
  4e7c24d... c++: Empty args for variadic concept [PR98717] (*)
  65c1cb3... diagnostics: fix excessive range-printing involving macros  (*)
  26fd3bf... Correct date value of the __cpp_size_t_suffix macro. (*)
  e91f9da... c++, libcpp: Use make_signed_t<size_t> in the 1z diagnostic (*)
  e6cc142... c++: fix string literal member initializer bug [PR90926] (*)
  aa652fb... aarch64: Use RTL builtins for [su]mull_high_lane[q] intrins (*)
  1d62284... aarch64: Use RTL builtins for [su]mull_high_n intrinsics (*)
  7002a33... tree-optimization/98855 - fix some vectorizer cost issues (*)
  f0e618f... Fortran: OpenMP/OpenACC diagnose substring rejections bette (*)
  5eb792e... doc: mention -mprefer-vector-width in target attrs (*)
  787f3eb... c++: No aggregate CTAD with explicit dguide [PR98802] (*)
  7b258ac... c++: subst failure in attribute argument [PR95192] (*)
  9faaa80... Daily bump. (*)
  ac16f43... libcpp: Fix up -fdirectives-only preprocessing [PR98882] (*)
  34215a7... Fix typo in Fortran manual (*)
  b1a207c... libphobos: Merge upstream druntime 9d0c8364, phobos 9d57528 (*)
  b52a1df... c++: Mark member functions as const [PR98951] (*)
  5c62e4f... c++: Fix alias comparison [PR98926] (*)
  5c3d388... PR tree-optimization/98937 - pointer_query cache leaks (*)
  1f69e63... c++: Implement C++23 P0330 - Literal Suffixes for ptrdiff_t (*)
  530203d... libgo: install new 1.16 packages (*)
  c926940... testsuite: Add test for already fixed PR [PR97804] (*)
  a6f08be... libstdc++: Fix incorrect test for std::error_code compariso (*)
  5988765... libstdc++: Improve "find_first/last_set" for NEON (*)
  3de9bd1... libstdc++: Work around test failures using -mno-tree-vrp (*)
  4b940cc... libstc++: Implement hmin and hmax (*)
  af60e4b... libstdc++: Improve test codegen for interpreting assembly (*)
  8f7ad98... libstdc++: Support timeout and timeout-factor options (*)
  ec384c5... libstdc++: Abort test after 1000 lines of output (*)
  b83a52f... libstdc++: Skip testing hypot3 for long double on PPC (*)
  81c2c32... libstdc++: Fix mask reduction of simd_mask<double> on POWER (*)
  71f9b9b... libstdc++: Immediate feedback with -v (*)
  0a8bc61... libstdc++: Fix incorrect display of old test summaries (*)
  b27ea89... libstdc++: Fix DRIVEROPTS and TESTFLAGS processing (*)
  471b193... libstdc++: Fix several check-simd interaction issues (*)
  abc540e... libstdc++: Fix simd_mask<double> on POWER w/o POWER8 (*)
  db256f9... libstdc++: Support -mlong-double-64 on PPC (*)
  4f22942... libstdc++: Fix NEON intrinsic types usage (*)
  aa89c53... libstdc++: Support skip, only, expensive, and xfail markers (*)
  74f2ae3... Fix earlier commit missing patch review changes (*)
  05c93a6... do not generate fusion.md, update contrib/gcc_update (*)
  25fdd0d... c++: ICE with late parsing of noexcept in nested class [PR9 (*)
  3535402... amdgcn: Add gfx908 support (*)
  9633e57... aarch64: Use RTL builtins for [su]mlsl_high_lane[q] intrins (*)
  9a00ff9... aarch64: Use RTL builtins for [su]mlal_high_lane[q] intrins (*)
  b2c4cf7... aarch64: Use RTL builtins for [su]mlsl_high_n intrinsics (*)
  2dac658... aarch64: Use RTL builtins for [su]mlal_high_n intrinsics (*)
  719877b... aarch64: Use RTL builtins for [su]mlal_high intrinsics (*)
  6dc8282... lra: clear lra_insn_recog_data after simplifying a mem subr (*)
  8411051... Fill up padding in lto_section struct. (*)
  e8c87bc... Fix regression with partial rep clause on variant record ty (*)
  fc130ab... Assorted LTO fixes for Ada (*)
  e3f9f80... Fortran: Fix Array dependency with local coarrays [PR98913] (*)
  1b06fcb... more memory leak fixes (*)
  176c7bd... ifcvt: Avoid ICEs trying to force_operand random RTL [PR974 (*)
  eb69a49... lra-constraints: Fix error-recovery for bad inline-asms [PR (*)
  1b5572e... i386: Remove V1DImode shift expanders [PR98287] (*)
  5e606ed... slp: Split out patterns away from using SLP_ONLY into their (*)
  548b75d... Daily bump. (*)
  8e4a738... gotools: for "make check" run "go test embed/internal/embed (*)
  5d5130a... fix memory leaks (*)
  db53dd4... Add test-case. (*)
  709718d... c++: Member fns and deduction guide rewriting [PR98929] (*)
  d14cf89... aarch64: Reimplement vrsqrte* intrinsics with builtins (*)
  8fdfd0c... aarch64: Reimplement vqmovun_high* intrinsics using builtin (*)
  831ff94... Fortran: Check remains fixed by patch for PRs 96100/101 [PR (*)
  13d8be9... aarch64: Update flags for bfloat16 builtins (*)
  4b8a7a6... aarch64: Relax flags for floating-point builtins to FP wher (*)
  e8062ad... aarch64: Add and use FLAG_LOAD in builtins (*)
  5cebc81... aarch64: Relax some builtins to AUTO_FP (*)
  7bcd5e0... aarch64: Relax builtin flags for integer builtins (*)
  886f9f5... libstdc++: Fix markup for status tables in docs (*)
  1592b74... tree-vect-patterns: Don't create over widening patterns for (*)
  eedda4e... testsuite: Add testcase for already fixed PR [PR97960] (*)
  bc7c2b3... PR target/98743: Fix ICE in convert_move for RISC-V (*)
  250fd9f... arm: Auto-vectorization for MVE: vorn (*)
  7881135... restore current_function_decl after re-gimplifying nested A (*)
  8a27500... analyzer: directly explore within static functions [PR93355 (*)
  f2f639c... analyzer: add more feasibility test cases [PR93355,PR96374] (*)
  6a48102... d: Fix junk in generated symbol on powerpc64-*-* [PR98921] (*)
  f7884fb... Daily bump. (*)
  850e587... aarch64: Reimplement vrshrn* intrinsics using builtins (*)
  11d4ec5... analyzer: fix false positives with *UNKNOWN_PTR [PR98918] (*)
  33a1e51... libstdc++: Make deque iterator operator- usable with value- (*)
  11056ab... tree-optimization/98499 - fix modref analysis on RVO statem (*)
  8bfdf51... aarch64: Reimplement vmovl_high_* intrinsics using builtins (*)
  6b2034c... aarch64: Reimplement vabdl_* intrinsics using builtins (*)
  6a20537... Document various BLOCK macros. (*)
  0718336... Reset front end trees before they make it into the middle e (*)
  90c9b2c... libstdc++: Update C++17 status table for <charconv> (*)
  445d6db... Avoid -Wstringop-truncation. (*)
  d7bd009... Fix statistic accounting for auto_vec and auto_bitmap (*)
  c2f8e37... Verify a warning for a class with a ref-qualified assignmen (*)
  7e534fb... c++: Fix ICE from verify_ctor_sanity [PR98295] (*)
  bab669f... c++: Improve sorry for __builtin_has_attribute [PR98355] (*)
  6e0a231... c++: alias in qualified-id in template arg [PR98570] (*)
  bec5dba... testsuite: aarch64: Add tests for vmlXl_high intrinsics (*)
  8db8a00... testsuite: aarch64: Add tests for vmull_high intrinsics (*)
  0a3eccb... AArch64: Change canonization of smlal and smlsl in order to (*)
  1b303ef... c++: Add testcase for PR84494 (*)
  bbe6998... RISC-V: Fix gcc.target/riscv/attribute-18.c (*)
  972918e... rtl-optimization/98863 - prune RD with LIVE in STV (*)
  b90d051... testsuite: Update pr79251 ilp32 store regex (*)
  94d5ba2... Daily bump. (*)
  2b5af10... Add missing definition of SIZE_MAX (*)
  98342bd... testsuite, Darwin : Skip ELF-specific tests. (*)
  5dfbad4... Daily bump. (*)
  245ccc8... testsuite: Update pr79251 ilp32 store counts. (*)
  1242eb7... Fusion patterns for logical-logical (*)
  349b909... aix: add periods to option explanation. (*)
  2e7750c... aix: Permit use of AIX Vector extended ABI mode (*)
  92dd3e7... libphobos: Synchronize libdruntime bindings with upstream d (*)
  accc5ba... i386, df: Fix up gcc.c-torture/compile/20051216-1.c -O1 -ma (*)
  25f303e... testsuite: Fix up gomp/simd-{2,3}.c tests [PR98243] (*)
  2900f2f... Daily bump. (*)
  4d31df4... internal/cpu: correctly link to getsystemcfg (*)
  d761172... PR testsuite/98870: Fix IEEE 128-bit fortran test (*)
  fa00e35... [PATCH, rs6000] Fix typo in gcc.target/pr91903.c dg-require (*)
  0202fa3... [PR97701] Modify test for trunk (*)
  eb06fdd... analyzer: consolidate conditionals in paths (*)
  7f9f83e... [PR97701] LRA: Don't narrow class only for REG or MEM. (*)
  726b7aa... libgo: update to Go1.16rc1 (*)
  91a95ad... [PATCH, rs6000] improve vec_ctf invalid parameter handling. (*)
  83bdc9f... c++: Fix unordered entity array [PR 98843] (*)
  2dd1f94... tree-optimization/98866 - Compile time hog in VRP (*)
  a7f5218... rtl-optimization/98863 - tame i386 specific RPAD pass (*)
  ee4c4fe... aarch64: Use RTL builtins for [su]mull_n intrinsics (*)
  9b588cf... aarch64: Reimplement vabdl_high* intrinsics using builtins (*)
  9f499a8... aarch64: Re-implement vabal_high* intrinsics using builtins (*)
  d5e0d1f... aarch64: Reimplement vabal* intrinsics using builtins (*)
  cb995de... aarch64: Reimplement vaddlv* intrinsics using builtins (*)
  e053f96... aarch64: Use RTL builtins for [su]mlsl_lane[q] intrinsics (*)
  0833e3e... change unit of --param max-gcse-memory to kB (*)
  cb52e59... rtl-optimization/98863 - fix PRE/CPROP memory usage check (*)
  f4e426f... tree-optimization/97627 - Avoid computing niters for fake e (*)
  a8c455b... rtl-optimization/98144 - tame REE memory usage (*)
  e7429bc... arm: Fix up -mcpu=iwmmxt ICEs [PR98849] (*)
  9c445c0... expand: Fix up find_bb_boundaries [PR98331] (*)
  280a59d... testsuite: Run vec_insert case on P8 and P9 with option spe (*)
  f8f5388... c++: Fix infinite looping with invalid operator [PR96137] (*)
  85d04a2... Daily bump. (*)
  e6bce7f... gccgo driver: always act as though -g is passed (*)
  850a8ec... c++: Fix -Weffc++ in templates [PR98841] (*)
  513ee7d... tree: Don't reuse types if TYPE_USER_ALIGN differ [PR94775] (*)
  a054608... libstdc++: Fix copyright dates for simd headers and tests (*)
  31a0ab9... arm: Adjust cost of vector of constant zero (*)
  e28bd09...     testsuite: Fix up a testcase to find the right ISO_Fort (*)
  e11e5d3... Map long double built-ins correctly with IEEE 128-bit long  (*)
  6bb207b... c++: Fix up handling of register ... asm ("...") vars in te (*)
  8a8e515... aarch64: Use RTL builtins for [su]mlsl_n intrinsics (*)
  ff119f3... aarch64: Fix gcc.target/aarch64/narrow_high-intrinsics.c te (*)
  87301e3... aarch64: Use RTL builtins for [su]mlal_n intrinsics (*)
  af66f4f... c++: header unit template alias merging [PR 98770] (*)
  d61ca09... aarch64: Reimplement vshrn_high_n* intrinsics using builtin (*)
  fdb904a... aarch64: Reimplement vshrn_n* intrinsics using builtins (*)
  f7a6d31... Fix LTO bootstrap on Windows (*)
  33a7a93... PR fortran/86470 - ICE with OpenMP, class(*) allocatable (*)
  c392d04... c++: Some C++20 and C++23 option help fixes (*)
  a523add... rtl-optimization/80960 - avoid creating garbage RTL in DSE (*)
  fbe3737... rs6000: Fix vec insert ilp32 ICE and test failures [PR98799 (*)
  f76d0d8... RISC-V: Fix -march option parsing when  extension exists. (*)
  aa69f0a... Daily bump. (*)
  1cdca42... Fix strides for C descriptors with stride > 2. (*)
  081c966... [PR97684] IRA: Recalculate pseudo classes if we added new p (*)
  9cd7c32... c++: Dependent using enum [PR97874] (*)
  5516341... aarch64: Fix up *aarch64_bfxilsi_uxtw [PR98853] (*)
  7a279be... Combine patterns for p10 load-cmpi fusion (*)
  3670dbe... libstdc++: Regenerate libstdc++ HTML docs (*)
  d53a4f9... aarch64: Use RTL builtins for [su]mlal intrinsics (*)
  c31a633... libstdc++: Use printf to print control characters (*)
  02e3229... libstdc++: Add simd testsuite (*)
  2bcceb6... libstdc++: Add std::experimental::simd from the Parallelism (*)
  c91db79... tree-optimization/98854 - avoid some PHI BB vectorization (*)
  3fd1072... aarch64: Use RTL builtins for integer mls_n intrinsics (*)
  d2201ac... aarch64: Use RTL builtins for integer mls intrinsics (*)
  a199da7... libstdc++: Optimize std::string_view::find [PR 66414] (*)
  9d66505... aarch64: Use RTL builtins for integer mla_n intrinsics (*)
  f004d6d... libstdc++: Add string contains member functions for C++2b (*)
  4225af2... Fortran: Fix ICE due to elemental procedure pointers [PR939 (*)
  686b1cd... libgcc, i386: Add .note.GNU-stack sections to the ms sse/av (*)
  530b1d6... Fix ICE for [PR target/98833]. (*)
  6cf4343... testsuite: Fix TBAA in {sse,avx}*and*p[sd]*.c tests (*)
  003f041... Fortran: Fix ICE due to elemental procedure pointers [PR984 (*)
  da5c25f... Rename PROP_trees to PROP_gimple (*)
  efc9ccb... varpool: Restore GENERIC TREE_READONLY automatic var optimi (*)
  e62bb7f... Daily bump. (*)
  78739c2... c++: Add support for -std=c++23 (*)
  96253f0... c++: Invisible refs are not restrict [PR97474] (*)
  a4dfd0f... c++: constexpr and empty fields [PR97566] (*)
  e80f1f6... testsuite: Fix TBAA in sse*and*p[sd]*.c tests (*)
  9c41bcc... Fix PR ada/98228 (*)
  6e44c09... dwarf2asm: Fix bootstrap on powerpc*-*-* [PR98839] (*)
  17ad8cd... aarch64: Tighten up checks for ubfix [PR98681] (*)
  5bbc80d... Fix dumping of VEC_WIDEN_{PLUS,MINUS}_{LO,HI}_EXPR (*)
  4b59dbb... middle-end/98726 - fix VECTOR_CST element access (*)
  2e81b16... liblsan: build missing lsan_posix.cpp file (*)

(*) This commit already exists in another branch.
    Because the reference `refs/users/marxin/heads/PR98815-remove-extra-dominator-release-call' matches
    your hooks.email-new-commits-only configuration,
    no separate email is sent for this commit.


More information about the Gcc-cvs mailing list