From: GCC Administrator Date: Mon, 29 Nov 2021 00:16:16 +0000 (+0000) Subject: Daily bump. X-Git-Tag: upstream/12.2.0~3130 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2f0dd172bc63555457cda42c31e9b19f280dd40a;p=platform%2Fupstream%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 232da26..ec28a33 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,30 @@ +2021-11-28 Jan Hubicka + + * profile.c: Include sreal.h + (struct bb_stats): New. + (cmp_stats): New function. + (compute_branch_probabilities): Output bb stats. + +2021-11-28 Jan Hubicka + + * 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 PR middle-end/103431 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 4fdb99f..4008edd 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20211128 +20211129 diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog index 999f254..4009aab 100644 --- a/gcc/d/ChangeLog +++ b/gcc/d/ChangeLog @@ -1,3 +1,7 @@ +2021-11-28 Martin Liska + + * d-attribs.cc (parse_optimize_options): Fix thinko. + 2021-11-26 Martin Liska * d-attribs.cc (parse_optimize_options): Check index before diff --git a/libsanitizer/ChangeLog b/libsanitizer/ChangeLog index 67bd3fd..2b8135c 100644 --- a/libsanitizer/ChangeLog +++ b/libsanitizer/ChangeLog @@ -1,3 +1,17 @@ +2021-11-28 Andrew Pinski + + 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 PR bootstrap/102675 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 19e8e45..3c85bd4 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,10 @@ +2021-11-28 Jakub Jelinek + + * 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 * testsuite/24_iterators/move_iterator/dr3265.cc: Fix test to