From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 4A9C63858C83; Wed, 11 Jan 2023 10:29:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4A9C63858C83 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673432940; bh=aL6kMDS6Q3EyAPJgiwIorHiAfV8mfRO5doB/a+kmnKI=; h=From:To:Subject:Date:From; b=bGO96bUHM4BsBNn6sJyD/j/l8qCOmXsKMwTAidw1tMntnaGOqaP/XYQ+oxRBhRNQM fhrCRqvowujZ4pVRUBsVyuff+HxHQaJ4jI4J2pQeP2tIeJ/PX4SkmC2M9/16dQPJ9l O8z5uW51hsFKGNmxZpfxBLSV2bVNTkxXtjXcOUqk= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Martin Liska To: gcc-cvs@gcc.gnu.org Subject: [gcc/marxin/heads/backport-12] (76 commits) strlen: do not use cond_expr for boundaries X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/users/marxin/heads/backport-12 X-Git-Oldrev: 9270fc97d412cdabe449a20ce9493093d2afbc65 X-Git-Newrev: 473d7154291cb3733f10cc0259cd9d8238a76d78 Message-Id: <20230111102900.4A9C63858C83@sourceware.org> Date: Wed, 11 Jan 2023 10:29:00 +0000 (GMT) List-Id: 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.