This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f1e4e020706 2017-11-13 Fritz Reese fritzoreese@gmail.com new bfb98797bdd * ipa-split.c (struct split_point): Add count. (consider_ [...] new 7172e2535ba * bb-reorder.c: Remove frequencies from comments. (better [...] new 43b5d0a6e59 Require alloca for c-c++-common/Wstringop-truncation.c new 265f28844fb Allow asyncwait-1.c to run for non-nvidia devices new 003dce4b04b * ipa-inline.c (compute_uninlined_call_time, compute_inlin [...]
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 | 24 +++++ gcc/bb-reorder.c | 113 ++++++++++++--------- gcc/ipa-inline.c | 9 +- gcc/ipa-split.c | 43 ++++---- gcc/testsuite/ChangeLog | 8 ++ gcc/testsuite/c-c++-common/Wstringop-truncation.c | 3 +- gcc/testsuite/gcc.dg/tree-ssa/fnsplit-1.c | 1 + gcc/testsuite/gcc.dg/tree-ssa/fnsplit-2.c | 33 ++++++ libgomp/ChangeLog | 5 + .../libgomp.oacc-c-c++-common/asyncwait-1.c | 16 ++- 10 files changed, 178 insertions(+), 77 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/fnsplit-2.c