This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9a8db5d 2016-11-16 Jerry DeLisle jvdelisle@gcc.gnu.org new 50eec24 gcc: remove unneeded global related to hot/cold partitioning new 9ee8523 2016-11-16 Bill Schmidt wschmidt@linux.vnet.ibm.com
The 2 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 | 3 +- gcc/c-family/c-attribs.c | 2 - gcc/final.c | 2 - gcc/testsuite/ChangeLog | 6 +++ gcc/testsuite/gcc.dg/tree-prof/section-attr-1.c | 45 +++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-prof/section-attr-2.c | 44 +++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-prof/section-attr-3.c | 45 +++++++++++++++++++++ gcc/toplev.c | 5 --- gcc/toplev.h | 5 --- gcc/tree-if-conv.c | 52 +++++++++++++++++++++++-- 11 files changed, 213 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-prof/section-attr-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-prof/section-attr-2.c create mode 100644 gcc/testsuite/gcc.dg/tree-prof/section-attr-3.c