From: GCC Administrator Date: Thu, 5 Jan 2023 00:20:48 +0000 (+0000) Subject: Daily bump. X-Git-Tag: release-12.2.mpacbti-rel1~166 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13594459d337463d8ec130de6c3d7c55006a9fbc;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 488992842fa5..9d39ee8c855b 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20230104 +20230105 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 6c0f86e9459b..4d1ac08b8c45 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,12 @@ +2023-01-04 Patrick Palka + + Backported from master: + 2023-01-04 Patrick Palka + + 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 Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 059a8f0da90a..144bd30a6f38 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2023-01-04 Patrick Palka + + Backported from master: + 2023-01-04 Patrick Palka + + PR c++/108282 + * g++.dg/cpp2a/concepts-requires34.C: New test. + 2022-12-28 Harald Anlauf Backported from master: diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 3bfb448a1fe8..86254dcc8bdf 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,17 @@ +2023-01-04 Florian Weimer + + Backported from master: + 2022-10-18 Florian Weimer + + * acinclude.m4 (ac_cv_func_strncmp_works): Add missing + int return type and parameter list to the definition of main. + Include and for prototypes. + (ac_cv_c_stack_direction): Add missing + int return type and parameter list to the definitions of + main, find_stack_direction. Include for exit + prototype. + * configure: Regenerate. + 2022-08-19 Release Manager * GCC 12.2.0 released. diff --git a/libsanitizer/ChangeLog b/libsanitizer/ChangeLog index 3a9a5ce6b03d..b86d1cdf58ed 100644 --- a/libsanitizer/ChangeLog +++ b/libsanitizer/ChangeLog @@ -1,3 +1,12 @@ +2023-01-04 Florian Weimer + + Backported from master: + 2022-10-18 Florian Weimer + + * configure.ac (sanitizer_supported): Include for + syscall prototype. + * configure: Regenerate. + 2022-08-19 Release Manager * GCC 12.2.0 released.