From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7928) id 9834D3861001; Wed, 24 Apr 2024 08:54:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9834D3861001 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713948892; bh=UwXuattEoqJ0CFUDnPuKXB095g2HOGCW7tFi1onJ0Ic=; h=From:To:Subject:Date:From; b=B/seGiAZpAj2//qr4BAyWthNdorRGeGiC6NOgHBCyI1WLdA8TSGzASDo5egF5A+0v hWyEuymOkNjn6EoTIz7e7Q6+ecZP7r2PH0pQphcQktl0K3fwn3UL3tAnxskmHAK8mC 7QJRNr/4p0uIEfib82K7ZDJ7dHOWypmHKPjjt/iA= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Lehua Ding To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/subreg-coalesce] (111 commits) tree-optimization/114787 - more careful loop update with CF X-Act-Checkin: gcc X-Git-Author: Lehua Ding X-Git-Refname: refs/heads/devel/subreg-coalesce X-Git-Oldrev: 443748259d903b6f4d4557392fc788df93d63377 X-Git-Newrev: cc48418cfc2e555d837ae9138cbfac23acb3cdf9 Message-Id: <20240424085452.9834D3861001@sourceware.org> Date: Wed, 24 Apr 2024 08:54:52 +0000 (GMT) List-Id: The branch 'devel/subreg-coalesce' was updated to point to: cc48418cfc2... tree-optimization/114787 - more careful loop update with CF It previously pointed to: 443748259d9... libstdc++: Fix "extact" typos in comments Diff: Summary of changes (added commits): ----------------------------------- cc48418... tree-optimization/114787 - more careful loop update with CF (*) e28e8ab... tree-optimization/114832 - wrong dominator info with vect p (*) d279c9d... i386: Fix behavior for both using AVX10.1-256 in options an (*) f952745... RISC-V: Add xfail test case for highpart overlap of vext.vf (*) 8bcefc2... Revert "RISC-V: Support highpart overlap for vext.vf" (*) 3091f1d... Daily bump. (*) 7318f1a... c++: Fix ICE with xobj parms and maybe incomplete decl-spec (*) 628c222... i386: Avoid =&r,r,r andn double-word alternative for ia32 [ (*) f7a5c99... Regenerate gcc.pot (*) 0bf94da... Fortran: check C_SIZEOF on additions from TS29113/F2018 [PR (*) 4f9401d... c++/modules: deduced return type merging [PR114795] (*) d2f05fe... libbacktrace: test --compress-debug-sections=ARG for each A (*) 0c8e99e... testsuite: Adjust testsuite expectations for diagnostic spe (*) 6f0a646... Remove repeated information in -ftree-loop-distribute-patte (*) f994094... Further spelling fixes in translatable strings (*) 4338ac1... Spelling fixes for translatable strings (*) 3d56999... s390: testsuite: Xfail forwprop-4{0,1}.c (*) ca00bf0... Fortran: Check that the ICE does not reappear [PR102597] (*) 18e8e55... tree-optimization/114799 - SLP and patterns (*) 42189f2... s390x: Fix vec_xl/vec_xst type aliasing [PR114676] (*) aa73eb9... c++: Copy over DECL_DISREGARD_INLINE_LIMITS flag to inherit (*) cf51fe7... c++: Check if allocation functions are xobj members [PR1140 (*) 77e114b... LoongArch: Define builtin macros for ISA evolutions (*) b4ebdd1... LoongArch: Define ISA versions (*) 8c6ee63... Daily bump. (*) 2a8187e... RISC-V: Adjust overlap attr after revert d3544cea63d and e6 (*) b909daa... PR modula2/114811 string set incl ICE bugfix (*) 7ef1391... libstdc++: Fix conversion of simd to vector builtin (*) e7a3ad2... libstdc++: Silence irrelevant warnings in 3 constraints [PR114783] (*) 2afdecc... c-family: Allow arguments with NULLPTR_TYPE as sentinels [P (*) a39983b... c: Fix ICE with -g and -std=c23 related to incomplete types (*) d86472a... libstdc++: Simplify constraints on <=> for std::reference_w (*) eed7fb1... libstdc++: Support link chains in std::chrono::tzdb::locate (*) e8f0540... Update gcc sv.po (*) 33bf8e5... internal-fn: Fix up expand_arith_overflow [PR114753] (*) 1216460... middle-end: refactory vect_recog_absolute_difference to sim (*) 9451b6c... Enable 'gcc.dg/pr114768.c' for nvptx target [PR114768] (*) ede01df... bpf: remove huge memory waste with string allocation. (*) d7190d0... bpf: support more instructions to match CO-RE relocations (*) 4d4929f... d: Fix ICE in build_deref, at d/d-codegen.cc:1650 [PR111650 (*) 9f29584... rtlanal: Fix set_noop_p for volatile loads or stores [PR114 (*) 36f4c8a... libgcc: Another __divmodbitint4 bug fix [PR114762] (*) 694fa37... [vxworks] avoid mangling __STDC_VERSION_LIMITS_H__ (*) 85c187b... Daily bump. (*) e498ba9... Add nios2*-*-* to the list of obsolete targets (*) e243d0f... Fortran: Fix ICE and clear incorrect error messages [PR1147 (*) 7eecc08... [testsuite] [i386] add -msse2 to tests that require it (*) 0ea96af... [testsuite] [i386] work around fails with --enable-frame-po (*) 36d0038... [testsuite] [arm] accept empty init for bfloat16 (*) ce2dfc5... [c++] [testsuite] adjust contracts9.C for negative addresse (*) df92df0... [testsuite] [aarch64] Require fpic effective target. (*) 514c6b1... [testsuite] [i386] require fpic for pr111497.C (*) cc02ebf... [testsuite] xfail pr103798-2 in C++ on vxworks too [PR11370 (*) e965162... [testsuite] [analyzer] include sys/select.h if available (*) 8a11709... [testsuite] [analyzer] require fork where used (*) 5be4f20... [testsuite] [analyzer] skip access-mode: O_ACCMODE on vxwor (*) 76a1bcc... [testsuite] [analyzer] avoid vxworks libc mode_t (*) 5dfbc05... [testsuite] introduce strndup effective target (*) dcf0bd1... [libstdc++] [testsuite] disable SRA for compare_exchange_pa (*) 5b17817... [libstdc++] [testsuite] xfail double-prec from_chars for fl (*) da3504a... [libstdc++] define zoneinfo_dir_override on vxworks (*) a2f4be3... AArch64: remove reliance on register allocator for simd/gpr (*) 82d6d38... libgcc: Fix up __divmodbitint4 [PR114755] (*) 6c152c9... internal-fn: Temporarily disable flag_trapv during .{ADD,SU (*) 6e62ede... testsuite, rs6000: Fix builtins-6-p9-runnable.c for BE [PR1 (*) 58a0b19... rs6000: Fix bcd test case (*) 69576bc... Daily bump. (*) 7c2a9db... libstdc++: Implement "Printing blank lines with println" fo (*) 5705614... DOCUMENTATION_ROOT_URL vs. release branches [PR114738] (*) a9fefbf... libcpp: Regenerate aclocal.m4 and configure [PR 114748] (*) bf2b523... tree-optimization/114749 - reset partial vector decision fo (*) 420ece6... GCN: Enable effective-target 'vect_long_long' (*) 909c6fa... AVR: target/114752 - Fix ICE on inline asm const 64-bit flo (*) 3cfe94a... libstdc++: Add include guard to simd-internal header (*) 0fc7f3c... libstdc++: Avoid ill-formed types on ARM (*) 299d14a... asan: Don't instrument .ABNORMAL_DISPATCHER [PR114743] (*) 9c7cf5d... Daily bump. (*) eadd05d... PR modula2/114745: const cast causes ICE (*) f438acf... testsuite: Fix data check loop on vect-early-break_124-pr11 (*) 48024a9... Fortran: ALLOCATE of fixed-length CHARACTER with SOURCE/MOL (*) (*) This commit already exists in another branch. Because the reference `refs/heads/devel/subreg-coalesce' matches your hooks.email-new-commits-only configuration, no separate email is sent for this commit.