]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 10 Jul 2021 00:18:32 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 10 Jul 2021 00:18:32 +0000 (00:18 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/ada/ChangeLog
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 662b8f3b0214d74167c2fbd5cd4cbbe0efd178d6..33669b7c62ba00d3c70eba1a7be037ffc0a37841 100644 (file)
@@ -1,3 +1,26 @@
+2021-07-09  Martin Jambor  <mjambor@suse.cz>
+
+       Backported from master:
+       2021-07-08  Martin Jambor  <mjambor@suse.cz>
+
+       PR ipa/101066
+       * ipa-sra.c (class isra_call_summary): New member
+       m_before_any_store, initialize it in the constructor.
+       (isra_call_summary::dump): Dump the new field.
+       (ipa_sra_call_summaries::duplicate): Copy it.
+       (process_scan_results): Set it.
+       (isra_write_edge_summary): Stream it.
+       (isra_read_edge_summary): Likewise.
+       (param_splitting_across_edge): Only override
+       safe_to_import_accesses if m_before_any_store is set.
+
+2021-07-09  Eric Botcazou  <ebotcazou@adacore.com>
+
+       PR target/101377
+       * gcc.c (ASM_DEBUG_DWARF_OPTION): Set again to --gdwarf2 in
+       the case where HAVE_AS_WORKING_DWARF_N_FLAG is not defined
+       and HAVE_LD_BROKEN_PE_DWARF5 is defined.
+
 2021-07-07  Peter Bergner  <bergner@linux.ibm.com>
 
        Backported from master:
index 23a1b2582b820766fc34858a44c7504357f9cc7d..1d7b87f419047f87bd177f250bb048aad44b26aa 100644 (file)
@@ -1 +1 @@
-20210709
+20210710
index 1eb02f010b84a712a7850665e2078417021a0236..d1d889d9d036e2d90d03cf1fab749dc3c608376b 100644 (file)
@@ -1,3 +1,7 @@
+2021-07-09  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc-interface/utils.c (finish_subprog_decl): Remove obsolete line.
+
 2021-07-01  Eric Botcazou  <ebotcazou@adacore.com>
 
        PR ada/101094
index 3866f087d5b2286725c232efa6947f1a7b586ec2..f48eb70a6f3ee7ba9f7b3de1feadf3d2bbf8ab3a 100644 (file)
@@ -1,3 +1,23 @@
+2021-07-09  Jason Merrill  <jason@redhat.com>
+
+       PR c++/101098
+       * decl.c (function_requirements_equivalent_p): Only compare
+       trailing requirements on a specialization.
+
+2021-07-09  Jason Merrill  <jason@redhat.com>
+
+       PR c++/100838
+       * call.c (convert_like_internal): Clear tf_no_cleanup when
+       recursing.
+       (build_user_type_conversion_1): Only add ck_rvalue if
+       LOOKUP_ONLYCONVERTING.
+
+2021-07-09  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.
+
 2021-07-08  Marek Polacek  <polacek@redhat.com>
 
        Backported from master:
index 77e0f9033689889e03fcc95eb4cc390ea1b98c08..d2fc32d7127f900bdbde22e1c66bc66d6626dd58 100644 (file)
@@ -1,3 +1,26 @@
+2021-07-09  Jason Merrill  <jason@redhat.com>
+
+       PR c++/101098
+       * g++.dg/concepts/explicit-spec1.C: New test.
+
+2021-07-09  Jason Merrill  <jason@redhat.com>
+
+       PR c++/100838
+       * g++.dg/init/no-elide2.C: New test.
+
+2021-07-09  Jason Merrill  <jason@redhat.com>
+
+       PR c++/86355
+       * g++.dg/cpp0x/alias-decl-variadic2.C: New test.
+
+2021-07-09  Martin Jambor  <mjambor@suse.cz>
+
+       Backported from master:
+       2021-07-08  Martin Jambor  <mjambor@suse.cz>
+
+       PR ipa/101066
+       * gcc.dg/ipa/pr101066.c: New test.
+
 2021-07-08  Marek Polacek  <polacek@redhat.com>
 
        Backported from master: