Daily bump.

This commit is contained in:
GCC Administrator 2025-03-18 00:19:44 +00:00
parent af9c69efce
commit b5d82890c4
13 changed files with 1923 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2025-03-17 Arthur Cohen <arthur.cohen@embecosm.com>
* .gitignore: Add libgrust target folders to the ignore list.
2025-03-14 Thomas Schwinge <thomas@codesourcery.com>
PR target/92713

View file

@ -1,3 +1,7 @@
2025-03-17 Sahil Yeole <sahilyeole93@gmail.com>
* update-copyright.py: Add libgrust folder.
2025-03-15 Tobias Burnus <tburnus@baylibre.com>
* gcc-changelog/git_repository.py (parse_git_revisions): Destroy the

View file

@ -1,3 +1,51 @@
2025-03-17 Jeff Law <jlaw@ventanamicro.com>
* config/riscv/bitmanip.md (*<or_optab>i<mode>_extrabit): Reject cases
where we only need to twiddle one bit. Fix formatting.
(*andi<mode>extrabit): Likewise.
2025-03-17 Vladimir N. Makarov <vmakarov@redhat.com>
PR rtl-optimization/119285
* ira-costs.cc (equiv_can_be_consumed_p): Use 2 ways for
recognizing a valid insn after equiv insertion.
2025-03-17 Michael Matz <matz@suse.de>
PR target/112980
* config/rs6000/rs6000.opt (msplit-patch-nops): New option.
* doc/invoke.texi (RS/6000 and PowerPC Options): Document it.
* config/rs6000/rs6000.h (machine_function.stop_patch_area_print):
New member.
* config/rs6000/rs6000.cc (rs6000_print_patchable_function_entry):
Emit split nops under control of that one.
* config/rs6000/rs6000-logue.cc (rs6000_output_function_prologue):
Add handling of split patch nops.
2025-03-17 Michal Jires <mjires@suse.cz>
* common.opt.urls: Regenerate.
2025-03-17 Michal Jires <mjires@suse.cz>
* doc/invoke.texi: (Optimize Options):
Add incremental LTO flags.
2025-03-17 Robin Dapp <rdapp@ventanamicro.com>
PR target/119114
* config/riscv/autovec.md: Apply & 0x1 mask when initializing
bitmask vector.
2025-03-17 Ayan Shafqat <ayan.x.shafqat@gmail.com>
* config/aarch64/arm_acle.h (__fma, __fmaf): New functions.
2025-03-17 Richard Biener <rguenther@suse.de>
* opts.cc (gen_producer_string): Record -D and -U
with _FORTIFY_SOURCE prefix.
2025-03-16 Jeff Law <jlaw@ventanamicro.com>
PR target/116256

View file

@ -1 +1 @@
20250317
20250318

View file

@ -1,3 +1,22 @@
2025-03-17 Bob Dubner <rdubner@symas.com>
PR cobol/119213
* Make-lang.in: Eliminate CPPFLAGS= assignment.
* cdf.y: Modify #includes that reference libgcobol.
* cobol1.cc: Modify #includes that reference libgcobol.
* except.cc: Modify #includes that reference libgcobol.
* gcobolspec.cc: Modify #includes that reference libgcobol.
* genapi.cc: Modify #includes that reference libgcobol.
* gengen.cc: Modify #includes that reference libgcobol.
* genmath.cc: Modify #includes that reference libgcobol.
* genutil.cc: Modify #includes that reference libgcobol.
* parse.y: Modify #includes that reference libgcobol.
* scan.l: Modify #includes that reference libgcobol.
* structs.cc: Modify #includes that reference libgcobol.
* symbols.cc: Modify #includes that reference libgcobol.
* symfind.cc: Modify #includes that reference libgcobol.
* util.cc: Modify #includes that reference libgcobol.
2025-03-14 Robert Dubner <rdubner@symas.com>
PR cobol/119214

View file

@ -1,3 +1,9 @@
2025-03-17 Joseph Myers <josmyers@redhat.com>
* be.po, da.po, de.po, el.po, es.po, fi.po, fr.po, hr.po, id.po,
ja.po, ka.po, nl.po, ru.po, sr.po, sv.po, tr.po, uk.po, vi.po,
zh_CN.po, zh_TW.po: Update.
2025-03-14 Joseph Myers <josmyers@redhat.com>
* gcc.pot: Regenerate.

File diff suppressed because it is too large Load diff

View file

@ -1,3 +1,203 @@
2025-03-17 Jeff Law <jlaw@ventanamicro.com>
* gcc.target/riscv/redundant-andi.c: New test.
* gcc.target/riscv/redundant-ori.c: Likewise
2025-03-17 H.J. Lu <hjl.tools@gmail.com>
* gcc.dg/pr90838-2.c (ctz4): Replace long with long long.
2025-03-17 Muhammad Mahad <mahadtxt@gmail.com>
* rust/compile/unknown-associated-item.rs: New test.
2025-03-17 Liam Naddell <liam.naddell@mail.utoronto.ca>
* rust/compile/issue-2987.rs:
Add test for deriving Clone and Copy at the same time
2025-03-17 Liam Naddell <liam.naddell@mail.utoronto.ca>
* rust/compile/issue-3046.rs:
Add test for new error message
2025-03-17 badumbatish <tanghocle456@gmail.com>
* rust/execute/torture/issue-2187.rs:
Update pattern with \r* for dg-output tests
* rust/execute/xfail/macro1.rs: Likewise
2025-03-17 Antonio Gomes <antoniospg100@gmail.com>
* rust/compile/shadow1.rs: Fix test for new error message
2025-03-17 jjasmine <tanghocle456@gmail.com>
* rust/compile/inline_asm_illegal_options.rs: new test
* rust/compile/inline_asm_illegal_operands.rs: New test.
This is expected to fail but we couldn't resolve parse_expr()'s
general functionality yet
2025-03-17 jjasmine <tanghocle456@gmail.com>
* rust/compile/inline_asm_outside_unsafe.rs: New test.
2025-03-17 dave <dave@dmetwo.org>
* rust/compile/issue-2725.rs: New test.
2025-03-17 jjasmine <tanghocle456@gmail.com>
* rust/compile/inline_asm_parse_operand.rs: fix warnings
2025-03-17 jjasmine <tanghocle456@gmail.com>
* rust/compile/inline_asm_parse_operand.rs: New test.
2025-03-17 jjasmine <tanghocle456@gmail.com>
* rust/compile/inline_asm_illegal_options.rs:
2025-03-17 jjasmine <tanghocle456@gmail.com>
* rust/compile/inline_asm_faulty_clobber.rs: compress
the test
* rust/compile/inline_asm_nop.rs: compress
the test
* rust/compile/inline_asm_faulty_clobber_1.rs: Removed.
* rust/compile/inline_asm_faulty_clobber_2.rs: Removed.
* rust/compile/inline_asm_nop_2.rs: Removed.
2025-03-17 jjasmine <tanghocle456@gmail.com>
* rust/compile/inline_asm_faulty_clobber.rs: Likewise.
* rust/compile/inline_asm_faulty_clobber_1.rs: Likewise.
* rust/compile/inline_asm_faulty_clobber_2.rs: Likewise.
* rust/compile/inline_asm_illegal_options.rs: Likewise.
2025-03-17 jjasmine <tanghocle456@gmail.com>
* rust/compile/inline_asm_illegal_options.rs: New test.
2025-03-17 jjasmine <tanghocle456@gmail.com>
* rust/compile/inline_asm_faulty_clobber.rs:
Wraps inline_asm tests in unsafe {}
* rust/compile/inline_asm_faulty_clobber_1.rs: likewise.
* rust/compile/inline_asm_faulty_clobber_2.rs: likewise.
* rust/compile/inline_asm_ident_first.rs: likewise.
* rust/compile/inline_asm_nop.rs: likewise.
* rust/compile/inline_asm_nop_2.rs: likewise.
2025-03-17 jjasmine <tanghocle456@gmail.com>
* rust/compile/inline_asm_legal_options.rs: New test.
2025-03-17 jjasmine <tanghocle456@gmail.com>
* rust/compile/inline_asm_faulty_clobber.rs: New test.
* rust/compile/inline_asm_faulty_clobber_1.rs: New test.
* rust/compile/inline_asm_faulty_clobber_2.rs: New test.
2025-03-17 jjasmine <tanghocle456@gmail.com>
* rust/compile/inline_asm_nop_2.rs: New test.
2025-03-17 jjasmine <tanghocle456@gmail.com>
* rust/compile/inline_asm_ident_first.rs: New test.
2025-03-17 jjasmine <tanghocle456@gmail.com>
* rust/compile/inline_asm_nop.rs: Simple test for asm!
2025-03-17 Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
* rust/compile/exclusive_range_pattern.rs: New test.
* rust/compile/exclusive_range_pattern_feature_gate.rs: New test.
2025-03-17 Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
* rust/compile/not_raw_ref_op.rs: New test.
* rust/compile/raw_ref_op.rs: New test.
* rust/compile/raw_ref_op_feature_gate.rs: New test.
* rust/compile/raw_ref_op_invalid.rs: New test.
2025-03-17 Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
* rust/compile/struct_expr_field_attributes.rs: New test.
2025-03-17 Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
* rust/compile/dropck_eyepatch_feature_gate.rs: New test.
* rust/compile/may_dangle.rs: New test.
2025-03-17 Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
* rust/compile/box_syntax.rs: New test.
* rust/compile/box_syntax_feature_gate.rs: New test.
2025-03-17 Owen Avery <powerboat9.gamer@gmail.com>
* rust/compile/rustc_const_stable.rs:
Enable feature rustc_attrs, expect no errors.
* rust/compile/rustc_const_unstable.rs: New test.
2025-03-17 jjasmine <tanghocle456@gmail.com>
* rust/compile/negative_impls.rs: New test.
* rust/compile/negative_impls_2.rs: New test.
2025-03-17 Owen Avery <powerboat9.gamer@gmail.com>
* rust/compile/match-struct-path.rs: New test.
2025-03-17 Nobel Singh <nobel2073@gmail.com>
* rust/compile/issue-2906.rs: New test.
* rust/execute/torture/issue-2906.rs: New test.
2025-03-17 Jakub Dupak <dev@jakubdupak.com>
* rust/borrowck/borrowck.exp: New test.
* rust/borrowck/position_dependant_outlives.rs: New test.
* rust/borrowck/reference.rs: New test.
* rust/borrowck/return_ref_to_local.rs: New test.
* rust/borrowck/subset.rs: New test.
* rust/borrowck/test_move.rs: New test.
* rust/borrowck/test_move_behind_reference.rs: New test.
* rust/borrowck/test_move_conditional.rs: New test.
* rust/borrowck/tmp.rs: New test.
* rust/borrowck/use_while_mut.rs: New test.
* rust/borrowck/use_while_mut_fr.rs: New test.
* rust/borrowck/well_formed_function_inputs.rs: New test.
2025-03-17 John David Anglin <danglin@gcc.gnu.org>
PR testsuite/119220
* gcc.dg/debug/dwarf2/inline2.c: Add -gno-strict-dwarf option.
* gcc.dg/debug/dwarf2/inline6.c: Likewise.
2025-03-17 Stefan Schulze Frielinghaus <stefansf@gcc.gnu.org>
* gcc.dg/vect/bb-slp-77.c: Skip on s390.
2025-03-17 Tobias Burnus <tburnus@baylibre.com>
PR fortran/115271
* gfortran.dg/gomp/declare-variant-mod-1-use.f90: Move to
libgomp/testsuite/libgomp.fortran/.
* gfortran.dg/gomp/declare-variant-mod-1.f90: Likewise.
2025-03-17 Robin Dapp <rdapp@ventanamicro.com>
PR target/119114
* gcc.target/riscv/rvv/autovec/pr119114.c: New test.
2025-03-17 Ayan Shafqat <ayan.x.shafqat@gmail.com>
* gcc.target/aarch64/acle/acle_fma.c: New test.
2025-03-16 Jeff Law <jlaw@ventanamicro.com>
PR target/116256

View file

@ -1,3 +1,9 @@
2025-03-17 Joseph Myers <josmyers@redhat.com>
* be.po, ca.po, da.po, de.po, el.po, eo.po, es.po, fi.po, fr.po,
id.po, ja.po, ka.po, nl.po, pt_BR.po, ro.po, ru.po, sr.po, sv.po,
tr.po, uk.po, vi.po, zh_CN.po, zh_TW.po: Update.
2025-03-14 Joseph Myers <josmyers@redhat.com>
* cpplib.pot: Regenerate.

View file

@ -1,3 +1,9 @@
2025-03-17 Bob Dubner <rdubner@symas.com>
* charmaps.cc: Remove unused headers
* libgcobol.h: Likewise.
* valconv.cc: Likewise.
2025-03-14 Richard Biener <rguenther@suse.de>
* Makefile.am: Define gcc_version.

View file

@ -1,3 +1,10 @@
2025-03-17 Tobias Burnus <tburnus@baylibre.com>
PR fortran/115271
* testsuite/libgomp.fortran/declare-variant-mod-1-use.f90: Moved
from gcc/testsuite/gfortran.dg/gomp/.
* testsuite/libgomp.fortran/declare-variant-mod-1.f90: Likewise.
2025-02-22 shynur <shynur@outlook.com>
* oacc-mem.c (acc_unmap_data, goacc_exit_datum_1, find_group_last,

View file

@ -1,3 +1,25 @@
2025-03-17 badumbatish <tanghocle456@gmail.com>
* libformat_parser/generic_format_parser/src/lib.rs:
Remove repr(C)
* libformat_parser/src/bin.rs: Use ffi
* libformat_parser/src/lib.rs: pub ffi, create ParseMode and match
rustc's parse mode
2025-03-17 badumbatish <tanghocle456@gmail.com>
* libformat_parser/generic_format_parser/src/lib.rs: Likewise.
* libformat_parser/src/bin.rs: Likewise.
* libformat_parser/src/lib.rs: Likewise.
2025-03-17 Kushal Pal <kushalpal109@gmail.com>
* libformat_parser/Cargo.toml:
Used crate-type instead of depricated crate_type.
* libformat_parser/generic_format_parser/src/lib.rs:
Remove dead code.
* libformat_parser/src/lib.rs: Likewise.
2024-12-09 Arthur Cohen <arthur.cohen@embecosm.com>
* libformat_parser/Cargo.toml: Change Rust edition from 2021 to 2018.

View file

@ -1,3 +1,19 @@
2025-03-17 Iain Buclaw <ibuclaw@gdcproject.org>
* src/Makefile.am (PHOBOS_DSOURCES): Add etc/c/odbc/odbc32.d,
etc/c/odbc/odbc64.d, etc/c/odbc/package.d, etc/c/odbc/sql.d,
etc/c/odbc/sqlext.d, etc/c/odbc/sqltypes.d, etc/c/odbc/sqlucode.d,
etc/c/sqlite3.d.
* src/Makefile.in: Regenerate.
* src/etc/c/odbc/odbc32.d: New file.
* src/etc/c/odbc/odbc64.d: New file.
* src/etc/c/odbc/package.d: New file.
* src/etc/c/odbc/sql.d: New file.
* src/etc/c/odbc/sqlext.d: New file.
* src/etc/c/odbc/sqltypes.d: New file.
* src/etc/c/odbc/sqlucode.d: New file.
* src/etc/c/sqlite3.d: New file.
2025-03-16 Iain Buclaw <ibuclaw@gdcproject.org>
* libdruntime/MERGE: Merge upstream druntime 603225372b.