]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 5 Jan 2023 00:20:48 +0000 (00:20 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 5 Jan 2023 00:20:48 +0000 (00:20 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog
libiberty/ChangeLog
libsanitizer/ChangeLog

index 488992842fa5de3259e8c81bbfb2e8c8f973931e..9d39ee8c855bff5818dd74e1fe9f8b615735da61 100644 (file)
@@ -1 +1 @@
-20230104
+20230105
index 6c0f86e9459be835d592fac5755bc401b27860c9..4d1ac08b8c45c74c3cbeebcee22873f602b8f685 100644 (file)
@@ -1,3 +1,12 @@
+2023-01-04  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2023-01-04  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/108282
+       * decl2.cc (mark_single_function): Ignore mark_used failure
+       only in a non-SFINAE context rather than in a SFINAE one.
+
 2022-12-19  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master:
index 059a8f0da90a59aaa38ce825ed746fdb09651a55..144bd30a6f38f41562747d2e31e9cfdbcba56b95 100644 (file)
@@ -1,3 +1,11 @@
+2023-01-04  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2023-01-04  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/108282
+       * g++.dg/cpp2a/concepts-requires34.C: New test.
+
 2022-12-28  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 3bfb448a1fe85d71298c33fce12d721dcab2b663..86254dcc8bdf4204f47864cfd0a71a291b7b8543 100644 (file)
@@ -1,3 +1,17 @@
+2023-01-04  Florian Weimer  <fweimer@redhat.com>
+
+       Backported from master:
+       2022-10-18  Florian Weimer  <fweimer@redhat.com>
+
+       * acinclude.m4 (ac_cv_func_strncmp_works): Add missing
+       int return type and parameter list to the definition of main.
+       Include <stdlib.h> and <string.h> for prototypes.
+       (ac_cv_c_stack_direction): Add missing
+       int return type and parameter list to the definitions of
+       main, find_stack_direction.  Include <stdlib.h> for exit
+       prototype.
+       * configure: Regenerate.
+
 2022-08-19  Release Manager
 
        * GCC 12.2.0 released.
index 3a9a5ce6b03df440ab63de66c6eb6a53bf5c833b..b86d1cdf58ed621b49e8dc155bd628c7d95a3d64 100644 (file)
@@ -1,3 +1,12 @@
+2023-01-04  Florian Weimer  <fweimer@redhat.com>
+
+       Backported from master:
+       2022-10-18  Florian Weimer  <fweimer@redhat.com>
+
+       * configure.ac (sanitizer_supported): Include <unistd.h> for
+       syscall prototype.
+       * configure: Regenerate.
+
 2022-08-19  Release Manager
 
        * GCC 12.2.0 released.