This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bc9f52f574c Temporary remove "at least 8 byte alignment" code from x86 new 6848a0ae27a 2018-07-04 Denys Vlasenko dvlasenk@redhat.com Mart [...] new 9fd2a269cf4 Fix bootstrap on ia64 with old GCC version.
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 | 124 +++++++++++++++++++ gcc/common.opt | 16 +-- gcc/common/config/i386/i386-common.c | 16 ++- gcc/config/aarch64/aarch64-protos.h | 6 +- gcc/config/aarch64/aarch64.c | 90 +++++++------- gcc/config/alpha/alpha.c | 20 +-- gcc/config/arm/arm.c | 7 +- gcc/config/i386/i386.c | 112 ++++++++--------- gcc/config/ia64/ia64.c | 8 +- gcc/config/m68k/m68k.c | 15 ++- gcc/config/mips/mips.c | 30 ++--- gcc/config/powerpcspe/powerpcspe.c | 33 ++--- gcc/config/rs6000/rs6000.c | 33 ++--- gcc/config/rx/rx.c | 18 ++- gcc/config/rx/rx.h | 6 +- gcc/config/s390/s390.c | 4 +- gcc/config/sh/sh.c | 31 +++-- gcc/config/sparc/sparc.c | 6 +- gcc/config/spu/spu.c | 9 +- gcc/config/spu/spu.h | 2 +- gcc/config/visium/visium.c | 19 ++- gcc/config/visium/visium.h | 3 +- gcc/doc/invoke.texi | 66 +++++++--- gcc/final.c | 6 + gcc/flags.h | 71 +++++++---- gcc/function.c | 3 + gcc/ipa-icf.c | 2 +- gcc/lto-streamer.h | 6 +- gcc/lto/ChangeLog | 8 ++ gcc/lto/lto.c | 4 +- gcc/optc-save-gen.awk | 95 +++++++++++++- gcc/opth-gen.awk | 3 + gcc/opts.c | 108 +++++++++++++--- gcc/opts.h | 7 ++ gcc/testsuite/ChangeLog | 9 ++ gcc/testsuite/gcc.dg/pr84100.c | 2 +- gcc/testsuite/gcc.target/i386/falign-functions-2.c | 30 +++++ gcc/testsuite/gcc.target/i386/falign-functions.c | 8 ++ gcc/toplev.c | 136 +++++++++++++++++---- gcc/toplev.h | 7 ++ gcc/tree-streamer-in.c | 2 +- gcc/tree-streamer-out.c | 2 +- gcc/tree-switch-conversion.c | 5 + gcc/tree.c | 20 +-- gcc/varasm.c | 10 +- 45 files changed, 871 insertions(+), 347 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/falign-functions-2.c create mode 100644 gcc/testsuite/gcc.target/i386/falign-functions.c