Daily bump.

This commit is contained in:
GCC Administrator 2025-03-29 00:17:59 +00:00
parent 1a4aff76a2
commit 69a85f1f66
13 changed files with 231 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2025-03-28 Richard Biener <rguenther@suse.de>
PR bootstrap/119513
* configure.ac (compare_exclusions): Add gcc/cobol/parse\$(objext).
* configure: Regenerated.
2025-03-25 Iain Sandoe <iain@sandoe.co.uk> 2025-03-25 Iain Sandoe <iain@sandoe.co.uk>
PR cobol/119244 PR cobol/119244

View file

@ -1,3 +1,42 @@
2025-03-28 Jakub Jelinek <jakub@redhat.com>
* common.opt.urls: Regenerate.
2025-03-28 Jakub Jelinek <jakub@redhat.com>
* 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 <amacleod@redhat.com>
* range-op.cc (operator_mult::op1_range): If the LHS does not
contain zero, return non-zero.
2025-03-28 Jakub Jelinek <jakub@redhat.com>
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 <jakub@redhat.com>
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 <rguenther@suse.de>
* 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 <ubizjak@gmail.com> 2025-03-27 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.cc (ix86_redzone_clobber): Use integer, not rtx * config/i386/i386.cc (ix86_redzone_clobber): Use integer, not rtx

View file

@ -1 +1 @@
20250328 20250329

View file

@ -1,3 +1,8 @@
2025-03-28 Jakub Jelinek <jakub@redhat.com>
* Make-lang.in (c.srcextra): Don't depend on anything and don't copy
anything.
2025-03-27 Martin Uecker <uecker@tugraz.at> 2025-03-27 Martin Uecker <uecker@tugraz.at>
PR c/118765 PR c/118765

View file

@ -1,3 +1,46 @@
2025-03-28 Jakub Jelinek <jakub@redhat.com>
* 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 <rdubner@symas.com>
* 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 <jakub@redhat.com>
* 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 <rguenther@suse.de>
PR bootstrap/119513
* Make-lang.in (cobol.srcextra): Use cp instead of ln, ignore
errors.
2025-03-28 Bob Dubner <rdubner@symas.com>
* genapi.cc: (create_and_call): cast unsigned char to int
2025-03-28 Richard Biener <rguenther@suse.de>
* genapi.cc (initial_from_float128): Use native_encode_real.
2025-03-28 Iain Sandoe <iain@sandoe.co.uk>
* cobol-system.h: Remove <cmath>.
2025-03-26 Jonathan Wakely <jwakely@redhat.com> 2025-03-26 Jonathan Wakely <jwakely@redhat.com>
* except.cc (cbl_enabled_exceptions_t::turn_on_off): Replace * except.cc (cbl_enabled_exceptions_t::turn_on_off): Replace

View file

@ -1,3 +1,8 @@
2025-03-28 Harald Anlauf <anlauf@gmx.de>
* check.cc (gfc_invalid_boz): Correct spelling of compiler flag in
hint to -fallow-invalid-boz.
2025-03-26 Harald Anlauf <anlauf@gmx.de> 2025-03-26 Harald Anlauf <anlauf@gmx.de>
PR fortran/118796 PR fortran/118796

View file

@ -1,3 +1,12 @@
2025-03-28 Gaius Mulley <gaiusmod2@gmail.com>
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 <gaiusmod2@gmail.com> 2025-03-25 Gaius Mulley <gaiusmod2@gmail.com>
PR modula2/119449 PR modula2/119449

View file

@ -1,3 +1,82 @@
2025-03-28 Jakub Jelinek <jakub@redhat.com>
* 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 <jakub@redhat.com>
* 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 <gaiusmod2@gmail.com>
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 <amacleod@redhat.com>
* gcc.dg/pr110992.c: New.
* gcc.dg/pr119471.c: New.
2025-03-28 Christophe Lyon <christophe.lyon@linaro.org>
PR target/119133
* gcc.dg/torture/pr119133.c: Add options for float16.
2025-03-28 Bob Dubner <rdubner@symas.com>
* 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 <jakub@redhat.com>
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 <jakub@redhat.com>
PR ipa/119484
* c-c++-common/pr119484.c: New test.
2025-03-28 David Malcolm <dmalcolm@redhat.com>
* 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 <dmalcolm@redhat.com>
* 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 <dmalcolm@redhat.com>
* gcc.target/arm/cmse/cmse-17.c: Fix missing space before trailing
"}" in dg-options.
2025-03-28 David Malcolm <dmalcolm@redhat.com>
* gcc.target/aarch64/saturating_arithmetic_1.c: Fix dg-do compile.
* gcc.target/aarch64/saturating_arithmetic_2.c: Likewise.
2025-03-28 David Malcolm <dmalcolm@redhat.com> 2025-03-28 David Malcolm <dmalcolm@redhat.com>
* g++.dg/abi/pure-virtual1.C: Fix dg-require-weak directive. * g++.dg/abi/pure-virtual1.C: Fix dg-require-weak directive.

View file

@ -1,3 +1,9 @@
2025-03-28 Jeremy Bettis <jbettis@google.com>
PR preprocessor/108900
* files.cc (_cpp_stack_file): Do not decrement highest_location
across distinct maps.
2025-03-27 Roland McGrath <mcgrathr@google.com> 2025-03-27 Roland McGrath <mcgrathr@google.com>
* configure.ac: Check for setlocale. * configure.ac: Check for setlocale.

View file

@ -1,3 +1,19 @@
2025-03-28 Bob Dubner <rdubner@symas.com>
* charmaps.cc:Eliminate "#include libgcobol.h".
Change comment about _Float128.
* common-defs.h: Change comment about _Float128. Receive
#defines from libgcobol.h.
* constants.cc: Eliminate #include libgcobol.h. Eliminate other
unneeded #includes.
* ec.h: Receive declarations from libgcobol.h.
* gcobolio.h: Likewise.
* gfileio.cc: (__gg__file_init): Use file_flag_none_e instead of
zero in assignment. (__gg__file_reopen): Likewise.
(__io__file_open): Likewise.
* gfileio.h: Receive declarations from libgcobol.h.
* libgcobol.h: Numerous declarations moved elsewhere.
2025-03-26 Jonathan Wakely <jwakely@redhat.com> 2025-03-26 Jonathan Wakely <jwakely@redhat.com>
* charmaps.cc (__gg__raw_to_ascii): Use auto for complicated * charmaps.cc (__gg__raw_to_ascii): Use auto for complicated

View file

@ -1,3 +1,13 @@
2025-03-28 Gaius Mulley <gaiusmod2@gmail.com>
PR modula2/118045
* libm2iso/Makefile.am (libm2iso_la_LINK): Add -lm.
* libm2log/Makefile.am (libm2log_la_LINK): Ditto.
* libm2pim/Makefile.am (libm2pim_la_LINK): Ditto.
* libm2iso/Makefile.in: Regenerate.
* libm2log/Makefile.in: Regenerate.
* libm2pim/Makefile.in: Regenerate.
2025-03-20 Gaius Mulley <gaiusmod2@gmail.com> 2025-03-20 Gaius Mulley <gaiusmod2@gmail.com>
* libm2iso/ErrnoCategory.cc (IsErrnoHard): Defend against * libm2iso/ErrnoCategory.cc (IsErrnoHard): Defend against

View file

@ -1,3 +1,9 @@
2025-03-28 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/117983
* testsuite/23_containers/vector/modifiers/insert/117983.cc: New
test.
2025-03-28 David Malcolm <dmalcolm@redhat.com> 2025-03-28 David Malcolm <dmalcolm@redhat.com>
* testsuite/17_intro/shared_with_static_deps.cc: Fix malformed * testsuite/17_intro/shared_with_static_deps.cc: Fix malformed

View file

@ -1,3 +1,9 @@
2025-03-28 Richard Biener <rguenther@suse.de>
PR other/119510
* gcc_release: Use --enable-languages=default,cobol
when building generated files.
2025-03-11 James K. Lowden <jklowden@symas.com> 2025-03-11 James K. Lowden <jklowden@symas.com>
* update_web_docs_git: Add libgcobol module and cobol language. * update_web_docs_git: Add libgcobol module and cobol language.