]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 14 May 2022 00:18:27 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 14 May 2022 00:18:27 +0000 (00:18 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 7d15185cd15a12cd7a0b7e38c4a126954a60aafe..8ab2db9cdf6af009b8d817b2cd5b2b4d95555f37 100644 (file)
@@ -1 +1 @@
-20220513
+20220514
index fb966a7e0c478216a6ba0dc4fd49389b64e85199..a5393fab0fef3c8b6958167a33e81ff31d0cf2d2 100644 (file)
@@ -1,3 +1,42 @@
+2022-05-13  Jason Merrill  <jason@redhat.com>
+
+       PR c++/101078
+       * pt.c (tsubst_baselink): Update binfos in non-dependent case.
+
+2022-05-13  Jason Merrill  <jason@redhat.com>
+
+       PR c++/65211
+       * pt.c (tsubst_decl) [TYPE_DECL]: Copy TYPE_ALIGN.
+
+2022-05-13  Jason Merrill  <jason@redhat.com>
+
+       PR c++/101698
+       * pt.c (tsubst_baselink): Also check dependent optype.
+
+2022-05-13  Jason Merrill  <jason@redhat.com>
+
+       PR c++/101442
+       * decl.c (cp_finish_decl): Don't pass decl to push_cleanup.
+       * init.c (perform_member_init): Likewise.
+       * semantics.c (push_cleanup): Adjust comment.
+
+2022-05-13  Jason Merrill  <jason@redhat.com>
+
+       PR c++/99066
+       * pt.c (mark_decl_instantiated): Set DECL_EXTERNAL.
+
+2022-05-13  Jason Merrill  <jason@redhat.com>
+
+       PR c++/91241
+       * mangle.c (write_compact_number): Add sanity check.
+       (write_local_name): Use list_length for parm number.
+
+2022-05-13  Jason Merrill  <jason@redhat.com>
+
+       PR c++/86355
+       * pt.c (use_pack_expansion_extra_args_p): Don't compare
+       args from the same argument pack.
+
 2022-05-12  Jason Merrill  <jason@redhat.com>
 
        Revert:
index 06072f98436d4066a7a0da0b5e7e164567836692..d3fada4dfe33c3f4e9b4dac37daa30e3df756aef 100644 (file)
@@ -1,3 +1,38 @@
+2022-05-13  Jason Merrill  <jason@redhat.com>
+
+       PR c++/101078
+       * g++.dg/template/access39.C: New test.
+
+2022-05-13  Jason Merrill  <jason@redhat.com>
+
+       PR c++/65211
+       * g++.target/i386/vec-tmpl1.C: New test.
+
+2022-05-13  Jason Merrill  <jason@redhat.com>
+
+       PR c++/101698
+       * g++.dg/template/conv19.C: New test.
+
+2022-05-13  Jason Merrill  <jason@redhat.com>
+
+       PR c++/101442
+       * g++.dg/cpp0x/initlist-nrv1.C: New test.
+
+2022-05-13  Jason Merrill  <jason@redhat.com>
+
+       PR c++/99066
+       * g++.dg/cpp0x/extern_template-6.C: New test.
+
+2022-05-13  Jason Merrill  <jason@redhat.com>
+
+       PR c++/91241
+       * g++.dg/abi/lambda-defarg1.C: New test.
+
+2022-05-13  Jason Merrill  <jason@redhat.com>
+
+       PR c++/86355
+       * g++.dg/cpp0x/alias-decl-variadic2.C: New test.
+
 2022-05-12  Jason Merrill  <jason@redhat.com>
 
        Revert: