This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-10 in repository gcc.
at b1f4e022e39 Fix routine-wv-2.c testcase
This branch includes the following new commits:
new 56ebcdff802 OpenACC reference count consistency checking new 672f38021b9 Merge non-contiguous array support patches. new ac060179692 Add support for OpenACC routine nohost clause new 26ab766616c Tweak error return value for acc_set_cuda_stream. new 271c7fef548 Add OpenACC Fortran support for deviceptr and variable in c [...] new 6b3e1f7f05c Various OpenACC reduction enhancements - FE changes new 59399e6736d Various OpenACC reduction enhancements - ME and nvptx changes new 6a0b5806b24 Various OpenACC reduction enhancements - test cases new 7bd26c43d89 Adjustments and additions to testcases new ac680476015 Reinstate kernels-restrict behaviour new 8d0ca41552b Generate sequential loop for OpenACC loop directive inside kernels new 4472e4cdcd2 Default compute dimensions (compile time) new ac9ef95aece Fix implicit mapping for array slices on lexically-enclosin [...] new dca82793352 Enable GOMP_MAP_FIRSTPRIVATE_INT for OpenACC new 124267af3fc Don't mark OpenACC auto loops as independent inside acc par [...] new d8886481490 Enable firstprivate OpenACC reductions new 35fdbda7890 Fix hang when running oacc exec with CUDA 9.0 nvprof new d2c59779b67 Tweak target selector for libgomp.oacc-c-c++-common/lib-93.c. new 05d918c4aba Add support for gang local storage allocation in shared memory new 02f5c7c5698 Disable libstdc++ dependency for libffi new b771bc54e40 Use functional parameters for data mappings in OpenACC chil [...] new 097e2f3fd68 Use "-fopenacc-kernels=parloops" to document "parloops" test cases new 887343372b8 Add OpenACC target kinds for decomposed kernels regions new b167301235a Separate OpenACC kernels regions in data and parallel parts new 22f927c8aa0 Turn OpenACC kernels regions into a sequence of parallel regions new d351dc7bc2f Handle conditional execution of loops in OpenACC kernels regions new b5d43dd2546 Adjust parallelism of loops in gang-single parts of OpenACC [...] new 25a0d844eae Launch kernels asynchronously in OpenACC kernels regions new 809ea597222 New OpenACC kernels region decompose algorithm new 757f56ddc43 Make new OpenACC kernels conversion the default; adjust and [...] new b0019bff0e8 Adjust parallelism of loops in gang-single parts of OpenACC [...] new 4c85961d328 Update OpenACC version to 2.6 new 5269ac42720 Avoid introducing 'create' mapping clauses for loop index v [...] new 49294452173 Add kernels for-index reuse testcase. new c86abe0ca30 Fix references declared in lexically-enclosing OpenACC data region new 7776b13bc8c Fix lexically-nested data mappings for no_alloc or optional [...] new 919cba4067e Fix expected messages in goacc tests new 9e6da891e7a Apply gangprivate attribute to innermost decl new 4713df8ae60 Assumed-size arrays with non-lexical data mappings new 9ba65a87235 Allow the accelerator to have more offloaded functions than [...] new 248556338b1 Add changes to profiling interface from OG8 branch new d0146a325eb Make OpenACC function-parameter explosion optional new 3dc349938bf NVPTX GOMP_OFFLOAD_openacc_async_construct arg fix and gomp [...] new 57e06929b83 Add missing exec_params libgomp plugin entry points new 82bc2135fbf Wait at end of OpenACC asynchronous kernels regions new f0262b2b828 Fix libgomp.oacc-fortran/lib-13.f90 async bug new c42e0054112 Target-dependent gang-private variable decl rewriting new 3988d81e7ea OpenACC middle-end worker-partitioning support new 56172e7600d AMD GCN adjustments for middle-end worker partitioning new fae9df4a5d7 Fix up tests for oaccdevlow pass splitting new 3364541f48e Reference reduction localization new d5db8d5fe9f Enable worker partitioning for AMD GCN new 9f45163e0f4 Fix tree check failure with reduction localization new 52a57636882 Remove duplicate SESE code in NVPTX backend new 10fdf1bb02a Use more appropriate var in localize_reductions call new ccd96b9e286 A couple of GCN-specific test fixes new 081a01963ca Update expected messages, errors and warnings for "kernels" tests new 385bf93bc52 OpenACC profiling-interface fixes for asynchronous operations new decc8d880ac Silence compiler warnings new 6ed28337c00 Reduce testsuite fails new 5d48cf82cd2 Handle references in OpenACC "private" clauses new 2f4b477223f Re-do OpenACC private variable resolution new 7bfa2500bda Fortran "declare create"/allocate support for OpenACC new 2cfa42221b6 Fix warning syntax and typos in two libgomp tests new e9a27c2b510 Fix OpenACC "ephemeral" asynchronous host-to-device copies new f3fa42184d9 libgomp - fix dg-warning line numbers new 4432a0a7c77 Fix ICE in oacc_verify_routine_clauses new 147eef77497 Fix testsuite failures due to expected compiler warnings new c62e449fd06 Fix execution error in loop-dim-default.c test running on AMD GCN new 9638c1878ce Fix vector handling for firstprivate of <= pointer size new 6f2e305ae7c Run all kernels regions with GOMP_MAP_FORCE_TOFROM mappings [...] new 2a1d0ba2a6c Fix ICE in libgomp.oacc-c++/ref-1.C new 1839e6b077d Allow gang reductions inside serial constructs new d8ac69c46a0 Add expected warnings to parallel-dims.c and parallel-dims. [...] new 0467fba95a9 Fix for is_gimple_reg vars to 'data kernels' new e915489bb79 Reduce XFAILs in goacc/kernels-decompose-1.f95 new 6e54a28a1c9 Allow gang-level reductions in OpenACC routines with gang-l [...] new 135515cf6b3 Fix test failure in routine-level-of-parallelism-2.c testcase new 013d0aa877c Add XFAIL for libgomp.oacc-c-c++-common/data-firstprivate-1.c new f831607bc98 Move loop and switch tree data structures from cp/ to c-family/. new c71b11b8505 Change C front end to emit structured loop and switch tree nodes. new c96409c1f19 Kernels loops annotation: C and C++. new 6e1dc72756d Add -fno-openacc-kernels-annotate-loops option to more testcases. new fdbad20a57e Kernels loops annotation: Fortran. new b2d1e01c9e0 Additional Fortran testsuite fixes for kernels loops annota [...] new cb581bdb668 Fix bug in processing of array dimensions in data clauses. new af05cb35896 Fix loop-dim-default.c testcase for AMD GCN new f05bd03d506 Fix parallel-dims.f90 testcase for AMD GCN new ee4c727e509 OpenACC: fix privatization of by-reference arrays new 07e7ce4e913 Ensure sender/receiver refs are in the correct address space new c3162e0536f Fix goacc/noncontig_array-1.c testcase new b1f4e022e39 Fix routine-wv-2.c testcase
The 92 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.