public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/marxin/heads/backport-12] (76 commits) strlen: do not use cond_expr for boundaries
@ 2023-01-11 10:29 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2023-01-11 10:29 UTC (permalink / raw)
  To: gcc-cvs

The branch 'marxin/heads/backport-12' was updated to point to:

 473d7154291... strlen: do not use cond_expr for boundaries

It previously pointed to:

 9270fc97d41... jobserver: fix fifo mode by opening pipe in proper mode

Diff:

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

  9270fc9... jobserver: fix fifo mode by opening pipe in proper mode
  900a38c... lto: respect jobserver in parallel WPA streaming
  35c4567... lto: support --jobserver-style=fifo for recent GNU make
  3662831... Factor out jobserver_active_p.
  8a9643f... i386: fix assert (__builtin_cpu_supports ("x86-64") >= 0)
  fb1d46c... i386: simplify cpu_feature handling


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

  473d715... strlen: do not use cond_expr for boundaries
  14e2500... Daily bump. (*)
  25edc76... Fix memory constraint on MVE v[ld/st][2/4] instructions [PR (*)
  849c3cf... aarch64: PR target/108140 Handle NULL target in data intrin (*)
  56314aa... Daily bump. (*)
  05fce80... Update cpplib eo.po (*)
  4494965... Daily bump. (*)
  a68d0b4... Daily bump. (*)
  6b1adeb... Daily bump. (*)
  e824a27... Daily bump. (*)
  ebb1f6d... libstdc++: Fix std::chrono::hh_mm_ss with unsigned rep [PR1 (*)
  92ee4e1... rs6000: Raise error for __vector_{quad,pair} uses without M (*)
  1359445... Daily bump. (*)
  26741a0... c++: mark_single_function and SFINAE [PR108282] (*)
  63f3eae... libiberty: Fix C89-isms in configure tests (*)
  7d71461... libsanitizer: Avoid implicit function declaration in config (*)
  b09c991... Daily bump. (*)
  5618c81... Daily bump. (*)
  2094b7a... Daily bump. (*)
  9966231... Daily bump. (*)
  f816ad1... Daily bump. (*)
  b8102f4... Daily bump. (*)
  4f1ece5... Daily bump. (*)
  f97f032... Fortran: incorrect array bounds when bound intrinsic used i (*)
  e5d19e3... Daily bump. (*)
  a3fbfc1... Daily bump. (*)
  b63cdd3... Daily bump. (*)
  c082e49... Daily bump. (*)
  d862a68... Skip guality tests on hppa-hpux. (*)
  4600a34... Daily bump. (*)
  7773d43... Daily bump. (*)
  6e09c1d... bootstrap/106482 - document minimal GCC version (*)
  e4b5fec... lto: support --jobserver-style=fifo for recent GNU make (*)
  c6a1f7e... Factor out jobserver_active_p. (*)
  df5fb95... Daily bump. (*)
  52daccd... libstdc++: Fix unsafe use of dirent::d_name [PR107814] (*)
  35ad6ec... libstdc++: Fixes for std::expected (*)
  ed3e8a9... libgfortran's ISO_Fortran_binding.c: Use GCC11 version for  (*)
  93310fe... Daily bump. (*)
  1bdb130... d/104749 - document host GDC version requirement (*)
  8ac76d5... i386: Avoid fma_chain for -march=alderlake and sapphirerapi (*)
  77788d0... Daily bump. (*)
  cdc1a14... c++: extract_local_specs and unevaluated contexts [PR100295 (*)
  6e09ca0... c++: partial ordering with memfn ptr cst [PR108104] (*)
  b428bb4... c++: pack in requires-expr parm list [PR107417] (*)
  648db32... c++: substituting CONST_DECL_USING_P enumerators [PR103081] (*)
  37595f8... c++: ICE with <=> of incompatible pointers [PR107542] (*)
  0e34550... c-family: Fix ICE with -Wsuggest-attribute [PR98487] (*)
  8e08394... Daily bump. (*)
  7a9741d... Fortran: ICE on recursive derived types with allocatable co (*)
  3f578d9... Daily bump. (*)
  612f86a... Daily bump. (*)
  c1b66c0... Daily bump. (*)
  7525c9d... AArch64: Add UNSPECV_PATCHABLE_AREA [PR98776] (*)
  6b8f4f7... Daily bump. (*)
  e9d5861... libstdc++: Fix size passed to operator delete [PR108097] (*)
  6340b1c... Daily bump. (*)
  f141f0f... libphobos: Backport library and bindings fixes from mainlin (*)
  0e939c6... varasm: Fix type confusion bug (*)
  1a6fe18... Daily bump. (*)
  3b8b42f... d: Fix undefined reference to nested lambda in template (PR (*)
  1a8af01... tree-optimization/107898 - ICE with -Walloca-larger-than (*)
  0946970... tree-optimization/107865 - ICE with outlining of loops (*)
  812847a... tree-optimization/107833 - invariant motion of uninit uses (*)
  232305b... tree-optimization/107686 - fix bitfield ref through vec_unp (*)
  9e242f8... tree-optimization/107766 - ICE with recent -ffp-contract=of (*)
  a9fafa2... tree-optimization/107647 - avoid FMA from SLP with -ffp-con (*)
  e0e37f9... tree-optimization/107407 - wrong code with DSE (*)
  ad6ace7... tree-optimization/106868 - bogus -Wdangling-pointer diagnos (*)
  86def97... Daily bump. (*)
  db8e343... d: Remove "final" and "override" from visitor method. (*)
  f12c822... d: Fix internal compiler error: in visit, at d/imports.cc:7 (*)
  42156d7... Daily bump. (*)
  3ee5a23... Daily bump. (*)
  5ec102e... i386: fix assert (__builtin_cpu_supports ("x86-64") >= 0) (*)
  b4e5003... i386: simplify cpu_feature handling (*)

(*) This commit already exists in another branch.
    Because the reference `refs/users/marxin/heads/backport-12' 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-01-11 10:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-11 10:29 [gcc/marxin/heads/backport-12] (76 commits) strlen: do not use cond_expr for boundaries Martin Liska

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