This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d80aeff0bf2 openmp: Add testcases to verify OpenMP 5.0 2.14 and OpenMP [...]
new 957c437363f PR c/100550 - ICE: in fold_convert_loc with function call V [...]
The 1 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/c/c-decl.c | 3 +++
gcc/testsuite/gcc.dg/Wvla-parameter-9.c | 30 ++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/Wvla-parameter-9.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11
in repository gcc.
from ecfb8658c04 arm: correctly handle inequality comparisons against max co [...]
new ac5bab25cfd arm: Remove duplicate definitions from arm_mve.h (pr100419).
The 1 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/arm/arm_mve.h | 460 ++++++++++++++---------------------------------
1 file changed, 132 insertions(+), 328 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10
in repository gcc.
from 1d1a690b4df arm: correctly handle inequality comparisons against max co [...]
new 788f9c8e0c2 arm: Remove duplicate definitions from arm_mve.h (pr100419).
The 1 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/arm/arm_mve.h | 460 ++++++++++++++---------------------------------
1 file changed, 132 insertions(+), 328 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-11
in repository gcc.
at 0c9f70490e3 Remove unused variable
This branch includes the following new commits:
new 32562ccb6f7 Identify OMP development branch in output of 'gcc --version'
new 88122b84af0 OpenACC reference count consistency checking
new d7904bb2b5d Merge non-contiguous array support patches.
new c59ce21469a Add support for OpenACC routine nohost clause
new 5c357d4f2c8 Tweak error return value for acc_set_cuda_stream.
new a14b3f29681 Add OpenACC Fortran support for deviceptr and variable in c [...]
new 90515c2996f Various OpenACC reduction enhancements - FE changes
new d540e4993bb Various OpenACC reduction enhancements - ME and nvptx changes
new 38cd8b95434 Various OpenACC reduction enhancements - test cases
new 88eb2953735 Adjustments and additions to testcases
new 94353998dd5 Reinstate kernels-restrict behaviour
new e6e02a9a3f0 Generate sequential loop for OpenACC loop directive inside kernels
new 96ac42f1f5a Default compute dimensions (compile time)
new 8b849547b9e Fix implicit mapping for array slices on lexically-enclosin [...]
new 357b6296c40 Enable GOMP_MAP_FIRSTPRIVATE_INT for OpenACC
new ef96838373a Don't mark OpenACC auto loops as independent inside acc par [...]
new a791cf334b4 Enable firstprivate OpenACC reductions
new c5442cab5ce Tweak target selector for libgomp.oacc-c-c++-common/lib-93.c.
new c4f80c83816 Add support for gang local storage allocation in shared memory
new c2e909723b9 Disable libstdc++ dependency for libffi
new 31e53aef12f [nvptx] Expand OpenACC child function arguments to use CUDA [...]
new 3fc0b01b235 Use "--param=openacc-kernels=parloops" to document "parloop [...]
new af3ccaf31a9 Make new OpenACC kernels conversion the default; adjust and [...]
new 526068fc0de Update OpenACC version to 2.6
new dd55d4aa80f Avoid introducing 'create' mapping clauses for loop index v [...]
new a1f3ccc1f4f Add kernels for-index reuse testcase.
new 16a2db575e3 Fix references declared in lexically-enclosing OpenACC data region
new 1830597eb50 Fix lexically-nested data mappings for no_alloc or optional [...]
new f55d342f4e3 Fix expected messages in goacc tests
new 2805d1555d3 Apply gangprivate attribute to innermost decl
new 353c360f610 Assumed-size arrays with non-lexical data mappings
new 59ef9fea377 Allow the accelerator to have more offloaded functions than [...]
new 16894780326 Add changes to profiling interface from OG8 branch
new 8624d85c0a8 NVPTX GOMP_OFFLOAD_openacc_async_construct arg fix and gomp [...]
new f5a700275e6 Add missing exec_params libgomp plugin entry points
new 087c55d31a2 Wait at end of OpenACC asynchronous kernels regions
new a0fc3e5c980 Fix libgomp.oacc-fortran/lib-13.f90 async bug
new 3118e00c93e Target-dependent gang-private variable decl rewriting
new 68ca42c6511 OpenACC middle-end worker-partitioning support
new 20062129346 AMD GCN adjustments for middle-end worker partitioning
new 0e66a8664b8 Fix up tests for oaccdevlow pass splitting
new 639e10d9891 Reference reduction localization
new 2ec47f0ddcc Enable worker partitioning for AMD GCN
new c6c7c943936 Fix tree check failure with reduction localization
new f963d6c79b1 Remove duplicate SESE code in NVPTX backend
new ec9461da036 Use more appropriate var in localize_reductions call
new 59f771cc0a1 A couple of GCN-specific test fixes
new 3f7c5f18444 Update expected messages, errors and warnings for "kernels" tests
new f9113ca0787 OpenACC profiling-interface fixes for asynchronous operations
new 2355e137a5e Silence compiler warnings
new 1967d0f3d93 Reduce testsuite fails
new 20be3843244 Handle references in OpenACC "private" clauses
new f98376f5536 Re-do OpenACC private variable resolution
new a272d73bfbb Fortran "declare create"/allocate support for OpenACC
new 2cbb9a2072f Fix warning syntax and typos in two libgomp tests
new 0e72dbd0ba2 Fix OpenACC "ephemeral" asynchronous host-to-device copies
new 74e1d1307ab libgomp - fix dg-warning line numbers
new 83deb67d86f Fix ICE in oacc_verify_routine_clauses
new 86f3082b41e Fix testsuite failures due to expected compiler warnings
new 88af24999b7 Fix execution error in loop-dim-default.c test running on AMD GCN
new ee2bcf1934b Fix vector handling for firstprivate of <= pointer size
new 8f5bf07a501 Run all kernels regions with GOMP_MAP_FORCE_TOFROM mappings [...]
new 4e24cdcf928 Fix ICE in libgomp.oacc-c++/ref-1.C
new cd75dfe029c Allow gang reductions inside serial constructs
new e6ee853cfe5 Add expected warnings to parallel-dims.c and parallel-dims. [...]
new 7e9d0d7fec3 Fix for is_gimple_reg vars to 'data kernels'
new 65c69ae318e Reduce XFAILs in goacc/kernels-decompose-2.f95
new ec9998a4c3f Allow gang-level reductions in OpenACC routines with gang-l [...]
new 37eed9eb8ce Fix test failure in routine-level-of-parallelism-2.c testcase
new dea5ec48a22 Add XFAIL for libgomp.oacc-c-c++-common/data-firstprivate-1.c
new 809c8c5a80e Kernels loops annotation: C and C++.
new f24ae7f9aff Add -fno-openacc-kernels-annotate-loops option to more testcases.
new e6752772140 Kernels loops annotation: Fortran.
new bf0b96ecd4c Additional Fortran testsuite fixes for kernels loops annota [...]
new 8fb217e3498 Fix bug in processing of array dimensions in data clauses.
new 2ed3cde9246 Fix loop-dim-default.c testcase for AMD GCN
new 4ff45405715 Fix parallel-dims.f90 testcase for AMD GCN
new c00852695b0 OpenACC: fix privatization of by-reference arrays
new 5e771bbf629 Ensure sender/receiver refs are in the correct address space
new dce9e5a0cba Fix goacc/noncontig_array-1.c testcase
new 973fef69cf7 Fix routine-wv-2.c testcase
new 70414a9d2bd openacc: Fix race condition in Fortran loop collapse tests
new 4a4f6b3f3b9 openacc: Turn off worker partitioning if num_workers==1
new 01c5168502e openacc: Shared memory layout optimisation
new 3a6d6eaee7f amdgcn: Add waitcnt after LDS write instructions
new 56c407d4fb7 openacc: Remove unnecessary barriers (gimple worker partiti [...]
new 4dcd1e1f4e6 amdgcn: Tune default OpenMP/OpenACC GPU utilization
new 6e9f0a40990 libgomp.oacc-fortran/firstprivate-int.f90 fix for nonexisti [...]
new 99e3e66aa08 libgomp, Fortran: Fix OpenACC "gang reduction on an orphan [...]
new 57f55173792 Fix failure in testcase c-c++-common/goacc/routine-nohost-1.c
new ea49f564e9e Fix failures in c-c++-common/goacc/note-parallelism-combine [...]
new b25403be5f5 Fix broken testcase gcc.dg/goacc/loop-processing-1.c
new 961f9508455 XFAIL tests in gfortran.dg/goacc/loop-2-kernels.f95
new 669ee0cfd5d Fix failure in testcase gfortran.dg/goacc/routine-module-mod-1.f90
new 7b2e24f0481 omp-low.c: Avoid offload-target lto1 is-missing error by no [...]
new d26fba77ef7 Fix c-c++-common/goacc/routine-4.c and c-c++-common/goacc/r [...]
new e09b979ec3d [og10] openacc: Fix parallel-dims.c test
new 3163e6d0ac0 [og10] openacc: Delete useless temp in gcn-tree.c
new 3d7114a04e0 [og10] openacc: Unshare reduction temporaries for GCN
new 7ca19943953 Revert "OpenACC reference count consistency checking"
new 72417bb208f Fix gfortran.dg/goacc/pr70828.f90 testcase
new 506098b0fab Add a "combined" flag for "acc kernels loop" etc directives.
new e5964372b1d Annotate inner loops in "acc kernels loop" directives (C/C++).
new 3c67ce5aa2d Annotate inner loops in "acc kernels loop" directives (Fortran).
new 35bf6864497 Update dg-* in gfortran.dg/gomp/pr67500.f90
new e7ec2887914 Permit calls to builtins and intrinsics in kernels loops.
new 6313db3dbc5 Fix patterns in Fortran tests for kernels loop annotation.
new c602d143536 Fix typo; remove XFAIL
new e5c29cbc428 Clean up loop variable extraction in OpenACC kernels loop a [...]
new 37108578754 Relax some restrictions on the loop bound in kernels loop a [...]
new 7dd235930ed Fix warning messages in libgomp.oacc-c++/privatized-ref-[23 [...]
new 6b838af20f2 XFAIL libgomp.oacc-fortran/privatized-ref-2.f90 on nvptx
new 946751a9995 Fix warning messages in libgomp.oacc-fortran/privatized-ref [...]
new ce8e1847478 dwarf: Multi-register CFI address support
new 4b3b4ced289 amdgcn: CFI configuration
new 8a287a0465a gomp/pr94874.c: Update scan-tree-dump
new 77296632536 [og10] openacc: Adjust loop lowering for AMD GCN
new 2c625c740e5 [og10] vect: Add target hook to prefer gather/scatter instructions
new 720643ba0bc Fix offload dwarf info
new 2e1eeae22bc amdgcn: Fix DWARF variables with alloca
new 889ace07a76 amdgcn: DWARF address spaces
new 7fade63daa0 DWARF address space for variables
new 033e70def6a Correct fix offload dwarf info
new e6258503835 Target mapping C++ members inside member functions
new 18dd4f283e1 OpenMP 5.0 Structure element mapping
new b6a5d273455 OpenMP 5.0: Allow multiple clauses mapping same variable
new d511585fcfa OpenMP 5.0: map this[:1] in C++ non-static member functions [...]
new f5bfc65f9a6 OpenMP 5.0: requires directive
new 1d47d0c67e1 Fix regression of array members in OpenMP map clauses.
new fb49713d797 Recommit "Enable gimplify GOMP_MAP_STRUCT handling of (COMP [...]
new 5c7c1a8ad52 DWARF: fix ICE caused by offload debug fix
new d71d7ccaa67 nvptx: remove erroneous stack deletion
new 90aea329bac Allow static constexpr fields in mappable types for C++
new 22317bf493e openmp: Scale type precision of collapsed iterator variable
new 9664f9e383f DWARF: late code range fixup
new 60040dfff93 Arrow operator handling for C front-end in OpenMP map clauses
new 56314e38299 Fix template case of non-static member access inside member [...]
new 9228d5a2ce3 Lambda capturing of pointers and references in target directives
new 6da4ffd4a79 [WIP] OpenMP 5.0: requires directive: workaround to fix lib [...]
new 0c81d3c19fd Update expected messages in OpenACC tests
new 0257e628e4a Fix is_oacc_parallel_or_serial for kernel regions
new a4cb01cc21d Fortran/OpenMP: Add 'omp depobj' and 'depend(mutexinoutset:'
new bf036486ff8 libgomp.fortran/depobj-1.f90: Fix omp_depend_kind
new 8d89b4f61bb Update expected messages in kernels-decompose-2 tests
new 1f99ef0afbb Update expected message in kernels-decompose-ice-1.c test
new 4e54e09c04e Update expected messages in data-clause-1 tests
new 605a6d558ce Fix OpenACC tests introduced in GCC 11
new 6f3efa4c628 [OpenACC] Don't compile libgomp testcases with '-w'
new 734bcbe47bc Add '-Wopenacc-parallelism'
new fc97b188c5a OpenACC: Fix pattern in dg-bogus in Fortran testcases
new 815065fedb7 OpenACC: Fix pattern in dg-bogus in Fortran testcases again
new f290996b035 Add -Wopenacc-parallelism to tests only in OG11
new 9a4a8991347 OpenMP 5.0: Implement relaxation of implicit map vs. existi [...]
new 46d1c96da16 Fix up 'c-c++-common/goacc/firstprivate-mappings-1.c' for C [...]
new 0c9f70490e3 Remove unused variable
The 155 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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-stable-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 5fbe6f4318 Automatic date update in version.in
adds beaafdf3e2 Automatic date update in version.in
adds 7efc8776ec Automatic date update in version.in
adds fb261566ad Automatic date update in version.in
adds 54c343f5b2 Automatic date update in version.in
adds 3b33651e3d Automatic date update in version.in
adds 01cab7a6b8 Automatic date update in version.in
adds 7df48b0704 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards d0f6f953 0: update: binutils-gcc-linux-qemu: all
new a12394ec 0: update: binutils-gcc-linux-qemu: all
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d0f6f953)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-s [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 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:
01-reset_artifacts/console.log | 76 +-
02-prepare_abe/console.log | 106 +-
03-build_abe-binutils/console.log | 11446 ++++-----
04-build_abe-stage1/console.log | 17931 +++++++-------
05-build_abe-qemu/console.log | 6987 +++---
06-build_linux/console.log | 842 +-
07-boot_linux/console.log | 6 +-
08-check_regression/console.log | 12 +-
08-check_regression/results.regressions | 2 +-
09-update_baseline/console.log | 12 +-
09-update_baseline/results.regressions | 2 +-
console.log | 37438 +++++++++++++++---------------
jenkins/manifest.sh | 22 +-
13 files changed, 37463 insertions(+), 37419 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.