Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 31 Jul 2022 00:19:07 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 31 Jul 2022 00:19:07 +0000 (00:19 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libgomp/ChangeLog

index a3cb2c5..bfd8bee 100644 (file)
@@ -1,3 +1,33 @@
+2022-07-30  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2022-07-29  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/106449
+       * omp-expand.cc (expand_omp_simd): Fix up handling of pointer
+       iterators in non-rectangular simd loops.  Unshare fd->loops[i].n2
+       or n2 before regimplifying it inside of a condition.
+
+2022-07-30  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2022-07-27  Jakub Jelinek  <jakub@redhat.com>
+
+       PR debug/106261
+       * cgraphunit.cc (cgraph_node::assemble_thunks_and_aliases): Don't
+       output asm thunks for -dx.
+
+2022-07-30  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2022-07-01  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/106144
+       * wide-int.cc (wi::shifted_mask): If end >= prec, return right after
+       emitting element for shift or if shift is 0 first element after start.
+       (wide_int_cc_tests): Add tests for equivalency of wi::mask and
+       wi::shifted_mask with 0 start.
+
 2022-07-27  David Malcolm  <dmalcolm@redhat.com>
 
        * json.cc (string::print): Fix escaping of '\'.
index 3d4df68..a519ff3 100644 (file)
@@ -1 +1 @@
-20220730
+20220731
index bacd319..12019bb 100644 (file)
@@ -1,3 +1,11 @@
+2022-07-30  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2022-07-27  Jakub Jelinek  <jakub@redhat.com>
+
+       PR debug/106261
+       * g++.dg/debug/pr106261.C: New test.
+
 2022-07-27  David Malcolm  <dmalcolm@redhat.com>
 
        PR analyzer/106225
index cd3b03f..1620e08 100644 (file)
@@ -1,3 +1,11 @@
+2022-07-30  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2022-07-29  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/106449
+       * testsuite/libgomp.c-c++-common/pr106449.c: New test.
+
 2022-06-28  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master: