The branch 'aoliva/heads/testbase' was updated to point to:
b0812255e421... work around ppc-vx6 make limitations
It previously pointed to:
e63a04e996e2... Adjust configure machinery to abi32 targets
Diff:
Summary of changes (added commits):
-----------------------------------
b081225... work around ppc-vx6 make limitations (*)
8c495de... libstdc++: vxworks: enable gthread_yield (*)
d50e9f1... openmp: Add GOMP_reduction_start and GOMP_reduction_end (*)
22ada6b... openmp: Add barrier kind to GOMP_barrier and GOMP_barrier_c (*)
31ba6ea... openmp: Add GOMP_loop_static_worksharing and GOMP_distribut (*)
37c96bf... openmp: Add GOMP_has_masked_thread_num (*)
9e8087f... pta: Adjust handle_call_arg's comment (*)
df1eb95... tree-optimization/110743 - expand RMW uninit detection (*)
a3b8e25... rs6000: Add Future Vector Integer Arithmetic Instructions [ (*)
b3acc5d... AArch64/SVE: Optimize vec_init for partial SVE vector modes (*)
4bc8475... x86: Require GPR as previous scratch register in LCP stall (*)
52cd026... x86: Increase generic tune branch misprediction cost (*)
76f4dd2... testsuite: Fix gcc.dg/vect/pr125567.c on SPARC (*)
af34223... doc/ifn.texi: don't have whitespace after @code (*)
8ce473f... libgomp: Move internal NUMA function to a separate file [PR (*)
23aa476... libgomp: Handle omp_default_device in the fallback case [PR (*)
c9ee2c5... Daily bump. (*)
bb26018... c++/modules: dependent ADL laziness [PR125334] (*)
63461fc... c++/modules: imported incomplete typedef [PR125768] (*)
19bc99c... openmp: Add macros for iterator element access (*)
813e1ff... OpenMP, Fortran: Add comments to gfc_trans_omp_array_sectio (*)
422a63d... cobol: accept CDF PROCESS directive (*)
9579e3e... fortran: Fix memory leak for array structure-constructor el (*)
e782ceb... Fortran: -fc-prototypes, deferred shape and deferred length (*)
c22afe0... cobol: Elevate keyword priority. (*)
c23f20c... ira: Add dependent filter handling. (*)
0ca2ba3... RISC-V: Example dependent filter for RVV widen overlap. (*)
dbb5480... lra: Support dependent filters. (*)
541e9dd... recog: Handle dependent filters. (*)
9d82914... genpreds: Dependent, dynamic register filters. (*)
8284c03... vect: Do not use grouped gather for single pieces. (*)
c47454b... Revert "mips: fix unintialized operand use in sync_{old,new (*)
d5cd066... libstdc++: Use const void* for parameters of some internal (*)
1b13ddd... libstdc++: Fix comment typo in <bits/chrono.h> (*)
3012538... libstdc++: Remove STLport link from docs (*)
4cac012... MAINTAINERS: Add missing write-after accounts (*)
88f05f8... c++: ubsan and inherited vptr [PR125745] (*)
26bb981... RISC-V: Add support for Zvabd extension (*)
372ff3c... libstdc: check pmr traits allocate_at_least (P0401) [PR1258 (*)
f6aac7f... aarch64: Fix unsharing in svset_impl::fold [PR125818] (*)
dbc6b52... i386: Emit vunpcklpd for register V4DF/V8DF movddup [PR1070 (*)
bb873ad... Fortran: Fix memory leaks in PDT tests. [PR121972] (*)
1f774d9... x86: Use previous scratch register in LCP stall peepholes (*)
6d84296... tree-optimization/110743 - do not warn for bit sets/clears (*)
c2cdc43... i386: implement cond_vec_cbranch_any/all for narrow boolean (*)
55c432c... dojump: use simplify_expand_binop for vector boolean mask (*)
9a7626c... doc: clarify {cond,cond_len}_vec_cbranch_all patterns. (*)
5214411... rs6000: Add future-altivec builtin stanza predicate (*)
da3f0b4... cs-elim: Don't set TODO_TODO_update_ssa_only_virtuals (*)
f06c181... i386: Add HYGON c86-4g-m8 support (*)
5eb2f29... Daily bump. (*)
49ba532... c++: fix spurious -Wrange-loop-construct warning [PR125697] (*)
4dc96a3... c++/reflection: include lambda op() in members_of [PR125889 (*)
88b9e82... phiopt: Reject instead of assert that the 2 vuse of the loa (*)
99d7b4d... cselim: Fix comment on why no loads in the middle bb when n (*)
2e5184c... cselim: manually keep upto date the vops (*)
6523cf8... cselim: Just use gsi_insert_before instead of checking if i (*)
112b53b... cobol: Remove %I spec (*)
1b8b13c... Remove -*- C++ -*- tags for Emacs from .cc files. (*)
2918eed... lto-plugin.c: c23 compatibility: char * -> const char * (*)
c5c346c... a68: return alias set 0 for Algol 68 (*)
a7724fc... Fortran/OpenMP: Split-off resolve_omp_clauses_aff_dep_map_c (*)
9bfd50a... libgomp: Add stubs for OpenMP's multidim routines (*)
3219ad7... OpenMP: declare mapper - avoid ICE in Fortran, add Fortran/ (*)
46dacd6... i386: Use comparison operand mode for compare costs (*)
8521807... lto-plugin.c: Remove trailing whitespace. (*)
dbdd7aa... ada: Add support for abstract constructors (*)
e530c1d... ada: Fix couple of issues with membership tests for tagged (*)
2e41731... OpenMP/Fortran: Split-off check_omp_clauses_dupl_syms from (*)
255262a... fixincl.c: const char * -> char * and remove trailing white (*)
a539240... AVR: Support to print nodes brief and recursive. (*)
3454e59... testsuite: Split spaceship_mixed_variants tests containing (*)
aa4a160... Fortran/OpenMP: Split-off resolve_omp_allocate_clauses (*)
d9a8473... x86_cse: Use integer CONST_VECTOR to load FP CONST_VECTOR (*)
5b0da09... Optimize (-1.0)**n to (real) (1 - ((n & 1) << 1)). (*)
471c3c3... fortran: Fix FMT_X and adjust the test case. (*)
a05799c... RISC-V: Add testcase for unsigned scalar SAT_MUL form 13 (*)
465f1d9... Match: Ensure call to tree_to_uhwi is checked in SAT_* patt (*)
971f8d5... Match: Support unsigned scalar SAT_MUL form 13 (*)
c34db1e... libfortran: [PR114618] Format produces incorrect output whe (*)
376504d... Daily bump. (*)
4073a79... c++: capture folding and lvalueness checking [PR125408] (*)
41006b6... c++: typedef in lambda in pack expansion (*)
e259a18... testsuite: Add target macho, document object format checks. (*)
b3ed4c0... aarch64: Use LLONG_MAX instead of LONG_LONG_MAX (*)
d018a10... x86_cse: Skip JUMP from asm goto (*)
b971bf8... fortran: namelist read with repeat count fails when member (*)
faeb3df... Daily bump. (*)
da0aa94... testsuite, Darwin: Extend skipping of -g3 for more OS versi (*)
0266ef2... testsuite, darwin: Handle Darwin LTO section names. (*)
8519c88... doc: Spell compile time without dash when a noun (*)
6e34a4c... AVR: Use tree.h's strip_array_types. (*)
e18acf9... i386: Avoid calling gen_lowpart for V2DImode on DDmode regi (*)
35e1e59... testsuite: fix UB in vect-early-break_144-pr125804.c [PR125 (*)
f33f064... AVR: Use libiberty's XALLOCAVEC instead of alloca. (*)
75fa6b8... cobol: Improve binary conversion from packed-decimal and nu (*)
9d56936... Daily bump. (*)
1184375... c: handle .ACCESS_WITH_SIZE in build_unary_op for !/+/- [PR (*)
b632956... ipa: Don't record return value ranges for pranges with non (*)
23fde8d... aarch64: Handle vec_deconstruct in vector_costs code. (*)
ffc1b2f... riscv: Change tt-ascalon-d8 to tt-ascalon-x (*)
928a363... riscv: Add support for alias names for cpus (*)
b0e09fa... a68: remove redundant HAS_ROWS check from caller side of a6 (*)
cf64e6b... phiopt: Add support for non-zero offsets for load factoring (*)
0ff3a15... phiopt: Allow factoring out loads even if there are stores (*)
3c0fd29... phiopt: Simplified factoring of loads [PR125557] (*)
8af1592... OpenMP: Add omp_get_device_distances routine [PR125877] (*)
3b0af59... ada: Fix spurious error on Ada 2022 declare expression of l (*)
e08b7d7... ada: Make Error_Msg_Sloc visible for gigi (*)
aea08a4... ada: Use correct style switch for single space comments (*)
cda2d99... ada: Fix assertion failure on library procedure (*)
c30e663... ada: Fix long-standing issue in static accessibility check (*)
b5d7c04... ada: Straigthen Call_Chain and __gnat_backtrace processing (*)
8d591ba... ada: Fix missing names for 'Image of enumeration type (*)
363950a... ada: Add missing diagnostic ids for restriction messages (*)
d95f0ca... ada: Fix typo in comment (*)
20513c9... ada: Fix minor inefficiency (*)
906793f... ada: Rename left-over parameterized expression to expressio (*)
3f20643... ada: Minor cosmetic change: use Discard_Node (*)
e24f2d9... ada: Replace global variable with function (*)
343265c... ada: Remove unused component (*)
45a36dc... tree-optimization: Clarify LIM memory ref equality (*)
b6e894a... gcc/doc: Move @anchor-s referring to top of node after thei (*)
(*) This commit already exists in another branch.
Because the reference `refs/users/aoliva/heads/testbase' matches
your hooks.email-new-commits-only configuration,
no separate email is sent for this commit.