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

index 8b0c7660717622b414c0110a77e8b4f31fa220bf..a7f6c97afaa8815ff2677892a1ed7798ff765002 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-01  John David Anglin  <danglin@gcc.gnu.org>
 
        * config/pa/pa.md (atomic_storedi_1): Fix bug in
index a53d85f6c3550e5bf068fd11954ed7d4023df7d3..14a359f38317b24d72daf3e77a0a7cda9d895bb8 100644 (file)
@@ -1 +1 @@
-20240205
+20240206
index fc446c7915dc6e1f789e43fe23e43b3dfed5ada7..fdef37f1df79edac8f3b6a4a9019f52342a5200e 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 1cf2d841a2af1f5d7d8a779d6626bbae49fadf11..731e17c2ca13f7f4ca7018b21209b338d881b674 100644 (file)
@@ -1,3 +1,7 @@
+2024-02-05  Joseph Myers  <josmyers@redhat.com>
+
+       * zh_CN.po: Update.
+
 2023-07-31  Joseph Myers  <joseph@codesourcery.com>
 
        * sv.po: Update.
index 465626ebdfcff2371e88f243779f67534c341f38..98af49a1b07ea927d93b4b7c70069e67f4b35a0e 100644 (file)
@@ -1,3 +1,20 @@
+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-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-02  Jason Merrill  <jason@redhat.com>
 
        Backported from master:
This page took 0.099517 seconds and 5 git commands to generate.