This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b7e42b85212 Use x instead of v for alternative 2 (v, BH) in mov<mode>_i [...] new 58edbc8a168 Fix typo in 'libgomp.c/target-51.c' new 460ad9b9050 Remove 'gcc/testsuite/g++.dg/warn/Wfree-nonheap-object.s' new 9c03391ba44 Tighten 'dg-warning' alternatives in 'c-c++-common/Wfree-no [...] new e76af2162c7 Add 'libgomp.{,oacc-}fortran/fortran-torture_execute_math.f90' new 4bcb46b3ade driver: Forward '-lgfortran', '-lm' to offloading compilation
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/config/gcn/mkoffload.cc | 12 +++++ gcc/config/nvptx/mkoffload.cc | 12 +++++ gcc/doc/invoke.texi | 5 +- gcc/gcc.cc | 56 ++++++++++++++++++++++ .../c-c++-common/Wfree-nonheap-object-2.c | 2 +- .../c-c++-common/Wfree-nonheap-object-3.c | 6 +-- gcc/testsuite/c-c++-common/Wfree-nonheap-object.c | 8 ++-- gcc/testsuite/g++.dg/warn/Wfree-nonheap-object.s | 0 .../gfortran.fortran-torture/execute/math.f90 | 24 +++++++++- libgomp/testsuite/libgomp.c/simd-math-1.c | 1 - libgomp/testsuite/libgomp.c/target-51.c | 2 +- .../fortran-torture_execute_math.f90 | 3 ++ libgomp/testsuite/libgomp.fortran/fortran.exp | 2 - .../fortran-torture_execute_math.f90 | 4 ++ libgomp/testsuite/libgomp.oacc-fortran/fortran.exp | 2 - 15 files changed, 120 insertions(+), 19 deletions(-) delete mode 100644 gcc/testsuite/g++.dg/warn/Wfree-nonheap-object.s create mode 100644 libgomp/testsuite/libgomp.fortran/fortran-torture_execute_math.f90 create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/fortran-torture_execute_ [...]