This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_O1 in repository toolchain/ci/gcc.
from 9a1d892bb10 * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__COND [...] adds cefe37d72e5 PR target/90530 * config/pa/pa.c (pa_can_change_mode_clas [...] adds 626310900ad Daily bump. adds ce1fc950612 PR c++/90572 - wrong disambiguation in friend declaration. [...] adds 015ec1cb609 darwin, x86, testsuite - require alias on a test using it. adds 27852d6dc04 darwin, x86, testsuite - Check for an expected error on Darwin. adds 56dbd0ba439 darwin, x86, testsuite - Amend popcnt match string for Darwin. adds 891840c0cdb Daily bump. adds b4103d4b914 Remove Solaris 10-only note about -mvect8-ret-in-mem adds ec26a196c79 Added ChangeLog entry for last commit. adds 8dc5b8c7bd2 2019-05-26 Thomas Koenig tkoenig@gcc.gnu.org adds 42e1d959702 * config/pa/linux-unwind.h (pa32_fallback_frame_state): Add cast. adds 497b3a05b68 * doc/invoke.texi (Link Options): Many editorial changes a [...] adds e00bc0e4d4f darwin, x86, testsuite - Amend three PIE tests, adds ba475497835 * doc/xml/manual/appendix_contributing.xml: Update pointer [...] adds c07e90cdc2d * config/i386/i386.md (@leave_<mode>): New expander. (*le [...] adds e3c34695023 PR go/90614 syscall: avoid unused parameter error if W [...] adds 1367cb4637c PR go/90635 libgo: correct typo in USE_LIBFFI AM_CONDITIONAL adds fa1e16cfd3a Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 99 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386-expand.c | 6 +- gcc/config/i386/i386-options.c | 33 -------- gcc/config/i386/i386-options.h | 10 --- gcc/config/i386/i386.c | 62 +++++--------- gcc/config/i386/i386.md | 69 +++++++-------- gcc/config/i386/sse.md | 2 +- gcc/config/i386/x86-tune-sched.c | 6 +- gcc/config/pa/pa.c | 7 +- gcc/config/pa/pa.md | 8 +- gcc/cp/ChangeLog | 6 ++ gcc/cp/parser.c | 14 ++- gcc/doc/invoke.texi | 68 +++++++-------- gcc/fortran/ChangeLog | 6 ++ gcc/fortran/trans-types.c | 4 + gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/ChangeLog | 27 ++++++ gcc/testsuite/g++.dg/cpp2a/typename16.C | 11 +++ gcc/testsuite/g++.dg/parse/friend13.C | 16 ++++ gcc/testsuite/gcc.target/i386/pr39013-1.c | 8 +- gcc/testsuite/gcc.target/i386/pr39013-2.c | 8 +- gcc/testsuite/gcc.target/i386/pr59874-3.c | 3 +- gcc/testsuite/gcc.target/i386/pr64317.c | 11 ++- gcc/testsuite/gcc.target/i386/pr82659-3.c | 1 + gcc/testsuite/gcc.target/i386/pr89261.c | 3 +- libgcc/ChangeLog | 4 + libgcc/config/pa/linux-unwind.h | 2 +- libgo/configure | 2 +- libgo/configure.ac | 2 +- libgo/go/syscall/wait.c | 2 +- libstdc++-v3/ChangeLog | 5 ++ .../doc/xml/manual/appendix_contributing.xml | 2 +- 33 files changed, 324 insertions(+), 187 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/typename16.C create mode 100644 gcc/testsuite/g++.dg/parse/friend13.C