This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5bcded95305 Enable building libssp with Intel CET new a8fd7248c97 Enable building libquadmath with Intel CET new 4a19ab5fa37 Enable building libmpx with Intel CET new 7ba254509ad 2017-11-17 Steve Ellcey sellcey@cavium.com new 42ea2de2862 Enable building libgfortran with Intel CET new 5dfed983bb7 2017-11-17 Steve Ellcey sellcey@cavium.com
The 5 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 | 7 +++ gcc/config/aarch64/aarch64.c | 20 -------- gcc/testsuite/ChangeLog | 4 ++ gcc/testsuite/gcc.target/aarch64/pr81356.c | 9 ++++ libgfortran/ChangeLog | 8 +++ libgfortran/Makefile.in | 4 +- libgfortran/acinclude.m4 | 2 + libgfortran/configure | 79 +++++++++++++++++++++++++++++- libgfortran/configure.ac | 7 +++ libmpx/ChangeLog | 12 +++++ libmpx/Makefile.in | 3 +- libmpx/acinclude.m4 | 2 + libmpx/configure | 76 +++++++++++++++++++++++++++- libmpx/configure.ac | 4 ++ libmpx/mpxrt/Makefile.am | 2 +- libmpx/mpxrt/Makefile.in | 5 +- libmpx/mpxwrap/Makefile.am | 4 +- libmpx/mpxwrap/Makefile.in | 7 ++- libquadmath/ChangeLog | 8 +++ libquadmath/Makefile.am | 1 + libquadmath/Makefile.in | 5 +- libquadmath/acinclude.m4 | 2 + libquadmath/configure | 78 ++++++++++++++++++++++++++++- libquadmath/configure.ac | 5 ++ 24 files changed, 319 insertions(+), 35 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/pr81356.c