public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/pheeck/heads/sccp] (1824 commits) currently crashing on complex-6.c
@ 2023-02-15 10:12 Filip Kastl
  0 siblings, 0 replies; only message in thread
From: Filip Kastl @ 2023-02-15 10:12 UTC (permalink / raw)
  To: gcc-cvs

The branch 'pheeck/heads/sccp' was updated to point to:

 733179c6f2c... currently crashing on complex-6.c

It previously pointed to:

 55d28b73b1b... added coments; will test with testsuite

Diff:

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

  55d28b7... added coments; will test with testsuite
  92342e6... Merge branch 'master' into me/sccp
  1ec5521... debug stuff
  4f05f07... updating OCCURS_IN_ABNORMAL_PHI
  d0786c7... added call to update_gimple_stmt ()
  f2dce1d... using hash_set  to check elements of scc
  472b5dd... rewrote tarjan_compute_sccs to remove duplicities
  42d2b29... afixed uto_vec scc -tovec scc;; includes clean up
  bbbbeaa... added freeing vector memory
  768444c... got rid of recursion in main algorithm
  a4bde97... added phi debug function
  5b14058... corrected handling of abnormal phis
  e92422e... fixed bug when scc references same var multiple times
  fe24581... fixed error where algorithm would ignore non-ssa names
  c798727... sccp now actually replaces phis with values
  d971e73... add check for operands that aren't SSA names
  8938f59... trying to find testcases for algorithm
  cc8c3c8... Merge branch 'master' into me/sccp
  47bb91e... norecursive tarjan v2; seems to work
  45740a2... rewrote sccp tarjan to be nonrecursive; needs debug
  2586c2f... add /rocnikovy-projekt-specifikace.txt
  25ca4c0... tarjan_sccs vector is now vec<vec> insted of vec<vec *>
  a3b44bf... Merge branch 'master' into me/sccp
  059c7ef... fixed segfault, tarjan works
  d27a4a2... unstuck: used as_a <gphi *>
  9855737... stuck: how to iterate over gphi arguments of PHI
  b3a648f... Merge branch 'master' into me/sccp
  3262c36... wip first version of tarjan's scc algorithm
  6636fc6... Recursive DFS of PHIs with debug_reachable_phi
  a56778f... sccp.cc now compiles
  57a0f82... sccp.cc created, pass added to passes.def


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

  733179c... currently crashing on complex-6.c
  4894c77... fixed crashing on 20090917-1.c
  f412011... compiler crashes on 20090917-1.c
  c1c1164... Daily bump.
  b261996... OpenMP: Generate SIMD clones for functions with "declare ta
  453c3cd... sync libsframe toplevel from binutils-gdb
  b6211e3... libstdc++: Fix orphaned/nested output of configure checks
  6442e9f... libstdc++: Call predicate with non-const values in std::era
  c2f5bc3... libstdc++: Do not define operator!= in <random> for C++20
  7b85790... libstdc++: Add always_inline to trivial iterator operations
  6ef6e95... sve2: Fix expansion of division [PR107830]
  0115370... libgomp: Add no-target-region rev offload test + fix plugin
  cdc6c77... libgomp.texi: OpenMP Impl Status 5.1 additions + TR11
  4197f3f... Revert "gcc-changelog: temporarily disable check_line_start
  ede8943... Daily bump.
  0965d86... gcc-changelog: temporarily disable check_line_start
  a5fa506... Fix thinko in operator_bitwise_xor::op1_range
  9c6cb81... lto: fix usage of timer in materialize_cgraph
  a8f06b9... tree-optimization/107865 - ICE with outlining of loops
  52b6d03... Adjust the symbol for SECTION_LINK_ORDER linked_to section 
  8e8c8c3... libstdc++: Change return type of std::bit_width to int (LWG
  72a5137... libstdc++: Update tests on trunk [PR106201]
  b4f00f2... AArch64: Add fma_reassoc_width [PR107413]
  5060271... c++: Further -fcontract* option description fixes
  51c4ecb... asan: Fix up error recovery for too large frames [PR107317]
  1d8296f... ada: Add assertion for the implementation of storage models
  c976539... ada: Spurious error on Lock_Free protected type with discri
  7b78bbb... c: Propagate erroneous types to declaration specifiers [PR1
  b247a04... libstdc++: Another merge from fast_float upstream [PR107468
  5e60b9e... libstdc++: Workaround buggy printf on Solaris in to_chars/f
  e6dd9ca... testsuite: Fix up broken testcase [PR107127]
  a309973... analyzer: fix Clang warnings
  3fa4b2b... Remove use_equiv_p in vr-values.cc
  fda688f... Remove follow_assert_exprs from overflow_comparison.
  2e273ef... Remove ASSERT_EXPR.
  4ee3e3b... Remove value_range_equiv.
  a1e0dca... Remove unused legacy VRP code.
  abe2a0c... analyzer: revamp of heap-allocated regions [PR106473]
  4992b1e... analyzer: fix nondeterminism in logs
  9db8d75... analyzer: eliminate region_model::on_ fns for sockets
  8bab582... analyzer: move known funs for fds to sm-fd.cc
  aba7278... i386: Only enable small loop unrolling in backend [PR 10769
  1c9e62f... Daily bump.
  3376448... analyzer: Use __builtin_alloca in gcc.dg/analyzer/call-summ
  ce5666b... Fortran: error recovery on associate with bad selector [PR1
  8ba5710... c: Fix compile time hog in c_genericize [PR107127]
  8e2e044... [Patch Arm] Add neon_fcadd and neon_fcmla to is_neon_type.
  2971720... doc: -Wdelete-non-virtual-dtor supersedes -Wnon-virtual-dto
  0493cbe... diagnostics: Fix selftest ICE in certain locales [PR107722]
  69207a2... d: respect --enable-link-mutex configure option
  d2adb26... libstdc++: Fix libstdc++ build on some targets [PR107811]
  f5b7c0e... libstdc++: Fix unsafe use of dirent::d_name [PR107814]
  2b2aafe... maintainer-scripts/gcc_release: compress xz in parallel
  23b37e2... c++: Fix up -fcontract* options
  4fe802f... LoongArch: Add prefetch instructions.
  558afe8... Revert "configure: Implement --enable-host-pie"
  8c939b7... Revert "configure: Implement --enable-host-bind-now"
  0f08511... configure: Implement --enable-host-bind-now
  31facbf... configure: Implement --enable-host-pie
  d475ebf... Daily bump.
  576efc7... Fix thinko in last patch
  db9c2a1... Fix comment typos noticed by Bernhard
  945b897... Fix recent rvv/base/spill testcase failures
  4d90fde... tree-object-size: Support strndup and strdup
  c9cf2d2... analyzer: only look for named functions in root ns [PR10778
  82c207e... analyzer: fix ICE on 'bind(INT_CST, ...)' [PR107783]
  c5a6ab8... analyzer: fix 'errno' on Solaris and OS X [PR107807]
  c9706db... analyzer: eliminate region_model::impl_call_* special cases
  6b4bbb6... testsuite: Fix missing EFFECTIVE_TARGETS variable errors
  07450aa... Fix wrong array type conversion with different storage orde
  d02f670... libstdc++: Replace std::isdigit and std::isxdigit in <forma
  c8a7e4b... libstdc++: Add testcase for fs::path constraint recursion [
  b2ebd3d... ipa-sra: Dump edge summaries also for non-candidates
  bc67858... ipa-cp: Do not consider useless aggregate constants
  7f271cd... ipa: IPA-SRA split detection simplification
  eff64ac... ipa-cp: Do not be too optimistic about self-recursive edges
  4d745ce... gcn: Add __builtin_gcn_{get_stack_limit,first_call_this_thr
  3116bf3... c++: don't use strchrnul [PR107781]
  b524fdd... aarch64: Fix test_dfp_17.c for big-endian [PR 107604]
  aa1b129... ada: Accept aspects Global and Depends on abstract subprogr
  8e08429... ada: Disable checking of Elab_Spec procedures in CodePeer_M
  600f9eb... ada: Adjust number of errors when removing warning in dead 
  08c73d5... ada: Fix formatting glitches in Make_Tag_Assignment
  6a31241... ada: Fix recent assertion failure on GPR2
  8aa424e... tree-optimization/107803 - abnormal cleanup from the SSA pr
  fd2d463... libstdc++: Fix pool resource build errors for H8 [PR107801]
  acc9817... tree-optimization/107672 - avoid vector mode type_for_mode 
  0323865... tree-optimization/107766 - ICE with recent -ffp-contract=of
  7a3aad4... Guard 64/32-bit vector move patterns with ix86_hard_reg_mov
  acecd83... Some tidy up for RA related hooks.
  0bd7331... c++: contracts fixes
  3175d11... Daily bump.
  0306d53... analyzer: fix ICE on 'bind' that returns a struct [PR107788
  f0900a4... analyzer: fix ICE on 'bind' with non-pointer arg [P107783]
  671b519... analyzer: fix ICE on writes to errno [PR107777]
  8c6cf19... analyzer, testsuite: add more examples taken from CWE
  75a7230... libcpp: Fix paste error with unknown pragma after macro exp
  0eb7f46... RTEMS: Use local-exec TLS model by default
  99f584d... Allow subtarget customization of CC1_SPEC
  886985f... libstdc++: Reduce size of std::bind_front(F) result
  9563a14... libstdc++: Check static assertions earlier in chrono::durat
  da0a482... libstdc++: Improve Doxygen comments in <tuple>
  757a138... testsuite: Add filter for target socket support
  f8cd840... Expand comment for tree_niter_desc.max
  7796a5b... Modify test, to prevent the next patch breaking it
  861dea4... Refactor number_of_iterations_popcount
  6621f51... Remove prototype for number_of_iterations_popcount
  b726762... Ensure at_stmt is defined before an early exit
  580f646... testsuite: Windows paths use \ and not /
  a62f5bb... libgomp/gcn: fix/improve struct output
  9302272... libcpp/remap: Only override if string matched
  7ea80e8... genmultilib: Fix sanity check
  7ebce0d... RISC-V: Fix ICE in branch<ANYI:mode>_shiftedarith_equals_ze
  c818590... ada: Adjust recent change for returns involving function ca
  2e202ef... ada: Do not share Packed Array Type if sizes of types diffe
  0d1f073... ada: Order pragmas alphabetically in reference manual
  ecbdb41... ada: Minor tweak in assertion
  cd501bd... ada: Internal compiler error for Sequential Partition_Elabo
  2852d18... ada: Small cleanup in Expand_N_Object_Declaration
  ff10704... ada: Ada 2022 Image attribute bugs
  8e4ae92... ada: Disable subprogram call validation in CodePeer mode
  1bb7bce... ada: Move warnings switches
  e77e538... ada: Improve documentation for -gnatw.h warnings
  16e3947... ada: Reject nonconfirming Size attribute value for aliased 
  93f4d6e... ada: Fix gnatmake's parsing of adc files
  1378fd6... ada: Tweak error messages on misplaced with keywords
  8ec8253... rewritten sccp to consider copy stmts
  cbfd6a6... Revert "iterators"
  7eaa644... sccp now has iterators
  05964a2... added coments; will test with testsuite
  98ba3fd... debug stuff
  8b2b361... updating OCCURS_IN_ABNORMAL_PHI
  c10b09a... added call to update_gimple_stmt ()
  34dde05... using hash_set  to check elements of scc
  2da5c4b... rewrote tarjan_compute_sccs to remove duplicities
  d8ccc7c... afixed uto_vec scc -tovec scc;; includes clean up
  e86926f... added freeing vector memory
  24ad163... got rid of recursion in main algorithm
  3422e26... added phi debug function
  e99a83d... corrected handling of abnormal phis
  f2e8ddf... fixed bug when scc references same var multiple times
  1314b83... fixed error where algorithm would ignore non-ssa names
  567c65d... sccp now actually replaces phis with values
  0d47194... add check for operands that aren't SSA names
  77e3b24... trying to find testcases for algorithm
  c342481... norecursive tarjan v2; seems to work
  e59faa6... rewrote sccp tarjan to be nonrecursive; needs debug
  04d7280... add /rocnikovy-projekt-specifikace.txt
  33129e1... tarjan_sccs vector is now vec<vec> insted of vec<vec *>
  1053d91... fixed segfault, tarjan works
  f13140f... unstuck: used as_a <gphi *>
  b83f0f3... stuck: how to iterate over gphi arguments of PHI
  4fb1427... wip first version of tarjan's scc algorithm
  883bdf2... Recursive DFS of PHIs with debug_reachable_phi
  940b3c5... sccp.cc now compiles
  3d96be8... sccp.cc created, pass added to passes.def
  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] (*)
  21de01f... i386: Add ISA check for newly introduced prefetch builtins. (*)
  f225b81... Daily bump. (*)
  5c6546c... analyzer: new warning: -Wanalyzer-deref-before-check [PR996 (*)
  7e3ce73... c++: Extend -Wdangling-reference for std::minmax (*)
  740cf7d... docs: move label directly before title (*)
  e15d70e... Remove SLOW_SHORT_ACCESS from target headers (*)
  b4fc06d... Do not specify NAN sign in frange::set_nonnegative. (*)
  f1b7681... better PHI copy propagation for forwprop (*)
  2f6cb9c... RISC-V: Fix selection of pipeline model for sifive-7-series (*)
  203b127... Restore CCP copy propagation (*)
  bd044da... sphinx: add missing newline for conf.py files. (*)
  9e11cee... unswitching of outer loops (*)
  49de156... i386: Fix up ix86_expand_int_sse_cmp [PR107585] (*)
  9072763... maintainer-scripts: fix superfluous 'sh' for Python script (*)
  dd31c69... doc: Modernize baseconf.py. (*)
  70f1c41... doc: Use a separate directory for new modules we add to PAT (*)
  0cbb756... libstdc++: Optimize std::destructible concept (*)
  1cdfd0e... Daily bump. (*)
  219f820... go: don't crash if __atomic_fetch_add functions are used (*)
  965ce1b... analyzer: better logging of event creation (*)
  d8c1058... docs: Add missing variable name in example (*)
  e505f74... Fortran: avoid NULL pointer dereference on bad EQUIVALENCEs (*)
  f94c2ef... docs: Fix expected diagnostics URL [PR107599] (*)
  e805ada... Fortran: ordering of hidden procedure arguments [PR107441] (*)
  8f5aa13... sphinx: add missing HAS_SPHINX_BUILD (*)
  52eedc1... docs: create sources tarball (*)
  4eadbe8... Clear NAN when reading back a global range if necessary. (*)
  8bb3f17... Revert op[12]_range operators for PLUS_EXPR and MINUS_EXPR. (*)
  ace0ae0... Change the name of array_at_struct_end_p to array_ref_flexi (*)
  0b3d926... docs: fix links pointing to gcc.gnu.org/install (*)
  837be6c... tree-optimization/84646 - remove premature thread path reje (*)
  3ed1b4c... sphinx: add missing trailing newline (*)
  a305ac8... docs: fix: WARNING: Parsing of expression failed. Using fal (*)
  9c3bc55... sphinx: update diagnostics URLs (*)
  d943927... Fix up foperator_abs::op1_range [PR107569] (*)
  d05a423... sphinx: update crontab with new script (*)
  50ebb5e... Add guality testcase for RTL alias analysis fix (*)
  8d7a55b... sphinx: simplify default in baseconf.py. (*)
  05119c3... c++: Minimal handling of carries_dependency attribute (*)
  cecc039... testsuite: Fix up pr107541.c test (*)
  79f1313... avr: sphinx: port gen-avr-mmcu to RST (*)
  e7c8f50... RISC-V: costs: handle BSWAP (*)
  d699d32... LoongArch: fix signed overflow in loongarch_emit_int_compar (*)
  1f9c793... sphinx: fix building if sphinx-build is missing (*)
  4287e81... Implement op[12]_range operators for PLUS_EXPR and MINUS_EX (*)
  6373b1f... sphinx: add update_web_docs_git.py script (*)
  e5821d3... sphinx: support installation if sphinx-build is missing (*)
  8857a1e... sphinx: sync latest changes (*)
  66f5503... sphinx: do not use tm.rst.in with empty content (*)
  7231864... sphinx: fix cross manual references (*)
  1f5a932... sphinx: add --with-sphinx-build (*)
  c0eb1a3... sphinx: use proper lexers for target macros (*)
  0a54351... sphinx: ada: port to Sphinx (*)
  94246da... sphinx: jit: port libgccjit to shared Sphinx (*)
  54ca4ee... sphinx: remove texinfo files (*)
  564a805... sphinx: add tm.rst.in (*)
  41a45cb... sphinx: support Sphinx in build system (*)
  8f2b513... sphinx: use tm.rst.in file in target macros (*)
  c8874c5... sphinx: port .def files to RST (*)
  8dc319e... sphinx: update baseconf.py file (*)
  c63539f... sphinx: copy files from texi2rst-generated repository (*)
  38ec5e4... [range-op-float] Implement MINUS_EXPR. (*)
  0ef5649... [range-op-float] Abstract out binary operator code out of P (*)
  68b0615... [range-op-float] Set NAN possibility for INF + (-INF) and v (*)
  b305793... c++: Tweaks for -Wredundant-move [PR107363] (*)
  916bec9... Fix incorrect insn type to avoid ICE in memory attr auto-de (*)
  69023a9... Daily bump. (*)
  9bbcee4... analyzer: eliminate region_model::eval_condition_without_cm (*)
  bbcb84b... libstdc++: Fix -Wsystem-headers warnings in tests (*)
  8f6d25f... libstdc++: Fix -Wsystem-headers warnings (*)
  9d54940... libstdc++: Add always_inline to most allocator functions (*)
  3f1519e... libstdc++: basic_filebuf: don't flush more often than neces (*)
  c93baa9... libstdc++: Refactor implementation of operator+ for std::st (*)
  564b111... bpf: Use enum for resolved overloaded builtins (*)
  9d96a28... [PR24021] Implement PLUS_EXPR range-op entry for floats. (*)
  3e0ab43... Provide normalized and denormal format version of real_isde (*)
  7899582... tree-optimization/107389 - honor __builtin_assume_alignment (*)
  215355d... CCP: handle division by a power of 2 as a right shift. (*)
  cb0a2b1... amdgcn: Fix expansion of GCN_BUILTIN_LDEXPV builtin (*)
  ee2be8f... amdgcn: Add builtins for vectorized native versions of abs, (*)
  b74dd1b... Use bit-CCP in range-ops. (*)
  7ca912b... testsuite: Fix failure in test pr105586.c [PR107171] (*)
  970dcd5... cdce: Fix up get_no_error_domain for new f{16,32,64,128} bu (*)
  fa271af... i386: Improve vector [GL]E{,U} comparison against vector co (*)
  ee86bdd... libstdc++: Uncomment denorm_min test (*)
  e581490... gcc: fix PR rtl-optimization/107482 (*)
  b2278f6... ada: Fix oversight in implementation of allocators for stor (*)
  10f193e... ada: Compile-time simplification of 'Image incorrectly igno (*)
  11f8925... ada: Clean up call to check if aspects are present (*)
  45656a9... ada: Adjust classwide contract expression preanalysis (*)
  48e2e5b... ada: Set Support_Atomic_Primitives for VxWorks 7 runtimes (*)
  0ed20c7... ada: Small consistency fix (*)
  a645dc3... ada: Propagate aspect Ghost when instantiating null formal  (*)
  59ad8b6... ada: Implement RM 4.5.7(10/3) name resolution rule (*)
  f1668c3... ada: Enforce matching of extra formals (*)
  7a08b93... ada: Move warnings switches -- initial work (*)
  c523e3f... ada: Align -gnatwc's documentation with its behavior (*)
  f2fa41b... ada: Improve handling of declare expressions in deferred-fr (*)
  270713d... ada: Minor consistency tweaks in Sem_Ch4 (*)
  786c6ba... ada: Remove redundant line in Analyze_Qualified_Expression (*)
  788e5f0... ada: Preanalyze classwide contracts as spec expressions (*)
  c2596d4... ada: Fix expansion of 'Wide_Image and 'Wide_Wide_Image on c (*)
  7857d87... ada: Fix inconsistent whitespace in Ada.Numerics.Generic_Co (*)
  d96a20b... ada: Remove unneeded code in handling formal type defaults (*)
  5c0722c... ada: Cleanup local variable that is only set as an out para (*)
  83ebb97... ada: Remove obsolete code in Resolve_If_Expression (*)
  79e0267... ada: Reject limited objects in array and record delta aggre (*)
  2ff87e2... ada: Allow initialization of limited objects with delta agg (*)
  4a22fda... ada: Reject record delta aggregates with limited expression (*)
  b9d8ad7... ada: Missing master of task causing assertion failure (*)
  59dd07e... ada: Raise Tag_Error when Ada.Tags operations are called wi (*)
  ae5de5a... ada: Add new -gnatw_q switch to usage message (*)
  acbfa2b... libstdc++: Update my author blurb in the manual (*)
  4596339... libstdc++: Remove empty <author> elements in manual (*)
  1f7b130... Revert "i386: Prefer remote atomic insn for atomic_fetch{ad (*)
  a14598b... Add m_CORE_ATOM for atom cores (*)
  3d2d04c... analyzer: start adding support for errno (*)
  be9fdbd... analyzer: introduce succeed_or_fail_call_info (*)
  55e0424... analyzer: fix "when 'strchr' returns non-NULL" message (*)
  8d03269... libstdc++: Fix syntax error in old-glibc case in floating_f (*)
  431be04... c++: implement P2468R2, the equality operator you are looki (*)
  c838119... Add transitive inferred range processing. (*)
  f8d901d... Daily bump. (*)
  b457b77... libstdc++: Fix up libstdc++ build against glibc 2.25 or old (*)
  93ab7d0... bpf: cleanup missed refactor (*)
  a239a63... Improve multiplication by powers of 2 in range-ops. (*)
  03ed4e5... Extend optimization for integer bit test on __atomic_fetch_ (*)
  2ee0165... libstdc++: Implement ranges::as_rvalue_view from P2446R2 (*)
  f471cb7... libstdc++: Implement ranges::cartesian_product_view from P2 (*)
  42f42d7... C++: Template lambda mangling testcases (*)
  9aa1b63... Fix NULL filename handling (*)
  cb0ceea... libstdc++: Update from latest fast_float [PR107468] (*)
  e5bcbcd... libstdc++: Add _Float128 to_chars/from_chars support for x8 (*)
  5d060d8... tree-ssa-sink: do not touch calls that return twice (*)
  3bff15c... [range-op] Restrict division by power of 2 optimization to  (*)
  071d00e... Fortran: Fix reallocation on assignment for kind=4 strings  (*)
  21cd625... i386: Fix typo in sse-22.c pragma (*)
  7314b98... unswitch most profitable condition first (*)
  a8fb90e... docs: update: document sanitizers can trigger warnings (*)
  33dc1ba... Mitigate clang warnings: (*)
  96c0533... ada: Document that gprof won't work on windows with PIE. (*)
  bcb3f09... ada: Tune hash function for cross-reference entries (*)
  dc3208e... ada: Fix performance regression related to references in Re (*)
  d24f279... ada: Use named notation in calls to Expand_Composite_Equali (*)
  2702882... ada: New warning about noncomposing user-defined "=" (*)
  9b07c17... ada: Inline composite node kind AST queries (*)
  2734555... ada: Fix inherited postconditions in inlined subprograms (*)
  b86ff06... ada: Fixed elaboration of CUDA programs. (*)
  aa0e7d3... ada: Rework CUDA host-side invocation of device-side elabor (*)
  7dee088... ada: Fix detection of external calls to protected objects i (*)
  90908af... ada: Clean up unnecessary nesting in code for DLL libraries (*)
  981848b... ada: Suppress warnings on derived True/False (*)
  214b1cb... ada: Deconstruct Safe_To_Capture_In_Parameter_Value (*)
  bb513a0... ada: Flip warning suppression routine to positive meaning (*)
  72ae51d... ada: Cleanup detection of code within generic instances (*)
  dcc02d3... ada: Remove redundant suppression for non-modified IN OUT p (*)
  2caaa4b... ada: Reject boxes in delta array aggregates (*)
  8f077c4... ada: Allow reuse of Enclosing_Declaration_Or_Statement by G (*)
  f073f33... ada: Clean up unnecesary call in resolution of overloaded e (*)
  4e92ad4... ada: Clean up code for visibility of generic actuals (*)
  76b35e7... ada: Cleanup comment about mapping parameters when inlining (*)
  748976c... ada: Put_Image aspect spec incorrectly not inherited (*)
  ae39527... ada: Tune layout after switching to Ada 2022 aggregate synt (*)
  f8b69d4... ada: Cleanup WITH clauses after switching from obsolescent  (*)
  c7e9b5e... ada: Create operator nodes in functional style (*)
  03b4e4a... ada: Don't reuse operator nodes in expansion (*)
  ffe889d... ada: Simplify detection of pragmas in the context items (*)
  74056e9... ada: Reject misplaced pragma Obsolescent (*)
  c7dc111... ada: Fix missing tag for with of an obsolescent function (*)
  f74a049... ada: Remove useless validity suppression for attribute Inpu (*)
  8408120... vect: Fold LEN_{LOAD,STORE} if it's for the whole vector [P (*)
  c4f8f8a... Initial Grand Ridge support (*)
  48fa413... i386: Prefer remote atomic insn for atomic_fetch{add, and,  (*)
  4cf1c61... Support Intel RAO-INT (*)
  339ffc5... Initial Granite Rapids Support (*)
  b384d9a... Support Intel prefetchit0/t1 (*)
  3c67c15... Daily bump. (*)
  c56826d... optabs: Use operand[2] mode in can_vec_set_var_idx_p (*)
  e3b1024... libstdc++: Declare const global variables inline (*)
  4e4e3ff... libstdc++: Move stream initialization into compiled library (*)
  d0a492f... c++: correct __has_attribute(init_priority) (*)
  89d0a14... Manually add ChangeLog entries from r13-3652-ge4cba49413ca4 (*)
  05788e9... Daily bump. (*)
  2175b39... Add another commit to ignore (*)
  3628025... LoongArch: Add fcopysign instructions (*)
  07b0096... Plug memory leak in attribute target_clones (*)
  efbf11e... cgraph_node: Remove redundant section clearing (*)
  a111cfb... d: Adjust test to pass when compiling with -m32 (*)
  3c28d6a... d: Add support for vector comparison operators (*)
  3ad2167... c++: libcpp: Support raw strings with newlines in directive (*)
  b83f01d... libstdc++: fix pointer type exception catch (no RTTI) [PR10 (*)
  7c6008e... libstdc++: Do not use SFINAE for propagate_const conversion (*)
  e50ea3a... doc: Document correct -fwide-exec-charset defaults [PR41041 (*)
  6b1a247... Support multilib-aware target lib flags self-specs overridi (*)
  95ba31b... testsuite: Add testcase from C++23 P2314R4 - Character sets (*)
  2662d53... libcpp: Update to Unicode 15 (*)
  26d2db8... AArch64: Fix testcase (*)
  0386c40... input: add get_source_text_between (*)
  679be32... Set nonzero bits for multiplication and divisions by a powe (*)
  0bdf10b... Fix recent thinko in operand_equal_p (*)
  3e2bdf2... Do not use subword paradoxical subregs in emit_group_store (*)
  418999f... libstdc++: Simplify lifetime of eh_globals variable [PR1075 (*)
  f505f37... libstdc++: Define _GNU_SOURCE for secure_getenv on Cygwin [ (*)
  5f18278... ada: Fix for validity checks combined with aliasing checks (*)
  4eac883... ada: Fix couple of issues with arrays indexed by enumeratio (*)
  9a27e6a... ada: Fix typo in comment referring to pragma Restrictions (*)
  0528884... ada: Cleanup code for warnings about unreferenced formal pa (*)
  3139280... ada: Cleanup code for unreferenced variables (*)
  72baa4e... ada: Cleanup code for warnings about unset references (*)
  7e1fe87... ada: Static intrinsic functions are a core language extensi (*)
  1207432... ada: Remove redundant calls in handling of aspect specifica (*)
  fe960a3... ada: Flag unsupported dispatching constructor calls (*)
  5f780a2... ada: Avoid repeated iteration over private protected compon (*)
  cb3c260... ada: Cleanup clearing flags on package variables (*)
  265341d... ada: Fix various typos in GNAT User's Guide (*)
  12cfb29... ada: Fix loop unnesting issue. (*)
  73d04a0... ada: Fix repeated killing of private entity values (*)
  50bd9f4... ada: Simplify detection of controlling formals (*)
  64b1073... ada: Skip dynamic interface conversion under configurable r (*)
  5150978... ada: Skip dynamic interface conversion under configurable r (*)
  e491cb2... ada: Fix typo (*)
  48c206e... ada: Remove sa_messages (*)
  7d0d27d... ada: Refactor: replace uses of `not Present(X)` with `No (X (*)
  587af00... ada: Fix various typos in node and entity description comme (*)
  1d20113... ada: Fix various typos in GNAT RM (*)
  533d79a... ada: Improve efficiency of scope stack restoration (*)
  41d5a49... ada: Small editorial changes to documentation comments (*)
  1e78b49... ada: Allow enabling a restricted set of language extensions (*)
  c07da85... ada: Generate missing object decls for adainit/adafinal reg (*)
  ffcd192... ada: Support lock-free protected objects with pragma Initia (*)
  0929de4... ada: Remove VxWorks 6 and VxWorks 653 2.x content from the  (*)
  da1207f... ada: Reject expanded global names in lock-free protected ob (*)
  8080a1b... ada: Generate host-side CUDA_Register_Function calls for de (*)
  164cc7a... aarch64: Fix typo in aarch64-sve.md comment (*)
  e4cba49... Remove support for Intel MIC offloading (*)
  e724b04... libgcc: Special-case BFD ld unwind table encodings in find_ (*)
  a05d8e1... Better integrate default 'sorry' 'TARGET_ASM_CONSTRUCTOR',  (*)
  4ee35c1... Restore default 'sorry' 'TARGET_ASM_CONSTRUCTOR', 'TARGET_A (*)
  2b4a039... Support Intel AMX-FP16 ISA (*)
  d201bd1... arm: Allow to override location of .gnu.sgstubs section (*)
  97752b7... c++: Use in-process client when networking is disabled (*)
  fabe470... Initial Sierra Forest Support (*)
  152834f... Support Intel CMPccXADD (*)
  d29260c... Daily bump. (*)
  32a06ce... c++: Quash -Wdangling-reference for member operator* [PR107 (*)
  40c34be... c++: requires-expr and access checking [PR107179] (*)
  095de98... Add testcases resolved with ranger as VRP1. (*)
  a4cd238... c++: change -fconcepts to mean C++20 concepts (*)
  c0b38e9... c++: constexpr error with defaulted virtual dtor [PR93413] (*)
  db6a9fe... amdgcn: Fix instruction generation for exp2 and log2 operat (*)
  e177be8... analyzer: use std::unique_ptr for state machines from plugi (*)
  76dd2c4... analyzer: use std::unique_ptr for known functions (*)
  accece8... analyzer: use std::unique_ptr during bifurcation (*)
  d60b40b... analyzer: use std::unique_ptr for checker_event (*)
  e031c5a... analyzer: use std::unique_ptr for feasibility_problems and  (*)
  ca5ff10... analyzer: use std::unique_ptr for custom_edge_info pointers (*)
  2a9b395... analyzer: use std::unique_ptr for saved_diagnostic::m_stmt_ (*)
  6341f14... analyzer: use std::unique_ptr for pending_diagnostic/note (*)
  6fd485d... Update range query cache when a statement is updated. (*)
  00d7c8f... Add gcc/make-unique.h (*)
  5acc10a... analyzer: fix ICE when pipe's arg isn't a pointer [PR107486 (*)
  6629444... OpenMP/Fortran: 'target update' with DT components (*)
  553b1d3... i386: Fix uninitialized register after peephole2 conversion (*)
  2ff0e62... libstdc++: Add missing move in ranges::copy (*)
  f95e4ec... amdgcn: Fix duplicate conditionals [PR107510] (*)
  20d5dca... testsuite: Fix gen-vect-34.c with vect_masked_load [PR10680 (*)
  e3c898e... c: C2x auto (*)
  58035ee... Daily bump. (*)
  41602c8... libstdc++: Remove more redundant union members (*)
  f6ce1e7... Support OpenACC 'declare create' with Fortran allocatable a (*)
  da8e0e1... Support OpenACC 'declare create' with Fortran allocatable a (*)
  abeaf37... Add 'libgomp.oacc-fortran/declare-allocatable-array_descrip (*)
  59c6c5d... Add 'libgomp.oacc-fortran/declare-allocatable-1-runtime.f90 (*)
  8c357d8... Add 'libgomp.oacc-fortran/declare-allocatable-1.f90' (*)
  a1a6b91... RISC-V: Add Zawrs ISA extension support (*)
  abaa32c... gcc: honour -ffile-prefix-map in ASM_MAP [PR93371] (*)
  58511b3... Fix bug in frange::contains_p() for signed zeros. (*)
  6d9dbdf... libstdc++: Improve ERANGE behavior for fallback FP std::fro (*)
  f487469... libstdc++: Remove unnecessary variant member in std::expect (*)
  cf35818... libstdc++: Ignore -Wignored-qualifiers warning in <variant> (*)
  0c86a66... libstdc++: _Bfloat16 for <compare> (*)
  c3299cd... builtins: Guard builtins.cc against HUGE_VAL and NAN defini (*)
  b65e391... libstdc++: Shortest denormal hex std::to_chars (*)
  eaba55f... rs6000: Byte reverse V8HI on Power8 by vector rotation. (*)
  74e904b... Daily bump. (*)
  2b0e81d... c++: per-scope, per-signature lambda discriminators (*)
  4f8aac7... configure: cache result of "sys/sdt.h" header check (*)
  e5c15eb... gcc/file-prefix-map: Allow remapping of relative paths (*)
  bdf0018... [PR tree-optimization/107490] Handle NANs in op[12]_range. (*)
  82b0345... Make sure ssa-name is valid. (*)
  e7310e2... Make ranger vrp1 default. (*)
  7b1cdca... Remove builtin_unreachable in VRP (*)
  592bbe3... Allow queries on exit block. (*)
  7cc2824... Intersect with nonzero bits can indicate change incorrectly (*)
  81f98af... libstdc++: std::from_chars std::{,b}float16_t support (*)
  0ae2653... libstdc++: std::to_chars std::{,b}float16_t support (*)
  29ef50b... libstdc++-v3: Some std::*float*_t charconv and i/ostream ov (*)
  5cee5f9... i386: correct integer division modeling in znver.md (*)
  0122faa... c++: Reorganize per-scope lambda discriminators (*)
  4acc4c2... Fix incorrect digit constraint (*)
  5c5ef2f... Enable more optimization for 32-bit/64-bit shrd/shld with i (*)
  af6d747... c++: pass std attributes to make_call_declarator (*)
  43c40f1... c++: set TREE_NOTHROW after genericize (*)
  6a1f27f... c++: formatting tweaks (*)
  1b9a5cc... Add attribute hot judgement for INLINE_HINT_known_hot hint. (*)
  9a8b868... Daily bump. (*)
  a3b58f2... RISC-V: Libitm add RISC-V support. (*)
  db55f1d... libstdc++-v3: <complex> support for extended floating point (*)
  8422861... btf: Add support to BTF_KIND_ENUM64 type (*)
  cbf5650... libstdc++: Small extended float support tweaks (*)
  1b07d37... RISC-V: Change constexpr back to CONSTEXPR (*)
  10aa035... amdgcn: add fmin/fmax patterns (*)
  f539029... amdgcn: multi-size vector reductions (*)
  12a1085... amdgcn: Silence unused parameter warning (*)
  7e06cfc... Update email address (*)
  27b9e11... Libvtv: Add loongarch support. (*)
  259a115... builtins: Add various complex builtins for _Float{16,32,64, (*)
  29490c2... builtins: Add __builtin_nextafterf16b builtin (*)
  7f94082... builtins: Add various __builtin_*f{16,32,64,128,32x,64x,128 (*)
  58685b9... Support Intel AVX-NE-CONVERT (*)
  87235f1... i386:: using __bf16 for AVX512BF16 intrinsics (*)
  6913cad... Enable V4BFmode and V2BFmode. (*)
  da5e884... Daily bump. (*)
  f36bba0... Daily bump. (*)
  7f06740... Repair --disable-sjlj-exceptions (*)
  96ba0c3... Restore RTL alias analysis for hard frame pointer (*)
  7e7ebe3... d: Merge upstream dmd, druntime e4f8919591, phobos 3ad507b5 (*)
  cfd8541... Better separate 'LTO' vs. 'LTODump' in 'gcc/lto/lang.opt' (*)
  eaa59f0... d: Make TARGET_D_MINFO_SECTION hooks in elfos.h the languag (*)
  ca652f8... d: Remove D-specific version definitions from target header (*)
  724d3f9... Fix signed vs unsigned issue in H8 port (*)
  3055829... Daily bump. (*)
  49237fe... libstdc++: Fix dangling reference in filesystem::path::file (*)
  b80f25a... libstdc++: Make placeholders inline when inline variables a (*)
  655271e... libstdc++: Don't use gstdint.h anymore (*)
  e583c86... c++: -Wdangling-reference and system headers (*)
  38a628f... c++: apply friend attributes sooner (*)
  4fe34cd... c: tree: target: C2x (...) function prototypes and va_start (*)
  988dd22... libstdc++: Fix allocator propagation in regex algorithms [P (*)
  95decac... vect: Reject non-byte offsets for gather/scatters [PR107346 (*)
  031a400... tree-optimization/107407 - wrong code with DSE (*)
  1add363... tree-optimization/107447 - avoid hoisting returns-twice cal (*)
  0841285... tree-optimization/107435 - ICE with recurrence vectorizatio (*)
  89999f2... openmp: Allow optional comma after directive-specifier in C (*)
  826df6d... Adjust gcc.dg/vect/pr100756.c for V8SI and V16SI (*)
  11e811d... OpenACC: Don't gang-privatize artificial variables [PR90115 (*)
  0607307... Fix target selector syntax in 'gcc.dg/vect/bb-slp-cond-1.c' (*)
  3f9c071... docs: document sanitizers can trigger warnings (*)
  bd89173... lto-dump: modernize a bit (*)
  0c11265... Document 'distclean-stage[N]' (*)
  c6567d2... Change remaining flag_finite_math_only use in value-range.c (*)
  225f9c8... testsuite: Adjust vect-bitfield-read-* with vect_shift and  (*)
  e0997c1... c: C2x enums with fixed underlying type [PR61469] (*)
  96069d8... Daily bump. (*)
  0a2984d... runtime: use _libgo_off_t_type when calling C mmap (*)
  fc01cfa... Aarch64: Do not define DONT_USE_BUILTIN_SETJMP (*)
  0e36a9c... x86: Replace ne:CCC/ne:CCO with UNSPEC_CC_NE in neg pattern (*)
  1c2b53c... Use simple_dce_from_worklist with match_simplify_replacemen (*)
  a33d623... c++: Fix ICE on g++.dg/modules/adl-3_c.C [PR107379] (*)
  f7d1d77... c++: Templated lambda mangling (*)
  f95d3d5... aarch64: Reinstate some uses of CONSTEXPR (*)
  2b1fb72... [PR tree-optimization/107394] Canonicalize global franges a (*)
  9119431... options: Clarify 'Init' option property usage for streaming (*)
  be6c755... lto: do not load LTO stream for aliases [PR107418] (*)
  bfb7994... c++: Fix excess precision related ICE on invalid binop [PR1 (*)
  4e1d704... IRA: Make sure array is big enough (*)
  2706537... RISC-V: Add zhinx/zhinxmin testcases. (*)
  6b252dc... RISC-V: Limit regs use for z*inx extension. (*)
  ac96e90... RISC-V: Target support for z*inx extension. (*)
  e093357... RISC-V: Minimal support of z*inx extension. (*)
  486a503... Daily bump. (*)
  57bbf3a... analyzer: fixes to file-descriptor handling (*)
  593254a... analyzer: add sm-fd.dot (*)
  f7d2881... Fortran: BOZ literal constants are not compatible to any ty (*)
  068baae... bpf: add preserve_field_info builtin (*)
  d2249cd... c++: Implement -Wdangling-reference [PR106393] (*)
  f896c13... xtensa: Fix out-of-bounds array access in the movdi pattern (*)
  82e629c... ipa-visibility: remove assert in TLS optimization [PR107353 (*)
  a87819b... Check if varying may also be non-negative. (*)
  d80b774... i386: add reset_cpu_feature (*)
  4329d11... RISC-V: Fix epilogue generation for barrier. (*)
  7e924ba... RISC-V: ADJUST_NUNITS according to -march. (*)
  f556cd8... RISC-V: Support load/store in mov<mode> pattern for RVV mod (*)
  86654b2... RISC-V: Recognized Svinval and Svnapot extensions (*)
  0ef04aa... RISC-V: Adjust table indentation in commnet for riscv-modes (*)
  ba2030b... gcc/configure: regenerate (*)
  82866f4... Convert flag_finite_math_only uses in frange to HONOR_*. (*)
  978ec48... rs6000: cannot_force_const_mem for HIGH code rtx[PR106460] (*)
  0cd11d3... RISC-V: Add h extension support (*)
  a9f339d... Don't force DWARF4 for AutoFDO tests (*)
  e73ca78... Daily bump. (*)
  65f5fa2... Start using discriminators in AutoFDO. (*)
  43e654a... c++: Adjust synthetic template parm creation (*)
  fe1e1ae... c++: remove use_default_args parm of coerce_template_parms (*)
  4a54873... c++: correct fold_operand change (*)
  15d67c1... c++ modules: enum TYPE_MIN/MAX_VALUE streaming [PR106848] (*)
  1c64aba... Always use TYPE_MODE instead of DECL_MODE for vector field (*)
  e6a29aa... c++: constexpr-evaluate more assumes (*)
  ac8f92c... c++: improve failed constexpr assume diagnostic (*)
  4ba3902... rs6000: Add CCANY; replace <un>signed by <mode:CCANY> (*)
  4c5b116... tree-optimization/107176 - SCEV analysis association issue (*)
  cb21297... Relax assertion in profiler (*)
  3ee6757... Move NOP stripping in SCEV analysis (*)
  d931715... Remove znver4 instruction reservations (*)
  619e4ca... gimplify: Fix comment typos (*)
  44e18da... gimplify: Call gimple_boolify on IFN_ASSUME argument [PR107 (*)
  5936320... MIPS: add builtime option for -mcompact-branches (*)
  4479f1d... MIPS: Not trigger error for pre-R6 and -mcompact-branches=a (*)
  7d88853... gimplify: Don't add GIMPLE_ASSUME if errors were seen [PR10 (*)
  354c97e... MIPS: fix building on multiarch platform (*)
  19295e8... tree-optimization/100756 - niter analysis and folding (*)
  321f89e... rs6000/test: Support vect_long_long effective target (*)
  958014f... vect: Fix wrong shift_n after widening on BE [PR107338] (*)
  5a20a47... riscv: fix cross compiler (*)
  f3f000b... i386: fix pedantic warning (*)
  4e939ae... Daily bump. (*)
  687d11f... analyzer: fix ICE on va_copy [PR107349] (*)
  2e8a055... diagnostics: fix ICE in sarif output with NULL filename [PR (*)
  18faaeb... analyzer: handle (NULL == &VAR) [PR107345] (*)
  53881c4... analyzer: simplify sm_state_map lookup (*)
  792f039... analyzer: handle "pipe" and "pipe2" [PR106300] (*)
  244021b... tree: add build_string_literal overloads (*)
  2055388... libgomp/nvptx: Prepare for reverse-offload callback handlin (*)
  f751bf4... x86: fix VENDOR_MAX enum value (*)
  f7d8ccf... c++: ICE with invalid structured bindings [PR107276] (*)
  65e3274... c, c++: Fix up excess precision handling of scalar_to_vecto (*)
  131d18e... libgomp/nvptx: Prepare for reverse-offload callback handlin (*)
  a096036... [AArch64] Improve immediate expansion [PR106583] (*)
  da8c362... c++: Fix up constexpr handling of char/signed char/short pr (*)
  f44575c... c-family: Implicitly return zero from main even on freestan (*)
  5bcd92d... [PR tree-optimization/107355] Handle NANs in abs range-op e (*)
  178ac53... OpenMP: Fix reverse offload GOMP_TARGET_REV IFN corner case (*)
  97d1ed6... RISC-V: Support --target-help for -mcpu/-mtune (*)
  1e9d9ed... Check HONOR_NANS instead of flag_finite_math_only in frange (*)
  47db37e... lto: Always quote path to touch (*)
  6bfea64... RISC-V: Support (set (mem) (const_poly_int)) (*)
  f84e4fb... RISC-V: Replace CONSTEXPR with constexpr (*)
  3eea8c6... RISC-V: Remove unused TI/TF vector modes. (*)
  65908ac... RISC-V: Fix REG_CLASS_CONTENTS. (*)
  00716b7... Daily bump. (*)
  0e37fd4... libgcc: Update 'gthr-mcf.h' to include a dedicated header f (*)
  e396245... Daily bump. (*)
  fef16c4... Fix uninitialized variable warnings. (*)
  423df44... Update selftest such that [-Inf, +Inf] is always VARYING fo (*)
  e0927d7... xtensa: Make register A0 allocable for the CALL0 ABI (*)
  1043971... Daily bump. (*)
  4cfdaeb... Fortran: Add missing TKR initialization to class variables  (*)
  5792208... i386: Fix up BFmode comparisons in conditional moves [PR107 (*)
  2cc4160... c++: Don't shortcut TREE_CONSTANT vector type CONSTRUCTORs  (*)
  bf3b532... Enable AMD znver4 support and add instruction reservations (*)
  88b3466... libstdc++: respect with-{headers, newlib} for default hoste (*)
  33de0ff... libstdc++: Fix std::move_only_function for incomplete param (*)
  a9de836... Restore 'libgomp.oacc-c-c++-common/nvptx-sese-1.c' SESE reg (*)
  436c4a2... Add 'gcc.dg/tree-ssa/pr107195-3.c' [PR107195] (*)
  09f9814... tree-optimization/107323 - loop distribution partition orde (*)
  bdac4b4... RISC-V: Add type attribute for atomic instructions. (*)
  fa553ff... match.pd: Fix up gcc.dg/pr54346.c on i686-linux [PR54346] (*)
  5f9fac6... c++: Fix up mangling ICE with void{} [PR106863] (*)
  36ba985... Don't build readline/libreadline.a, when --with-system-read (*)
  f56d48b... RISC-V: Add RVV vsetvl/vsetvlmax intrinsics and tests. (*)
  cbd5057... RISC-V: Add RVV intrinsic basic framework. (*)
  4e7ec7d... i386: Auto vectorize sdot_prod, udot_prod with VNNIINT8 ins (*)
  4066759... Support Intel AVX-VNNI-INT8 (*)
  825d004... Support Intel AVX-IFMA (*)
  47a6ae5... Daily bump. (*)
  ecb20df... Fortran: error recovery with references of bad array constr (*)
  d155442... [PR c++/106654] Handle non-irange ranges in get_range_globa (*)
  2e158ea... Add op[12]_range for UNORDERED_LT entries in range-op. (*)
  ecaa9ca... testsuite: Sanitize fails for SP FPU on Arm (*)
  14272ae... c++: constraint matching, TEMPLATE_ID_EXPR, current inst (*)
  1d561e1... ipa-visibility: Optimize TLS access [PR99619] (*)
  3dfdc0d... A false UNORDERED_<cond> means neither operand can be a NAN (*)
  9a8b37f... c++ modules: handle CONCEPT_DECL in node_template_info [PR1 (*)
  e10ca95... vect: Fix vectype when widening container type in bitfield  (*)
  7bf3a4d... libstdc++: Redefine __from_chars_alnum_to_val's table (*)
  f4fda3e... Do not set NAN flags for VARYING ranges when !HONOR_NANS. (*)
  be43d5d... Replace finite_operands_p with maybe_isnan. (*)
  c75ee0b... testsuite: Add some missing -Wno-psabi options (*)
  f468fe1... passes: Fix a comment typo (*)
  12d9f5a... libgomp: Add offload_device_gcn check, add requires-4a.c te (*)
  5362b5c... Avoid PHI - PHI recurrence in vectorization (*)
  c7ebee2... Add 'libgomp.oacc-c-c++-common/private-big-1.c' [PR105421] (*)
  7c55755... amdgcn: Use FLAT addressing for all functions with pointer  (*)
  25861cf... Make 'autoreconf' work for 'gcc', 'libobjc' (*)
  df99e9e... aarch64: Commonise some folding code (*)
  7bca721... aarch64: Use using directives to inherit constructors (*)
  9482a5e... aarch64: Replace CONSTEXPR with constexpr (*)
  57675c7... aarch64: Prevent generation of /M BRKAS and BRKBS (*)
  6bec666... aarch64: Fix matching of BRKNS (*)
  8e2b5cf... c/107305 - avoid ICEing with invalid GIMPLE input to the GI (*)
  5d6e834... vect: Simplify first for shifted value generation [PR107240 (*)
  a2e2838... Add C++ library interface data (*)
  53e6d7a... Add assume support to VRP. (*)
  87f9c4a... Daily bump. (*)
  5e1538c... c: C2x %wN, %wfN format checking (*)
  f006827... Always check result from build_<COND> in range-op-float.cc (*)
  ebe87ed... analyzer: fix ICE on __builtin_ms_va_copy [PR105765] (*)
  fb4db9b... libstdc++: Implement remaining P2474R2 changes to views::ta (*)
  b3c98d6... c++: Mitigate -Wuseless-cast with classes [PR85043] (*)
  79d38dd... testsuite: Default make check-g++ vs. tests for newest C++  (*)
  a10d6b5... libstdc++: Fix typo in stride_view's operator- [PR107313] (*)
  a01eae6... testsuite: Fix up c2x-enum-1.c for 32-bit arches [PR107311] (*)
  69a2336... Use Value_Range when applying inferred ranges. (*)
  47684e5... libstdc++/thread: Implement `_GLIBCXX_NPROCS` for Windows (*)
  d329698... [PR tree-optimization/107312] Make range_true_and_false wor (*)
  f036d75... gcc: Add 'mcf' thread model support from mcfgthread (*)
  f3b957e... pch: Fix streaming of strings with embedded null bytes (*)
  09fed44... avr: remove useless @tie{} directives (*)
  f6c168f... SRA: Limit replacement creation for accesses propagated fro (*)
  cb994ac... IBM zSystems: Fix function_ok_for_sibcall [PR106355] (*)
  4f3f029... xtensa: Prepare the transition from Reload to LRA (*)
  95c5cff... s390: Fix bootstrap error with checking and -m31. (*)
  65b98fc... expr: Fix ICE on BFmode -> SFmode conversion of constant [P (*)
  07cc4c1... match.pd: Add 2 TYPE_OVERFLOW_SANITIZED checks [PR106990] (*)
  ba281da... libstdc++-v3: Implement {,b}float16_t nextafter and some fi (*)
  8f7df33... i386: Fix up __bf16 handling on ia32 (*)
  32ab923... tree-optimization/106781 - adjust cgraph lhs removal (*)
  75f7ff1... libsanitizer: regenerate configure (*)
  1442e20... Canonicalize vec_perm index to make the first index come fr (*)
  21de009... Daily bump. (*)
  f5f1d92... c: Diagnose "enum tag;" after definition [PR107164] (*)
  cc694f4... testsuite: Only run -fcf-protection test on i?86/x86_64 [PR (*)
  885b666... libiberty: Fix C89-isms in configure tests (*)
  6be2672... libsanitizer: Avoid implicit function declaration in config (*)
  0101137... c++ modules: stream non-trailing default targs [PR105045] (*)
  c70b44f... libstdc++: Implement ranges::stride_view from P1899R3 (*)
  3b3083a... c: C2x enums wider than int [PR36113] (*)
  656b233... ipa-cp: Better representation of aggregate values in call c (*)
  e0403e9... ipa-cp: Better representation of aggregate values we clone  (*)
  e73fe9e... libgcc: Quote variable in Makefile.in (*)
  92ef782... tree-optimization/107302 - fix vec_perm placement for recur (*)
  aae016f... ifcvt: Do not lower bitfields if we can't analyze dr's [PR1 (*)
  a23225f... libstdc++: Partial library support for std::float{16,32,64, (*)
  4dda30e... middle-end IFN_ASSUME support [PR106654] (*)
  5ad3cc1... tree-optimization/107301 - check if we can duplicate block  (*)
  3510638... Move scanning pass of forwprop-19.c to dse1 for r13-3212-gb (*)
  0205fbb... Merge partial relation precisions properly (*)
  6237663... Daily bump. (*)
  4374c42... Fix bogus RTL on the H8. (*)
  19859bd... More infrastructure to avoid bogus RTL on H8. (*)
  f6e93b7... Remove accidential commits (*)
  566c5f1... Enable REE for H8 (*)
  43ee3f6... Add missing splitter for H8 (*)
  9072db9... x86: Check corrupted return address when unwinding stack (*)
  84807af... Fortran: NULL pointer dereference in gfc_simplify_image_ind (*)
  c9b840d... Make sure exported range for SSA post-dominates the DEF in  (*)
  d45af5c... Fortran: handle bad array ctors with typespec [PR93483, PR1 (*)
  34cecde... Fortran: check type of operands of logical operations, comp (*)
  8950288... Fortran: Fixes for kind=4 characters strings [PR107266] (*)
  3bd5d9a... c++ modules: streaming constexpr_fundef [PR101449] (*)
  01d7d45... [PR tree-optimization/105820] Add test. (*)
  cb1edef... Do not test for -Inf when flag_finite_math_only. (*)
  7896a31... Add 3 floating NAN tests. (*)
  b565ac1... Add relation_trio class for range-ops. (*)
  04874fe... Fix nan updating in range-ops. (*)
  fca5295... Don't set useless relations. (*)
  612de72... GCN: Restore build with GCC 4.8 (*)
  aeb1e2b... Tag 'gcc/gimple-expr.cc:mark_addressable_2' as 'static' (*)
  b617966... Fix nvptx-specific '-foffload-options' syntax in 'libgomp.c (*)
  46a8e01... Vectorization of first-order recurrences (*)
  acdb241... libgcc: Move cfa_how into potential padding in struct frame (*)
  0f48155... libstdc++: Fix value of __cpp_lib_constexpr_charconv (*)
  59af5e0... RISC-V: Fix format[NFC] (*)
  0ea578e... RISC-V: Reorganize mangle_builtin_type.[NFC] (*)
  f10b9f6... elf: ELF toolchain --without-{headers, newlib} should provi (*)
  fd206f0... Initial Meteorlake Support (*)
  470a065... Initial Raptorlake Support (*)
  aedf7eb... Daily bump. (*)
  6366e3e... Add new constraints for upcoming autoinc fixes (*)
  709b216... Rename "z" constraint to "Zz" on the H8/300 (*)
  6c3da5c... Fix bug in register move costing on H8/300 (*)
  8f605de... Daily bump. (*)
  030a08c... libstdc++: Fix -Wunused-function warning in src/c++11/debug (*)
  378a0f1... libstdc++: Implement constexpr std::to_chars for C++23 (P22 (*)
  e24b430... libstdc++: Fix uses_allocator_construction args for cv pair (*)
  baeec7c... Daily bump. (*)
  36d20fa... preprocessor: C2x identifier rules (*)
  89f20c9... Fortran: fix check of polymorphic elements in data transfer (*)
  b4a4c63... Implement distinction between HONOR_SIGNED_ZEROS and MODE_H (*)
  8efc383... Implement range-op entry for __builtin_copysign. (*)
  3760dd5... gfortran.dg/c-interop/deferred-character-2.f90: Fix dg-do (*)
  3dfeda0... Check rvc_normal in real_isdenormal. (*)
  0dd9dd1... libstdc++: Disable all emergency EH pool code if obj-count  (*)
  cf0b7e9... libstdc++: Simplify print_raw function for debug assertions (*)
  823e909... Replace CFN_BUILTIN_SIGNBIT* cases with CASE_FLT_FN. (*)
  464f050... Normalize ranges over the range for both bounds when -ffini (*)
  2e252f5... Drop -0.0 in frange::set() for !HONOR_SIGNED_ZEROS. (*)
  d6a488f... c++ modules: ICE with dynamic_cast [PR106304] (*)
  a75e9be... Add cases for CFN_BUILT_IN_SIGNBIT[FL]. (*)
  9ed4a84... tree-optimization/107254 - check and support live lanes fro (*)
  e39b170... Fix PR target/107248 (*)
  6e8ce5d... libstdc++: Use markdown in Doxygen comment (*)
  98fef35... gcov: test line count for label in then/else block (*)
  4b04292... gcov: test switch/break line counts (*)
  c2565a3... middle-end, c++, i386, libgcc: std::bfloat16_t and __bf16 a (*)
  16ec267... c++: Excess precision for ? int : float or int == float [PR (*)
  98e3411... c++: Implement excess precision support for C++ [PR107097,  (*)
  1898163... c: C2x storage class specifiers in compound literals (*)
  621a911... Daily bump. (*)
  c26d335... Fix bogus -Wstringop-overflow warning (*)
  537e08c... c++: trivial formatting cleanups (*)
  99da523... analyzer: fix ICE introduced in r13-3168 [PR107210] (*)
  ab8477a... libgomp: Add Fortran testcases for omp_in_explicit_task (*)
  c853d65... Fix emit_group_store regression on big-endian (*)
  fc748d4... use proper DECL_INITIAL for VTV (*)
  6cc3394... propagate partial equivs in the cache. (*)
  d75be7e... Add partial equivalence recognition to cast and bitwise and (*)
  aa05838... Add equivalence iterator to relation oracle. (*)
  b556341... Add partial equivalence support to the relation oracle. (*)
  3130e70... c++: ICE with VEC_INIT_EXPR and defarg [PR106925] (*)
  e5139d1... tree-optimization/107247 - reduce SLP reduction accumulator (*)
  4b79661... machmode: Introduce GET_MODE_NEXT_MODE with previous GET_MO (*)
  1cccf64... [AArch64] Improve bit tests [PR105773] (*)
  5cbaf84... tree-optimization/107160 - avoid reusing multiple accumulat (*)
  5364b42... Add op1_op2_relation for float operands. (*)
  786e4c0... diagnose return statement in match.pd (with { ... } express (*)
  9f0d4ad... ifcvt: Fix bitpos calculation in bitfield lowering [PR10722 (*)
  6f653a2... LoongArch: implement count_{leading,trailing}_zeros (*)
  7f9a746... vect: Don't pattern match BITFIELD_REF's of non-integrals [ (*)
  7c05988... LoongArch: Fixed a bug in the loongarch architecture of lib (*)
  e867f6b... c: Do not use *_IS_IEC_60559 == 2 (*)
  781f477... Daily bump. (*)
  ddb7f0a... preprocessor: Fix tracking of system header state [PR60014, (*)
  f77281b... libstdc++: Add __gnu_debug::basic_string<>::compare overloa (*)
  bc0d700... c++: Remove maybe-rvalue OR in implicit move (*)
  a0c1a05... Add range-op entry for floating point NEGATE_EXPR. (*)
  7858368... Fortran: check types of operands of arithmetic binary opera (*)
  caf9db5... libgomp: Fix up OpenMP 5.2 feature bullet (*)
  0ec4e93... libgomp: Add omp_in_explicit_task support (*)
  a58a965... libgomp: Fix up creation of artificial teams (*)
  9bf7408... c++: defer all consteval in default args [DR2631] (*)
  bfcd9f8... libstdc++: Implement ranges::repeat_view from P2474R2 (*)
  fbf4233... RISC-V: Remove TUPLE size macro define. [NFC] (*)
  0af2b2f... RISC-V: Apply clang-format for riscv-vector-builtins.* [NFC (*)
  ef0d797... RISC-V: Refine register_builtin_types function. [NFC] (*)
  fcb94f5... RISC-V: Move function place to make it looks better. [NFC] (*)
  11c72f2... Remove AVX512_VP2INTERSECT from PTA_SAPPHIRERAPIDS (*)
  80077ae... MAINTAINERS: Add myself for write after approval (*)
  a9c83fb... gcov: rename gcov_write_summary (*)
  6d2294a... regenerate configure files (*)
  1c0670c... Add stubs for floating point range-op tests. (*)
  658788f... Add method to query the sign of a NAN. (*)
  6ce0823... Disable tree to bool conversion in frange::update_nan. (*)
  a901343... Add an frange(type) constructor analogous to the irange ver (*)
  bb00d09... Add default relation_kind to floating point range-op entrie (*)
  9d9e793... Libvtv-test: Fix bug that scansarif.exp cannot be found in  (*)
  ab332cd... Daily bump. (*)
  2c328e5... Enable support for atomic primitives on SPARC/Linux (*)
  5395528... Fortran: check types of source expressions before conversio (*)
  23c3cba... libstdc++: Fix bootstrap for --disable-threads build [PR107 (*)
  9736a42... c++ modules: ICE with templated friend and std namespace [P (*)
  2ceb4d5... c++ modules: lazy loading from within template [PR99377] (*)
  637e366... libstdc++: Allow emergency EH alloc pool size to be tuned [ (*)
  576d524... Avoid calling tracer.trailer() twice. (*)
  b65945e... i386: Fix up RTL checking ICE [PR107185] (*)
  706d858... Implement ABS_EXPR operator for frange. (*)
  fe7371e... Implement op1_range operators for unordered comparisons. (*)
  4cbc312... Share common ordered comparison code with UN*_EXPR. (*)
  ad7cff6... Move TRUE case first in range-op.cc. (*)
  0fa35c7... libiberty: Demangling 'M' prefixes (*)
  ee46764... tree-optimization/107212 - SLP reduction of reduction paths (*)
  bd9a055... amdgcn: vector testsuite tweaks (*)
  bf6b5c7... amdgcn: Add vector integer negate insn (*)
  769a10d... amdgcn: vec_init for multiple vector sizes (*)
  5cfe085... amdgcn: Add vec_extract for partial vectors (*)
  0d8753c... amdgcn: Resolve insn conditions at compile time (*)
  45381d6... amdgcn: add multiple vector sizes (*)
  25413fd... vect: Teach vectorizer how to handle bitfield accesses (*)
  498ad73... Add define_insn_and_split to support general version of "kx (*)
  c4d15dd... [PR107195] Set range to zero when nonzero mask is 0. (*)
  0ecd0f1... Generic configury support for shared libs on VxWorks (*)
  46325c1... Tigthen the addition of -lgcc_eh to vxworks_libgcc_spec (*)
  70d81e3... ranger: add override keyword (*)
  80f414e... Fix PR107193. (*)
  b88adba... Optimize nested permutation to single VEC_PERM_EXPR [PR5434 (*)
  db24bdc... [PR rtl-optimization/107182] Clear EDGE_CROSSING for jump-> (*)
  d2efb10... RISC-V: move struct vector_type_info from *.h to *.cc and c (*)
  1627d05... RISC-V: Add missing vsetvl instruction type. (*)
  27bfe54... Daily bump. (*)
  7af6a80... Add cpplib ro.po (*)
  c7cb239... c++: Lambda context mangling (*)
  29b0fe3... compiler: treat S("") as a string constant (*)
  0f6efd3... compiler: only build thunk struct type when it is needed (*)
  1d2f07e... libstdc++: Revert addition of constraints to make_signed/ma (*)
  67efffe... c-family: ICE with [[gnu::nocf_check]] [PR106937] (*)
  248c8ae... Don't ICE running selftests if errors were raised [PR99723] (*)
  d0bbecb... RISC-V: Add riscv_vector.h wrapper in testsuite to prevent  (*)
  99e9796... RISC-V: Adjust testcase for rvv/base/user-1.c (*)
  684d238... RISC-V: Add newline to the end of file [NFC] (*)
  80cb09d... Make range-op-float entries public. (*)
  e23f7da... Add frange::maybe_isnan (bool sign). (*)
  69988cd... The true side of x != x should set NAN. (*)
  58fa216... x UNORD x should set NAN on the TRUE side (and !NAN on the  (*)
  8b6bced... Return non-legacy ranges in range.h. (*)
  2bd112d... libstdc++: std::make_signed_t<cv bool> should be ill-formed (*)
  a99f511... Require fgraphite effective target for pr107153.c test [PR1 (*)
  98ad452... Add op1_range for __builtin_signbit. (*)
  9b8520f... Fix unrecognizable insn of cvtss2si. (*)
  70f66a4... openmp, fortran: Fix up IFN_ASSUME call (*)
  59d2785... arc: Remove obsolete mRcq and mRcw options. (*)
  e8f5074... arc: Remove Rcq constraint. (*)
  5ebbdf9... arc: Remove Rcw constraint (*)
  af681e9... arc: Remove Rcr constraint (*)
  5e81df8... arc: Use negative enter pattern instruction's offsets (*)
  decbb5b... libgfortran: Use `__gthread_t` instead of `pthread_t` (*)
  570eb45... Daily bump. (*)
  e95e91e... pru: Add cbranchdi4 pattern (*)
  73137f3... pru: Optimize DI shifts (*)
  66c48be... MIPS: improve -march=native arch detection (*)
  d7346a3... Daily bump. (*)
  705ed42... Fortran: error recovery for invalid types in array construc (*)
  6ffbf87... c++: track whether we expect a TARGET_EXPR to be elided (*)
  9ff6c33... Daily bump. (*)
  895dd02... c++: fixes for derived-to-base reference binding [PR107085] (*)
  f30e9fd... Set discriminators for call stmts on the same line within t (*)
  b9ad850... Use array_at_struct_end_p in __builtin_object_size [PR10183 (*)
  1879e48... Add a new option -fstrict-flex-arrays[=n] and new attribute (*)
  21e51a5... Specialize paths to version.h in _vxworks-versions.h (*)
  f09b995... analyzer: extract bits from integer constants [PR105783] (*)
  eb491ea... libiberty: Demangle variadic template lambdas (*)
  f7f4628... c++ modules: ICE with bitfield in class template (*)
  f8ba88b... c++: catch parm initialization tweak (*)
  1a30890... IPA: support -flto + -flive-patching=inline-clone (*)
  edbb255... c++ modules: static var in inline function [PR104433] (*)
  d3e5465... gimplify: prevent some C++ temporary elision (*)
  89228e3... tree-optimization/107153 - autopar SSA update issue (*)
  6bd2c12... libstdc++: Add --disable-libstdcxx-hosted as an alias for h (*)
  93b3ab6... libstdc++: Shuffle header dependencies of <functional> (*)
  df78e15... gcc: Fix comment typo (*)
  8e2f453... libstdc++: Use bold style for DR titles in the manual (*)
  7b8a77e... Reduce DF computation at -O0 (*)
  ffaf244... Convert nonzero mask back to tree. (*)
  fce601f... contrib: remove extra fetch from git_update_version (*)
  8a79685... libdecnumber: remove unused variable (*)
  e1d1842... fix clang warnings (*)
  bd0e351... remove dead variables (*)
  e66236c... Fix comment typos (*)
  88f04e9... c++: Improve handling of foreigner namespace attributes (*)
  348e46f... fixincludes: Deal also with the _Float128x cases [PR107059] (*)
  62ec780... fixincludes: Fix up powerpc floatn.h tweaks [PR107059] (*)
  b6ab375... Downgrade DWARF_VERSION_DEFAULT to 3 for VxWorks >= 7 (*)
  8dffd0e... Introduce DWARF_VERSION_DEFAULT and redefine for VxWorks (*)
  8307b7d... undef offsetof before defining it in stddef.h (*)
  8a9e92b... compiler: better arg type checking for selected builtins (*)
  629d04d... Daily bump. (*)
  20462a1... libgcc, arc: Fix build (*)
  0143b27... c++: fix broken conversion in coroutines (*)
  49b9a8c... [PR107170] Avoid copying incompatible types in legacy VRP. (*)
  629b481... analyzer: fix another ICE in PR 107158 (*)
  30d6356... analyzer: fixes to call_summary_replay::dump_to_pp (*)
  50c35c6... openmp: Map holds clause to IFN_ASSUME for Fortran (*)
  fa258f6... c: C2x typeof (*)
  09df0d8... c++: remove optimize_specialization_lookup_p (*)
  3ec926d... Fix wrong code generated by unroll-and-jam pass (*)
  b9d04e9... Minor cleanup in DF code (*)
  0af8d95... middle-end/107115 - avoid bogus redundant store removal dur (*)
  33b93ac... aarch64: Remove redundant zero-extends with LDAR (*)
  badd1ac... aarch64: Add test for LDAR generation from __atomic_load_n (*)
  db2f5d6... aarch64: update Ampere-1 core definition (*)
  b1cfbcc... aarch64: fix off-by-one in reading cpuinfo (*)
  85333b9... tree-optimization/107107 - tail-merging VN wrong-code (*)
  544d14e... ada: Implementation of support for storage models in gigi (*)
  6c62d9b... ada: Minor potential bug in sem_ch6.adb (*)
  1180b8f... ada: Reject conditional goto in lock-free protected subprog (*)
  56a9316... ada: Cleanup related to lock-free protected subprograms (*)
  a93fd54... ada: hardened conditionals: exemplify codegen changes (*)
  2113067... ada: hardened booleans: exemplify codegen changes (*)
  09203b7... ada: stack scrubbing: exemplify codegen changes (*)
  3da783c... ada: Fix inserting of validity checks in lock-free protecte (*)
  c3d6d60... ada: Add C declarations for Storage Model support (*)
  b1006d3... ada: Incorrect inferences drawn from if/elsif/while conditi (*)
  f775d36... ada: Accessibility error incorrectly flagged on call within (*)
  3e7ff13... ada: Clean up slice-of-component optimization (*)
  5a841af... ada: Do not issue compiler warnings in GNATprove mode (*)
  7d8ba0c... ada: Disable slice-of-component optimization in some cases (*)
  86b786d... ada: Fix spurious warning on unreferenced refinement consti (*)
  ed7278d... git_update_version: add robust logging (*)
  3c01e3a... arc: Remove max-page-size and common-page-size forced setti (*)
  146e459... libgcc: Decrease size of _Unwind_FrameState and even more s (*)
  847f5ad... openmp: Map holds clause to IFN_ASSUME for C/C++ (*)
  08b51ba... c++, c: Implement C++23 P1774R8 - Portable assumptions [PR1 (*)
  5fc4d3e... cselib: Skip BImode while keeping track of subvalue relatio (*)
  e9d50e7... Setting explicit NANs sets UNDEFINED for -ffinite-math-only (*)
  9eab8e4... Do not check finite_operands_p twice in range-ops-float. (*)
  ab4909f... Do not double print INF and NAN in frange pretty printer. (*)
  966010b... Daily bump. (*)
  e99dcbb... rs6000: Remove the wD constraint (*)
  ba3e5a3... rs6000: Rework vsx_extract_<mode> (*)
  c3d1315... rs6000: Remove "wD" from *vsx_extract_<mode>_store (*)
  5911046... contrib: run fetch before pushing Daily bump (*)
  ef87856... analyzer: add regression test for PR 107158 (*)
  2eff4fe... analyzer: simplify some includes (*)
  6832c95... analyzer: fix ICEs seen with call summaries on PR 107060 (*)
  e2a2284... Fortran: Add OpenMP's assume(s) directives (*)
  49192c4... c++: lvalue_kind tweak (*)
  7d935cd... RISC-V: Introduce RVV header to enable builtin types (*)
  df4c584... range-op: Keep nonzero mask up to date with truncating cast (*)
  b8473c9... libtdc++: Regenerate Makefile.in after freestanding header  (*)
  0afa9df... c: support the attribute starting with '_' (*)
  dc70f3f... libstdc++: Guard use of new built-in with __has_builtin (*)
  4c45163... [PR tree-optimization/107052] range-ops: Take into account  (*)
  ae56d60... [PR tree-optimization/107052] range-ops: Pass nonzero masks (*)
  853ce8e... Fix bogus -Wstringop-overflow warning in Ada (*)
  bcc2736... analyzer: remove unused variables (*)
  233c966... testsuite: mark a test with xfail (*)
  1a46a0a... testsuite: 'b' instruction can't do long enough jumps (*)
  fa8e3a0... testsuite: Windows reports errors with CreateProcess (*)
  5fe2e4f... testsuite: /dev/null is not accessible on Windows (*)
  b77bcdf... RISC-V: remove deprecate pic code model macro (*)
  bfca950... analyzer: revamp side-effects of call summaries [PR107072] (*)
  0167154... analyzer: move region_model_manager decl to its own header (*)
  7f42f7a... analyzer: fold -(-(VAL)) to VAL (*)
  e6fe02d... analyzer: widening_svalues take a function_point rather tha (*)
  85872a6... Daily bump. (*)
  ce3a1b5... c++: fix debug info for array temporary [PR107154] (*)
  0764dc8... attribs: Add overloads with namespace name (*)
  ade1e0d... attribs: Add missing auto_diagnostic_group 3 times (*)
  87b0fe3... Remove assert from set_nonzero_bits. (*)
  5aa1817... libstdc++: Fix test FAIL for old std::string ABI (*)
  6ddbbbf... libstdc++: Use new built-ins __remove_cv, __remove_referenc (*)
  68ed966... libstdc++: Refactor seed sequence constraints in <random> (*)
  e87879a... c++: install cp-trait.def as part of plugin headers [PR1071 (*)
  c1b0a76... aarch64: Define __ARM_FEATURE_RCPC (*)
  8792047... OpenMP: Update invoke.texi and fix fortran/parse.cc for -fo (*)
  3b8bcc3... libstdc++: Avoid heavyweight std::visit in ranges::join_wit (*)
  beeb689... libstdc++: Disable test for freestanding (*)
  b74ab7a... libstdc++: Enable std::hash<coroutine_handle<P>> [PR107139] (*)
  7cdab65... libstdc++: Make <cstdint> work freestanding [PR107134] (*)
  7d81898... libstdc++: Define <bits/functexcept.h> functions for freest (*)
  147f6ed... libstdc++: Implement ranges::join_with_view from P2441R2 (*)
  e886ebd... install.texi: gcn - update llvm reqirements, gcn/nvptx - ne (*)
  49c3e9d... libstdc++: Use ///< for inline documentation (*)
  b6d5d72... openmp: Add begin declare target support (*)
  7df3693... Convert nonzero mask in irange to wide_int. (*)
  f50d103... [PR107130] range-ops: Separate out ffs and popcount optimiz (*)
  70e3f71... diagnostics: Add test for fixed _Pragma location issue [PR9 (*)
  69fd6dc... Daily bump. (*)
  c27ddea... libstdc++: Update status docs for compare_exchange padding  (*)
  ef31657... gcc/config/t-i386: add build dependencies on i386-builtin-t (*)
  b22baa4... [testsuite][arm] Fix cmse-15.c expected output (*)
  c823366... c++: Disallow jumps into statement expressions (*)
  7ba34c4... Update gcc sv.po (*)
  35b4cbb... c++: rename IS_SAME_AS trait code to IS_SAME (*)
  7cc9022... libstdc++: Disable hosted-only tests [PR103626] (*)
  7f38b5c... libstdc++: Enable std::bitset<N>::bitset(const char*) for f (*)
  54fd7d8... libstdc++: Re-enable std::hash<std::bitset> in freestanding (*)
  25ebfdb... libstdc++: Add effective-target 'hosted' for testsuite [PR1 (*)
  46eb286... libstdc++: Make some tests work on freestanding [PR103626] (*)
  6885e7e... libstdc++: Rework how freestanding install works [PR106953] (*)
  18f176d... libstdc++: Mark headers that must be hosted as such [PR1036 (*)
  06b3c0f... libstdc++: Adjust precompiled headers for freestanding (*)
  bcb1f43... libstdc++: Filter out unconditional <stdio.h> default inclu (*)
  f1b51f6... libstdc++: Make _GLIBCXX_HOSTED respect -ffreestanding [PR1 (*)
  77d0627... libsanitizer: Fix Solaris 11.3 compilation of sanitizer_pro (*)
  48960b6... vect: while_ult for integer masks (*)
  f41d1b3... Don't process undefined range. (*)
  06aa66a... arm: Add missing early clobber to MVE vrev64q_m patterns (*)
  53acc10... c: Adjust LDBL_EPSILON for C2x for IBM long double (*)
  866263a... libstdc++: Fix tests broken by C++23 P2266R3 "Simpler impli (*)
  c0129d6... Do not pessimize range in set_nonzero_bits. (*)
  7f6f1f5... Avoid comparing ranges when sub-ranges is 0. (*)
  8e1de8d... Do not compare nonzero masks for varying. (*)
  b90d1b5... Do not compare incompatible ranges in ipa-prop. (*)
  31d7c8b... Fortran: fix testcases (*)
  4347fea... libstdc++: Fix gdb pretty printers when dealing with std::s (*)
  4223101... Daily bump. (*)
  d01bd0b... tree-cfg: Fix a verification diagnostic typo [PR107121] (*)
  b83b133... Adjust LIBGCC2_INCLUDES for VxWorks and augment comment (*)
  2f26f5b... Define GCC_DRIVER_HOST_INITIALIZATION for VxWorks targets (*)
  372044a... Prevent secondary warning from diagnostic tweak in gthr-vxw (*)
  6ed7eee... Refine guard for vxworks crtstuff spec (*)
  3290dcf... Daily bump. (*)
  5299155... Fortran: Fix ICE and wrong code for assumed-rank arrays [PR (*)
  c051060... c++: make some cp_trait_kind switch statements exhaustive (*)
  ca01d25... or1k: Only define TARGET_HAVE_TLS when HAVE_AS_TLS (*)
  153ca01... OpenACC: Fix struct-component-kind-1.c test (*)
  2555071... Improve Z flag handling on H8 (*)
  dd9c8f6... c++: loop through array CONSTRUCTOR (*)
  f8cb417... c++: cast split_nonconstant_init return val to void (*)
  aa360fb... Install correct patch version. (*)
  c3cb74a... Emit discriminators for inlined call sites. (*)
  3a221b7... Daily bump. (*)
  1214196... More gimple const/copy propagation opportunities (*)
  89b5a31... Minor cleanup/prep in DOM (*)
  2002c54... Document -fexcess-precision=16 in target.def (*)
  4dcd340... Document -fexcess-precision=16 in tm.texi (*)
  75c0899... RISC-V: Support -fexcess-precision=16 (*)
  789ddef... libstdc++: Remove <sstream> dependency from std::bitset::to (*)
  1c12a3c... libstdc++: Optimize operator>> for std::bitset (*)
  4eb46f4... libstdc++: Remove non-standard public members in std::bitse (*)
  7069d03... libstdc++: Fix broken dg-prune-output (*)
  61786ed... arm, csky: Fix C++ ICEs with _Float16 and __fp16 [PR107080] (*)
  b52b99b... diagnostics: Fix virtual location for -Wuninitialized [PR69 (*)
  e564021... aarch64: Fix C++ ICEs with _Float16 and __fp16 [PR107080] (*)
  a6d8c61... i386, rs6000, ia64, s390: Fix C++ ICEs with _Float64x or _F (*)
  fe8264b... testsuite: Windows paths use \ and not / (*)
  5fb7136... testsuite: Only run test on target if VMA == LMA (*)
  86291da... testsuite: Do not prefix linker script with "-Wl," (*)
  32f86f2... RISC-V: Add '-m[no]-csr-check' option in gcc. (*)
  1e2c124... c++: streamline built-in trait addition process (*)
  3bb2d70... testsuite: Colon is reserved on Windows (*)
  57707f3... libstdc++: Add missing <bits/stl_algobase.h> include to <bi (*)
  c23b500... rs6000: Rework ELFv2 support for -fpatchable-function-entry (*)
  c289571... rs6000/test: Adjust pr104992.c with vect_int_mod [PR106516] (*)
  c09663e... testsuite: [arm] Relax expected register names in MVE tests (*)
  44510e4... tree-optimization/107095 - fix typo in .MASK_STORE DSE hand (*)
  10a1161... Fortran: Update use_device_ptr for OpenMP 5.1 [PR105318] (*)
  9b8ffbb... Arrange to --disable-shared by default for VxWorks (*)
  43faf3e... c++: reduce redundant TARGET_EXPR (*)
  bbdcdf5... Daily bump. (*)
  3a3516b... c: C2x noreturn attribute (*)
  7ea258a... Process unsigned overflow relations for plus and minus is r (*)
  67166c9... Refine ranges using relations in GORI. (*)
  431cdfb... Track value_relations in GORI. (*)
  cfa7434... Move class value_relation the header file. (*)
  ef9bc36... Audit op1_range and op2_range for undefined LHS. (*)
  845ee38... Remove undefined behaviour from testscase. (*)
  c2ee70f... c++: implicit lookup of std::initializer_list [PR102576] (*)
  04d54b7... c++: fix triviality of class with unsatisfied op= (*)
  13337ea... libstdc++: [_GLIBCXX_INLINE_VERSION] Add gdb pretty print f (*)
  6176279... Improve comments and INITFINI macro use in vxcrtsutff.c (*)
  73d9b0e... c++: check DECL_INITIAL for constexpr (*)
  bbdb561... c++: fix class-valued ?: extension (*)
  32b2eb5... c++: reduce temporaries in ?: (*)
  af90348... amdgcn: remove unused variable (*)
  cc09a9c... Comment about HAVE_INITFINI_ARRAY_SUPPORT in vxworks.h (*)
  64d6440... Add an mcmodel=large multilib for aarch64-vxworks (*)
  77ce3fb... Remove TARGET_FLOAT128_ENABLE_TYPE setting for VxWorks (*)
  2813f52... Robustify DWARF2_UNWIND_INFO handling in vx-common.h (*)
  8ace67d... OpenACC: whole struct vs. component mappings (PR107028) (*)
  9ca1471... c++: implement __remove_cv, __remove_reference and __remove (*)
  817e878... c++: introduce TRAIT_TYPE alongside TRAIT_EXPR (*)
  df7f273... libstdc++: Guard use of new built-in with __has_builtin (*)
  a1f7f95... c++: import/export NTTP objects (*)
  a0aafbc... place `const volatile' objects in read-only sections (*)
  2f52c8c... data-ref: Fix ranges_maybe_overlap_p test (*)
  a316418... aarch64: Remove redundant TARGET_* checks (*)
  2a269bd... aarch64: Tweak handling of -mgeneral-regs-only (*)
  bb7f43b... aarch64: Tweak contents of flags_on/off fields (*)
  fed55a6... aarch64: Make more use of aarch64_feature_flags (*)
  60dee63... aarch64: Tweak constness of option-related data (*)
  13af9e9... aarch64: Avoid std::string in static data (*)
  4ebf56f... aarch64: Simplify generation of .arch strings (*)
  11a113d... aarch64: Simplify feature definitions (*)
  c067c47... aarch64: Reorder an entry in aarch64-option-extensions.def (*)
  b754d32... aarch64: Fix transitive closure of features (*)
  0f244d8... aarch64: Remove AARCH64_FL_RCPC8_4 [PR107025] (*)
  198bb6e... aarch64: Avoid redundancy in aarch64-cores.def (*)
  0af214b... aarch64: Small config.gcc cleanups (*)
  00c22ba... aarch64: Add "V" to aarch64-arches.def names (*)
  0f833d1... aarch64: Rename AARCH64_FL_FOR_ARCH macros (*)
  78aaafc... aarch64: Rename AARCH64_FL architecture-level macros (*)
  2a4788a... aarch64: Rename AARCH64_ISA architecture-level macros (*)
  c1e1fa0... Add OPTIONS_H_EXTRA to GTFILES (*)
  a5a9237... driver, cppdefault: Unbreak bootstrap on Debian/Ubuntu [PR1 (*)
  b7723e1... support -gz=zstd for both linker and assembler (*)
  9b0d780... ada: Remove duplicated doc comment section (*)
  0f8a934... ada: Further tweak new expansion of contracts (*)
  9ebc54a... ada: Improve efficiency of slice-of-component assignment (*)
  01ea043... ada: Fix checking of Refined_State with nested package rena (*)
  a1cd4d5... tree-optimization/105646 - re-interpret always executed in  (*)
  f758d44... Check nonlinear iv in vect_can_advance_ivs_p. (*)
  9e79a25... Daily bump. (*)
  d01f112... libstdc++: Disable volatile-qualified std::bind for C++20 (*)
  fa9bda3... libstdc++: Make INVOKE<R> refuse to create dangling referen (*)
  f1adf45... Add instruction level discriminator support. (*)
  9f65eec... c++: Add DECL_NTTP_OBJECT_P lang flag (*)
  db28823... i386: Mark XMM4-XMM6 as clobbered by encodekey128/encodekey (*)
  03f3365... RISC-V: Add ABI-defined RVV types. (*)
  5d7be27... var-tracking: Add entry values up to max register mode (*)
  d0b00b6... cselib: Keep track of further subvalue relations (*)
  5e9c4ed... arm: Define __ARM_FEATURE_AES and __ARM_FEATURE_SHA2 when m (*)
  b48d7ff... LoongArch: Use UNSPEC for fmin/fmax RTL pattern [PR105414] (*)
  9a8212d... testsuite: Skip intrinsics test if arm (*)
  646ce00... LoongArch: Fixed a typo in the comment information of the f (*)
  175a89d... libgomp.texi: Status 'P' for 'assume', remove duplicated li (*)
  fa4bc21... LoongArch: Libitm add LoongArch support. (*)
  a25982a... stack-protector: Check stack canary before throwing excepti (*)
  2839044... Fix AutoFDO tests to not look for hot/cold splitting. (*)
  1f16a02... Daily bump. (*)
  6bf4730... Fix profile count comparison. (*)
  772d532... c++: Implement C++23 P2266R1, Simpler implicit move [PR1011 (*)
  78bc649... Fortran: error recovery while simplifying intrinsic UNPACK  (*)
  e73d9fc... runtime: portable access to sigev_notify_thread_id (*)
  f381629... runtime: synchronize empty struct field handling (*)
  0b2706a... docs: update abi version info (*)
  001c60c... range-ops: Calculate the popcount of a singleton. (*)
  971bc0a... c++: Don't quote nothrow in diagnostic (*)
  3f7eea4... c++: Make __is_{,nothrow_}convertible SFINAE on access  [PR (*)
  614e569... libstdc++: Adjust deduction guides for static operator() [P (*)
  b939a5c... fixincludes: FIx up for Debian/Ubuntu includes (*)
  c8dfa79... d: Merge upstream dmd d579c467c1, phobos 88aa69b14. (*)
  be4a655... irange: keep better track of powers of 2. (*)
  1db05e1... Add an irange setter for wide_ints. (*)
  303976a... c++: Implement C++23 P1169R4 - static operator() [PR106651] (*)
  cb8f25c... reassoc: Handle OFFSET_TYPE like POINTER_TYPE in optimize_r (*)
  4790fe9... openmp: Add OpenMP assume, assumes and begin/end assumes su (*)
  5b86d5d... c++: Improve diagnostics about conflicting specifiers (*)
  5da546d... Fix ICEs due to recent jump-to-return optimization (*)
  b042088... c++: Implement P1467R9 - Extended floating-point types and  (*)
  8be6564... Updated constants from <https://dwarfstd.org/Languages.php> (*)
  220c4d8... Daily bump. (*)
  03cb9ed... libstdc++: Update std::pointer_traits to match new LWG 3545 (*)
  af85ad8... libstdc++: Use new built-ins for std::is_convertible traits (*)
  7701ea4... docs: add missing dash in option name (*)
  567329f... c++: P2513R4, char8_t Compatibility and Portability Fix [PR (*)
  5e77d40... Optimize [0 = x & MASK] in range-ops. (*)
  be4b32b... c++: Instantiate less when evaluating __is_convertible (*)
  099a664... c++ modules: variable template partial spec fixes [PR107033 (*)
  1b5432b... Update my address and DCO entry in MAINTAINERS file (*)
  2460f7c... Set ranges from unreachable edges for all known ranges. (*)
  e901908... nvptx: Allow '--with-arch' to override the default '-misa' (*)
  4d94582... nvptx: Introduce dummy multilib option for default '-misa=s (*)
  108b99b... nvptx: Make default '-misa=sm_30' explicit (*)
  84072a2... nvptx: forward '-v' command-line option to assembler (*)
  1b74b5c... [RFA] Minor improvement to coremark, avoid unconditional ju (*)
  386ebf7... fix assert in __deregister_frame_info_bases (*)
  6904ed8... libstdc++: Add #if around non-C++03 code in std::bitset [PR (*)
  d3df988... OpenACC: Fix reduction tree-sharing issue [PR106982] (*)
  2387cfc... s390: fix wrong refactoring (*)
  c33e12f... aarch64: Add -march support for Armv9.1-A, Armv9.2-A, Armv9 (*)
  3a2ae05... ada: Doc: rename Valid_Image to Valid_Value (*)
  a490e7d... ada: Fix location of pragmas coming from aspects in top-lev (*)
  756efb7... ada: Remove unreferenced Rtsfind entries (*)
  dda025c... ada: Remove unreferenced C macro from OS constants template (*)
  c381ccd... ada: Document Long_Long_Long_Size parameter for -gnateT (*)
  37645e2... ada: Improve CUDA host-side and device-side binder support (*)
  6b8e3ee... ada: Document support for the mold linker (*)
  91c7065... ada: Make Original_Aspect_Pragma_Name more precise (*)
  4450567... ada: Delay expansion of iterator specification in preanalys (*)
  2ef56ca... ada: Delay expansion of iterated component association (*)
  5549d26... ada: Only reject volatile ghost objects when SPARK_Mode is  (*)
  6305563... ada: Improve accessibility check generation (*)
  9677984... ada: Remove GNATmetric's documentation from GNAT's document (*)
  092d750... ada: Remove socket definitions for ancient MinGW (*)
  af61dc3... ada: Remove definition of MAXPATHLEN for ancient MinGW (*)
  09b91bb... ada: Deconstruct build support for ancient MinGW (*)
  fb95fb2... ada: Tune comment of routine for detecting junk names (*)
  6c37375... Small tweaks. (*)
  7ed1a81... ranger: remove unused function (*)
  5be0950... rs6000: Fix the condition with frame_pointer_needed_indeed  (*)
  9c9cf4f... testsuite: Fix up avx256-unaligned-store-3.c test. (*)
  bfad706... rs6000: Fix condition of define_expand vec_shr_<mode> [PR10 (*)
  3db8e9c... Support 2-instruction vector shuffle for V4SI/V4SF in ix86_ (*)
  de613c6... Daily bump. (*)
  77bbf69... fortran: Support clobbering of derived types [PR41453] (*)
  95375ff... fortran: Support clobbering of allocatables and pointers [P (*)
  d5e1935... fortran: Support clobbering of ASSOCIATE variables [PR41453 (*)
  467ef2c... fortran: Support clobbering of SAVE variables [PR41453] (*)
  51c9480... fortran: Support clobbering of reference variables [PR41453 (*)
  20aa1eb... fortran: Support clobbering with implicit interfaces [PR105 (*)
  29919bf... fortran: Move clobbers after evaluation of all arguments [P (*)
  edaf1e0... fortran: Fix invalid function decl clobber ICE [PR105012] (*)
  2b393f6... fortran: Move the clobber generation code (*)
  323c38c... Fix typo in chapter level for RISC-V attributes (*)
  28a61ec... Daily bump. (*)
  2b667be... libstdc++: Simplify detection idiom using concepts (*)
  ad2aab5... openmp: Fix ICE with taskgroup at -O0 -fexceptions [PR10700 (*)
  3c5bccb... openmp, c: Tighten up c_tree_equal [PR106981] (*)
  4afaeaa... Daily bump. (*)
  5924c7d... libstdc++: Add test for type traits not having friend acces (*)
  71c828f... libstdc++: Fix std::is_nothrow_invocable_r for uncopyable p (*)
  d88319d... testsuite: Add more C2x tests (*)
  f507283... testsuite: Skip intrinsics test if arm (*)
  8a7bcf9... c++: Implement __is_{nothrow_,}convertible [PR106784] (*)
  7d4df63... RISC-V: make USE_LOAD_ADDRESS_MACRO easier to understand (*)
  b2fe02b... RISC-V: Add RVV machine modes. (*)
  b4feb49... RISC-V: Support poly move manipulation and selftests. (*)
  ab98b4c... libstdc++: Micro-optimizaion for std::bitset stream extract (*)
  af611af... tree-optimization/106922 - extend same-val clobber FRE (*)
  ab0f70a... frange: Make the setter taking trees a wrapper. (*)
  4ceb5bc... libstdc++: Enable constexpr std::bitset for debug mode (*)
  ffb03fa... libstdc++: Optimize std::bitset<N>::to_string (*)
  14d4b4f... aarch64: Add Arm Neoverse V2 support (*)
  d10308f... MAINTAINERS: Add myself to Write After Approval (*)
  50324a0... testsuite: make check-functions-body dump expected and seen (*)
  b7fd7fb... frange: drop endpoints to min/max representable numbers for (*)
  76dbbfe... Add debug functions for REAL_VALUE_TYPE. (*)
  0706262... frange: dump hex values when dumping FP numbers. (*)
  6516257... opts: fix --help=common with '\t' description (*)
  a0de11d... testsuite: Fix up pr106922.C test (*)
  2ec6489... attribs: Improve diagnostics (*)
  a282f08... i386: Optimize code generation of __mm256_zextsi128_si256(_ (*)
  8b449dc... c++: ICE-on-invalid with designated initializer [PR106983] (*)
  279c671... Daily bump. (*)
  94ccaf6... Avoid depending on destructor order (*)
  3252480... Update gcc fr.po (*)
  5608e41... Convert CFN_BUILT_IN_PARITY to range-ops. (*)
  e7f035f... Convert CFN_BUILT_IN_GOACC_DIM_* to range-ops. (*)
  c750e67... Convert CFN_BUILT_IN_STRLEN to range-ops. (*)
  b6f670f... Convert CFN_BUILT_IN_UBSAN_CHECK_* to range-ops. (*)
  f7e62b0... Convert CFN_BUILT_IN_CLRSB to range-ops. (*)
  55738d8... Convert CFN_CTZ builtins to range-ops. (*)
  ae1669a... Convert CFN_CLZ builtins to range-ops. (*)
  5f730c6... Convert CFN_BUILT_FFS and CFN_POPCOUNT to range-ops. (*)
  2f5da73... Convert CFN_BUILT_IN_TOUPPER and TOLOWER to range-ops. (*)
  eb82b9f... Convert CFN_BUILT_IN_SIGNBIT to range-ops. (*)
  b40b303... Add range-ops support for builtin functions. (*)
  2f92f68... Always check the return value of fold_range. (*)
  be2a25a... Add missing float fold_range prototype for floats. (*)
  a7a6649... Fix calc_op1 for undefined op2_range. (*)
  51ce063... Create gimple_range_op_handler in a new source file. (*)
  24c473a... Adjust range_op_handler to store the handler directly. (*)
  3cba5cd... Replace another snippet with a call to gimple_range_ssa_nam (*)
  12b537b... Fortran: Fix automatic reallocation inside select rank [PR1 (*)
  bc71318... Fortran: fix ICE in generate_coarray_sym_init [PR82868] (*)
  3ad3f53... libiberty: Refer to Bugzilla in README (*)
  9194c13... libstdc++: Implement constexpr std::bitset for C++23 (P2417 (*)
  4b4b514... libstdc++: Rearrange tests for <bitset> (*)
  f35be12... cmd/cgo: add and use runtime/cgo.Incomplete instead of //go (*)
  44dba05... tree-optimization/102801 - testcase for uninit diagnostic (*)
  32d8123... c++ modules: partial variable template specializations [PR1 (*)
  26607a6... remove -gz=zlib-gnu option value (*)
  8625462... c: fix uninitialized c_expr::m_decimal [PR106830] (*)
  9baee61... tree-optimization/106922 - missed FRE/PRE (*)
  66d20d8... xtensa: gcc: enable section anchors support (*)
  0bf60f6... xtensa: gcc: implement MI thunk generation for call0 ABI (*)
  4bdf739... tree-optimization/99407 - DSE with data-ref analysis (*)
  41c7d29... Some VN TLC (*)
  cbaa0ed... Fix typo in floorv2sf2, should be register_operand for op1, (*)
  42630dc... libstdc++: Remove useless gdb printer registrations (*)
  f85847b... Daily bump. (*)
  5814816... libstdc++: Fix accidental duplicate test [PR91456] (*)
  16fe325... libstdc++: Remove main() from some compile-only tests (*)
  980aa91... libstdc++: Update <memory> synopsis test for C++11 and late (*)
  dc829c7... [PR106967] Set known NANs to undefined for flag_finite_math (*)
  324fa42... Clear unused flags in frange for undefined ranges. (*)
  41b5eda... tree-optimization/106984 - tsan and COND_EXPR GIMPLE (*)
  519196a... Fortran: handle RADIX kind in IEEE_SET_ROUNDING_MODE (*)
  dd9e5f4... aarch64: Rewrite -march=native to -mcpu if no other -mcpu o (*)
  d2278da... [PR106967] frange: revamp relational operators for NANs. (*)
  ce8aed7... Fortran: add symbols in version map for IEEE_GET_MODES and  (*)
  eddbb81... Don't check can_vec_perm_const_p for nonlinear iv_init when (*)
  9c23fe0... libstdc++: Remove trailing whitespace in documentation sour (*)
  cb29396... libstdc++: Add _Exit to <stdlib.h> for freestanding (*)
  d784c5c... libstdc++: Qualify std::abort() in test (*)
  26cb69f... libstdc++: Add <initializer_list> to ranges_base.h header (*)
  5e4f5c2... Daily bump. (*)
  59f6dea... Fortran: F2018 type(*),dimension(*) with scalars [PR104143] (*)
  5976fbf... Fortran: error recovery on invalid ARRAY argument to FINDLO (*)
  8dbb15b... Fortran: NULL pointer dereference in invalid simplification (*)
  c77f556... c++: xtreme-header modules tests cleanups (*)
  4fac53d... c++: modules and non-dependent auto deduction (*)
  be60aa5... Fortran: Fix function attributes [PR100132] (*)
  2438b6a... frange::maybe_isnan() should return FALSE for undefined ran (*)
  10d6109... frange::set_nonnegative should not contain -NAN. (*)
  d812e8c... fortran: add link to ISO_VARYING_STRING module [PR106636] (*)
  6bf5a70... aarch64: Fix GTY markup for arm_sve.h [PR106491] (*)
  1005c89... vect: Fix SLP layout handling of masked loads [PR106794] (*)
  4a773bf... vect: Fix missed gather load opportunity (*)
  3e41e69... [PR106970] New test for PR that has already been fixed. (*)
  84b2ab9... c++: stream PACK_EXPANSION_EXTRA_ARGS [PR106761] (*)
  a8bb495... replace "the the" typos (*)
  5ed0c11... libstdc++: Fix typo in <cstdlib> for freestanding (*)
  d998216... fortran: remove 2 dead links [PR106636] (*)
  63e3cc2... contrib: skip new egrep warning (*)
  d0c73b6... Support 64-bit vectorization for single-precision floating  (*)
  3a035f1... middle-end: handle bitop with an invariant induction.[PR105 (*)
  90d3e27... LoongArch: Prepare static PIE support (*)
  2b61ed8... frange: flush denormals to zero (*)
  041812f... Adjust issue_rate for latest Intel processors. (*)
  78260b9... i386: Fixed vec_init_dup_v16bf [PR106887] (*)
  43be56c... Daily bump. (*)
  2d9429d... c: Stray inform note with -Waddress [PR106947] (*)
  de40fab... Fortran: add IEEE_MODES_TYPE, IEEE_GET_MODES and IEEE_SET_M (*)
  6efc494... Improve sorry message for -fzero-call-used-regs (*)
  4637a1d... Fortran: F2018 rounding modes changes (*)
  0b5b8ac... Fix PR target/99184: Wrong cast from double to 16-bit and 3 (*)
  0990a77... Daily bump. (*)
  313879d... OpenMP: Push attaches to end of clause list in "target" reg (*)
  d458f80... Remove dependency on uintptr_t in libgcc (*)
  e3c4a86... RISC-V: Don't try to vectorize tree-ssa/gen-vect-34.c (*)
  5dba8b2... [PR106831] Avoid propagating long doubles that may have mul (*)
  9174614... Rewrite NAN and sign handling in frange (*)
  205a6fb... Daily bump. (*)
  c8e93a0... Fix unsigned comparison warning (*)
  f4dad09... c++: modules ICE with typename friend (*)
  9ac9fde... reassoc: Fix up recent regression in optimize_range_tests_c (*)
  7ee0fa1... Daily bump. (*)
  eaddc87... Fix for an AutoFDO test. (*)
  6e80a1d... eliminate mutex in fast path of __register_frame (*)
  cf0fded... libstdc++: Add preprocessor conditions for freestanding [PR (*)
  7f4c370... libstdc++: Move allocator-related helpers to <bits/alloc_tr (*)
  d31e19e... libstdc++: Make more internal headers include their own dep (*)
  47deb1e... libstdc++: Fix compare_exchange_padding.cc test for std::at (*)
  7107ea6... c++: 'mutable' member within constexpr [PR92505] (*)
  b6adc62... libstdc++: Fix tr1::variate_generator::engine_value_type (*)
  5ad435f... libstdc++: Do not use nullptr in C++03-compatible code (*)
  1594328... libstdc++: Remove __alloc_neq helper (*)
  64f9580... libstdc++: Fix Doxygen commands (*)
  39dc665... c++: member fn in omp loc list [PR106858] (*)
  4c156ea... libstdc++: Document new libstdc++.so symbol versions (*)
  3e8c4b9... Modernize ix86_builtin_vectorized_function with correspondi (*)
  d0fc05e... Daily bump. (*)
  d6ccad7... libstdc++: Remove unnecessary header from <memory> (*)
  2b75d5f... Fortran: catch NULL pointer dereferences while simplifying  (*)
  7bd4deb... Fortran: error recovery for bad deferred character length a (*)
  6248f4f... float.h: Do not define INFINITY for C2x when infinities not (*)
  ecbdfa8... libstdc++: Tweak TSan annotations for std::atomic<shared_pt (*)
  29b39d4... libstdc++: Implement ranges::chunk_by_view from P2443R1 (*)
  db58fa0... libstdc++: [_GLIBCXX_INLINE_VERSION] Fix test dg-prune-outp (*)
  d26bcff... libstdc++: [_GLIBCXX_INLINE_VERSION] Cleanup gnu-versioned- (*)
  1e4c7e8... MAINTAINERS: Add myself to Write After Approval (*)
  5edf02e... tree-optimization/106922 - PRE and virtual operand translat (*)
  8ff2a92... Move void_list_node init to common code (*)
  e3220ad... Fix c-c++-common/gomp/target-50.c test (*)
  d7171ba... Fix c-c++-common/goacc/mdc-2.c and g++.dg/goacc/mdc.C tests (*)
  7a3dfc2... rs6000: Using pli(paddi) and rotate to build 64bit constant (*)
  ff82236... Daily bump. (*)
  0abc63a... libstdc++: Add TSan annotations to std::atomic<shared_ptr<T (*)
  7f1e3d0... libstdc++: Add missing <new> header to <bits/stl_tempbuf.h> (*)
  9a1bc4b... libstdc++: Add comment to 17_intro/names.cc test (*)
  0bc9aa9... libstdc++: Add assertion to std::promise::set_exception (LW (*)
  8b1bc30... libstdc++: Document LWG 1203 API change in manual (*)
  93257ed... libstdc++: Add pretty printer for std::stringstreams (*)
  3c85c11... frange: add both zeros to ranges when there's the possiblit (*)
  7d647a8... Pass full range to build_* in range-op-float.cc (*)
  4a311a6... Use frange::set_nan() from the generic frange::set(). (*)
  9c4c418... Provide cleaner set_nan(), clear_nan(), and update_nan() me (*)
  6da6547... Minor fixes to frange. (*)
  f469ce1... OpenMP/OpenACC: mapping group list-handling improvements (*)
  23baa71... OpenMP/OpenACC struct sibling list gimplification extension (*)
  cd14c97... tree-optimization/106938 - cleanup abnormal edges after inl (*)
  12a8d5e... [PR106936] Remove assert from get_value_range. (*)
  1457be6... Drop unused variable (*)
  b57abd0... OpenMP 5.0: Clause ordering for OpenMP 5.0 (topological sor (*)
  2aa5f88... testsuite/s390: Add -mzarch to ifcvt test cases. (*)
  48970cb... testsuite/s390: Fix vperm-rev testcases. (*)
  645ef01... Disallow pointer operands for |, ^ and partly & [PR106878] (*)
  05f5c42... tree-optimization/106934 - avoid BIT_FIELD_REF of bitfields (*)
  93b09bf... Check another epilog variable peeling case in vectorizable_ (*)
  9d50351... testsuite: gluefile file need to be prefixed (*)
  1995a02... Daily bump. (*)
  ff85f0a... PR target/106877: Robustify reg-stack to malformed asm. (*)
  e11babb... libgomp: Appease some static analyzers [PR106906] (*)
  7d7e214... libstdc++: Implement ranges::slide_view from P2442R1 (*)
  5d84a44... libstdc++: Implement ranges::chunk_view from P2442R1 (*)
  7aa80c8... libstdc++: Implement LWG 3569 changes to join_view::_Iterat (*)
  edf6fe7... libstdc++: Avoid -Wparentheses warning with debug iterators (*)
  5e1031f... c++: remove single-parameter version of mark_used (*)
  fea6ae0... c++: two-parameter version of cxx_constant_value (*)
  441a488... c++: some missing-SFINAE fixes (*)
  48e40d0... Revert "xtensa: Implement new target hook: TARGET_CONSTANT_ (*)
  38db483... rs6000: Fix the check of bif argument number [PR104482] (*)
  94504c9... rs6000: Handle unresolved overloaded builtin [PR105485] (*)
  0ee1548... rs6000: Suggest unroll factor for loop vectorization (*)
  2c86723... middle-end/106909 - CTRL altering flag after folding (*)
  ad08894... tree-optimization/106913 - ICE with -da and -Wuninitialized (*)
  721c0fb... aarch64: Vector move fixes for +nosimd (*)
  91061fd... aarch64: Disassociate ls64 from simd (*)
  eec36f2... libgomp.texi: move item from gcn to nvptx (*)
  b5f09bd... Daily bump. (*)
  c17fa0f... c++: remove '_sfinae' suffix from functions (*)
  c3ba0ea... c++: template-id arguments are evaluated [PR101906] (*)
  03381be... c++: auto member function and auto variable [PR106893] (*)
  6bcca5f... c++: cast to array of unknown bound [PR93259] (*)
  936efca... xtensa: Implement new target hook: TARGET_CONSTANT_OK_FOR_C (*)
  db19cfd... libstdc++: Add already-accepted <ranges> testcase [PR106320 (*)
  7c989a8... c++: lambda capture of array with deduced bounds [PR106567] (*)
  8ef5fa4... c++: Refer to internal linkage for -Wsubobject-linkage [PR8 (*)
  2e7bc76... stdatomic.h: Do not define ATOMIC_VAR_INIT for C2x (*)
  6b43f55... nvptx/mkoffload.cc: Warn instead of error when reverse offl (*)
  06b30ee... frange::set_signbit: Avoid changing sign when already in th (*)
  71cd6a0... xtensa: gcc: fix builtin_apply return value (*)
  c092d89... libstdc++: Fix comments in tests to match code (*)
  9983ab1... libgomp.texi: Impl. status fix/addition (*)
  4198b0d... doc: Fix typo in documentation of __float128 suffix (*)
  34b9a03... gcov: Respect triplet when looking for gcov (*)
  723ef5a... libstdc++: Outline the overlapping case of string _M_replac (*)
  994ea89... libgomp: Fix up icv-6.c [PR106894] (*)
  643ae81... [Ada] Fix immediate assertion failure with -gnatd.1 (*)
  60bb81e... [Ada] Storage_Error raised analyzing type with call in its  (*)
  bd548d6... [Ada] Improve CUDA host-side and device-side binder support (*)
  f64bfc1... [Ada] Sync documentation of junk names with code (*)
  0c960fe... [Ada] Reject 'Valid_Scalars on Unchecked_Union regardless o (*)
  ca90143... [Ada] Improve CUDA host-side and device-side binder support (*)
  ca4b980... [Ada] Temporary tweak new expansion of contracts (*)
  9ccd61d... [Ada] Special-case printing of SPARK_Mode in error messages (*)
  f244e99... [Ada] Justify false alarm from CodePeer analysis of GNAT (*)
  0f829a9... [Ada] Cleanup routine for handling SPARK_Mode kinds (*)
  4caf4b5... [Ada] Accept explicit SPARK_Mode Auto as configuration prag (*)
  517817a... [Ada] Remove SPARK containers from GNAT documentation (*)
  5ca1d6a... [Ada] Reject use in SPARK of Asm intrinsics for code insert (*)
  da4824b... [Ada] Add C declaration for Opt.Unnest_Subprogram_Mode (*)
  d917a68... [Ada] Internal error compiling formal instance of generic w (*)
  4a7312f... [Ada] Replace SPARK containers implementation by Compile_Ti (*)
  cf8af60... [Ada] Fix validity checking on renamed Old attribute prefix (*)
  a968d80... [Ada] Tech debt: Expansion of contracts (*)
  46ba7ae... [Ada] Fix oversight in implementation of unnesting (*)
  9bde1fc... [Ada] Syntax error in Ada 2022 array aggregate causes bug b (*)
  9fcd4cc... [Ada] Initialize a local variable to avoid a CodePeer warni (*)
  1588e88... [Ada] bugbox referencing INOX prefixed view of primitive op (*)
  4a46f59... [Ada] Lock_Free aspect takes precedence over Ceiling_Lockin (*)
  de01e1b... [Ada] Do not mark user parameters of protected subprograms  (*)
  1d2bc28... [Ada] Fix issues with compiling ACATS test for user-defined (*)
  2fa4bea... [Ada] Remove a no-longer-correct comment (*)
  65d76c5... [Ada] Fix bugs in check-related warnings. (*)
  635e98b... [Ada] Disable Support_Atomic_Primitives on x86_64 VxWorks (*)
  d30f154... [Ada] Disable Support_Atomic_Primitives on QNX and VxWorks  (*)
  272ada7... [Ada] Parser and lexer cleanup (*)
  dad0ebe... [Ada] Revert "Enforce matching of extra formals" (*)
  3fa66b9... ChangeLog: fix PR entry (*)
  ffaeb9d... analyzer: remove unused fields (*)
  5b9111d... Daily bump. (*)
  0ea5e3f... analyzer: consider empty ranges and zero byte accesses [PR1 (*)
  5b3496e... Daily bump. (*)
  75e5cc9... xtensa: constantsynth: Add new 3-insns synthesis pattern (*)
  16d752a... rs6000: Make an "if" statement more regular (*)
  7d37c7f... libgomp: Use libiberty environ.h to declare the environment (*)
  7c4c65d... fortran: Add IEEE_SIGNBIT and IEEE_FMA functions (*)
  861d1a1... Daily bump. (*)
  89afb2e... xtensa: Make complex hard register clobber elimination more (*)
  06c2756... xtensa: Eliminate unused stack frame allocation/freeing (*)
  c81b60b... analyzer: implement trust boundaries via a plugin for Linux (*)
  07e3016... analyzer: add support for plugin-supplied known function be (*)
  084dc9a... analyzer: add test coverage for flexible array members [PR9 (*)
  007680f... libstdc++: Rename parameter to avoid darwin __weak qualifie (*)
  8298427... libstdc++: Fix return type of empty zip_/adjacent_transform (*)
  e469506... libstdc++: Fix typo in adjacent_view::_Iterator [PR106798] (*)
  718a6d4... libstdc++: Fix zip_view's operator- for integer-class diffe (*)
  50be486... nvptx: libgomp+mkoffload.cc: Prepare for reverse offload fn (*)
  dfd75bf... GCN: libgomp+mkoffload.cc: Prepare for reverse offload fn l (*)
  0fcc0cf... libgomp: Prepare for reverse offload fn lookup (*)
  a1a53dc... stddef.h: Add C2x unreachable macro (*)
  e230f11... Handle OPAQUE_TYPE specially in verify_type [PR106833] (*)
  eff73c1... amdgcn: Add support for additional natively supported float (*)
  a8b0b13... tree-optimization/106722 - avoid invalid pointer associatio (*)
  26a1f4f... libgomp: Fix up OMP_PROC_BIND handling [PR106894] (*)
  6aafd6b... RISC-V: Suppress build warnings (*)
  923da63... tree-optimization/106881 - fix simple_control_dep_chain par (*)
  c2c3e4f... Fix "address will never be NULL" warning (*)
  b237e36... opts: always compare array option values with memcmp (*)
  2e7ad70... Daily bump. (*)
  a0f8350... libstdc++: mallinfo deprecated, use mallinfo2 when glibc => (*)
  264deec... OpenMP: Document ompx warnings + add Fortran omx warning [P (*)
  4f05ff3... libgomp.texi: Document libmemkind + nvptx/gcn specifics (*)
  30c811f... c++: Fix type completeness checks for type traits [PR106838 (*)
  4977507... libstdc++: Add always_inline attribute to std::byte operato (*)
  157236d... libstdc++: Clear padding bits in atomic compare_exchange (*)
  d3883dc... libstdc++: Find make_error_code and make_error_condition vi (*)
  7a6564c... analyzer: support for symbolic values in the out-of-bounds  (*)
  9f2fca5... OpenMP, libgomp: Environment variable syntax extension (*)
  338a5b0... vect: Fix scalar stmt typo in vect_optimize_slp_pass [PR106 (*)
  0697bd0... nios2: Add #undef of MUSL_DYNAMIC_LINKER (*)
  f7280b0... c++: Add testcase for already fixed PR [PR99209] (*)
  78ef801... Fix some gimple_ctrl_altering_p mistakes (*)
  4db3cb7... c++: unnecessary instantiation of constexpr var [PR99130] (*)
  95c7d58... pch: Fix the reconstruction of adhoc data hash table (*)
  f25a676... openmp: Implement doacross(sink: omp_cur_iteration - 1) (*)
  c8d3b44... tree-optimization/106881 - constrain uninit control edge ad (*)
  794a01d... testsuite/106872 - fix uninit predicate dump scan (*)
  6726323... Implement known/maybe fpclassify like API for frange. (*)
  a7852bd... d: Include tm.h in all D target platform sources, remove me (*)
  c3fb665... arm: Fix constant immediates predicates and constraints for (*)
  fbb5503... rs6000: allow constant splitter run in split1 pass (*)
  36ecfe1... RTEMS: Add -mvrsave multilibs (*)
  fe2a8ce... Daily bump. (*)
  d7f282c... libstdc++: Add missing runtime exception to licence notice (*)
  b8cd163... Restore detection of HAVE_XCOFF_DWARF_EXTRAS (*)
  b9cb441... c++: diagnostic for template placeholder in parm [PR106793] (*)
  756ccf9... Update my email address (*)
  bec35ca... sched1: Fix -fcompare-debug issue in schedule_region [PR105 (*)
  a961ad1... c++: top level bind when rewriting coroutines [PR106188] (*)
  cdcc27c... libstdc++: Optimize is_reference (*)
  66af6e9... libstdc++: Optimize is_void and is_null_pointer (*)
  873d395... libstdc++: small dynamic_cast optimization (*)
  0a91bda... c: New C2x keywords (*)

(*) This commit already exists in another branch.
    Because the reference `refs/users/pheeck/heads/sccp' 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:[~2023-02-15 10:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-15 10:12 [gcc/pheeck/heads/sccp] (1824 commits) currently crashing on complex-6.c Filip Kastl

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