This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bb3c9a3bb5d [C] Add a target hook that allows targets to verify type usage new 4ded402a10c 2019-11-30 Jan Hubicka hubicka@ucw.cz
The 1 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 | 18 ++++++++++ gcc/c-family/ChangeLog | 5 +++ gcc/c-family/c-attribs.c | 59 +++++++++++++++++++++++++++++++ gcc/cgraph.h | 2 ++ gcc/cgraphunit.c | 92 ++++++++++++++++++++++++++++++++++++++++++++++-- gcc/config/elfos.h | 11 ++++++ gcc/doc/extend.texi | 35 ++++++++++++++++++ gcc/lto-cgraph.c | 4 +++ gcc/output.h | 1 + gcc/symtab.c | 11 +++++- gcc/varasm.c | 17 +++++++++ gcc/varpool.c | 5 ++- 12 files changed, 256 insertions(+), 4 deletions(-)