From 69a85f1f66835beff056d130767d82632594b41c Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Sat, 29 Mar 2025 00:17:59 +0000 Subject: Daily bump. --- gcc/ChangeLog | 39 ++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c/ChangeLog | 5 ++++ gcc/cobol/ChangeLog | 43 +++++++++++++++++++++++++++ gcc/fortran/ChangeLog | 5 ++++ gcc/m2/ChangeLog | 9 ++++++ gcc/testsuite/ChangeLog | 79 +++++++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 181 insertions(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ee83e32..b95bd0c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,42 @@ +2025-03-28 Jakub Jelinek + + * common.opt.urls: Regenerate. + +2025-03-28 Jakub Jelinek + + * Makefile.in (gcc.srcextra): Use sed to turn .../gcc/gengtype-lex.l + in #line directives into just gengtype-lex.l. + +2025-03-28 Andrew MacLeod + + * range-op.cc (operator_mult::op1_range): If the LHS does not + contain zero, return non-zero. + +2025-03-28 Jakub Jelinek + + PR tree-optimization/119483 + * tree-tailcall.cc (find_tail_calls): Handle noreturn musttail + calls. + (eliminate_tail_call): Likewise. + (tree_optimize_tail_calls_1): If cfun->has_musttail and + diag_musttail, handle also basic blocks with no successors + with noreturn musttail calls. + * calls.cc (can_implement_as_sibling_call_p): Allow ECF_NORETURN + calls if they are musttail calls. + +2025-03-28 Jakub Jelinek + + PR ipa/119484 + * ipa-sra.cc (isra_analyze_call): Don't set m_return_ignored if + gimple_call_must_tail_p even if it doesn't have lhs. + +2025-03-28 Richard Biener + + * fold-const.h (native_encode_real): Export. + * fold-const.cc (native_encode_real): Change API to take + mode and REAL_VALUE_TYPE. + (native_encode_expr): Adjust. + 2025-03-27 Uros Bizjak * config/i386/i386.cc (ix86_redzone_clobber): Use integer, not rtx diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 2bb0fd3..d03f9f1 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250328 +20250329 diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index 2974b5d..d771923 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,8 @@ +2025-03-28 Jakub Jelinek + + * Make-lang.in (c.srcextra): Don't depend on anything and don't copy + anything. + 2025-03-27 Martin Uecker PR c/118765 diff --git a/gcc/cobol/ChangeLog b/gcc/cobol/ChangeLog index e95a2c5..58f9f5e 100644 --- a/gcc/cobol/ChangeLog +++ b/gcc/cobol/ChangeLog @@ -1,3 +1,46 @@ +2025-03-28 Jakub Jelinek + + * Make-lang.in (cobol/charmaps.cc, cobol/valconv.cc): Used sed -e + instead of cp and multiple sed -i commands. Always prefix libgcobol + header names in #include directives with ../../libgcobol/ rather than + something depending on $(LIB_SOURCE). + +2025-03-28 Bob Dubner + + * Make-lang.in: Eliminate libgcobol.h from gcc/cobol files. + * genapi.cc: Eliminate "#include libgcobol.h". + (parser_display_internal): Change comment. + * genmath.cc: Eliminate "#include libgcobol.h". + * genutil.cc: Likewise. + (get_power_of_ten): Change comment. + * structs.cc: Eliminate cblc_int128_type_node. + * structs.h: Likewise. + * symbols.h: Receive comment from libgcobol.h + +2025-03-28 Jakub Jelinek + + * Make-lang.in (cobol.srcextra): Use sed to turn + .../gcc/cobol/*.{y,l,h,cc} and cobol/*.{y,l,h,cc} in #line directives + into just *.{y,l,h,cc}. + +2025-03-28 Richard Biener + + PR bootstrap/119513 + * Make-lang.in (cobol.srcextra): Use cp instead of ln, ignore + errors. + +2025-03-28 Bob Dubner + + * genapi.cc: (create_and_call): cast unsigned char to int + +2025-03-28 Richard Biener + + * genapi.cc (initial_from_float128): Use native_encode_real. + +2025-03-28 Iain Sandoe + + * cobol-system.h: Remove . + 2025-03-26 Jonathan Wakely * except.cc (cbl_enabled_exceptions_t::turn_on_off): Replace diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 98986ef..9da9326 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +2025-03-28 Harald Anlauf + + * check.cc (gfc_invalid_boz): Correct spelling of compiler flag in + hint to -fallow-invalid-boz. + 2025-03-26 Harald Anlauf PR fortran/118796 diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog index a4b19a4..2e9c7a6 100644 --- a/gcc/m2/ChangeLog +++ b/gcc/m2/ChangeLog @@ -1,3 +1,12 @@ +2025-03-28 Gaius Mulley + + PR modula2/119504 + * gm2-compiler/M2Quads.mod (BuildHighFunction): Defend against + Type = NulSym and fall into BuildConstHighFromSym. + (BuildDesignatorArray): Rewrite to detect an array access to + a constant string. + (BuildDesignatorArrayStaticDynamic): New procedure. + 2025-03-25 Gaius Mulley PR modula2/119449 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index fa32429..3a72121 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,82 @@ +2025-03-28 Jakub Jelinek + + * g++.dg/opt/musttail2.C (foo): Define the function instead of + just declaring it, add [[gnu::noipa]] attribute to it. + +2025-03-28 Jakub Jelinek + + * lib/gfortran-dg.exp: Don't cycle through the option list if + dg-options or dg-additional-options contains -O after space, tab, + double quote or open curly bracket. + * gfortran.dg/cray_pointers_2.f90: Remove extraneous space between + dg-do and run and remove comment about it. + +2025-03-28 Gaius Mulley + + PR modula2/119504 + * gm2/iso/fail/conststrarray2.mod: New test. + * gm2/iso/run/pass/constarray2.mod: New test. + * gm2/pim/pass/hexstring.mod: New test. + +2025-03-28 Andrew MacLeod + + * gcc.dg/pr110992.c: New. + * gcc.dg/pr119471.c: New. + +2025-03-28 Christophe Lyon + + PR target/119133 + * gcc.dg/torture/pr119133.c: Add options for float16. + +2025-03-28 Bob Dubner + + * cobol.dg/group2/Complex_EVALUATE__1_.cob: New EVALUTE testcase. + * cobol.dg/group2/Complex_EVALUATE__2_.cob: Likewise. + * cobol.dg/group2/EVALUATE_WHEN_NEGATIVE.cob: Likewise. + * cobol.dg/group2/EVALUATE_condition__2_.cob: Likewise. + * cobol.dg/group2/EVALUATE_doubled_WHEN.cob: Likewise. + * cobol.dg/group2/EVALUATE_with_WHEN_using_condition-1.cob: Likewise. + * cobol.dg/group2/Complex_EVALUATE__1_.out: Known-good data for testcase. + * cobol.dg/group2/Complex_EVALUATE__2_.out: Likewise. + * cobol.dg/group2/EVALUATE_WHEN_NEGATIVE.out: Likewise. + * cobol.dg/group2/EVALUATE_condition__2_.out: Likewise. + * cobol.dg/group2/EVALUATE_doubled_WHEN.out: Likewise. + * cobol.dg/group2/EVALUATE_with_WHEN_using_condition-1.out: Likewise. + +2025-03-28 Jakub Jelinek + + PR tree-optimization/119483 + * c-c++-common/pr119483-1.c: New test. + * c-c++-common/pr119483-2.c: New test. + +2025-03-28 Jakub Jelinek + + PR ipa/119484 + * c-c++-common/pr119484.c: New test. + +2025-03-28 David Malcolm + + * gcc.target/riscv/cmo-zicbop-1.c: Fix missing space before + trailing } in dg-do directive. + * gcc.target/riscv/cmo-zicbop-2.c: Likewise. + * gcc.target/riscv/prefetch-zicbop.c: Likewise. + * gcc.target/riscv/prefetch-zihintntl.c: Likewise. + +2025-03-28 David Malcolm + + * gcc.target/i386/strub-pr118006.c: Fix ordering of dg-do and + dg-require- directive so that dg-do is first. + +2025-03-28 David Malcolm + + * gcc.target/arm/cmse/cmse-17.c: Fix missing space before trailing + "}" in dg-options. + +2025-03-28 David Malcolm + + * gcc.target/aarch64/saturating_arithmetic_1.c: Fix dg-do compile. + * gcc.target/aarch64/saturating_arithmetic_2.c: Likewise. + 2025-03-28 David Malcolm * g++.dg/abi/pure-virtual1.C: Fix dg-require-weak directive. -- cgit v1.1