From: GCC Administrator Date: Mon, 20 Jan 2025 00:23:17 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-14.3.0~570 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7780f2cefec06fdf4ba521e656ee3af5addaf6f9;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 61f3d434ecc..d8a87210b82 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,21 @@ +2025-01-19 Uros Bizjak + + Backported from master: + 2025-01-19 Uros Bizjak + + * config/i386/i386.md (*movdi_internal): Reorder ISA attribute + by ascending alternative index. + +2025-01-19 Uros Bizjak + + Backported from master: + 2024-12-20 Uros Bizjak + + PR target/118067 + * config/i386/i386.md (*movdi_internal): + Disable alternatives from/to mask registers without AVX512BW. + (*movsi_internal): Ditto. + 2025-01-17 Georg-Johann Lay Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index df2e7f62043..1216e7215b8 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250119 +20250120 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 9e3fa78ca51..ce247c465da 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,12 @@ +2025-01-19 Simon Martin + + Backported from master: + 2025-01-17 Simon Martin + + PR c++/118255 + * name-lookup.cc (pushdecl): Don't call check_template_shadow + for hidden bindings. + 2025-01-17 Nathaniel Shead Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 50acebb1dd5..745d371991a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,12 @@ +2025-01-19 Simon Martin + + Backported from master: + 2025-01-17 Simon Martin + + PR c++/118255 + * g++.dg/lookup/pr99116-1.C: Adjust test expectation. + * g++.dg/template/friend84.C: New test. + 2025-01-17 Iain Buclaw Backported from master: