]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 24 Apr 2024 00:16:29 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 24 Apr 2024 00:16:29 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/c-family/ChangeLog
gcc/cp/ChangeLog
gcc/m2/ChangeLog
gcc/po/ChangeLog
gcc/testsuite/ChangeLog
libbacktrace/ChangeLog

index dd6d2c59eb60f4a93f9635e4cf05564b25b032b4..2dc021f6f5eb6d673ca7779f0d8845a4d197ec5d 100644 (file)
@@ -1,3 +1,90 @@
+2024-04-23  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/114810
+       * config/i386/i386.md (*andn<dwi>3_doubleword_bmi): Split the =&r,r,ro
+       alternative into =&r,r,r enabled only for x64 and =&r,r,o.
+
+2024-04-23  Jan Hubicka  <jh@suse.cz>
+
+       * doc/invoke.texi (-ftree-loop-distribute-patterns): Remove duplicated
+       sentence about optimization flags implying this.
+
+2024-04-23  Jakub Jelinek  <jakub@redhat.com>
+
+       * config/darwin.opt (init): Spelling fix: initialiser -> initializer.
+
+2024-04-23  Jakub Jelinek  <jakub@redhat.com>
+
+       * config/epiphany/epiphany.opt (may-round-for-trunc): Spelling fix:
+       floatig -> floating.
+       * config/riscv/riscv.opt (mcsr-check): Spelling fix: CRS -> CSR.
+       * params.opt (-param=ipa-cp-profile-count-base=): Spelling fix:
+       frequncy -> frequency.
+
+2024-04-23  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/114799
+       * tree-vect-slp.cc (vect_get_and_check_slp_defs): Properly
+       update ->any_pattern when swapping operands.
+
+2024-04-23  Andreas Krebbel  <krebbel@linux.ibm.com>
+
+       PR target/114676
+       * config/s390/s390-c.cc (s390_expand_overloaded_builtin): Use a
+       MEM_REF with an addend of type ptr_type_node.
+
+2024-04-23  Yang Yujie  <yangyujie@loongson.cn>
+
+       * config.gcc: Add loongarch-evolution.o.
+       * config/loongarch/genopts/genstr.sh: Enable generation of
+       loongarch-evolution.[cc,h].
+       * config/loongarch/t-loongarch: Likewise.
+       * config/loongarch/genopts/gen-evolution.awk: New file.
+       * config/loongarch/genopts/isa-evolution.in: Mark ISA version
+       of introduction for each ISA evolution feature.
+       * config/loongarch/loongarch-c.cc (loongarch_cpu_cpp_builtins):
+       Define builtin macros for enabled ISA evolutions and the ISA
+       version.
+       * config/loongarch/loongarch-cpu.cc: Use loongarch-evolution.h.
+       * config/loongarch/loongarch.h: Likewise.
+       * config/loongarch/loongarch-cpucfg-map.h: Delete.
+       * config/loongarch/loongarch-evolution.cc: New file.
+       * config/loongarch/loongarch-evolution.h: New file.
+       * config/loongarch/loongarch-opts.h (ISA_HAS_FRECIPE): Define.
+       (ISA_HAS_DIV32): Likewise.
+       (ISA_HAS_LAM_BH): Likewise.
+       (ISA_HAS_LAMCAS): Likewise.
+       (ISA_HAS_LD_SEQ_SA): Likewise.
+
+2024-04-23  Yang Yujie  <yangyujie@loongson.cn>
+
+       * config.gcc: Make la64v1.0 the default ISA preset of the lp64d ABI.
+       * config/loongarch/genopts/loongarch-strings: Define la64v1.0, la64v1.1.
+       * config/loongarch/genopts/loongarch.opt.in: Likewise.
+       * config/loongarch/loongarch-c.cc (LARCH_CPP_SET_PROCESSOR): Likewise.
+       (loongarch_cpu_cpp_builtins): Likewise.
+       * config/loongarch/loongarch-cpu.cc (get_native_prid): Likewise.
+       (fill_native_cpu_config): Likewise.
+       * config/loongarch/loongarch-def.cc (array_tune): Likewise.
+       * config/loongarch/loongarch-def.h: Likewise.
+       * config/loongarch/loongarch-driver.cc (driver_set_m_parm): Likewise.
+       (driver_get_normalized_m_opts): Likewise.
+       * config/loongarch/loongarch-opts.cc (default_tune_for_arch): Likewise.
+       (TUNE_FOR_ARCH): Likewise.
+       (arch_str): Likewise.
+       (loongarch_target_option_override): Likewise.
+       * config/loongarch/loongarch-opts.h (TARGET_uARCH_LA464): Likewise.
+       (TARGET_uARCH_LA664): Likewise.
+       * config/loongarch/loongarch-str.h (STR_CPU_ABI_DEFAULT): Likewise.
+       (STR_ARCH_ABI_DEFAULT): Likewise.
+       (STR_TUNE_GENERIC): Likewise.
+       (STR_ARCH_LA64V1_0): Likewise.
+       (STR_ARCH_LA64V1_1): Likewise.
+       * config/loongarch/loongarch.cc (loongarch_cpu_sched_reassociation_width): Likewise.
+       (loongarch_asm_code_end): Likewise.
+       * config/loongarch/loongarch.opt: Likewise.
+       * doc/invoke.texi: Likewise.
+
 2024-04-22  Pan Li  <pan2.li@intel.com>
 
        * config/riscv/vector-crypto.md:
index f007dcf5a81141183e6100c3f77e333c2dfad23b..de7a64b42d704f3049b173610459366b6cd87655 100644 (file)
@@ -1 +1 @@
-20240423
+20240424
index d7c59f7bf2d36afe94b9fad3930498554d44722b..3bff87d51da83e9d0ea03c3842a9f64a134976ba 100644 (file)
@@ -1,3 +1,12 @@
+2024-04-23  Jakub Jelinek  <jakub@redhat.com>
+
+       * c-attribs.cc (handle_objc_nullability_attribute): Spelling fix:
+       recognised -> recognized.
+
+2024-04-23  Jakub Jelinek  <jakub@redhat.com>
+
+       * c.opt (Wstrict-flex-arrays): Spelling fix: inproper -> improper.
+
 2024-04-19  Jakub Jelinek  <jakub@redhat.com>
 
        PR c/114780
index 5ba3f1c242e7b1e22456db3610e39850d790bf60..4d42b8bbb81782099d4f582befa09081cc58996a 100644 (file)
@@ -1,3 +1,32 @@
+2024-04-23  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       * parser.cc (cp_parser_parameter_declaration): Check if
+       decl_specifiers.type is null.
+
+2024-04-23  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/114795
+       * module.cc (trees_in::is_matching_decl): Propagate deduced
+       function return type.
+
+2024-04-23  Jakub Jelinek  <jakub@redhat.com>
+
+       * parser.cc (cp_parser_using_declaration): Spelling fix: favour
+       -> favor.
+
+2024-04-23  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/114784
+       * method.cc (implicitly_declare_fn): Call clone_attrs
+       on DECL_ATTRIBUTES on STRIP_TEMPLATE (inherited_ctor) rather than
+       inherited_ctor.  Also copy DECL_DISREGARD_INLINE_LIMITS flag from it.
+
+2024-04-23  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/114078
+       * decl.cc (grokdeclarator): Check allocation functions for xobj
+       parameters.
+
 2024-04-16  Jakub Jelinek  <jakub@redhat.com>
 
        PR c++/114706
index e4faadae366e4074f5c6144b2f1d9efdc151f5cb..cfd330bee30477dccd9b9f52aff1406bcbf9dac1 100644 (file)
@@ -1,3 +1,12 @@
+2024-04-23  Jakub Jelinek  <jakub@redhat.com>
+
+       * lang.opt (fdef=, fmod=): Spelling fix: recognise -> recognize.
+
+2024-04-23  Jakub Jelinek  <jakub@redhat.com>
+
+       * lang.opt (fuse-list=): Spelling fix: finalializations ->
+       finalizations.
+
 2024-04-22  Gaius Mulley  <gaiusmod2@gmail.com>
 
        PR modula2/114811
index 2a302e21220b6d04215ce2840e6d1b8a2e87dcf7..bb90627a59c291d683746b5a57dd99540c62b2f1 100644 (file)
@@ -1,3 +1,7 @@
+2024-04-23  Joseph Myers  <josmyers@redhat.com>
+
+       * gcc.pot: Regenerate.
+
 2024-04-19  Joseph Myers  <josmyers@redhat.com>
 
        * sv.po: Update.
index e806065b1a3c5994715708a623786eefd62b79a8..f00258e1ec47cb689cc8d4cb4a2514462c2268da 100644 (file)
@@ -1,3 +1,60 @@
+2024-04-23  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       * g++.dg/cpp23/explicit-obj-basic7.C: New test.
+
+2024-04-23  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/114810
+       * g++.target/i386/pr114810.C: New test.
+
+2024-04-23  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/103496
+       * gfortran.dg/c_sizeof_8.f90: New test.
+
+2024-04-23  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/114795
+       * g++.dg/modules/auto-4_a.H: New test.
+       * g++.dg/modules/auto-4_b.C: New test.
+
+2024-04-23  Jakub Jelinek  <jakub@redhat.com>
+
+       * objc.dg/attributes/nullability-00.m: Adjust expected diagnostic
+       spelling: recognised -> recognized.
+       * obj-c++.dg/attributes/nullability-00.mm: Likewise.
+
+2024-04-23  Stefan Schulze Frielinghaus  <stefansf@linux.ibm.com>
+
+       * gcc.dg/tree-ssa/forwprop-40.c: Xfail for s390.
+       * gcc.dg/tree-ssa/forwprop-41.c: Xfail for s390.
+       * lib/target-supports.exp: Add target check s390_mvx.
+
+2024-04-23  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/102597
+       * gfortran.dg/pr102597.f90: New test.
+
+2024-04-23  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/114799
+       * gcc.dg/vect/bb-slp-pr114799.c: New testcase.
+
+2024-04-23  Andreas Krebbel  <krebbel@linux.ibm.com>
+
+       PR target/114676
+       * gcc.target/s390/zvector/pr114676.c: New test.
+
+2024-04-23  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/114784
+       * g++.dg/cpp0x/inh-ctor39.C: New test.
+
+2024-04-23  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/114078
+       * g++.dg/cpp23/explicit-obj-ops-alloc.C: New test.
+
 2024-04-22  Gaius Mulley  <gaiusmod2@gmail.com>
 
        PR modula2/114811
index 5f131146882b4dac8ba63f7491538ea6460eb4ea..e947983516fd80a8bf04a2dab4c906ccc4b0b013 100644 (file)
@@ -1,3 +1,15 @@
+2024-04-23  Ian Lance Taylor  <iant@golang.org>
+
+       * configure.ac: Test --compress-debug-sections=zlib-gnu and
+       --compress-debug-sections=zlib-gabi separately, setting new
+       automake conditionals.
+       * Makefile.am (ctestg, ctestg_alloc): Only build if
+       HAVE_COMPRESSED_DEBUG_ZLIB_GNU.
+       (ctesta, ctesta_alloc): Only build if
+       HAVE_COMPRESSED_DEBUG_ZLIB_GABI.
+       (ctestzstd_alloc): New test if HAVE_COMPRESSED_DEBUG_ZSTD.
+       * configure, Makefile.in: Regenerate.
+
 2024-03-08  Ian Lance Taylor  <iant@golang.org>
 
        * elf.c (elf_uncompress_chdr): Don't assume compressed section is