This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e092c20e6d4 [PATCH][GCC] Make DR_TARGET_ALIGNMENT compile time variable new a9fe512733d Do not allow -mabi=ms and -fsanitize={,kernel-}address (PR [...] new ae1e77fa53e Improve -fprofile-report. new 8039cacecd5 2018-11-13 Richard Biener rguenther@suse.de
The 3 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 | 43 +++++++ gcc/cfghooks.c | 38 ++++-- gcc/cfghooks.h | 17 +-- gcc/cfgrtl.c | 12 +- gcc/config/i386/i386.c | 5 + gcc/passes.c | 207 +++++++++++++++++--------------- gcc/testsuite/ChangeLog | 10 ++ gcc/testsuite/gcc.dg/graphite/pr87931.c | 22 ++++ gcc/testsuite/gcc.target/i386/pr87930.c | 6 + gcc/tree-cfg.c | 11 +- gcc/tree-vect-loop.c | 16 +++ 11 files changed, 263 insertions(+), 124 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/graphite/pr87931.c create mode 100644 gcc/testsuite/gcc.target/i386/pr87930.c