]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 21 Oct 2023 00:21:04 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 21 Oct 2023 00:21:04 +0000 (00:21 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/c-family/ChangeLog
gcc/testsuite/ChangeLog

index 576474e789f4e04aeb4af8e821799d61f4875b6d..51835db381b61fdd9e4f5432c1234362bfe9c73c 100644 (file)
@@ -1,3 +1,9 @@
+2023-10-20  Oleg Endo  <olegendo@gcc.gnu.org>
+
+       PR target/101177
+       * config/sh/sh.md (unnamed split pattern): Fix comparison of
+       find_regno_note result.
+
 2023-10-18  Richard Sandiford  <richard.sandiford@arm.com>
 
        Backported from master:
index 5402eeba5fc77b211f12127a0d4e86a39cc267c6..dc31a4d01d13a1ce2ad39c283a9009789e669964 100644 (file)
@@ -1 +1 @@
-20231020
+20231021
index 3b109265dd8a329253558c3a2147e65a43a115d4..2d92bf2067943697b28b000a6e51245a9294304e 100644 (file)
@@ -1,3 +1,12 @@
+2023-10-20  Marek Polacek  <polacek@redhat.com>
+
+       Backported from master:
+       2023-10-20  Marek Polacek  <polacek@redhat.com>
+
+       PR c/111884
+       * c-common.cc (c_common_get_alias_set): Return -1 for char8_t only
+       in C++.
+
 2023-10-19  Lewis Hyatt  <lhyatt@gmail.com>
 
        PR c++/89038
index ab29fdb671c350a9561466cb521e53ca35671d64..d92a27144c04900a8fd16b1b444b8c99e638e50f 100644 (file)
@@ -1,3 +1,11 @@
+2023-10-20  Marek Polacek  <polacek@redhat.com>
+
+       Backported from master:
+       2023-10-20  Marek Polacek  <polacek@redhat.com>
+
+       PR c/111884
+       * c-c++-common/alias-1.c: New test.
+
 2023-10-19  Lewis Hyatt  <lhyatt@gmail.com>
 
        PR c++/89038