]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 7 Mar 2022 00:17:23 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 7 Mar 2022 00:17:23 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 0e005f2434e722b62345a0ff01a535cd98780306..741924f4717987836d7f7dd452dd95bf7c6ebb7b 100644 (file)
@@ -1,3 +1,18 @@
+2022-03-06  Michael Meissner  <meissner@the-meissners.org>
+
+       PR target/104253
+       * config/rs6000/rs6000.c (init_float128_ibm): Update the
+       conversion functions used to convert IFmode types.  Backport
+       change made to the master branch on 2022-02-14.
+
+2022-03-06  Michael Meissner  <meissner@the-meissners.org>
+
+       PR target/99708
+       * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
+       __SIZEOF_IBM128__ if the IBM 128-bit long double type is created.
+       Define __SIZEOF_FLOAT128__ if the IEEE 128-bit floating point type
+       is created.  Backport change to master branch on 2022-02-17.
+
 2022-02-17  Richard Biener  <rguenther@suse.de>
 
        Backported from master:
index 7d441aae7d7f1d44836ca61980a13df8551dbe64..0f4543534b19b0103bc42cf1e6614297a36ddd77 100644 (file)
@@ -1 +1 @@
-20220306
+20220307
index dbe595dbc1f348feda31612dad1ea2b3879941e9..3d772083c92273c5f628fbfac0fd41fd5bd727a9 100644 (file)
@@ -1,3 +1,15 @@
+2022-03-06  Michael Meissner  <meissner@the-meissners.org>
+
+       PR target/104253
+       * gcc.target/powerpc/pr104253.c: New test.  Backport change made
+       to the master branch on 2022-02-14.
+
+2022-03-06  Michael Meissner  <meissner@the-meissners.org>
+
+       PR target/99708
+       * gcc.target/powerpc/pr99708.c: New test.  Backport change to
+       master branch on 2022-02-17.
+
 2022-02-23  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master: