]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 22 Apr 2023 00:19:16 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 22 Apr 2023 00:19:16 +0000 (00:19 +0000)
gcc/DATESTAMP
gcc/c-family/ChangeLog
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 1bf412b8655b9598a3b3faf6d9d34b0fb370a1f4..255d261f77a7e015569a18ed63466f3f58c0e615 100644 (file)
@@ -1 +1 @@
-20230421
+20230422
index 18ee28e66806dc25d639d9192772a56b037addad..a419e0486fd3d0ab23f0f1ea1b50cfc8110c4993 100644 (file)
@@ -1,3 +1,9 @@
+2023-04-21  Jason Merrill  <jason@redhat.com>
+
+       PR c++/107163
+       * c-common.c (verify_tree): Don't use sequenced handling
+       for COMPONENT_REF.
+
 2022-06-28  Release Manager
 
        * GCC 10.4.0 released.
index 1c57627714a713ab8144094a65c992936c4b384f..bbb71668e1fa2b6e7cec65ec6e83b7dae14d6d1c 100644 (file)
@@ -1,3 +1,26 @@
+2023-04-21  Jason Merrill  <jason@redhat.com>
+
+       PR c++/105996
+       * typeck.c (build_ptrmemfunc): Drop 0-offset optimization
+       and location wrappers.
+
+2023-04-21  Jason Merrill  <jason@redhat.com>
+
+       PR c++/108975
+       * lambda.c (prune_lambda_captures): Don't bother in a template.
+
+2023-04-21  Jason Merrill  <jason@redhat.com>
+
+       PR c++/69410
+       * friend.c (do_friend): Handle namespace as scope argument.
+       * decl.c (grokdeclarator): Pass down in_namespace.
+
+2023-04-21  Jason Merrill  <jason@redhat.com>
+
+       PR c++/101869
+       * semantics.c (finish_qualified_id_expr): Don't try to build a
+       pointer-to-member if the scope is an enumeration.
+
 2022-12-16  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master:
index 6d8ef488fbb40946aa2fd0ef9ebe369d651969a2..ee1501c253ee6070a8ae5df2ab0c3f1bb15f36ea 100644 (file)
@@ -1,3 +1,28 @@
+2023-04-21  Jason Merrill  <jason@redhat.com>
+
+       PR c++/107163
+       * g++.dg/warn/Wsequence-point-5.C: New test.
+
+2023-04-21  Jason Merrill  <jason@redhat.com>
+
+       PR c++/105996
+       * g++.dg/cpp0x/constexpr-pmf3.C: New test.
+
+2023-04-21  Jason Merrill  <jason@redhat.com>
+
+       PR c++/108975
+       * g++.dg/cpp0x/lambda/lambda-const11.C: New test.
+
+2023-04-21  Jason Merrill  <jason@redhat.com>
+
+       PR c++/69410
+       * g++.dg/lookup/friend24.C: New test.
+
+2023-04-21  Jason Merrill  <jason@redhat.com>
+
+       PR c++/101869
+       * g++.dg/cpp0x/enum43.C: New test.
+
 2023-04-18  Philipp Tomsich  <philipp.tomsich@vrull.eu>
 
        Backported from master: