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

index fbf42dfc8d9ade0790671a65c46b5a27b5fa51a3..06c64d49fd19cc7bdfa847fde17f2140f9b76313 100644 (file)
@@ -1,3 +1,12 @@
+2024-02-02  Martin Jambor  <mjambor@suse.cz>
+
+       Backported from master:
+       2024-01-24  Martin Jambor  <mjambor@suse.cz>
+
+       PR tree-optimization/110422
+       * tree-sra.cc (scan_function): Disqualify bases of operands of asm
+       gotos.
+
 2024-02-01  John David Anglin  <danglin@gcc.gnu.org>
 
        * config/pa/pa.md (atomic_storedi_1): Fix bug in
index 656861b7a3dbdfb53ec9dcee50f4f7f6428b72b7..f3c7b76115550fcae44bbea223bc3278b5872395 100644 (file)
@@ -1 +1 @@
-20240202
+20240203
index c156e1b44af9e6bc1ddbf8667fc3e366272fd3fb..c7e2d039457d2caff62c4f94e50b5dec6ba7111c 100644 (file)
@@ -1,3 +1,12 @@
+2024-02-02  Jason Merrill  <jason@redhat.com>
+
+       Backported from master:
+       2024-02-02  Jason Merrill  <jason@redhat.com>
+
+       PR c++/110084
+       * pt.cc (tsubst_function_decl): Only check a function defaulted
+       outside the class if the class is complete.
+
 2024-02-01  Marek Polacek  <polacek@redhat.com>
 
        Backported from master:
index f19cb98e1bcb8271d7f2eff1a13bfbe472215738..15264d3441a6db2d847f8decec4f0fa24f5d474c 100644 (file)
@@ -1,3 +1,20 @@
+2024-02-02  Jason Merrill  <jason@redhat.com>
+
+       Backported from master:
+       2024-02-02  Jason Merrill  <jason@redhat.com>
+
+       PR c++/110084
+       * g++.dg/cpp2a/spaceship-synth-neg3.C: Check error message.
+       * g++.dg/cpp2a/spaceship-eq16.C: New test.
+
+2024-02-02  Martin Jambor  <mjambor@suse.cz>
+
+       Backported from master:
+       2024-01-24  Martin Jambor  <mjambor@suse.cz>
+
+       PR tree-optimization/110422
+       * gcc.dg/torture/pr110422.c: New test.
+
 2024-02-01  Marek Polacek  <polacek@redhat.com>
 
        Backported from master:
index 7e32697760bd19bdb83af2035d06a5f15d6ec23c..5c1da3fd75896664adf1ab6cd0c616fd544c646b 100644 (file)
@@ -1,3 +1,9 @@
+2024-02-02  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/108636
+       * include/bits/shared_ptr_base.h (__shared_ptr::operator bool):
+       Add always_inline attribute for C++20 and later.
+
 2024-01-11  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: