]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 6 Feb 2024 00:21:27 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 6 Feb 2024 00:21:27 +0000 (00:21 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 06c64d49fd19cc7bdfa847fde17f2140f9b76313..832780c0273fd01e621d113ad84d0aa7fedbf6ab 100644 (file)
@@ -1,3 +1,32 @@
+2024-02-05  Jason Merrill  <jason@redhat.com>
+
+       Backported from master:
+       2023-06-02  Jason Merrill  <jason@redhat.com>
+
+       PR c++/95226
+       PR c++/109359
+       * varasm.cc (output_constant) [REAL_TYPE]: Check that sizes match.
+       (initializer_constant_valid_p_1): Compare float precision.
+
+2024-02-05  Xi Ruoyao  <xry111@xry111.site>
+
+       Backported from master:
+       2024-02-05  Xi Ruoyao  <xry111@xry111.site>
+
+       * config/mips/mips-msa.md (neg<mode:MSA>2): Add missing mode for
+       neg.
+
+2024-02-05  Xi Ruoyao  <xry111@xry111.site>
+
+       Backported from master:
+       2024-02-05  Xi Ruoyao  <xry111@xry111.site>
+
+       * config/mips/mips-msa.md (elmsgnbit): New define_mode_attr.
+       (neg<mode>2): Change the mode iterator from MSA to IMSA because
+       in FP arithmetic we cannot use (0 - x) for -x.
+       (neg<mode>2): New define_insn to implement FP vector negation,
+       using a bnegi instruction to negate the sign bit.
+
 2024-02-02  Martin Jambor  <mjambor@suse.cz>
 
        Backported from master:
index a53d85f6c3550e5bf068fd11954ed7d4023df7d3..14a359f38317b24d72daf3e77a0a7cda9d895bb8 100644 (file)
@@ -1 +1 @@
-20240205
+20240206
index c7e2d039457d2caff62c4f94e50b5dec6ba7111c..f08f0252a6d16a3bd5ce2c65146b100c54024235 100644 (file)
@@ -1,3 +1,11 @@
+2024-02-05  Jason Merrill  <jason@redhat.com>
+
+       Backported from master:
+       2024-02-05  Jason Merrill  <jason@redhat.com>
+
+       PR c++/111286
+       * tree.cc (rvalue): Don't drop cv-quals from an array.
+
 2024-02-02  Jason Merrill  <jason@redhat.com>
 
        Backported from master:
index 15264d3441a6db2d847f8decec4f0fa24f5d474c..5be5adf95eb5f98cad5fae085cd2f426edcd83ff 100644 (file)
@@ -1,3 +1,20 @@
+2024-02-05  Jason Merrill  <jason@redhat.com>
+
+       Backported from master:
+       2023-06-02  Jason Merrill  <jason@redhat.com>
+
+       PR c++/95226
+       PR c++/109359
+       * g++.dg/ext/frounding-math1.C: New test.
+
+2024-02-05  Jason Merrill  <jason@redhat.com>
+
+       Backported from master:
+       2024-02-05  Jason Merrill  <jason@redhat.com>
+
+       PR c++/111286
+       * g++.dg/cpp0x/initlist-array22.C: New test.
+
 2024-02-02  Jason Merrill  <jason@redhat.com>
 
        Backported from master: