This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d21776ef903 libstdc++: Simplify __numeric_traits definition new f8f575d7593 Compare field offsets in operand_equal_p and OEP_ADDRESS_OF new 876b45db81a system: Add WARN_UNUSED_RESULT new b86aedb0cc0 ipa-cp: Work with time benefits and frequencies in sreals new 25a0d08b7f9 cgraph: Avoid segfault when attempting to dump NULL clone_info new 9106c51e57c Adjust 'libgomp.oacc-fortran/attach-descriptor-1.f90' for i [...] new 6fcc3cac429 openmp: Implement allocate clause in omp lowering.
The 6 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/builtin-types.def | 2 + gcc/builtins.c | 2 + gcc/cgraphclones.c | 4 +- gcc/fold-const.c | 45 +++- gcc/fortran/f95-lang.c | 11 +- gcc/fortran/types.def | 5 + gcc/gimplify.c | 61 ++++- gcc/ipa-cp.c | 151 ++++++------ gcc/omp-builtins.def | 9 +- gcc/omp-expand.c | 9 +- gcc/omp-low.c | 148 ++++++++++-- gcc/system.h | 6 + gcc/tree-ssa-ccp.c | 1 + gcc/tree-ssa-dce.c | 41 ++-- gcc/tree.h | 2 +- libgomp/allocator.c | 42 +++- libgomp/libgomp.map | 6 + libgomp/libgomp_g.h | 5 + libgomp/omp.h.in | 2 +- libgomp/testsuite/libgomp.c++/allocate-1.C | 194 ++++++++++++++++ .../testsuite/libgomp.c-c++-common/allocate-1.c | 254 +++++++++++++++++++++ .../libgomp.oacc-fortran/attach-descriptor-1.f90 | 3 +- 22 files changed, 873 insertions(+), 130 deletions(-) create mode 100644 libgomp/testsuite/libgomp.c++/allocate-1.C create mode 100644 libgomp/testsuite/libgomp.c-c++-common/allocate-1.c