public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/redhat/heads/gcc-13-branch] (278 commits) Merge commit 'r13-5738-gad2bd0ad0413c2448fee0d4a062dd52ca8a
@ 2023-02-08 13:40 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2023-02-08 13:40 UTC (permalink / raw)
  To: gcc-cvs

The branch 'redhat/heads/gcc-13-branch' was updated to point to:

 88db57a1779... Merge commit 'r13-5738-gad2bd0ad0413c2448fee0d4a062dd52ca8a

It previously pointed to:

 4faac89a6b5... Merge commit 'r13-5461-g815e5740162d2d0b7b54031f72c20106501

Diff:

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

  88db57a... Merge commit 'r13-5738-gad2bd0ad0413c2448fee0d4a062dd52ca8a
  ad2bd0a... Revert "RA: Implement reuse of equivalent memory for caller (*)
  a58a4a5... testsuite: Fix up PR108525 test [PR108525] (*)
  aa12d1b... tree.def: Remove outdated comment on SAD_EXPR (*)
  8f3b85e... Daily bump. (*)
  7ab75a6... Fix 'libgomp.fortran/reverse-offload-6.f90' nvptx offloadin (*)
  c300e25... analyzer: fix -Wanalyzer-use-of-uninitialized-value false + (*)
  c36f3da... Fortran: ASSOCIATE variables should not be TREE_STATIC [PR9 (*)
  8bc8717... doc: Update -fchar8_t documentation (*)
  f661c0b... RA: Implement reuse of equivalent memory for caller saves o (*)
  295adfc... tree-optimization/26854 - compile-time hog in SSA forwprop (*)
  5321d53... ipa-split: Don't split returns_twice functions [PR106923] (*)
  cad2412... cgraph: Handle simd clones in cgraph_node::set_{const,pure} (*)
  64b5ca4... testsuite: Expect -Wdeprecated warning in warn/Wstrict-alia (*)
  a7502c4... Enable 512 bit vector for zen4 (*)
  f0e73dd... Daily bump. (*)
  d5f933d... Modula2 meets clang [PR108135] (*)
  9f4baed... libstdc++: Document P1642 and extensions (*)
  17d0892... Format error in m2pp.cc (m2pp_integer_cst) [PR107234] (*)
  45e0122... amdgcn: Pass -mstack-size through to runtime (*)
  7433747... Remove unused variables and procedures. (*)
  277e1f3... aarch64: Fix up bfmlal lane pattern [PR104921] (*)
  0afcb71... libstdc++: Fix non-reserved name for template parameter (*)
  c76f55b... libstdc++: Fix testsuite warnings about new C++23 deprecati (*)
  aa02a69... libstdc++: Implement P1413R3 'deprecate aligned_storage and (*)
  4f49ae6... libstdc++: Normalise _GLIBCXX20_DEPRECATED macro (*)
  abdea44... libstdc++: Enable building libstdc++.{a,so} when !HOSTED (*)
  fb8e29a... libstdc++: Disable building additional archives for freesta (*)
  4a91070... ipa-sra: Fix a typo in a dump string. (*)
  5ebfd7b... LoongArch: Generate bytepick.[wd] for suitable bit operatio (*)
  c490c7c... testsuite: remove broken AArch64 test (*)
  5df573f... ubsan: Fix up another spot that should have been BUILT_IN_U (*)
  3192466... c++: equivalence of non-dependent calls [PR107461] (*)
  e4421a7... Daily bump. (*)
  d042f11... Fortran: prevent redundant integer division truncation warn (*)
  f1a4c63... doc: Remove note on PW32 (*)
  057eb31... Daily bump. (*)
  72058ee... libstdc++: Avoid use of naked int32_t in unseq_backend_simd (*)
  08fde09... libstdc++: Adjust link to pdftex (*)
  540a22d... libstdc++: Optimize basic_string move assignment (*)
  49e5211... Daily bump. (*)
  e753080... range-op: Handle op?.undefined_p () in op[12]_range of comp (*)
  76f7f0e... fortran: Fix up hash table usage in gfc_trans_use_stmts [PR (*)
  e261fce... irange: Compare nonzero bits in irange with widest_int [PR1 (*)
  10bd26d... range-ops: Handle undefined ranges in frange op[12]_range [ (*)
  093e2e1... Reset SCEV before removing unreachable globals. (*)
  27ac6a7... c++: wrong error with constexpr array and value-init [PR108 (*)
  60fca18... c++: Add fixed test [PR101071] (*)
  f0065f2... libstdc++: Mark pieces of gnu-linux/os_support.h linux-spec (*)
  8d2c5b6... [modula-2] Bugfix to allow html doc build and simplify targ (*)
  c9aef10... libstdc++: Implement ranges::find_last{,_if,_if_not} from P (*)
  28752bc... libstdc++: Implement ranges::iota from P2440R1 (*)
  6716822... libstdc++: Implement ranges::contains/contains_subrange fro (*)
  330d665... arm: [MVE] Add missing length=8 attribute (*)
  3dba5b2... arm: Fix warning in libgcc/config/arm/pr-support.c (*)
  59e0376... c++: unexpected ADDR_EXPR after overload set pruning [PR107 (*)
  ed2b519... c++: ICE on unviable/ambiguous constrained dtors [PR96745] (*)
  e7930c6... c++: excessive satisfaction in check_methods [PR108579] (*)
  e8109bd... ipa: Avoid invalid gimple when IPA-CP and IPA-SRA disagree  (*)
  0b1ce70... libgomp: Fix reverse offload issues (*)
  f84fdb1... libgomp: enable reverse offload for AMDGCN (*)
  167b04b... RISC-V: Remove unnecessary register class. (*)
  f3a10f4... RISC-V: Fix constraint bug for binary operation (*)
  d8bd2c5... RISC-V: Add vsll.vx C++ API tests (*)
  f08acad... RISC-V: Add vsra.vx C++ API tests (*)
  b0a2abc... RISC-V: Add vsrl.vx C++ API tests (*)
  6c93c1f... RISC-V: Add shift constraint tests (*)
  07fba8d... RISC-V: Add vsll.vx C++ API tests (*)
  f890b9e... RISC-V: Add vsra.vx C API tests (*)
  fae260e... RISC-V: Add vsrl.vx C API tests (*)
  6112201... RISC-V: Add RVV shift.vx C/C++ API support (*)
  a37a0cb... Daily bump. (*)
  0b8693f... c: Update nullptr_t comparison checks (*)
  07c87fc... libstdc++: Tweak link to ABIcheck project (*)
  66337ff... c: Update checks on constexpr floating-point initializers (*)
  5c43f06... libstdc++: Use ENOSYS for unsupported filesystem ops on AVR (*)
  331b4f1... libstdc++: Define std::basic_stringbuf::view() for old std: (*)
  db8d6fc... libstdc++: Fix std::filesystem errors with -fkeep-inline-fu (*)
  1395415... libstdc++: Use emplace in std::variant::operator=(T&&) as p (*)
  f25dd77... driver, toplevel: Avoid emitting the version information tw (*)
  9c7e898... amdgcn: Add instruction pattern for conditional shift opera (*)
  cd41085... rtl-ssa: Extend m_num_defs to a full unsigned int [PR108086 (*)
  f4e1b46... rtl-ssa: Fix splitting of clobber groups [PR108508] (*)
  5b7b9d2... testsuite: Add case-values-threshold to pr107876.C (*)
  d84dc41... analyzer: fix -Wanalyzer-fd-type-mismatch false +ve on "lis (*)
  598e10c... analyzer: add deref-before-check-qemu-qtest_rsp_args.c test (*)
  a02aacf... RISC-V: Fix bug of TARGET_COMPUTE_MULTILIB implemented in r (*)
  465a9c5... sched-deps, cselib: Fix up some -fcompare-debug issues and  (*)
  605d129... middle-end/108625 - wrong folding due to misinterpreted ! (*)
  f6fff8a... amdgcn, libgomp: Manually allocated stacks (*)
  8da7476... libgomp.texi (OpenMP TR11 impl. status): Fix 'strict' item (*)
  e0bc13d... arm: Fix MVE predicates synthesis [PR 108443] (*)
  d45ec8a... arm: Remove unnecessary zero-extending of MVE predicates be (*)
  75b58e7... arm: Fix sign of MVE predicate mve_pred16_t [PR 107674] (*)
  d242314... Replace IFN_TRAP with BUILT_IN_UNREACHABLE_TRAP [PR107300] (*)
  209f02b... Don't peel nonlinear iv(mult or shift) for epilog when vf i (*)
  0f34992... nested, openmp: Wrap OMP_CLAUSE_*_GIMPLE_SEQ into GIMPLE_BI (*)
  66d700a... libstdc++: Switch a www.open-std.org link to https (*)
  d95e72b... libstdc++: Fix link to online GDB manual (*)
  0a251e7... Daily bump. (*)
  277dd6e... libstdc++: Fix std::random_device for avr (*)
  2d2e163... libstdc++: Fix build failures for avr (*)
  7314558... libstdc++: Do not embed tzdata.zi for 8-bit and 16-bit targ (*)
  88a2a09... Fortran: error recovery on invalid array section [PR108609] (*)
  a2c848c... AArch64: Fix native detection in the presence of mandatory  (*)
  9fadd8d... Fixup noreturn attributes in modula-2 [PR108551] and [PR108 (*)
  a939dd8... libstdc++ testsuite: Correct S0 in std/time/hh_mm_ss/1.cc (*)
  dbc4db7... testsuite: Run __bos tests to completion (*)
  8a71969... ipa: silent -Wodr notes with -w (*)
  881bf8d... Ranger cache - always use range_from_dom when updating. (*)
  7858969... ipa: check if cache_token != NULL before hash_set::add call (*)
  bf2cf6f... Fortran: Extend align-clause checks of OpenMP's allocate di (*)
  5ce8961... c++: ICE with -Wlogical-op [PR107755] (*)
  1d77bfd... driver: fix -gz=none error message with missing zstd (*)
  e4473d7... ree: Fix -fcompare-debug issues in combine_reaching_defs [P (*)
  eda3885... libgomp.texi: Reverse-offload updates (*)
  3cef9dc... compare-elim: Fix an RTL checking failure (*)
  f3b1af4... testsuite: Fix g++.dg/gomp warnings for aarch64 (*)
  bfc0705... c++, openmp: Handle some OMP_*/OACC_* constructs during con (*)
  8091199... IBM zSystems: Save argument registers to the stack -mpreser (*)
  36ffb2e... IBM zSystems: Make stack_tie to work with hard frame pointe (*)
  ef5f7b8... New reg note REG_CFA_NORESTORE (*)
  9725848... middle-end/108500 - replace recursive domtree DFS traversal (*)
  e2f939d... c++: Add -Wno-changes-meaning (*)
  d03ae4b... analyzer: fix uses of alloca in testsuite (*)
  70d34f2... analyzer: fix -Wanalyzer-allocation-size false -ve on alloc (*)
  a90316c... doc: add notes about limitations of -fanalyzer (*)
  317525b... Daily bump. (*)
  b533084... c++: aggregate base and TARGET_EXPR_ELIDING_P [PR108559] (*)
  a9fbc66... libsanitizer: cherry-pick commit 742bcbf685bc from upstream (*)
  94cacee... For Modula-2 build-tree testing, also set up paths to compi (*)
  b2ec250... c++: Add fixed test [PR102870] (*)
  7790634... RISC-V: Add vdiv*.vv C++ API tests (*)
  a97767c... RISC-V: Add vmax*.vv C++ API tests (*)
  e2e93b9... RISC-V: Add vmin*.vv C++ API tests (*)
  b928748... RISC-V: Add vor.vv C++ API tests (*)
  f4f00e4... RISC-V: Add vrem*.vv C++ API tests (*)
  147e602... RISC-V: Add vsll.vv C++ API tests (*)
  38e152f... RISC-V: Add vsra.vv C++ API tests (*)
  f4463ea... RISC-V: Add vsrl.vv C++ API tests (*)
  768a895... RISC-V: Add vand.vv C++ API tests (*)
  e37c8f2... RISC-V: Add vxor.vv C++ API tests (*)
  6344011... RISC-V: Add vadd.vv C++ API tests (*)
  e96482d... RISC-V: Add binop constraint tests (*)
  c2674f5... RISC-V: Add vadd.vv C API tests (*)
  817d8f2... RISC-V: Add vand.vv C API tests (*)
  a542b1f... RISC-V: Add vdiv*.vv C API tests (*)
  aa89ce6... RISC-V: Add vmax*.vv C API tests (*)
  7f51e62... RISC-V: Add vmin*.vv C API tests (*)
  a581639... RISC-V: Add vor.vv C API tests (*)
  9d2fe10... RISC-V: Add vrem*.vv C API tests (*)
  f9979ac... RISC-V: Add vsll.vv C API tests (*)
  79d1e60... RISC-V: Add vsra.vv C API tests (*)
  4703a57... RISC-V: Add srl.vv C API tests (*)
  88a4dc0... RISC-V: Add vsub.vv C API tests (*)
  2db1fd7... RISC-V: Add vxor.vv C API tests (*)
  2a937fb... RISC-V: Add integer binary vv C/C++ API support (*)
  623730d... c++: fix ICE with -Wduplicated-cond [PR107593] (*)
  a39c6ec... PR target/108589 - Check REG_P for AARCH64_FUSE_ADDSUB_2REG (*)
  2bb4447... vect: Fix single def-use cycle for ifn reductions [PR108608 (*)
  1626ec5... Add op2_range to pointer_plus. (*)
  809d661... Utilize op1 == op2 when invoking range-ops folding. (*)
  99fda5d... Properly set GORI relation trios. (*)
  7f583a3... modula2/108462 - duplicate install of static modula2 target (*)
  50335dd... gccrs: Add testcase to show forward declared items work via (*)
  d9d7b6c... gccrs: Add testcase to show forward declared items work (*)
  104cc28... gccrs: Refactor TypeResolution to be a simple query based s (*)
  11a37f8... gccrs: Fix duplicated function generation on higher ranked  (*)
  9c60f0e... gccrs: Make constexpr constructors type-checking more permi (*)
  e1beb62... gccrs: Cleanup formatting of backend expression visitor (*)
  c6c4342... gccrs: testsuite/rust: add a testcase for testing ... (*)
  e88ce5c... gccrs: expand: eager evaluate macros inside builtin macros (*)
  9d6b434... gccrs: rust: Add -frust-compile-until option (*)
  f92f8ee... gccrs: Add testcase for const-eval issue from rust-blog (*)
  a0c2ea3... gccrs: remove bad assertion (*)
  408ab8a... gccrs: Statics are a coercion site (*)
  70fc174... gccrs: Static Items must be const evaluated (*)
  3736647... gccrs: module lowering: Do not append null pointers as item (*)
  739d050... gccrs: attributes: Add #[macro_use] as builtin (*)
  ff9d774... gccrs: const generics: Forbid default values in Functions,  (*)
  288b629... gccrs: const generics: Make sure const generic types are vi (*)
  0d5adf0... gccrs: testsuite: add loop condition execution test (*)
  dd9d665... gccrs: add testcase with struct to test component_ref and c (*)
  e6a3886... gccrs: backend: correctly formulate the exit condition ... (*)
  b0ff164... gccrs: add testcase to test component_ref and constructor c (*)
  689a5c6... gccrs: bugfix: initialize slice from array in const context (*)
  0fffc0e... gccrs: Unit structs are not concrete when they need substit (*)
  e641158... gccrs: Add new check for contains_associated_types (*)
  43cb42a... gccrs: Add extra debugging for method call expressions (*)
  ffa16a4... gccrs: Create canonical process of compiling constant items (*)
  1eabeb5... gccrs: Remove param_use_canonical_types checks ported from  (*)
  7ad24d8... gccrs: Refactor unify to hit a unify_site (*)
  af22b54... gccrs: Add missing location info to coercions (*)
  245ce6f... gccrs: Add guards against getting data from an empty vector (*)
  3663d7e... gccrs: ast: Add better assertion on AST fragments (*)
  55fb35c... gccrs: ast: Only expand expressions and types if the kind i (*)
  7dc4190... gccrs: dump: Add AST debugging using the AST::Dump class (*)
  252216d... gccrs: transcriber: Do not infinite loop if the current par (*)
  1fed030... gccrs: macros: Handle matchers properly in repetitions (*)
  f7014b2... gccrs: parser: Parse RangeFullExpr without erroring out (*)
  938facc... gccrs: lint: Do not emit unused warnings for public items (*)
  3a3a352... gccrs: rustc_attrs: Allow `rustc_inherit_overflow_checks` a (*)
  9c87dc0... gccrs: backend: Add overflow checks to every arithmetic ope (*)
  4154727... gccrs: builtins: Add add_overflow builtin and refactor clas (*)
  8674389... gccrs: backend: Expose Bvariable class through rust-gcc hea (*)
  ff8a569... gccrs: Desugar double borrows into two HIR:BorrowExpr's (*)
  e66fec8... gccrs: const folding port (*)
  5be4c26... gccrs: session-manager: Add ast-pretty-expanded dump (*)
  9e56306... Modula-2 rename logitech libraries to log (*)
  3e40511... libsanitizer: Regenerate configure (*)
  963315a... i386: Fix up ix86_convert_const_wide_int_to_broadcast [PR10 (*)
  78d6489... testsuite/108604 - gcc.dg/torture/pr108574-3.c hangs on uns (*)
  603a6fb... bbpart: Fix up ICE on asm goto [PR108596] (*)
  4160239... i386: Fix up -Wuninitialized warnings in avx512erintrin.h [ (*)
  a190f58... RISC-V: Simplify testcase condition for RVV tests [NFC] (*)
  e08835f... libsanitizer/mips: always build with largefile support (*)
  897a050... Daily bump. (*)
  f046fca... doc: Change fsf.org to www.fsf.org in URLs (GFDL) (*)
  ab21d8d... libstdc++: Update links in the Memory section of the manual (*)
  e9b5a85... RISC-V: Add vloxei64 C++ API intrinsic testcase (*)
  e5ce6ef... RISC-V: Add vloxei32 C++ API intrinsic testcases (*)
  1e5451c... RISC-V: Add vloxei16 C++ API intrinsic testcases (*)
  44e194a... RISC-V: Add vloxei8 C++ API intrinsic testcase (*)
  b85ba3c... RISC-V: Add vluxei64 C++ API intrinsic testcases (*)
  c019f34... RISC-V: Add vluxei32 C++ intrinsic API testcase (*)
  ed83c93... RISC-V: Add vluxei16 C++ API intrinsic testcases (*)
  22fb777... RISC-V: Add vluxei8 C++ API intrinsic testcase (*)
  25a4d23... RISC-V: Add vsuxei* C++ API intrinsics testcases (*)
  e9ec615... RISC-V: Add vsuxei C API intrinsic testcase (*)
  2b48e62... RISC-V: Add vsoxei C API intrinsic testcase (*)
  2309e66... RISC-V: Add vsoxei32 && vsoxei64 C++ API intrinsic testcase (*)
  878e575... RISC-V: Add vsoxei8 && vsoxei16 C++ API intrinsic testcase (*)
  afd7265... RISC-V: Add vluxei64 C API intrinsic testcases (*)
  0451ce4... RISC-V: Add vluxei32 C API intrinsic testcases (*)
  6e13f69... RISC-V: Add vluxei16 C API intrinsic testcases (*)
  126c6ba... RISC-V: Add vluxei8 C API intrinsic testcases (*)
  8ef1c4a... RISC-V: Add vloxei64 C API intrinsic testcases (*)
  106bd09... RISC-V: Add vloxei32 C API intrinsic testcases (*)
  a9c45ce... RISC-V: Add vloxei16 C API intrinsic testcases (*)
  12c42f8... RISC-V: Add vloxei8 C API intrinsic testcases (*)
  9da40aa... RISC-V: Add indexed loads/stores constraints testcases (*)
  6dfaceb... RISC-V: Add VSETVL testcases for indexed loads/stores. (*)
  6c9bcb6... RISC-V: Add indexed loads/stores C/C++ intrinsic support (*)
  5f8950b... Add support for x86_64-*-gnu-* targets to build x86_64 gnum (*)
  1472ba5... aarch64: Update Ampere-1A (-mcpu=ampere1a) to include SM4 (*)
  7c4d1b7... testsuite: Restore TORTURE_OPTIONS in gm2/warnings/returnty (*)
  876b3e0... Fix PR 108582: ICE due to PHI-OPT removing a still in use s (*)
  7ac3e69... tree-optimization/108574 - wrong-code with PRE PHI node pro (*)
  3cd08f7... riscv: Enable -fasynchronous-unwind-tables by default on Li (*)
  59e4c98... Set CROSS_SYSTEM_HEADER_DIR according includedir (*)
  4c17371... ipa/108511 - relax assert for undefined local statics (*)
  29ecb95... Change AVX512FP16 to AVX512-FP16 in the document. (*)
  6357588... Daily bump. (*)
  2e32a12... fortran: Set name for *LOC default BACK argument [PR108450] (*)
  8011fbb... ICE in gfc_free_namespace. ice-on-invalid. (*)
  da3aca0... Fix find_always_executed_bbs handling of infinite loops (*)
  ee2c965... Daily bump. (*)
  2f2101c... aarch64: Correct the maximum shift amount for shifted opera (*)
  38bce6f... doc: Update link to the AVR-Libc manual (*)
  3e8704f... libstdc++: Update links in the "Contributing" manual (*)
  22afa49... Fortran: fix ICE in compare_bound_int [PR108527] (*)
  aba9ff8... Fortran: diagnose USE associated symbols in COMMON blocks [ (*)
  679f751... doc: Fix markup (*)
  09349c0... doc: Update link to Objective-C book (*)
  6464409... PR c/108192 - Fix test for mingw (*)
  ff3d99c... PR c/108150 - Fix alignment test for Windows targets (*)
  fe4608e... Modula-2: Claim Wreturn-type in lang.opt. (*)
  191c1e7... libstdc++: Move sourceforge.net links to https (*)
  a0bf71b... doc: Update reference to AddressSanitizer (*)
  4c1f9ff... doc: Update Go1 link (*)
  8ca0f49... libstdc++: Switch www.open-std.org to https (ABI manual) (*)
  caa87b9... RISC-V: Add vlse/vsse C/C++ intrinsic testcases (*)
  eb1c296... RISC-V: Add vlse/vsse intrinsics support (*)
  43122c4... RISC-V: Remove redundant attributes [NFC] (*)
  f963705... Fortran tests: Revise line end tests allowing windows testi (*)
  338eb0f... Daily bump. (*)
  97bf709... PR-108557 Stuck compilation for empty file (*)
  84eb395... c: Disallow braces around C2x auto initializers (*)

(*) This commit already exists in another branch.
    Because the reference `refs/vendors/redhat/heads/gcc-13-branch' 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-08 13:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-08 13:40 [gcc/redhat/heads/gcc-13-branch] (278 commits) Merge commit 'r13-5738-gad2bd0ad0413c2448fee0d4a062dd52ca8a Jakub Jelinek

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