Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 29 Nov 2021 00:16:16 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 29 Nov 2021 00:16:16 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/d/ChangeLog
libsanitizer/ChangeLog
libstdc++-v3/ChangeLog

index 232da26..ec28a33 100644 (file)
@@ -1,3 +1,30 @@
+2021-11-28  Jan Hubicka  <hubicka@ucw.cz>
+
+       * profile.c: Include sreal.h
+       (struct bb_stats): New.
+       (cmp_stats): New function.
+       (compute_branch_probabilities): Output bb stats.
+
+2021-11-28  Jan Hubicka  <hubicka@ucw.cz>
+
+       * cfghooks.c: Include sreal.h, profile.h.
+       (profile_record_check_consistency): Fix checking of count counsistency;
+       record also dynamic mismatches.
+       * cfgrtl.c (rtl_account_profile_record): Similarly.
+       * tree-cfg.c (gimple_account_profile_record): Likewise.
+       * cfghooks.h (struct profile_record): Remove num_mismatched_freq_in,
+       num_mismatched_freq_out, turn time to double, add
+       dyn_mismatched_prob_out, dyn_mismatched_count_in,
+       num_mismatched_prob_out; remove num_mismatched_count_out.
+       * passes.c (account_profile_1): New function.
+       (account_profile_in_list): New function.
+       (pass_manager::dump_profile_report): Rewrite.
+       (execute_one_ipa_transform_pass): Check profile consistency after
+       running all passes.
+       (execute_all_ipa_transforms): Remove cfun test; record all transform
+       methods.
+       (execute_one_pass): Fix collecting of profile stats.
+
 2021-11-27  Jakub Jelinek  <jakub@redhat.com>
 
        PR middle-end/103431
index 4fdb99f..4008edd 100644 (file)
@@ -1 +1 @@
-20211128
+20211129
index 999f254..4009aab 100644 (file)
@@ -1,3 +1,7 @@
+2021-11-28  Martin Liska  <mliska@suse.cz>
+
+       * d-attribs.cc (parse_optimize_options): Fix thinko.
+
 2021-11-26  Martin Liska  <mliska@suse.cz>
 
        * d-attribs.cc (parse_optimize_options): Check index before
index 67bd3fd..2b8135c 100644 (file)
@@ -1,3 +1,17 @@
+2021-11-28  Andrew Pinski  <apinski@marvell.com>
+
+       PR sanitizer/62157
+       * Makefile.am: Force DIST_SUBDIRS to be SUBDIRS.
+       * Makefile.in: Regenerate.
+       * asan/Makefile.in: Likewise.
+       * hwasan/Makefile.in: Likewise.
+       * interception/Makefile.in: Likewise.
+       * libbacktrace/Makefile.in: Likewise.
+       * lsan/Makefile.in: Likewise.
+       * sanitizer_common/Makefile.in: Likewise.
+       * tsan/Makefile.in: Likewise.
+       * ubsan/Makefile.in: Likewise.
+
 2021-11-18  Jakub Jelinek  <jakub@redhat.com>
 
        PR bootstrap/102675
index 19e8e45..3c85bd4 100644 (file)
@@ -1,3 +1,10 @@
+2021-11-28  Jakub Jelinek  <jakub@redhat.com>
+
+       * include/std/bit (__cpp_lib_byteswap, byteswap): Define.
+       * include/std/version (__cpp_lib_byteswap): Define.
+       * testsuite/26_numerics/bit/bit.byteswap/byteswap.cc: New test.
+       * testsuite/26_numerics/bit/bit.byteswap/version.cc: New test.
+
 2021-11-26  Jonathan Wakely  <jwakely@redhat.com>
 
        * testsuite/24_iterators/move_iterator/dr3265.cc: Fix test to