]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 4 Apr 2025 00:16:45 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 4 Apr 2025 00:16:45 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/c-family/ChangeLog
gcc/cobol/ChangeLog
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog
libgcobol/ChangeLog
libstdc++-v3/ChangeLog

index 0cee1ea9af841d13c61460f5e51501502532043e..2314910f673b4afe895df384f33a20248690ca36 100644 (file)
@@ -1,3 +1,53 @@
+2025-04-03  Thomas Schwinge  <tschwinge@baylibre.com>
+
+       PR target/119573
+       * config/nvptx/nvptx.cc (nvptx_encode_section_info): Don't set
+       'DATA_AREA_CONST' for 'TREE_CONSTANT', or 'TREE_READONLY'.
+       (nvptx_asm_declare_constant_name): Use '.global' instead of
+       '.const'.
+
+2025-04-03  Peter Bergner  <bergner@linux.ibm.com>
+
+       PR target/119308
+       * config/rs6000/rs6000-logue.cc (rs6000_output_function_epilogue):
+       Handle GCC COBOL for the tbtab lang field.
+
+2025-04-03  Sandra Loosemore  <sloosemore@baylibre.com>
+
+       * doc/extend.texi (Statement Attributes): Copy-edit the musttail
+       attribute documentation and correct the comment in the last
+       example.
+
+2025-04-03  Jan Hubicka  <hubicka@ucw.cz>
+
+       * config/i386/x86-tune-costs.h (ix86_size_cost): Fix sizes of move
+       instructions
+
+2025-04-03  Jakub Jelinek  <jakub@redhat.com>
+
+       PR cobol/119242
+       * fold-const.h (native_encode_wide_int): Declare.
+       * fold-const.cc (native_encode_wide_int): New function.
+       (native_encode_int): Use it.
+
+2025-04-03  Xi Ruoyao  <xry111@xry111.site>
+
+       * config/loongarch/genopts/gen-evolution.awk: Avoid using gensub
+       that FreeBSD awk lacks.
+
+2025-04-03  Hongyu Wang  <hongyu.wang@intel.com>
+
+       PR target/119539
+       * config/i386/i386.md (*<insn><mode>3_mask): Emit NF variant of
+       rotate when APX_NF enabled, and use force_lowpart_subreg.
+       (*<insn><mode>3_mask_1): Likewise.
+
+2025-04-03  Sandra Loosemore  <sloosemore@baylibre.com>
+
+       PR c/101440
+       * doc/extend.texi (Common Function Attributes): Clean up some
+       confusing language in the description of the "access" attribute.
+
 2025-04-02  Sandra Loosemore  <sloosemore@baylibre.com>
            GUO Yixuan  <culu.gyx@gmail.com>
 
index 75f45468e7e7e2f7de87931d07358757105eeca7..c36e5b2561765708306c92d4ddb76d9115b0d7b6 100644 (file)
@@ -1 +1 @@
-20250403
+20250404
index 829de0054e75913d1580451bc5ab14259cf54792..5e7bff88cb224476a47b1cd0796ece5ccde0529b 100644 (file)
@@ -1,3 +1,7 @@
+2025-04-03  Jakub Jelinek  <jakub@redhat.com>
+
+       * c.opt.urls: Regenerate.
+
 2025-03-30  Sandra Loosemore  <sloosemore@baylibre.com>
 
        * c.opt.urls: Regenerate.
index e06e789f6700895dee3ecd8f7252dcc2f290c3ea..0b85ff221acda85e959e3bcf572a9b9024cd686b 100644 (file)
@@ -1,3 +1,9 @@
+2025-04-03  Jakub Jelinek  <jakub@redhat.com>
+
+       PR cobol/119242
+       * genapi.cc (binary_initial_from_float128): Use
+       native_encode_wide_int.
+
 2025-04-02  Bob Dubner  <rdubner@symas.com>
 
        PR cobol/119521
index b605560a27e248f487520abf4269f9230270c775..9342f9fc9ebb5d12550ab7d2ae69fad23235c290 100644 (file)
@@ -1,3 +1,28 @@
+2025-04-03  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/119387
+       * constexpr.cc (p2280_active_p): New.
+       (cxx_eval_constant_expression) <case VAR_DECL>: Use it to
+       restrict P2280 relaxations.
+       <case PARM_DECL>: Likewise.
+
+2025-04-03  Jason Merrill  <jason@redhat.com>
+
+       * module.cc (module_state::read_cluster)
+       (post_load_processing): Clear DECL_EXTERNAL if DECL_COMDAT.
+
+2025-04-03  Jason Merrill  <jason@redhat.com>
+
+       * call.cc (add_candidates): Re-lookup ne_fns if we move into
+       another namespace.
+
+2025-04-03  Andrew Pinski  <quic_apinski@quicinc.com>
+           Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/119563
+       * call.cc (build_list_conv): Fix a typo in loop gathering
+       summary information from subsubconvs.
+
 2025-04-02  Sandra Loosemore  <sloosemore@baylibre.com>
 
        PR middle-end/118965
index 422b365461269c5dd308cb21edf5c08873e72d95..9bc53e0695b43d943cddf789243a9e2658b7da0d 100644 (file)
@@ -1,3 +1,106 @@
+2025-04-03  Thomas Schwinge  <tschwinge@baylibre.com>
+
+       PR target/119573
+       * gcc.c-torture/compile/pr46534.c: Don't 'dg-skip-if' nvptx.
+       * gcc.target/nvptx/decl.c: Adjust.
+
+2025-04-03  Jason Merrill  <jason@redhat.com>
+
+       * g++.dg/cpp2a/spaceship-rewrite6.C: New test.
+
+2025-04-03  Victor Do Nascimento  <victor.donascimento@arm.com>
+
+       PR testsuite/118597
+       * gcc.dg/vect/vect-fncall-mask.c: Update test directives.
+
+2025-04-03  Bob Dubner  <rdubner@symas.com>
+
+       * cobol.dg/group2/INSPECT_BACKWARD_REPLACING_LEADING.cob: New testcase.
+       * cobol.dg/group2/INSPECT_BACKWARD_REPLACING_TRAILING.cob: Likewise.
+       * cobol.dg/group2/INSPECT_BACKWARD_simple_CONVERTING.cob: Likewise.
+       * cobol.dg/group2/INSPECT_BACKWARD_simple_REPLACING.cob: Likewise.
+       * cobol.dg/group2/INSPECT_BACKWARD_simple_TALLYING.cob: Likewise.
+       * cobol.dg/group2/INSPECT_CONVERTING_NULL.cob: Likewise.
+       * cobol.dg/group2/INSPECT_CONVERTING_TO_figurative_constant.cob: Likewise.
+       * cobol.dg/group2/INSPECT_CONVERTING_TO_figurative_constants.cob: Likewise.
+       * cobol.dg/group2/INSPECT_ISO_Example_1.cob: Likewise.
+       * cobol.dg/group2/INSPECT_ISO_Example_2.cob: Likewise.
+       * cobol.dg/group2/INSPECT_ISO_Example_3.cob: Likewise.
+       * cobol.dg/group2/INSPECT_ISO_Example_4.cob: Likewise.
+       * cobol.dg/group2/INSPECT_ISO_Example_5.cob: Likewise.
+       * cobol.dg/group2/INSPECT_ISO_Example_5-f.cob: Likewise.
+       * cobol.dg/group2/INSPECT_ISO_Example_5-r.cob: Likewise.
+       * cobol.dg/group2/INSPECT_ISO_Example_6.cob: Likewise.
+       * cobol.dg/group2/INSPECT_ISO_Example_7.cob: Likewise.
+       * cobol.dg/group2/INSPECT_No_repeat_conversion_check.cob: Likewise.
+       * cobol.dg/group2/INSPECT_REPLACING_figurative_constant.cob: Likewise.
+       * cobol.dg/group2/INSPECT_REPLACING_LEADING_ZEROS_BY_SPACES.cob: Likewise.
+       * cobol.dg/group2/INSPECT_TALLYING_AFTER.cob: Likewise.
+       * cobol.dg/group2/INSPECT_TALLYING_BEFORE.cob: Likewise.
+       * cobol.dg/group2/INSPECT_TALLYING_REPLACING_ISO_Example.cob: Likewise.
+       * cobol.dg/group2/INSPECT_TRAILING.cob: Likewise.
+       * cobol.dg/group2/INSPECT_BACKWARD_REPLACING_LEADING.out: New known-good result.
+       * cobol.dg/group2/INSPECT_BACKWARD_REPLACING_TRAILING.out: Likewise.
+       * cobol.dg/group2/INSPECT_BACKWARD_simple_CONVERTING.out: Likewise.
+       * cobol.dg/group2/INSPECT_BACKWARD_simple_REPLACING.out: Likewise.
+       * cobol.dg/group2/INSPECT_BACKWARD_simple_TALLYING.out: Likewise.
+       * cobol.dg/group2/INSPECT_CONVERTING_TO_figurative_constants.out: Likewise.
+       * cobol.dg/group2/INSPECT_ISO_Example_1.out: Likewise.
+       * cobol.dg/group2/INSPECT_ISO_Example_2.out: Likewise.
+       * cobol.dg/group2/INSPECT_ISO_Example_3.out: Likewise.
+       * cobol.dg/group2/INSPECT_ISO_Example_4.out: Likewise.
+       * cobol.dg/group2/INSPECT_ISO_Example_5-f.out: Likewise.
+       * cobol.dg/group2/INSPECT_ISO_Example_5.out: Likewise.
+       * cobol.dg/group2/INSPECT_ISO_Example_5-r.out: Likewise.
+       * cobol.dg/group2/INSPECT_ISO_Example_6.out: Likewise.
+       * cobol.dg/group2/INSPECT_ISO_Example_7.out: Likewise.
+       * cobol.dg/group2/INSPECT_TALLYING_REPLACING_ISO_Example.out: Likewise.
+       * cobol.dg/group2/INSPECT_TRAILING.out: Likewise.
+
+2025-04-03  Andrew Pinski  <quic_apinski@quicinc.com>
+           Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/119563
+       * g++.dg/cpp0x/pr119563.C: New test.
+       * g++.dg/cpp/embed-26.C: New test.
+
+2025-04-03  Christophe Lyon  <christophe.lyon@linaro.org>
+
+       * gcc.dg/guality/pr90074.c: Remove xfail for aarch64.
+       * gcc.dg/guality/pr90716.c: Likewise.
+
+2025-04-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * gcc.target/i386/pr111673.c (dg-options): Add
+       -fasynchronous-unwind-tables -fdwarf2-cfi-asm.
+       * gcc.target/i386/pr82142a.c: Likewise.
+       * gcc.target/i386/pr82142b.c (dg-options): Add -mno-stackrealign
+       -fasynchronous-unwind-tables -fdwarf2-cfi-asm.
+
+2025-04-03  Alexandre Oliva  <oliva@adacore.com>
+
+       * gcc.target/riscv/rvv/base/vwaddsub-1.c: Require rv64.
+
+2025-04-03  Alexandre Oliva  <oliva@adacore.com>
+
+       * gcc.target/riscv/mcpu-xiangshan-nanhu.c: Skip on non-rv64.
+
+2025-04-03  Alexandre Oliva  <oliva@adacore.com>
+
+       PR tree-optimization/113281
+       * gcc.dg/vect/costmodel/riscv/rvv/pr113281-1.c: XFAIL.
+       * gcc.dg/vect/costmodel/riscv/rvv/pr113281-2.c: Likewise.
+       * gcc.dg/vect/costmodel/riscv/rvv/pr113281-5.c: Likewise.
+
+2025-04-03  Alexandre Oliva  <oliva@adacore.com>
+
+       * gcc.dg/tree-ssa/ssa-dom-cse-2.c: XFAIL on riscv lp64.
+
+2025-04-03  Hongyu Wang  <hongyu.wang@intel.com>
+
+       PR target/119539
+       * gcc.target/i386/apx-nf-pr119539.c: New test.
+
 2025-04-02  Jin Ma  <jinma@linux.alibaba.com>
 
        * gcc.target/riscv/zba-shNadd-09.c: New test.
index 48d65ef5413404085f4f56ee4176e7fc90876bde..d09332d039e2d85b1900237655039ab4e45ea76a 100644 (file)
@@ -1,3 +1,27 @@
+2025-04-03  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * config.h.in: Regenerate.
+       * configure: Regenerate.
+       * configure.ac: Check for availability of strfromf32 and
+       strfromf64.
+       * libgcobol.cc (strfromf32, strfromf64): New.
+
+2025-04-03  Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR cobol/119295
+       * config.h.in: Regenerate.
+       * configure: Regenerate.
+       * configure.ac: Configure random_r and friends
+       * intrinsic.cc (__gg__random): Use random_r when available.
+       (__gg__random_next): Likewise.
+
+2025-04-03  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * gfileio.cc: Include config.h.
+       * gmath.cc: Likewise.
+       * io.cc: Likewise.
+       * libgcobol.cc: Likewise.
+
 2025-04-02  Bob Dubner  <rdubner@symas.com>
 
        PR cobol/119521
index 438865a9d28eac7056a5e5ed89da1153f397b7ba..f0b12564bbcad28e34f4169f3c6ef87527813d17 100644 (file)
@@ -1,3 +1,29 @@
+2025-04-03  Thomas Schwinge  <tschwinge@baylibre.com>
+
+       * config/cpu/nvptx/t-nvptx: Remove.
+       * configure.host [nvptx]: Adjust.
+
+2025-04-03  Thomas Schwinge  <tschwinge@baylibre.com>
+
+       PR target/119573
+       * config/cpu/nvptx/t-nvptx (AM_MAKEFLAGS): Don't amend.
+
+2025-04-03  Tomasz Kamiński  <tkaminsk@redhat.com>
+
+       * testsuite/std/format/functions/format.cc: Restored line.
+
+2025-04-03  Tomasz Kamiński  <tkaminsk@redhat.com>
+
+       PR libstdc++/119593
+       * include/bits/unicode.h
+       (__unicode::__literal_encoding_is_unicode<_CharT>):
+       Corrected handing for UTF-16 and UTF-32 with "LE" or "BE" suffix.
+       * include/std/format (__formatter_str::_S_character_width):
+       Define.
+       (__formatter_str::_S_character_width): Updated passed char
+       length.
+       * testsuite/std/format/functions/format.cc: Test for wchar_t.
+
 2025-04-02  John David Anglin  <danglin@gcc.gnu.org>
 
        * config/os/hpux/os_defines.h: Only use long long when