]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 9 Nov 2022 00:23:44 +0000 (00:23 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 9 Nov 2022 00:23:44 +0000 (00:23 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index aad5bc1784b01f166313015bb50cdfc27d7cce40..d90262058242f820cc53afede9ba5856b970b6ad 100644 (file)
@@ -1,3 +1,12 @@
+2022-11-08  H.J. Lu  <hjl.tools@gmail.com>
+
+       Backported from master:
+       2022-10-25  H.J. Lu  <hjl.tools@gmail.com>
+
+       PR target/107304
+       * expr.cc (get_inner_reference): Always use TYPE_MODE for vector
+       field with vector raw mode.
+
 2022-11-07  Cui,Lili  <lili.cui@intel.com>
 
        * config/i386/driver-i386.cc (host_detect_local_cpu):
index f47121e1a8983ea7cbeaf3924cd2d2ff201be4a4..c240fbb06ebf12562635b9248b1582c28853042a 100644 (file)
@@ -1 +1 @@
-20221108
+20221109
index f40f824c3c60f6efbfc707d0e57488fc9b11184b..132be7e6e825cb6da0d14b94e4f9ee9bd28bb1ef 100644 (file)
@@ -1,3 +1,11 @@
+2022-11-08  H.J. Lu  <hjl.tools@gmail.com>
+
+       Backported from master:
+       2022-10-25  H.J. Lu  <hjl.tools@gmail.com>
+
+       PR target/107304
+       * gcc.target/i386/pr107304.c: New test.
+
 2022-11-04  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gnat.dg/opt99.adb: New test.
index 7c1f69516dc66af14f6e57d80338bdbe04c345f4..f4cb4c04090a3516b4ae0c5c6a004c5ee3b86cfd 100644 (file)
@@ -1,3 +1,12 @@
+2022-11-08  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2022-11-08  Jonathan Wakely  <jwakely@redhat.com>
+
+       * doc/xml/authors.xml: Remove empty author element.
+       * doc/xml/manual/spine.xml: Likewise.
+       * doc/html/manual/index.html: Regenerate.
+
 2022-10-19  Alexandre Oliva  <oliva@adacore.com>
 
        Backported from master: