]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 23 Jan 2024 00:18:32 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 23 Jan 2024 00:18:32 +0000 (00:18 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libgomp/ChangeLog
libstdc++-v3/ChangeLog

index 2716800bcf2058bf4b0f6b877a523e30967f48bf..86400ea7c881ba8aeaac5272d5c6a69fe486a885 100644 (file)
@@ -1,3 +1,52 @@
+2024-01-22  Andrew Pinski  <quic_apinski@quicinc.com>
+
+       PR target/113030
+       * config/arm/parsecpu.awk (check_cpu): Use cpu_opt_alias
+       instead of cpu_optaliases.
+       (check_arch): Use arch_opt_alias instead of arch_optaliases.
+
+2024-01-22  Juzhe-Zhong  <juzhe.zhong@rivai.ai>
+
+       * config/riscv/riscv-protos.h (splat_to_scalar_move_p): New function.
+       * config/riscv/riscv-v.cc (splat_to_scalar_move_p): Ditto.
+       * config/riscv/vector.md: Simplify vmv.v.x. into vmv.s.x.
+
+2024-01-22  Juzhe-Zhong  <juzhe.zhong@rivai.ai>
+
+       PR target/109092
+       * config/riscv/riscv.md: Use reg instead of subreg.
+
+2024-01-22  Tobias Burnus  <tburnus@baylibre.com>
+
+       PR other/111966
+       * config/gcn/mkoffload.cc (elf_arch): Change default to gfx900
+       to match the compiler default.
+       (simple_object_copy_lto_debug_sections): Never unlink the outfile
+       on error as the caller does so.
+       (maybe_unlink, compile_native): Use %<...%> and %qs in fatal_error.
+       (main): Likewise. Fix 'mkoffload.dbg.o' cleanup.
+
+2024-01-22  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/113373
+       * tree-vect-loop-manip.cc (slpeel_tree_duplicate_loop_to_edge_cfg):
+       Create LC PHIs in the exit blocks where necessary.
+       * tree-vect-loop.cc (vectorizable_live_operation): Do not try
+       to handle missing LC PHIs.
+       (find_connected_edge): Remove.
+       (vect_create_epilog_for_reduction): Cleanup use of auto_vec.
+
+2024-01-22  Juzhe-Zhong  <juzhe.zhong@rivai.ai>
+
+       * config/riscv/vector.md: Fix vfirst/vmsbf/vmsof ratio attributes.
+
+2024-01-22  xuli  <xuli1@eswincomputing.com>
+
+       PR target/113420
+       * config/riscv/riscv-vector-builtins.cc (has_vxrm_or_frm_p):remove.
+       (registered_function::overloaded_hash):refactor.
+       (resolve_overloaded_builtin):avoid internal ICE.
+
 2024-01-21  Mikael Pettersson  <mikpelinux@gmail.com>
 
        PR target/82420
index 3787e5a1540419cc65f909f77150424e495de3ea..d34258b93bb7d6ea35478202e4f17df28466814e 100644 (file)
@@ -1 +1 @@
-20240122
+20240123
index 00aed6bf60c861883ab3cf4fb78fdca3104edc64..a17b112ffc49ce5ddbe4bbc30d318227128b8003 100644 (file)
@@ -1,3 +1,46 @@
+2024-01-22  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/109642
+       * g++.dg/warn/Wdangling-reference17.C: Additional testing.
+
+2024-01-22  John David Anglin  <danglin@gcc.gnu.org>
+
+       PR debug/113382
+       * gcc.dg/debug/btf/btf-bitfields-3.c: Add -gno-strict-dwarf
+       option to dg-options.
+       * gcc.dg/debug/btf/btf-enum-1.c: Likewise.
+       * gcc.dg/debug/btf/btf-enum-small.c: Likewise.
+       * gcc.dg/debug/btf/btf-enum64-1.c: Likewise.
+
+2024-01-22  Juzhe-Zhong  <juzhe.zhong@rivai.ai>
+
+       * gcc.target/riscv/rvv/vsetvl/attribute-2.c: New test.
+       * gcc.target/riscv/rvv/vsetvl/attribute-3.c: New test.
+
+2024-01-22  Juzhe-Zhong  <juzhe.zhong@rivai.ai>
+
+       PR target/109092
+       * gcc.target/riscv/rvv/base/pr109092.c: New test.
+
+2024-01-22  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/113373
+       * gcc.dg/vect/vect-early-break_104-pr113373.c: New testcase.
+
+2024-01-22  Juzhe-Zhong  <juzhe.zhong@rivai.ai>
+
+       * gcc.target/riscv/rvv/vsetvl/attribute-1.c: New test.
+
+2024-01-22  xuli  <xuli1@eswincomputing.com>
+
+       PR target/113420
+       * gcc.target/riscv/rvv/base/pr113420-1.c: New test.
+       * gcc.target/riscv/rvv/base/pr113420-2.c: New test.
+
+2024-01-22  Jeff Law  <jlaw@ventanamicro.com>
+
+       * gcc.target/sh/pr59533-1.c: Adjust expected output.
+
 2024-01-21  Mary Bennett  <mary.bennett@embecosm.com>
 
        * gcc.target/riscv/cv-alu-fail-compile.c: Change warning to error.
index 7b7f7e9bf52adce7e293452ea7e344c882b845f7..37a3c847f3c0759675d10d8f30e2eb53fdb59212 100644 (file)
@@ -1,3 +1,9 @@
+2024-01-22  Tobias Burnus  <tburnus@baylibre.com>
+
+       * testsuite/libgomp.c/declare-variant-4-fiji.c: Xfail as fiji
+       support is no longer enabled by default.
+       * testsuite/libgomp.c/declare-variant-4-gfx803.c: Likewise.
+
 2024-01-20  John David Anglin  <danglin@gcc.gnu.org>
 
        * testsuite/libgomp.fortran/alloc-comp-3.f90: Increase
index e7423209d0b2882bce6aaca3123064b719ac3512..7e20b0a1e3fa91fb85f7de1c63d3e5b35f40a6a5 100644 (file)
@@ -1,3 +1,8 @@
+2024-01-22  Jonathan Wakely  <jwakely@redhat.com>
+
+       * testsuite/std/time/clock/file/io.cc: Fix expected result in
+       assertion and call test_format() from main.
+
 2024-01-21  Jonathan Wakely  <jwakely@redhat.com>
 
        PR libstdc++/113500