This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 10c8507372f libgo: update to Go1.15rc2 release new 87d6dae308d openmp: Avoid floating point comparison at the end of bb wi [...] new 676b5525e83 openmp: Handle clauses with gimple sequences in convert_non [...] new e2882e76089 rs6000: MMA built-ins reject typedefs of MMA types new a29117041d5 gcc.dg/pr30957-1.c: xfail for mmix. new bc0ca715c29 Daily bump. new fb9e3f79464 gcc.dg/pr44194-1.c: Skip for mmix. new 94d4f4387de testsuite, Darwin: XFAIL runs for two timode conversion tests.
The 7 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 | 21 ++++++++++ gcc/DATESTAMP | 2 +- gcc/config/rs6000/rs6000.c | 48 ++++++++++++++-------- gcc/omp-expand.c | 22 ++++++++-- gcc/testsuite/ChangeLog | 14 +++++++ gcc/testsuite/c-c++-common/gomp/pr96424.c | 23 +++++++++++ gcc/testsuite/gcc.dg/pr30957-1.c | 4 +- gcc/testsuite/gcc.dg/pr44194-1.c | 1 + .../gcc.dg/torture/fp-int-convert-timode-3.c | 1 + .../gcc.dg/torture/fp-int-convert-timode-4.c | 1 + gcc/testsuite/gcc.target/powerpc/pr96530.c | 20 +++++++++ gcc/tree-nested.c | 46 ++++++++++++++++----- libgomp/ChangeLog | 6 +++ libgomp/testsuite/libgomp.fortran/pr93553.f90 | 21 ++++++++++ 14 files changed, 196 insertions(+), 34 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/pr96424.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr96530.c create mode 100644 libgomp/testsuite/libgomp.fortran/pr93553.f90