Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 25 Jun 2022 00:19:16 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 25 Jun 2022 00:19:16 +0000 (00:19 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 5ab16af..6a20b45 100644 (file)
@@ -1,3 +1,11 @@
+2022-06-24  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       Backported from master:
+       2022-06-24  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * config/tilepro/gen-mul-tables.cc (tilegx_emit): Adjust loop
+       condition to avoid overflow.
+
 2022-06-23  Martin Liska  <mliska@suse.cz>
 
        Backported from master:
index 4956361..e66783e 100644 (file)
@@ -1 +1 @@
-20220624
+20220625
index 1f31bb2..7e68a7c 100644 (file)
@@ -1,3 +1,12 @@
+2022-06-24  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2022-06-23  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/105931
+       * expr.cc (fold_for_warn): Don't fold when in an unevaluated
+       context.
+
 2022-06-23  Jason Merrill  <jason@redhat.com>
 
        PR c++/105925
index 4e1c6c9..e7b9ddd 100644 (file)
@@ -1,3 +1,11 @@
+2022-06-24  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2022-06-23  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/105931
+       * g++.dg/cpp0x/decltype82a.C: New test.
+
 2022-06-23  Jason Merrill  <jason@redhat.com>
 
        PR c++/105925