From: GCC Administrator Date: Mon, 4 Aug 2025 00:17:36 +0000 (+0000) Subject: Daily bump. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=10075fb355daaebf8ccabb8932c3400b2efd6101;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fec8c7a7284..d73ba82087c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,26 @@ +2025-08-03 Georg-Johann Lay + + * config/avr/avr.md (define_insn_and_split) [reload_completed]: + For splits that just append a (clobber (reg:CC REG_CC)) to + the pattern, use avr_add_ccclobber (curr_insn) instead of + repeating the original pattern. + * config/avr/avr-dimode.md: Same. + * config/avr/avr-fixed.md: Same. + +2025-08-03 Georg-Johann Lay + + * config/avr/avr.cc (avr_add_ccclobber): New function. + * config/avr/avr-protos.h (avr_add_ccclobber): New proto. + (DONE_ADD_CCC): New define. + +2025-08-03 Richard Biener + + PR tree-optimization/90242 + * tree-ssa-sccvn.cc (vn_reference_compute_hash): Use + poly_offset_int for offset accumulation. For hashing + truncate to 64 bits and also hash 64 bits. + (vn_reference_eq): Likewise. + 2025-08-02 Gerald Pfeifer PR target/69374 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 963d4c73a69..85faa766f30 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250803 +20250804 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index db4d5606375..b43cbb7ade1 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,13 @@ +2025-08-03 Jakub Jelinek + + PR preprocessor/120778 + * g++.dg/DRs/dr1709.C: New test. + +2025-08-03 Jakub Jelinek + + PR c++/120845 + * g++.dg/modules/cpp-21.C: New test. + 2025-08-02 Martin Uecker * gcc.dg/Warray-parameter-11.c: Change Warray-parameter to diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index ca67a648048..b5188fdb6d1 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,10 @@ +2025-08-03 Jakub Jelinek + + PR c++/120845 + * lex.cc (cpp_maybe_module_directive): Move eol variable declaration + to the start of the function, initialize to false and only set it to + peek->type == CPP_PRAGMA_EOL in the not_module case. Formatting fix. + 2025-07-30 Jakub Jelinek PR c++/120778 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 7f697f26777..cd1f142a8af 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2025-08-03 Jakub Jelinek + + * src/c++23/std.cc.in (std::owner_equal, std::owner_hash): Export. + 2025-07-30 François Dumont * testsuite/std/time/format/data_not_present_neg.cc: Remove _GLIBCXX_USE_DUAL_ABI