]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 5 Dec 2022 00:17:24 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 5 Dec 2022 00:17:24 +0000 (00:17 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libsanitizer/ChangeLog
libstdc++-v3/ChangeLog

index 1638a1245b86225bd9ff97b88c9f85330f07cd19..fac0e17b9fafc46cb99f3b1148c77203592a68f8 100644 (file)
@@ -1 +1 @@
-20221204
+20221205
index 6ebd1ae33b9ba26221813e417a0376dd02a8c990..254d384eee05ce8c2c591f999c6ce296357a6784 100644 (file)
@@ -1,3 +1,20 @@
+2022-12-04  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/107417
+       * pt.cc (for_each_template_parm_r) <case REQUIRES_EXPR>: Move
+       walking of the TREE_TYPE of each parameter to ...
+       * tree.cc (cp_walk_subtrees) <case REQUIRES_EXPR>: ... here.
+
+2022-12-04  Iain Sandoe  <iain@sandoe.co.uk>
+           Adrian Perl  <adrian.perl@web.de>
+
+       PR c++/100611
+       PR c++/101367
+       PR c++/101976
+       PR c++/99576
+       * coroutines.cc (find_interesting_subtree): Do not promote temporaries
+       that are only used as direct initializers for some other object.
+
 2022-12-03  Patrick Palka  <ppalka@redhat.com>
 
        PR c++/103081
index fbb7ed559ce3b1f97bd49da96944e0fcee33f0ad..68df3a033f8a0aea49617f77b2cc9fc8123f2cfe 100644 (file)
@@ -1,3 +1,22 @@
+2022-12-04  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/107922
+       * simplify.cc (gfc_simplify_unpack): Terminate simplification when
+       array-valued argument FIELD does not provide enough elements.
+
+2022-12-04  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/107870
+       * intrinsic.texi: Fix typo in documentation of intrinsic FLOOR.
+       Describe the optional KIND argument to intrinsics as a scalar
+       constant expression, in accordance with the current standard.
+
+2022-12-04  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/107899
+       * resolve.cc (resolve_deallocate_expr): Avoid NULL pointer dereference
+       on invalid CLASS variable.
+
 2022-11-30  Martin Liska  <mliska@suse.cz>
 
        * parse.cc (parse_omp_structured_block): Remove extra semicolon.
index 3a60cfa7853023f23d65f53888df17f3a10ffb3e..d631900f30db755fb80cb18864a41cf55aecb0ae 100644 (file)
@@ -1,3 +1,31 @@
+2022-12-04  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/107922
+       * gfortran.dg/unpack_field_1.f90: New test.
+
+2022-12-04  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/107899
+       * gfortran.dg/pr107899.f90: New test.
+
+2022-12-04  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/107417
+       * g++.dg/cpp2a/concepts-requires33.C: New test.
+
+2022-12-04  Iain Sandoe  <iain@sandoe.co.uk>
+           Adrian Perl  <adrian.perl@web.de>
+
+       PR c++/100611
+       PR c++/101367
+       PR c++/101976
+       PR c++/99576
+       * g++.dg/coroutines/pr100611.C: New test.
+       * g++.dg/coroutines/pr101367.C: New test.
+       * g++.dg/coroutines/pr101976.C: New test.
+       * g++.dg/coroutines/pr99576_1.C: New test.
+       * g++.dg/coroutines/pr99576_2.C: New test.
+
 2022-12-03  Patrick Palka  <ppalka@redhat.com>
 
        PR c++/103081
index a0e500379889c13145b526ca331b7ca13f56e41a..2a7ce17c807cab0028bcc0ceb82077f53ef1a80a 100644 (file)
@@ -1,3 +1,7 @@
+2022-12-04  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * configure.tgt: Restrict build to Darwin 16 or newer.
+
 2022-11-15  Martin Liska  <mliska@suse.cz>
 
        * LOCAL_PATCHES: Update local patches.
index 4ddb404752e424730b7cf977f71fcf2c79346d7c..219cbfcf52bf4a4cb600c9abb84c49253190d3e2 100644 (file)
@@ -1,3 +1,14 @@
+2022-12-04  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * config/os/bsd/darwin/os_defines.h
+       (_GTHREAD_USE_RECURSIVE_MUTEX_INIT_FUNC): Limit use of this macro
+       to OS versions that need it.
+
+2022-12-04  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * config/os/bsd/darwin/os_defines.h (_GLIBCXX_WEAK_DEFINITION): Use the
+       implementation namespace for the weak attribute.
+
 2022-12-02  Björn Schäpers  <bjoern@hazardy.de>
            Jonathan Wakely  <jwakely@redhat.com>