]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 23 Nov 2023 00:22:04 +0000 (00:22 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 23 Nov 2023 00:22:04 +0000 (00:22 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 6e0f7ce7e97f4e134d674af59743a0bf6eb4c873..c38d6813f34e719c3d591ca75f3d19a4cbbe3469 100644 (file)
@@ -1,3 +1,12 @@
+2023-11-22  Maciej W. Rozycki  <macro@embecosm.com>
+
+       Backported from master:
+       2023-11-22  Maciej W. Rozycki  <macro@embecosm.com>
+
+       PR target/111815
+       * config/vax/vax.cc (index_term_p): Only accept the index scaler
+       as the RHS operand to ASHIFT.
+
 2023-11-21  Martin Jambor  <mjambor@suse.cz>
 
        * lto-streamer.h (LTO_minor_version): Bump.
index 24b79bbea6ccedeec37a47265d85a0aa53896a6b..99cbe76c17dede8dbd8f3e6d6a10bae198316921 100644 (file)
@@ -1 +1 @@
-20231122
+20231123
index 2420c480a0c4ff986257c552c8f7f88a80350ae4..b8e792c296a90c3e3e2598c774ece133cdd778cf 100644 (file)
@@ -1,3 +1,12 @@
+2023-11-23  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2023-11-22  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/112633
+       * pt.cc (tsubst_aggr_type): Handle empty TYPE_TEMPLATE_INFO
+       in the entering_scope adjustment.
+
 2023-11-17  Jason Merrill  <jason@redhat.com>
 
        PR c++/112301
index 249d6de919a2bf3cbf42e60a3b874e92dd068ce8..e19c178892cfbd07e76f61eb1bb2338b1f66e85d 100644 (file)
@@ -1,3 +1,19 @@
+2023-11-23  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2023-11-22  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/112633
+       * g++.dg/cpp0x/alias-decl-75.C: New test.
+
+2023-11-22  Maciej W. Rozycki  <macro@embecosm.com>
+
+       Backported from master:
+       2023-11-22  Maciej W. Rozycki  <macro@embecosm.com>
+
+       PR target/111815
+       * gcc.dg/torture/pr111815.c: New test.
+
 2023-11-17  Georg-Johann Lay  <avr@gjlay.de>
 
        Backported from master: