This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cbf33885f54 Remove the null check from placement new in all modes new 7c3432355e5 * cgraph.c (cgraph_edge::sreal_frequency): New function. [...] new fa48a8cb7c3 PR lto/81351 * debug.h (dwarf2out_do_eh_frame): Declare. [...] new 74052a2ca86 * tree-ssa-sink.c (select_best_block): Do not use frequencies. new fdd2edb60ca * tree-ssa-coalesce.c (coalesce_cost): Fix formating. new 7c520377936 PR lto/81351 * dwarf2out.c (do_eh_frame): New static vari [...]
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 45 +++++++++++++++++++++++++++++++++ gcc/cgraph.c | 12 +++++++++ gcc/cgraph.h | 4 +++ gcc/debug.h | 3 +-- gcc/dwarf2cfi.c | 18 +++++++++---- gcc/dwarf2out.c | 16 +++++++----- gcc/ipa-fnsummary.c | 17 +++++++------ gcc/ipa-inline.c | 15 +++++------ gcc/lto-opts.c | 67 ++----------------------------------------------- gcc/profile-count.c | 27 ++++++++++++++++++++ gcc/profile-count.h | 3 +++ gcc/toplev.c | 7 +++--- gcc/tree-ssa-coalesce.c | 3 ++- gcc/tree-ssa-sink.c | 6 +++-- 14 files changed, 143 insertions(+), 100 deletions(-)