This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 90efaebf95c libgomp: change alloc-pinned tests failure mode new 64001441ec9 libgomp, openmp: Add ompx_gnu_pinned_mem_alloc new 90c558ef740 testsuite/52641 - Adjust some test cases to less capable pl [...] new 3d23abd3dd9 AVR: target/88236, target/115726 - Fix __memx code generation.
The 3 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/avr/avr.cc | 8 +- gcc/config/avr/avr.md | 18 +++- gcc/fortran/openmp.cc | 11 +- gcc/testsuite/gcc.dg/analyzer/pr109577.c | 8 +- .../gcc.dg/analyzer/pr93032-mztools-signed-char.c | 1 + .../analyzer/pr93032-mztools-unsigned-char.c | 1 + gcc/testsuite/gcc.dg/analyzer/putenv-1.c | 1 + gcc/testsuite/gcc.dg/torture/type-generic-1.c | 1 + .../gcc.target/avr/torture/pr88236-pr115726.c | 115 +++++++++++++++++++++ .../gfortran.dg/gomp/allocate-pinned-1.f90 | 16 +++ libgomp/allocator.c | 115 +++++++++++++++------ libgomp/env.c | 1 + libgomp/libgomp.texi | 7 +- libgomp/omp.h.in | 1 + libgomp/omp_lib.f90.in | 2 + libgomp/omp_lib.h.in | 2 + .../{alloc-pinned-1.c => alloc-pinned-5.c} | 22 ++-- libgomp/testsuite/libgomp.c/alloc-pinned-6.c | 102 ++++++++++++++++++ .../testsuite/libgomp.fortran/alloc-pinned-1.f90 | 16 +++ 19 files changed, 388 insertions(+), 60 deletions(-) create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr88236-pr115726.c create mode 100644 gcc/testsuite/gfortran.dg/gomp/allocate-pinned-1.f90 copy libgomp/testsuite/libgomp.c/{alloc-pinned-1.c => alloc-pinned-5.c} (75%) create mode 100644 libgomp/testsuite/libgomp.c/alloc-pinned-6.c create mode 100644 libgomp/testsuite/libgomp.fortran/alloc-pinned-1.f90