]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 13 Apr 2025 00:17:09 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 13 Apr 2025 00:17:09 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/ada/ChangeLog
gcc/cobol/ChangeLog
gcc/cp/ChangeLog
gcc/d/ChangeLog
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libgcobol/ChangeLog
libphobos/ChangeLog

index 1530dcb88f94b183b63b6b1ee6ed04b400bb4ad4..131d5bde9c48544d981662c6a225e5c3169a849b 100644 (file)
@@ -1,3 +1,53 @@
+2025-04-12  Sandra Loosemore  <sloosemore@baylibre.com>
+
+       PR target/97585
+       * doc/invoke.texi (x86 Options): Document list of extensions
+       supported by -march=x86_64, according to the declaration of
+       PTA_X86_64_BASELINE in config/i386/i386.h.
+
+2025-04-12  Jakub Jelinek  <jakub@redhat.com>
+
+       PR driver/119727
+       * gcc.cc (files_equal_p): Rewritten using fopen/fgets/fclose instead
+       of open/fstat/read/close.  At the start of lines, ignore lowercase
+       hexadecimal addresses followed by space.
+
+2025-04-12  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/119722
+       * gimple-lower-bitint.h (build_bitint_stmt_ssa_conflicts): Add
+       CLEAR argument.
+       * gimple-lower-bitint.cc (build_bitint_stmt_ssa_conflicts): Add
+       CLEAR argument.  Call clear on gimple_assign_copy_p rhs1 if lhs
+       is large/huge bitint unless lhs is not in names.
+       * tree-ssa-coalesce.cc (build_ssa_conflict_graph): Adjust
+       build_bitint_stmt_ssa_conflicts caller.  Move gimple_assign_copy_p
+       handling to after the build_bitint_stmt_ssa_conflicts call.
+
+2025-04-12  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/119718
+       * tree-tailcall.cc (maybe_error_musttail): Dump the GIMPLE at the
+       end of the Cannot tail-call line rather than on the line before it.
+       * calls.cc (maybe_complain_about_tail_call): Dump the GENERIC
+       at the end of the ;; Cannot tail-call line rather than on the
+       line before it.
+
+2025-04-12  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/119718
+       * tree-tailcall.cc (maybe_error_musttail): Only dump into dump_file
+       if dump_flags & TDF_DETAILS.  Use "Cannot tail-call: " prefix instead
+       of "Cannot convert: ".
+       (find_tail_calls, tree_optimize_tail_calls_1): Formatting fixes
+       for maybe_error_musttail calls.
+       * calls.cc (maybe_complain_about_tail_call): Emit also a message
+       into dump_file when dump_flags & TDF_DETAILS for CALL_EXPR_TAILCALL
+       calls.
+       (initialize_argument_information): Formatting fix for
+       maybe_complain_about_tail_call calls.
+       (can_implement_as_sibling_call_p, expand_call): Likewise.
+
 2025-04-11  Sandra Loosemore  <sloosemore@baylibre.com>
 
        PR c++/106618
index d986e55ceefc49253e48050c1d65e6111ee10b94..2061764a097c279d77e88b92b300e8dcc1f54155 100644 (file)
@@ -1 +1 @@
-20250412
+20250413
index f7a9025a781e6811d4e9cab8a8827f629312d79f..bc92ffefbb20042189769a0c0b1657e0844dfc0f 100644 (file)
@@ -1,3 +1,9 @@
+2025-04-12  Eric Botcazou  <ebotcazou@adacore.com>
+
+       PR ada/119643
+       * sem_ch8.adb (Inherit_Renamed_Profile): Add guard against the
+       peculiarities of Natural and Positive.
+
 2025-04-07  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcc-interface/utils.cc (convert) <POINTER_TYPE>: Use fold_convert
index a792b3a7fd6051a575d6ed52469adf775d94a0ce..8f6fd7aa13c278920d45018cab61b0eead559c8b 100644 (file)
@@ -1,3 +1,19 @@
+2025-04-12  Bob Dubner  <rdubner@symas.com>
+
+       PR cobol/119694
+       * cbldiag.h: Eliminate getenv() calls.
+       * cdf.y: Likewise.
+       * cobol1.cc: Likewise.
+       * except.cc: Likewise.
+       * genapi.cc: Likewise.
+       * lexio.cc: Likewise.
+       * parse.y: Likewise.
+       * scan_ante.h: Likewise.
+       * show_parse.h: Likewise.
+       * symbols.cc: Likewise.
+       * symfind.cc: Likewise.
+       * util.cc: Likewise.
+
 2025-04-09  Bob Dubner  <rdubner@symas.com>
 
        PR cobol/119682
index ed52463b6f0703c507bcb657fb3a2ce5639c302d..ddc215c17095dd48dbcade23194ca2c6663b38ea 100644 (file)
@@ -1,3 +1,16 @@
+2025-04-12  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/116416
+       * constexpr.cc (maybe_constant_init_1): Generalize type of
+       of manifestly_const_eval parameter from bool to mce_value.
+       (maybe_constant_init): Define 3-parameter version taking a
+       manifestly_const_eval instead of bool parameter.
+       (cxx_constant_init): Adjust.
+       * cp-gimplify.cc (cp_fold_r) <case TARGET_EXPR>: Pass mce_false
+       to maybe_constant_init during prvalue folding if ff_mce_false is
+       set.
+       * cp-tree.h (maybe_constant_init): Declare new overload.
+
 2025-04-11  Jason Merrill  <jason@redhat.com>
 
        PR c++/114970
index ca3189741c31aebd75d1a929780cfcd00d811f1b..b0a4f127eb408c2ef776b377fd8e140d2f9d7206 100644 (file)
@@ -1,3 +1,21 @@
+2025-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       PR d/109023
+       * d-compiler.cc: Include dmd/errors.h.
+       (Compiler::onImport): Implement.
+       * d-lang.cc (d_handle_option): Handle -finclude-imports.
+       (d_parse_file): Run semantic on included imports.
+       * gdc.texi: Document -finclude-imports.
+       * lang.opt: Add finclude-imports.
+       * lang.opt.urls: Regenerate.
+
+2025-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       PR d/119758
+       * d-lang.cc (d_parse_file): Use endswith in test for -fonly= argument.
+       * d-spec.cc (lang_specific_driver): Rework -fonly= and pass all input
+       files to the front-end compiler when the option is seen.
+
 2025-04-11  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        * dmd/MERGE: Merge upstream dmd 1b34fea478.
index 19a26ba0d1568f422efcfed79d12ecf6ca230200..e81b66026113584ce821f7383c5b616e5b1fd033 100644 (file)
@@ -1,3 +1,9 @@
+2025-04-12  Thomas Schwinge  <tschwinge@baylibre.com>
+
+       PR fortran/101602
+       * trans-stmt.cc (gfc_trans_concurrent_locality_spec): Fix
+       'static_assert'.
+
 2025-04-09  Harald Anlauf  <anlauf@gmx.de>
 
        PR fortran/119656
index 330a2831e34f1ab9538d338093fbb1d522755175..6c9eb39d3cc45addb4dd44ff7eee24a5b469d1a0 100644 (file)
@@ -1,3 +1,53 @@
+2025-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       PR d/119761
+       * gdc.dg/import-c/import-c.exp: New test.
+       * gdc.dg/import-c/pr119761.d: New test.
+       * gdc.dg/import-c/pr119761c.c: New test.
+
+2025-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       PR d/109023
+       * gdc.dg/torture/imports/pr109023.d: New test.
+       * gdc.dg/torture/pr109023.d: New test.
+
+2025-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       PR d/119758
+       * gdc.dg/driver_fonly1.d: New test.
+       * gdc.dg/driver_fonly2.d: New test.
+       * gdc.dg/driver_fonly3.d: New test.
+       * gdc.dg/imports/fonly.d: New test.
+
+2025-04-12  Andrew Pinski  <quic_apinski@quicinc.com>
+
+       PR testsuite/117706
+       * gcc.dg/ira-shrinkwrap-prep-1.c: Unxfail for i?68-*-* and x86_64-*-*.
+       * gcc.dg/ira-shrinkwrap-prep-2.c: Likewise.
+
+2025-04-12  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/116416
+       * g++.dg/cpp1y/constexpr-prvalue1.C: Adjust to instead inspect
+       the 'original' dump.
+       * g++.dg/cpp1y/constexpr-prvalue1a.C: New test.
+
+2025-04-12  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/119722
+       * gcc.dg/torture/bitint-77.c: New test.
+
+2025-04-12  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/renaming17.adb: New test.
+
+2025-04-12  Bob Dubner  <rdubner@symas.com>
+
+       PR cobol/119694
+       * cobol.dg/group2/ACCEPT_DATE___DAY_and_intrinsic_functions__2_.cob: GCOBOL_CURRENT_DATE.
+       * cobol.dg/group2/ACCEPT_FROM_TIME___DATE___DAY___DAY-OF-WEEK__2_.cob: Likewise
+       * cobol.dg/group2/FUNCTION_DATE___TIME_OMNIBUS.cob: Likewise
+
 2025-04-11  Christophe Lyon  <christophe.lyon@linaro.org>
 
        * lib/target-supports.exp: Rename arm_v8_1_lob_ok into
index 7165c2b7ef92bb5b9c6ab1d0e39b25dffef12c7f..967e71e102246cf8493a8e5d0dc587fb88d6484b 100644 (file)
@@ -1,3 +1,9 @@
+2025-04-12  Bob Dubner  <rdubner@symas.com>
+
+       PR cobol/119694
+       * gfileio.cc: Eliminate getenv() calls.
+       * libgcobol.cc: Likewise.
+
 2025-04-10  Iain Sandoe  <iain@sandoe.co.uk>
 
        * configure.tgt: Enable for x86_64 Darwin.
index 4a8f69212cba2e21735cd61c25d74037ee6e9597..e97b4279aa241ccccb963f12ee5f148db5a6dae1 100644 (file)
@@ -1,3 +1,13 @@
+2025-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       PR d/119761
+       * libdruntime/MERGE: Merge upstream druntime 09ed02ce56.
+       * libdruntime/Makefile.am (DRUNTIME_DISOURCES): Rename __builtins.di
+       to __importc_builtins.di.
+       * libdruntime/Makefile.in: Regenerate.
+       * libdruntime/__builtins.di: Move to...
+       * libdruntime/__importc_builtins.di: ...here.
+
 2025-04-11  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        * src/MERGE: Merge upstream phobos 40ffbb364.