This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8d9721cc670 /cp 2018-09-03 Paolo Carlini paolo.carlini@oracle.com new b2903606a95 Come up with TARGET_GET_VALID_OPTION_VALUES option hook (PR [...]
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 | 27 +++ gcc/common/common-target.def | 11 + gcc/common/common-targhooks.c | 9 + gcc/common/common-targhooks.h | 1 + gcc/common/config/i386/i386-common.c | 267 ++++++++++++++++++++++ gcc/config/i386/i386.c | 413 ++++------------------------------- gcc/config/i386/i386.h | 150 +++++++++++++ gcc/doc/tm.texi | 4 + gcc/doc/tm.texi.in | 2 + gcc/opt-suggestions.c | 30 ++- gcc/opt-suggestions.h | 6 +- gcc/opts.c | 33 +++ gcc/testsuite/ChangeLog | 5 + gcc/testsuite/gcc.dg/completion-4.c | 6 + 14 files changed, 587 insertions(+), 377 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/completion-4.c