public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/microsoft/heads/main] (648 commits) Merge commit 'da7fb32d403759daefefc79dc251d2437c1b638c' int
@ 2022-12-08  1:26 Eugene Rozenfeld
  0 siblings, 0 replies; only message in thread
From: Eugene Rozenfeld @ 2022-12-08  1:26 UTC (permalink / raw)
  To: gcc-cvs

The branch 'microsoft/heads/main' was updated to point to:

 69f4af5ae7c... Merge commit 'da7fb32d403759daefefc79dc251d2437c1b638c' int

It previously pointed to:

 b649ca8e41d... Merge commit '21de01f5554fa037f59b27525d2eb7342f5649c7' int

Diff:

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

  69f4af5... Merge commit 'da7fb32d403759daefefc79dc251d2437c1b638c' int
  7c263fa... Update xfail with new failures
  da7fb32... Fix ICE due to condition mismatch between expander and defi (*)
  d2e782c... libgccjit: Fix float vector comparison (*)
  3fe66f7... Daily bump. (*)
  dfe2ef7... analyzer: don't create bindings or binding keys for empty r (*)
  2a23b93... libstdc++: Fix test that fails due to name clash with old g (*)
  9cce91a... libstdc++: Add casts for integer-like difference type [PR10 (*)
  5329e1a... libstdc++: Make chrono::hh_mm_ss more compact (*)
  4ba94ab... libstdc++: Add hint to compiler about vector invariants [PR (*)
  af177d7... libstdc++: Add nodiscard attribute to mutex try_lock functi (*)
  48e21e8... libstdc++: The Trouble with Tribbles (*)
  ba1536d... AArch64: Cleanup move immediate code (*)
  710c967... Update -Warray-bounds with -fstrict-flex-arrays. (*)
  dcfc7ac... analyzer: use __attribute__((nonnull)) at top level of anal (*)
  fa19bfb... contrib: doxygen: add gcc/analyzer subdirectory to INPUT (*)
  14b0d6c... analyzer: update internal docs (*)
  861c917... analyzer: split out more stuff from region-model-impl-calls (*)
  81476bc... OpenMP: omp_get_max_teams, omp_set_num_teams, and omp_{gs}e (*)
  400d9fc... ada: Allow No_Caching on volatile types (*)
  7dc44f2... ada: Spurious error on nested call using the prefix notatio (*)
  188965a... ada: Suppress warning for specific constant valid condition (*)
  0cb36c8... ada: Fix spurious error in checking of SPARK elaboration (*)
  ea588d4... ada: Elide the copy in extended returns for nonlimited by-r (*)
  a444c05... ada: Small adjustment to special resolution of membership t (*)
  d1ab8ed... ada: Use larger type for membership test of universal value (*)
  f459afa... ada: Accessibility code reorganization and bug fixes (*)
  c690f11... ada: Add Codepeer Exemption + simplify TO_C code. (*)
  ed34c3b... arm: Fix MVE's vcmp vector-scalar patterns [PR107987] (*)
  bcf89f0... i386: Fix up expander conditions on cbranchbf4 and cstorebf (*)
  8872df3... testsuite: Use -mnofpu for rx-*-* in ieee testsuite [PR1070 (*)
  926f505... tree-optimization/104475 - improve access diagnostics (*)
  a0ee2e5... range-op-float: Improve binary reverse operations (*)
  0525a7f... range-op-float: Fix up ICE in lower_bound [PR107975] (*)
  9f80367... libgomp.texi: Fix a OpenMP 5.2 and a TR11 impl-status item (*)
  790ff87... tree-optimization/104165 - bougs -Warray-bounds, add testca (*)
  6a6f2cb... testsuite, X86, Darwin: Fix bf16 ABI tests for Mach-O/MacOS (*)
  769370f... aarch64: Use dup and zip1 for interleaving elements in vect (*)
  e6f93f4... Daily bump. (*)
  0d14720... middle-end/40635 - SSA update losing PHI arg loations (*)
  d492d50... tree-optimization/106868 - bogus -Wdangling-pointer diagnos (*)
  109148d... match.pd: Don't fold nan < x etc. for -ftrapping-math [PR10 (*)
  4500baa... range-op-float: Fix up multiplication and division reverse  (*)
  44c8402... tree-optimization/107833 - invariant motion of uninit uses (*)
  824542b... plugins/107964 - install contracts.h (*)
  5c11d74... tree-optimization/107956 - ICE with NULL call LHS (*)
  380d62c... gimple-fold: Refine gimple_fold_partial_load_store_mem_ref  (*)
  102f3ce... Daily bump. (*)
  24b9337... Fortran: error recovery simplifying UNPACK for insufficient (*)
  98d6e4b... Fortran: fix typo in documentation of intrinsic FLOOR [PR10 (*)
  9123863... Fortran: error recovery handling invalid CLASS variable [PR (*)
  079add3... c++: pack in requires-expr parm list [PR107417] (*)
  a044c9d... libstdc++, Darwin: Limit recursive mutex init to OS version (*)
  e76a44b... libstdc++, Darwin: Fix weak attribute to use __weak__ inste (*)
  7fe8aca... libsanitizer, Darwin: Restrict build to Darwin 16 or newer. (*)
  58a7b1e... coroutines: Do not promote temporaries that will be elided. (*)
  8c45e67... Daily bump. (*)
  b391212... c++: substituting CONST_DECL_USING_P enumerators [PR103081] (*)
  9357491... [testsuite] [riscv] skip ssa-sink-18.c (*)
  cebd317... [testsuite] [riscv] uninit-pred-9_b bogus warning (*)
  596dbff... Daily bump. (*)
  36a4ee4... Fortran: intrinsic MERGE shall use all its arguments [PR107 (*)
  e24fe12... analyzer: introduce struct event_loc_info (*)
  f5758fe... analyzer: fixes to region creation messages [PR107851] (*)
  1998db0... testsuite: Adjust dg-error for -fimplicit-constexpr (*)
  d19aa6a... c++: Set the locus of the function result decl (*)
  76dd48f... Fix a few incorrect accesses. (*)
  6d3c634... driver: fix validate_switches logic (*)
  70596a0... LRA: Check hard reg availability of pseudo and its subreg f (*)
  e55251f... Improve ix86_expand_fast_convert_bf_to_sf with new extendbf (*)
  71e8007... gcc: regenerate configure (*)
  b35680e... Daily bump. (*)
  b3237a2... i386: Save/restore recog_data in ix86_vector_duplicate_valu (*)
  f133055... c++: Incremental fix for g++.dg/gomp/for-21.C [PR84469] (*)
  ee4f259... c++: Deduce range for structured bindings if expression is  (*)
  6508d5e... match.pd: rewrite select to branchless expression (*)
  5b50850... Add --param max-unswitch-depth (*)
  a710f3c... PR59447: --with-dwarf2 implies "(or later)" (*)
  0b73709... analyzer: handle comparisons against negated symbolic value (*)
  5cb7d28... analyzer: add test coverage for string ops (*)
  e055e6d... Fix ICE due to incorrect insn type. (*)
  a4e577b... c++: comptypes ICE with BOUND_TEMPLATE_TEMPLATE_PARMs [PR10 (*)
  40adb39... libstdc++: Add error handler for <stacktrace> (*)
  de144fd... varasm: Fix type confusion bug (*)
  a5354da... gcc: remove incpath.o from CXX_C_OBJS (*)
  c126e14... RISC-V: Remove tail && mask policy operand for vmclr, vmset (*)
  3b16afe... RISC-V: Add attributes for VSETVL PASS (*)
  fa14417... RISC-V: Add duplicate vector support. (*)
  e41b243... amdgcn: Add preprocessor builtins for every processor type (*)
  798c08c... ada: Strip conversions for the implementation of storage mo (*)
  82cf82c... ada: Enforce Aggregate aspect legality rule (*)
  f82d10a... ada: Further adjustments to User's Guide for PIE default (*)
  81fd08a... ada: Fix misphrasing in comment (*)
  8e56d31... ada: Use the address type of a Storage_Model_Type for 'Addr (*)
  eeba836... ada: Fix minor issues in reference manual (*)
  3217d7d... ada: Minor updates to gnat/doc configuration (*)
  ecc3639... arm: Fix MVE testsuite fallouts (*)
  abf0558... tree-optimization/107937 - uninit predicate simplification  (*)
  8629f21... tree-optimization/107935 - fixup equivalence handling in PH (*)
  2c08964... i386: Improve *concat<mode><dwi>3_{1,2,3,4} patterns [PR107 (*)
  125f294... rs6000: Corrects comments which are added by r13-4423 (*)
  4304e09... c++: small contracts fixes (*)
  cda29c5... Fix unrecognizable insn due to illegal immediate_operand (c (*)
  eaaf97b... analyzer: fix i18n issues in symbolic out-of-bounds [PR1066 (*)
  8bc9e4e... analyzer: unify bounds-checking class hierarchies (*)
  1d86af2... diagnostics: tweak diagnostic_path::interprocedural_p [PR10 (*)
  df460cf... analyzer: more bounds-checking wording tweaks [PR106626] (*)
  7c65569... analyzer: add note about valid subscripts [PR106626] (*)
  d69a95c... analyzer: fix wording of 'number of bad bytes' note [PR1066 (*)
  b82b361... analyzer: move bounds checking to a new bounds-checking.cc (*)
  45a75fd... analyzer: fix ICE on bind/connect with a constant fd [PR107 (*)
  9d68cba... rs6000: Generates permute index directly for little endian  (*)
  6eea85a... Daily bump. (*)
  d13c359... maintainer-scripts: Add gdc to update_web_docs_git (*)
  125910b... d: Add language reference section to documentation files. (*)
  7870100... d: Update recipes for building html and pdf documentation (*)
  0f2f30f... d: Separate documentation indices into options and keywords (*)
  5e0600b... d: Synchronize gdc documentation with options in d/lang.opt (*)
  91607eb... runtime: force XSI strerror on hurd (*)
  b2aa75d... Fix addvdi3 and subvdi3 patterns (*)
  cbdffae... aarch64: Specify that FEAT_MOPS sequences clobber CC (*)
  031d3f0... d: Fix ICE on named continue label in an unrolled loop [PR1 (*)
  d0a3d55... switch conversion: remove dead variable (*)
  e2e272b... fix Clang warning (*)
  7c01d02... Make Warray-bounds alias to Warray-bounds= [PR107787] (*)
  4fa25a7... Improve profile handling in switch lowering. (*)
  b628cad... tree-optimization/107919 - predicate simplification in unin (*)
  2792cb5... Improve uninit diagnostic dumps (*)
  9500877... tree-optimization/107919 - uninit diagnostic predicate simp (*)
  7716ee1... tree-chrec: Fix up ICE on pointer multiplication [PR107835] (*)
  e0b95c2... libgomp.texi: List GCN's 'gfx803' under OpenMP Context Sele (*)
  1fd5087... amdgcn: Support AMD-specific 'isa' traits in OpenMP context (*)
  a1b5cdf... [PR107304] note test's ifunc requirement (*)
  f57ff18... LoongArch: Optimize the implementation of stack check. (*)
  84046b1... analyzer: move stdio known fns to sm-file.cc (*)
  78a17f4... analyzer work on issues with flex-generated lexers [PR10354 (*)
  3a32fb2... analyzer: fix folding of '(PTR + 0) => PTR' [PR105784] (*)
  000e986... c++: ICE with <=> of incompatible pointers [PR107542] (*)
  9b37746... Daily bump. (*)
  b6c6a3d... syscall, runtime: always call XSI strerror_r (*)
  3832c6f... Fortran: intrinsic MERGE shall use all its arguments [PR107 (*)
  cca06f0... libstdc++: Avoid bogus warning in std::vector::insert [PR10 (*)
  81cf035... libstdc++: Remove unnecessary tag dispatching in std::vecto (*)
  0ded30b... libstdc++: Do not use __used or __packed as identifiers (*)
  36cabc2... c++: explicit specialization and trailing requirements [PR1 (*)
  fd8dd6c... tree-optimization/107852 - missed optimization with PHIs (*)
  063ba13... tree-optimization/106995 - if-conversion and vanishing loop (*)
  ffabce8... Couple of testsuite adjustments (*)
  1ad898d... Fix PR ada/107810 (*)
  9948daa... tree-optimization/107898 - ICE with -Walloca-larger-than (*)
  5894a81... ipa/107897 - avoid property verification ICE after error (*)
  e161040... re-run configure (*)
  4d08c67... gcc/configure.ac: fix AC_DEFINE ENABLE_MULTIARCH (*)
  b774853... Daily bump. (*)
  2b0ae7f... c++: simple-requirement starting with 'typename' [PR101733] (*)
  297bbe2... c++: be more strict about 'concept bool' (*)
  47d81b1... Fix comment for (A / (1 << B)) -> (A >> B). (*)
  940d5b5... riscv: improve cost model for loading 64bit constant in rv3 (*)
  868fc62... RISC-V: Avoid redundant sign-extension for SImode SGE, SGEU (*)
  07b9bcc... Fortran: ICE with elemental and dummy argument with VALUE a (*)
  2200b70... tree-optimization/107896 - allow v2si to dimode unpacks (*)
  26aff45... libstdc++: [_GLIBCXX_INLINE_VERSION] Adapt dg-error message (*)
  aa353bd... Support %b, %B for -Wformat-overflow (sprintf, snprintf) (*)
  75e562d... libstdc++: Fix src/c++17/memory_resource for H8 targets [PR (*)
  a7b97a1... libstdc++: Fix std::string_view for I32LP16 targets (*)
  7b79fa9... libstdc++: Fix _Hash_bytes for I16LP32 targets [PR107885] (*)
  f7a41b5... RISC-V: fix stack access before allocation. (*)
  d30e98b... c++: Allow module name to be a single letter on Windows (*)
  c775e2b... libstdc++: Replace non-ASCII character in comment (*)
  8a47132... libstdc++: Prune versioned namespace from testsuite output (*)
  a64775a... libstdc++: Make 16-bit std::subtract_with_carry_engine work (*)
  be7ea14... ada: Adjust runtime library and User's Guide to PIE default (*)
  81885f5... ada: doc/share/conf.py: Switch the HTML documentation to us (*)
  80ad275... ada: Annotate GNAT.Source_Info with an abstract state (*)
  e75d06f... ada: Fix internal error on conversion as in/out actual with (*)
  f2b30a7... ada: Add PIE support to backtraces on Linux (*)
  83e8d37... ada: Implement change to SPARK RM rule on state refinement (*)
  2b293a9... tree-optimization/107493 - SCEV analysis with conversions (*)
  9fa67f1... gcn: Fix __builtin_gcn_first_call_this_thread_p (*)
  091b6db... OpenMP/Fortran: Permit end-clause on directive (*)
  5dd4d2e... asan: fix unsafe optimization of Asan checks. (*)
  ee629d2... i386: Fix up ix86_abi handling [PR106875] (*)
  f2b54e5... arm: improve tests for vsetq_lane* (*)
  32be9d7... arm: improve tests for vrshlq* (*)
  a59b9af... arm: improve tests and fix vrmlaldavhaq* (*)
  329ccff... arm: improve tests for vqsubq* (*)
  354172c... arm: improve tests for vqrdmlashq_m* (*)
  5ea0ea5... arm: improve tests for vqrdmlahq* (*)
  0207084... arm: improve tests for vqdmul* (*)
  f974a7b... arm: improve tests for vqdmlahq_m* (*)
  7e8cf19... arm: improve tests for vqaddq_m* (*)
  4e73978... arm: improve tests for vmlasq* (*)
  5a21c14... arm: improve tests and fix vmlaldavaxq* (*)
  69405eb... arm: improve tests for vmladavaq* (*)
  ce9dd99... arm: improve tests for viwdupq* (*)
  d63992a... arm: improve tests for vhsubq_m* (*)
  4b440ef... arm: improve tests for vhaddq_m* (*)
  253efaa... arm: improve tests for vfmasq_m* (*)
  9b8dc63... arm: improve tests and fix vsubq* (*)
  49681b1... arm: improve tests for vmulq* (*)
  78b5b76... arm: improve tests and fix vadd* (*)
  bf6b04c... arm: Add integer vector overloading of vsubq_x instrinsic (*)
  2fefb89... arm: Explicitly specify other float types for _Generic over (*)
  31df339... arm: propagate fixed overloading of MVE intrinsic scalar pa (*)
  e0dd75f... arm: further fix overloading of MVE vaddq[_m]_n intrinsic (*)
  ff2bf3d... arm: improve tests and fix vabsq* (*)
  c548e1b... arm: improve tests for vabdq* (*)
  8965dd1... arm: improve tests for vabavq* (*)
  2c5bb25... arm: improve tests for vmax* (*)
  d117647... arm: improve tests for vmin* (*)
  1fa5a44... arm: improve tests and fix vcmp* (*)
  7827909... arm: improve tests and fix vdupq* (*)
  e9fe7b2... arm: improve vidupq* tests (*)
  d5cc5a6... arm: improve tests and fix vdwdupq* (*)
  f3f4295... arm: improve tests and fix vddupq* (*)
  b9496f8... arm: fix 'vmsr' spacing and register capitalization (*)
  9a79b52... arm: improve vcreateq* tests (*)
  238cf11... tree-optimization/107876 - unswitching of switch (*)
  0976b01... tree-optimization/107867 - failed abnormal cleanup in forwp (*)
  be591d0... LoongArch: Optimize immediate load. (*)
  a1ecc56... Fix incorrect _mm_cvtsbh_ss. (*)
  14d11df... Daily bump. (*)
  4ac7897... Daily bump. (*)
  f9378e3... tree-optimization/103356 Add missing (~a) == b folding for  (*)
  d769c50... Daily bump. (*)
  309e2d9... OpenMP: Generate SIMD clones for functions with "declare ta (*)
  3de627f... sync libsframe toplevel from binutils-gdb (*)
  7b648e8... libstdc++: Fix orphaned/nested output of configure checks (*)
  f54ceb2... libstdc++: Call predicate with non-const values in std::era (*)
  48e4a9d... libstdc++: Do not define operator!= in <random> for C++20 (*)
  6bd8d11... libstdc++: Add always_inline to trivial iterator operations (*)
  71f3036... sve2: Fix expansion of division [PR107830] (*)
  9f9d128... libgomp: Add no-target-region rev offload test + fix plugin (*)
  c16e85d... libgomp.texi: OpenMP Impl Status 5.1 additions + TR11 (*)
  f9e9a15... Revert "gcc-changelog: temporarily disable check_line_start (*)
  9a1b4f1... Daily bump. (*)
  a587898... gcc-changelog: temporarily disable check_line_start (*)
  a8404c0... Fix thinko in operator_bitwise_xor::op1_range (*)
  2b3a3d7... lto: fix usage of timer in materialize_cgraph (*)
  bcc2449... tree-optimization/107865 - ICE with outlining of loops (*)
  f120196... Adjust the symbol for SECTION_LINK_ORDER linked_to section  (*)
  4581328... libstdc++: Change return type of std::bit_width to int (LWG (*)
  3892251... libstdc++: Update tests on trunk [PR106201] (*)
  0c1b0a2... AArch64: Add fma_reassoc_width [PR107413] (*)
  138ee8f... c++: Further -fcontract* option description fixes (*)
  b6330a7... asan: Fix up error recovery for too large frames [PR107317] (*)
  7f77aa6... ada: Add assertion for the implementation of storage models (*)
  af94026... ada: Spurious error on Lock_Free protected type with discri (*)
  a42e39a... c: Propagate erroneous types to declaration specifiers [PR1 (*)
  ec73b55... libstdc++: Another merge from fast_float upstream [PR107468 (*)
  d1389be... libstdc++: Workaround buggy printf on Solaris in to_chars/f (*)
  add0f94... testsuite: Fix up broken testcase [PR107127] (*)
  4d6f6fd... analyzer: fix Clang warnings (*)
  8c8ca87... Remove use_equiv_p in vr-values.cc (*)
  22f4029... Remove follow_assert_exprs from overflow_comparison. (*)
  42639a3... Remove ASSERT_EXPR. (*)
  a3f7dee... Remove value_range_equiv. (*)
  ca0be1b... Remove unused legacy VRP code. (*)
  ce917b0... analyzer: revamp of heap-allocated regions [PR106473] (*)
  e0f18b8... analyzer: fix nondeterminism in logs (*)
  5d2908b... analyzer: eliminate region_model::on_ fns for sockets (*)
  50d5b24... analyzer: move known funs for fds to sm-fd.cc (*)
  8caf155... i386: Only enable small loop unrolling in backend [PR 10769 (*)
  8761284... Daily bump. (*)
  603af25... analyzer: Use __builtin_alloca in gcc.dg/analyzer/call-summ (*)
  2eaa0cc... Fortran: error recovery on associate with bad selector [PR1 (*)
  8a0fce6... c: Fix compile time hog in c_genericize [PR107127] (*)
  c087fe8... [Patch Arm] Add neon_fcadd and neon_fcmla to is_neon_type. (*)
  51f28e3... doc: -Wdelete-non-virtual-dtor supersedes -Wnon-virtual-dto (*)
  d601708... diagnostics: Fix selftest ICE in certain locales [PR107722] (*)
  52a0ef6... d: respect --enable-link-mutex configure option (*)
  e6a32c1... libstdc++: Fix libstdc++ build on some targets [PR107811] (*)
  1cac00d... libstdc++: Fix unsafe use of dirent::d_name [PR107814] (*)
  2650b6f... maintainer-scripts/gcc_release: compress xz in parallel (*)
  e1b503d... c++: Fix up -fcontract* options (*)
  3138db5... LoongArch: Add prefetch instructions. (*)
  04711f5... Revert "configure: Implement --enable-host-pie" (*)
  30f399e... Revert "configure: Implement --enable-host-bind-now" (*)
  258d714... configure: Implement --enable-host-bind-now (*)
  251c72a... configure: Implement --enable-host-pie (*)
  d0e4cdb... Daily bump. (*)
  ee86077... Fix thinko in last patch (*)
  a03b35a... Fix comment typos noticed by Bernhard (*)
  ca73d4c... Fix recent rvv/base/spill testcase failures (*)
  e5cfb9c... tree-object-size: Support strndup and strdup (*)
  ec7c796... analyzer: only look for named functions in root ns [PR10778 (*)
  64fb291... analyzer: fix ICE on 'bind(INT_CST, ...)' [PR107783] (*)
  7c9717f... analyzer: fix 'errno' on Solaris and OS X [PR107807] (*)
  6bd31b3... analyzer: eliminate region_model::impl_call_* special cases (*)
  936d40b... testsuite: Fix missing EFFECTIVE_TARGETS variable errors (*)
  55cb8c5... Fix wrong array type conversion with different storage orde (*)
  dfc1ea4... libstdc++: Replace std::isdigit and std::isxdigit in <forma (*)
  6b85973... libstdc++: Add testcase for fs::path constraint recursion [ (*)
  95489a2... ipa-sra: Dump edge summaries also for non-candidates (*)
  feeb0d6... ipa-cp: Do not consider useless aggregate constants (*)
  c826a04... ipa: IPA-SRA split detection simplification (*)
  c4a92a9... ipa-cp: Do not be too optimistic about self-recursive edges (*)
  d6bbca7... gcn: Add __builtin_gcn_{get_stack_limit,first_call_this_thr (*)
  ac50541... c++: don't use strchrnul [PR107781] (*)
  4eb3a48... aarch64: Fix test_dfp_17.c for big-endian [PR 107604] (*)
  61351ab... ada: Accept aspects Global and Depends on abstract subprogr (*)
  05894d1... ada: Disable checking of Elab_Spec procedures in CodePeer_M (*)
  29b7e00... ada: Adjust number of errors when removing warning in dead  (*)
  3b5f313... ada: Fix formatting glitches in Make_Tag_Assignment (*)
  cd4b47a... ada: Fix recent assertion failure on GPR2 (*)
  e4faee8... tree-optimization/107803 - abnormal cleanup from the SSA pr (*)
  0f9659e... libstdc++: Fix pool resource build errors for H8 [PR107801] (*)
  09b7993... tree-optimization/107672 - avoid vector mode type_for_mode  (*)
  1a06ae6... tree-optimization/107766 - ICE with recent -ffp-contract=of (*)
  d5fce9f... Guard 64/32-bit vector move patterns with ix86_hard_reg_mov (*)
  826c22d... Some tidy up for RA related hooks. (*)
  b20a385... c++: contracts fixes (*)
  8b7fee1... Daily bump. (*)
  4e4e45a... analyzer: fix ICE on 'bind' that returns a struct [PR107788 (*)
  12a4785... analyzer: fix ICE on 'bind' with non-pointer arg [P107783] (*)
  358dab9... analyzer: fix ICE on writes to errno [PR107777] (*)
  9ada459... analyzer, testsuite: add more examples taken from CWE (*)
  6f46d14... libcpp: Fix paste error with unknown pragma after macro exp (*)
  5c0d171... RTEMS: Use local-exec TLS model by default (*)
  58c3d9c... Allow subtarget customization of CC1_SPEC (*)
  cbd05ca... libstdc++: Reduce size of std::bind_front(F) result (*)
  ed77dcb... libstdc++: Check static assertions earlier in chrono::durat (*)
  94f7baf... libstdc++: Improve Doxygen comments in <tuple> (*)
  9fe9dd2... testsuite: Add filter for target socket support (*)
  f80bfdc... Expand comment for tree_niter_desc.max (*)
  2aec408... Modify test, to prevent the next patch breaking it (*)
  eea52e3... Refactor number_of_iterations_popcount (*)
  fe985a2... Remove prototype for number_of_iterations_popcount (*)
  f0e4f67... Ensure at_stmt is defined before an early exit (*)
  9df85f3... testsuite: Windows paths use \ and not / (*)
  6edcb5d... libgomp/gcn: fix/improve struct output (*)
  711f56a... libcpp/remap: Only override if string matched (*)
  ccb9c7b... genmultilib: Fix sanity check (*)
  4c7d336... RISC-V: Fix ICE in branch<ANYI:mode>_shiftedarith_equals_ze (*)
  2473f28... ada: Adjust recent change for returns involving function ca (*)
  a186dd1... ada: Do not share Packed Array Type if sizes of types diffe (*)
  6f08946... ada: Order pragmas alphabetically in reference manual (*)
  5947b1e... ada: Minor tweak in assertion (*)
  24dde33... ada: Internal compiler error for Sequential Partition_Elabo (*)
  dee004a... ada: Small cleanup in Expand_N_Object_Declaration (*)
  76aac60... ada: Ada 2022 Image attribute bugs (*)
  7dcf757... ada: Disable subprogram call validation in CodePeer mode (*)
  bc50ac7... ada: Move warnings switches (*)
  84e80d5... ada: Improve documentation for -gnatw.h warnings (*)
  493e760... ada: Reject nonconfirming Size attribute value for aliased  (*)
  6d0d71e... ada: Fix gnatmake's parsing of adc files (*)
  8bebbf7... ada: Tweak error messages on misplaced with keywords (*)
  ec8ec09... i386: Uglify some local identifiers in *intrin.h [PR107748] (*)
  f0d3b6e... genmultilib: Add sanity check (*)
  3d3b561... changelog: Fix extra space after tab. (*)
  061839c... Make ARMv8-M attribute cmse_nonsecure_call work in Ada (*)
  454a823... Revert "gcc-changelog: temporarily disable check_line_start (*)
  139ffc7... build: re-configure 2 files (*)
  b03ad13... Fix PR 106560: Another ICE after conflicting types of redec (*)
  183db4f... define builtins for "shared" avxneconvert-avx512bf16vl buil (*)
  fb98ede... Daily bump. (*)
  a16a546... libstdc++: Add std qualification on isxdigit calls (*)
  1ad735d... c++: cache the normal form of a concept-id (*)
  b36a5f8... c++: remove coerce_innermost_template_parms (*)
  6b5c98c... reg-stack: Fix a -fcompare-debug bug in reg-stack [PR107183 (*)
  0275ff2... gcc-changelog: temporarily disable check_line_start (*)
  6d82e0f... [PR other/104044] Remove extraneous semicolons (*)
  53a6b2e...  Fix test to not depend on DECL_UIDs (*)
  0723ad3... libstdc++: Add always_inline to trivial range access functi (*)
  5c021f1... constexprify some tree variables (*)
  18169e8... libstdc++: Fix -Wsign-compare warnings in std::format (*)
  fca0f50... libstdc++: Fix Doxygen warning (*)
  945e86d... libstdc++: Fix one more malformed requires-clause [PR107649 (*)
  dda43e1... nvptx: In 'STARTFILE_SPEC', fix 'crt0.o' for '-mmainkernel' (*)
  5a6c698... libcpp: Add missing config for --enable-valgrind-annotation (*)
  0a62889... jit: Use std::mutex instead of pthread_mutex_t (*)
  8c05d8c... libgomp/gcn: Prepare for reverse-offload callback handling (*)
  b1115db... i386: Outline fast BF -> SF conversion and fix up sNaN hand (*)
  32d16fe... c++: Implement C++23 P2647R1 - Permitting static constexpr  (*)
  2efb237... c++: implement P1492 contracts (*)
  ea63396... libstdc++: add experimental Contracts support (*)
  a7aef0a... analyzer: fix feasibility false +ve on jumps through functi (*)
  1c4a788... analyzer: move more impl_* to known_function (*)
  3142265... RISC-V: No extensions for SImode min/max against safe const (*)
  60d2bcc... RISC-V: Handle "(a & twobits) == singlebit" in branches usi (*)
  bc6beec... RISC-V: Use bseti/bclri/binvi to extend reach of ori/andi/x (*)
  787ac95... RISC-V: Optimize slli(.uw)? + addw + zext.w into sh[123]add (*)
  30c2d8d... RISC-V: split to allow formation of sh[123]add before 32bit (*)
  acbb5ef... RISC-V: Optimize branches testing a bit-range or a shifted  (*)
  23d9f62... RISC-V: allow bseti on SImode without sign-extension (*)
  11543b2... libcpp: Avoid remapping filenames within directives (*)
  59cc4da... Manually add entries for r13-4128. (*)
  820c25c... Fortran: reject NULL actual argument without explicit inter (*)
  add8984... Daily bump. (*)
  f003fdf... Add another commit to ignore (*)
  ceba66e... Fix PR middle-end/107705: ICE after reclaration error (*)
  bd0c9d9... Fix PRs 106764, 106765, and 107307, all ICE after invalid r (*)
  acc205e... Fix testcase for architectures that use .srodata (*)
  92905f6... aarch64: Fix LDAPURS assembly output (*)
  20d2a8c... testsuite: Verify that module-mapper is available (*)
  33de7b3... aarch64: Fix up LDAPR codegen (*)
  e5049df... c++: Implement CWG2635 - Constrained structured bindings (*)
  c5df839... tree-optimization/107647 - avoid FMA from SLP with -ffp-con (*)
  f0024bf... LoongArch: Fix atomic_exchange expanding [PR107713] (*)
  7b3b2f5... c++: constinit on pointer to function [PR104066] (*)
  3f467ea... c: Set the locus of the function result decl (*)
  19be89d... Fortran: Remove double spaces in open() warning [PR99884] (*)
  ee89283... Fix PR 107734: valgrind errors with sbitmap in match.pd (*)
  4e30622... [PR tree-optimization/107732] [range-ops] Handle attempt to (*)
  f9ed1d2... c, analyzer: fix ICE with -fanalyzer and -Wunused-macros [P (*)
  0045d25... RISC-V: Optimize masking with two clear bits not a SMALL_OP (*)
  1957bed... RISC-V: bitmanip: add splitter to use bexti for "(a & (1 << (*)
  705bae2... Enable shrink wrapping for the RISC-V target. (*)
  06c8f2e... aarch64: Add mode size check on LDAPR-extend patterns (*)
  822a082... [PR68097] Try to avoid recursing for floats in gimple_stmt_ (*)
  156f523... x86: Enable 256 move by pieces for ALDERLAKE machine. (*)
  cbe3130... middle-end: ensure that VEC_PERM operands get lowered to th (*)
  1bc7efa... middle-end: replace GET_MODE_WIDER_MODE with GET_MODE_NEXT_ (*)
  2b2f2ee... [range-ops] Minor readability fix. (*)
  928bc5b... Fix typo in gimple_fold_partial_load_store_mem_ref (*)
  a62d957... RISC-V: Optimize RVV epilogue logic. (*)
  e214cab... Fix multiple recent sh3/sh3eb regressions (*)
  f69a829... libstdc++: Ensure std::to_chars overloads all declared in < (*)
  8090952... Daily bump. (*)
  ff199a8... analyzer: more test coverage for named constants (*)
  6e49628... analyzer: log the stashing of named constants [PR107711] (*)
  bdd784f... Fortran: ICE on procedure arguments with non-integer length (*)
  c85f8db... c++: P2448 - Relaxing some constexpr restrictions [PR106649 (*)
  dbdce6a... libstdc++: Fix dumb typos in ALT128 support in <format> [PR (*)
  629897e... libstdc++: Improve performance of chrono::utc_clock::now() (*)
  2f5c071... libstdc++: Adjust <format> for Clang compatibility [PR10771 (*)
  22cb0fe... libstdc++: Disable std::format of _Float128 if std::to_char (*)
  96e4244... Fortran: error recovery after reference to bad CLASS variab (*)
  713dcfc... Fortran: ICE in simplification of array expression involvin (*)
  ac74b3f... RISC-V: Split "(a & (1UL << bitno)) ? 0 : 1" to bext + xori (*)
  3246255... RISC-V: Split "(a & (1UL << bitno)) ? 0 : -1" to bext + add (*)
  e91d514... testsuite: Fix mistransformed gcov (*)
  246bbda... tree-optimization/107686 - fix bitfield ref through vec_unp (*)
  8a5f366... middle-end/107679 - fix SSA rewrite of clobber of parameter (*)
  7026d04... libstdc++: Add test for chrono::utc_clock leap second offse (*)
  f6d6fd0... libatomic: regenerate Makefile.in (*)
  ec59848... libstdc++: Fix stream initialization with static library [P (*)
  c5e8c6c... c++: Alignment changes to layout compatibility/common initi (*)
  0e2c551... libstdc++: Fix up <complex> for extended floating point typ (*)
  cf958f8... c++: Fix up calls to static operator() or operator[] [PR107 (*)
  85966f0... doc: fix description of -mrelax-cmpxchg-loop [PR 107676] (*)
  d4cc7a8... i386: correct x87&SSE multiplication modeling in znver.md (*)
  dd744f0... i386: correct x87&SSE division modeling in znver.md (*)
  3c54805... libstdc++: Fix std::any pretty printer (*)
  9228162... libstdc++: Improve comments on pretty printer code (*)
  6f83861... gcn: Add __builtin_gcn_kernarg_ptr (*)
  21501ec... analyzer: use known_function to simplify region_model::on_c (*)
  3685aed... analyzer: split out checker-path.cc into a new checker-even (*)
  99c9cbc... gcc: m68k: fix PR target/107645 (*)
  f58e6d4... doc: invoke: pru/riscv: Fix option list formatting (*)
  1360290... c++: Implement CWG 2654 - Un-deprecation of compound volati (*)
  d59858f... nvptx/mkoffload.cc: Fix "$nohost" check (*)
  7f01402... c++: Allow attributes on concepts - DR 2428 (*)
  7c6cd9c... ragen-op-float: Fix up float_binary_op_range_finish [PR1076 (*)
  2b7f037... libstdc++: Fix gdb FilteringTypePrinter (*)
  63e1b2e... rtl: Try to remove EH edges after {pro,epi}logue generation (*)
  cdc3422... Daily bump. (*)
  ed1797d... c++: Disable -Wignored-qualifiers for template args [PR1074 (*)
  c717a92... RISC-V: Zihintpause: add __builtin_riscv_pause (*)
  6052482... bpf: avoid possible use of uninitialized variable (*)
  86a9000... analyzer: add warnings relating to sockets [PR106140] (*)
  d8aba86... c, analyzer: support named constants in analyzer [PR106302] (*)
  46c3d9c... demangler: Templated lambda demangling (*)
  ee08aa9... diagnostics: Remove null-termination requirement for json:: (*)
  15d3155... diagnostics: Use an inline function rather than hardcoding  (*)
  6238cc2... diagnostics: Fix macro tracking for ad-hoc locations (*)
  3037f11... libsanitizer: update LOCAL_PATCHES (*)
  f546846... asan: update expected format based on ASAN (*)
  0c7a928... libsanitizer: Apply local patches (*)
  5f3fa26... libsanitizer: merge from upstream ae59131d3ef311fb4b1e50627 (*)
  d1288d8... libatomic: Add support for LSE and LSE2 (*)
  5925f0e... c++: remove i_c_e_p parm from tsubst_copy_and_build (*)
  c52c322... c++: remove function_p parm from tsubst_copy_and_build (*)
  c68c468... libstdc++: Fix std::format test for strict -std=c++20 mode (*)
  a5d4f38... libstc++: std::formattable concept should not be defined fo (*)
  ce86d96... libstdc++: Fix detection of std::format support for __float (*)
  3895318... libsanitizer: use git clone --depth 1 (*)
  fe26b04... Revert "docs: Fix expected diagnostics URL [PR107599]" (*)
  d34dea0... libstdc++: Document use of Markdown for Doxygen comments (*)
  f5f2686... doc: Format region pragmas as separate items (*)
  dd32062... ira: Remove duplicate `memset' over `full_costs' from `assi (*)
  28f636a... aarch64: Add support for widening LDAPR instructions (*)
  0431e8a... aarch64: Enable the use of LDAPR for load-acquire semantics (*)
  9a4129f... gcc-changelog: revert temporary rule relaxation (*)
  83d400b... Daily bump. (*)
  87c4057... c++: Fix a typo in function name (*)
  4a7a846... libatomic: Handle AVX+CX16 AMD like Intel for 16b atomics [ (*)
  7cf165d... c++: Add testcase for DR 2392 (*)
  6492cec... c++: Implement C++23 P2589R1 - - static operator[] (*)
  e0f4fcf... c++: Add testcase for DR 2604 (*)
  dc95e1e... Optimize VEC_PERM_EXPR with same permutation index and oper (*)
  73b582a... Remove Score documentation (*)
  7dc52ed... Remove the picoChip documentation (*)
  298707b... Remove documentation for MeP (*)
  d7971cf... Fix @opindex for mcall-aixdesc and mcall-openbsd (*)
  fce38b7... c++: init_priority and SUPPORTS_INIT_PRIORITY [PR107638] (*)
  080b4cf... c++: Disable -Wdangling-reference when initing T& (*)
  aa37a91... Revert "RISC-V: Add basic support for the Ventana-VT1 core" (*)
  bcd5f98... Revert "RISC-V: Add instruction fusion (for ventana-vt1)" (*)
  c41bbfc... c++: only declare satisfied friends (*)
  e7c12a9... ira: Fix `create_insn_allocnos' `outer' parameter documenta (*)
  2044cf2... middle-end: Fix addsub patch removing return statements (*)
  eab3d2d... riscv: bitmanip: add orc.b as an unspec (*)
  1d99e09... middle-end: Fix can_special_div_by_const doc. (*)
  991cfe5... RISC-V: Add instruction fusion (for ventana-vt1) (*)
  b4fca4f... RISC-V: Add basic support for the Ventana-VT1 core (*)
  d758d19... aarch64: Add support for +cssc (*)
  a89ac90... AArch64: Add SVE2 implementation for pow2 bitmask division (*)
  c98aabc... AArch64: Add implementation for pow2 bitmask division. (*)
  8beff04... middle-end: Support not decomposing specific divisions duri (*)
  b2bb611... middle-end: Add optimized float addsub without needing VEC_ (*)
  2b85d75... libstdc++: Fix installation of python files for debug lib (*)
  23a121d... arm: Add support for Cortex-X1C CPU. (*)
  e07556a... aarch64: Add support for Cortex-X3 CPU. (*)
  30348d3... Fix @opindex for m80387 (*)
  9c19597... Fix some @opindex with - in the front (*)
  590a06a... aarch64: Add support for Ampere-1A (-mcpu=ampere1a) CPU (*)
  5ba2597... ada: Silence CodePeer false positive (*)
  438f878... ada: Remove incorrect comments about initialization (*)
  0e194d2... ada: Flag unsupported dispatching constructor calls (*)
  f3597ba... ada: hardcfr docs: add optional checkpoints (*)
  90b9052... ada: Crash on applying 'Pos to expression of a type derived (*)
  0a2304a... ada: Fix non-capturing parentheses handling (*)
  442886a... ada: Fix error on SPARK_Mode on library-level separate body (*)
  28e5c45... ada: Adjust locations in aspects on generic formal subprogr (*)
  35f29cf... ada: Fix style in code for generic formal subprograms with  (*)
  fe02d7d... ada: Expand generic formal subprograms with contracts for G (*)
  eba0e79... ada: Enable Support_Atomic_Primitives on QNX and RTEMS (*)
  04381a1... ada: Improve location of error messages in instantiations (*)
  c9d317b... ada: Remove gnatcheck reference (*)
  cf716ab... remove duplicate match.pd patterns (*)
  04e2fd2... Fortran: fix treatment of character, value, optional dummy  (*)
  3c67217... libstdc++: Fix install-debug makefile target (*)
  ce51e84... doc: port new documentation from Sphinx (*)
  191dbc3... Revert "sphinx: copy files from texi2rst-generated reposito (*)
  1191a41... Partially revert 7e3ce73849fef8b50efb427ec96f317e88c0e6cf (*)
  de13379... Revert "sphinx: update baseconf.py file" (*)
  d92b506... Revert "sphinx: port .def files to RST" (*)
  3e070cf... Revert "sphinx: use tm.rst.in file in target macros" (*)
  4e3dcf2... Revert "sphinx: support Sphinx in build system" (*)
  ef0879e... Revert "sphinx: add tm.rst.in" (*)
  d77de73... Revert "sphinx: remove texinfo files" (*)
  40a3938... Revert "sphinx: jit: port libgccjit to shared Sphinx" (*)
  64d5610... Revert "sphinx: ada: port to Sphinx" (*)
  b4c839e... Revert "sphinx: use proper lexers for target macros" (*)
  b779e6b... Revert "sphinx: add --with-sphinx-build" (*)
  d6e95a1... Revert "sphinx: fix cross manual references" (*)
  fcdbe60... Revert "sphinx: do not use tm.rst.in with empty content" (*)
  56de140... Revert "sphinx: sync latest changes" (*)
  8a1ca6f... Revert "sphinx: support installation if sphinx-build is mis (*)
  c909a4a... Revert "sphinx: add update_web_docs_git.py script" (*)
  50b2e0f... Revert "sphinx: fix building if sphinx-build is missing" (*)
  3c1d035... Revert "avr: sphinx: port gen-avr-mmcu to RST" (*)
  705dd99... Revert "sphinx: simplify default in baseconf.py." (*)
  8c7311c... Revert "sphinx: update crontab with new script" (*)
  9d29dd2... Revert "sphinx: update diagnostics URLs" (*)
  1f9b8c3... Revert "docs: fix: WARNING: Parsing of expression failed. U (*)
  a0ccbac... Revert "sphinx: add missing trailing newline" (*)
  45ab87d... Revert "docs: fix links pointing to gcc.gnu.org/install" (*)
  65ae200... Revert "docs: create sources tarball" (*)
  37a5098... Revert "sphinx: add missing HAS_SPHINX_BUILD" (*)
  07852b5... Revert "docs: Add missing variable name in example" (*)
  6e79760... Revert "doc: Use a separate directory for new modules we ad (*)
  5747670... Revert "doc: Modernize baseconf.py." (*)
  30ad6e0... Revert "maintainer-scripts: fix superfluous 'sh' for Python (*)
  95d3646... Revert "sphinx: add missing newline for conf.py files." (*)
  d2d6d26... Revert "docs: move label directly before title" (*)
  274462e... Partially revert 5c6546ca7d8cab1f1c129f5b55f709e2ceee0f94 (*)
  c9cd0c4... Partially revert d3fe767c16e7c528e4fc71c8a68ac14b4573d880. (*)
  943401b... Revert "sphinx: stop using parallel mode" (*)
  95c6f70... Revert "doc: update sphinx-build -j auto comment" (*)
  28a2864... Revert "jit: doc: Use shared Indices and tables" (*)
  f9e277d... Partially revert cd9eedb8ac2e904880da8d1e3c87a3557c38a04f (*)
  dabb1db... Partially revert ca1db2725a3232b2e15eaa1bd7fbe33927843476 (*)
  d33b561... Partially revert 12c583a2a3da798e82737c2d0e11fd686636cfeb (*)
  1d6e27d... Partially revert 59a63247992eb13153b82c4902aadf111460eac2. (*)
  cf1457e... Revert "doc: Remove outdated reference to "core" and front- (*)
  bd24b5d... Revert "configure: always set SPHINX_BUILD" (*)
  cead52c... Revert "sphinx: include todolist only if INCLUDE_TODO env.  (*)
  f3c9c65... Revert "doc: Update Jeff Law's email-address in contrib.rst (*)
  b2fa2b4... Partially revert d777b38cde91a87f2345dcd13901862a9513562a (*)
  fd210d8... i386: Add AMX-TILE dependency for AMX related ISAs (*)
  afabc30... Partially revert 071e428c24ee8c1ed062597a093708bba29509c9 (*)
  e7ebdf5... restrict gcc.dg/pr107554.c to 64bit platforms (*)
  071e428... Enable small loop unrolling for O2 (*)
  5f2ce01... gcc-changelog: temporarily disable check_line_start (*)
  eefbfbc... Daily bump. (*)
  d777b38... analyzer: new warning: -Wanalyzer-tainted-assertion [PR1062 (*)
  58e7732... Fortran: diagnostics for actual arguments to pointer dummy  (*)
  e42b672... Skip guality tests on hppa-hpux. (*)
  43435c7... RISC-V: optimize '(a >= 0) ? b : 0' to srai + andn, if comp (*)
  3bf46ea... doc: Update Jeff Law's email-address in contrib.rst (*)
  c64fd69... sphinx: include todolist only if INCLUDE_TODO env. set (*)
  f90cb39... RISC-V: costs: support shift-and-add in strength-reduction (*)
  5e749ee... configure: always set SPHINX_BUILD (*)
  9a265c9... ginclude: C2x header version macros (*)
  0543228... doc: Remove outdated reference to "core" and front-end down (*)
  1736bf5... libstdc++: Add C++20 clocks (*)
  1d9454a... libstdc++: Implement C++20 <format> [PR104166] (*)
  d4ba3b3... libstdc++: Allow std::to_chars for 128-bit integers in stri (*)
  7ce0cee... Fortran: Remove unused declaration (*)
  30d77d4... Daily bump. (*)
  ec6c202... libstdc++: Fix up to_chars ppc64le _Float128 overloads [PR1 (*)
  59a6324... Fortran: fix treatment of character, value, optional dummy  (*)
  b556d17... c: C2x constexpr (*)
  f232715... [frange] Avoid testing signed zero test for -fno-signed-zer (*)
  4c57e57... [range-ops] Add ability to represent open intervals in fran (*)
  2a193e9... libgomp: Fix up build on mingw [PR107641] (*)
  d4c2f1d... range-op: Implement op[12]_range operators for {PLUS,MINUS, (*)
  5747470... range-op: Cleanup floating point multiplication and divisio (*)
  2d5c4a1... range-op: Implement floating point division fold_range [PR1 (*)
  2f7f9ed... range-op: Implement floating point multiplication fold_rang (*)
  f5225db... LoongArch: Add flogb.{s,d} instructions and expand logb{sf, (*)
  d26c757... LoongArch: Add fscaleb.{s,d} instructions as ldexp{sf,df}3 (*)
  51a233b... LoongArch: Add ftint{,rm,rp}.{w,l}.{s,d} instructions (*)
  e468dd4... LoongArch: Rename frint_<fmt> to rint<mode>2 (*)
  ba75514... libstdc++: Simplify build targets for debug library (*)
  a7f5105... libstdc++: Define INSTANTIATE_FACET_ACCESSORS macro in comp (*)
  5b6ce16... Daily bump. (*)
  8214ec0... libstdc++: Fix <experimental/filesystem> for Windows [PR950 (*)
  7543a6d... analyzer: more state machine documentation (*)
  65752c1... analyzer: split out checker_event classes to their own head (*)
  12c583a... analyzer: new warning: -Wanalyzer-infinite-recursion [PR106 (*)
  0a7b437... Don't add dependencies in update_stmt. (*)
  52672be... libstdc++: Set active union member in constexpr std::string (*)
  b331bf3... libstdc++: Fix wstring conversions in filesystem::path [PR9 (*)
  dab5d73... process transitive inferred ranges in pre_fold_stmt. (*)
  ca1db27... aarch64: Add support for Cortex-X1C CPU. (*)
  cd9eedb... aarch64: Add support for Cortex-A715 CPU. (*)
  81de403... tree-optimization/107554 - fix ICE in stlen optimization (*)
  4b3874d... tree-optimization/105142 - improve maybe_fold_comparisons_f (*)
  e0cfde7... [range-ops] Remove specialized fold_range methods for vario (*)
  c0662c7... [range-ops] Avoid unnecessary intersection in update_known_ (*)
  c16c408... [range-ops] Update known bitmasks using CCP for all operato (*)
  b3e8dc8... [range-ops] Use existing tree code for *DIV_EXPR entries. (*)
  17586bd... [range-ops] Add tree code to range_operator. (*)
  af96500... tree-optimization/107618 - enhance copy propagation of cons (*)
  be2c74f... Make last DCE remove empty loops (*)
  3b54cc9... jit: doc: Use shared Indices and tables (*)
  02698e2... doc: update sphinx-build -j auto comment (*)
  08fd14f... sphinx: stop using parallel mode (*)
  999c14c... changelog: check for space after tab (*)
  5576518... RISC-V: Add RVV registers register spilling (*)
  fbad7a7... libstdc++: Fix tests with non-const operator== (*)
  f54ae4d... libstdc++: Add missing definition for <charconv> in C++14 m (*)
  56d2222... libstdc++: Fix test that uses C++17 variable template in C+ (*)
  b3ac43a... libstdc++: Avoid redundant checks in std::use_facet [PR1037 (*)
  d3fe767... c-family: Support #pragma region/endregion [PR85487] (*)

(*) This commit already exists in another branch.
    Because the reference `refs/vendors/microsoft/heads/main' 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:[~2022-12-08  1:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-08  1:26 [gcc/microsoft/heads/main] (648 commits) Merge commit 'da7fb32d403759daefefc79dc251d2437c1b638c' int Eugene Rozenfeld

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