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.
from 117c50428fd Fortran: ICE with automatic character object, save, and var [...]
new 52c37cc67c5 Add support for allocate clause (OpenMP 5.0).
new 5aa5d41e162 Fix multiple issue in the testcase allocate-1.f90.
new 68115abc858 Add a restriction on allocate clause (OpenMP 5.0)
new 822a982d48b Set omp_requires_mask for dynamic_allocators.
The 4 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/ChangeLog.omp | 5 +
gcc/fortran/ChangeLog.omp | 26 ++
gcc/fortran/dump-parse-tree.c | 1 +
gcc/fortran/gfortran.h | 1 +
gcc/fortran/openmp.c | 147 ++++++++--
gcc/fortran/parse.c | 3 +
gcc/fortran/trans-openmp.c | 87 ++++++
gcc/omp-low.c | 10 +
gcc/testsuite/ChangeLog.omp | 17 ++
gcc/testsuite/c-c++-common/gomp/allocate-2.c | 15 +
gcc/testsuite/c-c++-common/gomp/allocate-8.c | 18 ++
gcc/testsuite/gfortran.dg/gomp/allocate-1.f90 | 137 ++++++++++
gcc/testsuite/gfortran.dg/gomp/allocate-2.f90 | 45 +++
gcc/testsuite/gfortran.dg/gomp/allocate-3.f90 | 28 ++
gcc/testsuite/gfortran.dg/gomp/clauses-1.f90 | 272 +++++++++----------
gcc/testsuite/gfortran.dg/gomp/collapse1.f90 | 2 +-
gcc/testsuite/gfortran.dg/gomp/openmp-simd-4.f90 | 6 +-
libgomp/ChangeLog.omp | 35 +++
libgomp/libgomp.texi | 2 +-
libgomp/testsuite/libgomp.fortran/allocate-1.c | 7 +
libgomp/testsuite/libgomp.fortran/allocate-1.f90 | 332 +++++++++++++++++++++++
21 files changed, 1038 insertions(+), 158 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/allocate-8.c
create mode 100644 gcc/testsuite/gfortran.dg/gomp/allocate-1.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/allocate-2.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/allocate-3.f90
create mode 100644 libgomp/testsuite/libgomp.fortran/allocate-1.c
create mode 100644 libgomp/testsuite/libgomp.fortran/allocate-1.f90
--
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 master
in repository newlib.
from 5fca4e0f1 Fix Bug libc/28945
new d7b16b057 newlib: move nano-malloc logic from build to source files
new b1b44f777 newlib: rename mallocr.c to _mallocr.c
The 2 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:
newlib/libc/stdlib/Makefile.am | 92 ++++++++++------------------
newlib/libc/stdlib/Makefile.in | 88 ++++++++++----------------
newlib/libc/stdlib/{mallocr.c => _mallocr.c} | 3 +
3 files changed, 67 insertions(+), 116 deletions(-)
rename newlib/libc/stdlib/{mallocr.c => _mallocr.c} (99%)
--
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_gcc_check_bootstrap/release-aarch64-check_bootstrap_lto
in repository toolchain/ci/gcc.
from 1b291c996fa Daily bump.
adds 65b7fac6a51 Daily bump.
adds a1984704a7c Use correct names for __ibm128 if long double is IEEE 128-bit.
adds fa944e8660e Define __SIZEOF_FLOAT128__ and __SIZEOF_IBM128__.
adds 8b1953fe420 Daily bump.
adds 661f7e74405 Daily bump.
adds 04301494f31 Daily bump.
new dae72739976 Daily bump.
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/ChangeLog | 16 +++
gcc/DATESTAMP | 2 +-
gcc/config/rs6000/rs6000-c.c | 6 +-
gcc/config/rs6000/rs6000.c | 6 ++
gcc/testsuite/ChangeLog | 12 +++
gcc/testsuite/gcc.target/powerpc/pr104253.c | 156 ++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/pr99708.c | 21 ++++
7 files changed, 217 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr104253.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr99708.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check_bootstrap/release-aarch64-check_bootstrap_lto
in repository toolchain/ci/binutils-gdb.
from 4117b3c30a Automatic date update in version.in
adds d06059239a Automatic date update in version.in
adds 70589bff4f Automatic date update in version.in
adds 00d7bb15cc Automatic date update in version.in
adds c002554e78 Automatic date update in version.in
adds 93388cd0cd Automatic date update in version.in
new 49187e2cb9 Automatic date update in version.in
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:
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_gcc_check_bootstrap/release-aarch64-check_bootstrap_lto
in repository toolchain/ci/base-artifacts.
discards 36871bd0 0: update: binutils-gcc: 1
new 7d2719f1 0: update: binutils-gcc: 1
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 (36871bd0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check_bootstrap/rele [...]
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.xz | Bin 1552 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 37720 -> 38080 bytes
04-build_abe-bootstrap_lto/console.log.xz | Bin 250276 -> 249932 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3808 -> 3820 bytes
06-build_abe-check_bootstrap_lto/console.log.xz | Bin 2324 -> 2328 bytes
07-check_regression/console.log.xz | Bin 3644 -> 2384 bytes
07-check_regression/extra-bisect-params | 1 -
07-check_regression/fails.sum | 7 -
07-check_regression/results.compare | 26 +-
07-check_regression/results.compare2 | 174 +-
07-check_regression/results.regressions | 27 -
08-update_baseline/console.log | 462 +--
08-update_baseline/extra-bisect-params | 1 -
08-update_baseline/fails.sum | 7 -
08-update_baseline/results.compare | 26 +-
08-update_baseline/results.compare2 | 174 +-
08-update_baseline/results.regressions | 27 -
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3424464 -> 3414144 bytes
sumfiles/g++.sum | 116 +-
sumfiles/gcc.log.xz | Bin 2952004 -> 2942724 bytes
sumfiles/gcc.sum | 4026 +++++++++++------------
sumfiles/gfortran.log.xz | Bin 853920 -> 860808 bytes
sumfiles/gfortran.sum | 44 +-
sumfiles/libatomic.log.xz | Bin 2336 -> 2340 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 145220 -> 146092 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2704 -> 2708 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 445720 -> 446060 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 2292 insertions(+), 2874 deletions(-)
delete mode 100644 07-check_regression/extra-bisect-params
delete mode 100644 07-check_regression/fails.sum
delete mode 100644 07-check_regression/results.regressions
delete mode 100644 08-update_baseline/extra-bisect-params
delete mode 100644 08-update_baseline/fails.sum
delete mode 100644 08-update_baseline/results.regressions
--
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_gcc_bootstrap/master-arm-bootstrap
in repository toolchain/ci/binutils-gdb.
from 2e79bbf1e2 gdb: Try searching for auto-load script using .gnu_debuglink
adds 4afc889439 Reduce duplicated symbol_clone_if_forward_ref work
adds fb0e49d8e0 Constant fold view increment expressions
No new revisions were added by this update.
Summary of changes:
gas/dwarf2dbg.c | 17 +++++++++++++----
gas/symbols.c | 11 ++++++++---
gas/testsuite/gas/elf/dwarf2-18.d | 3 +--
3 files changed, 22 insertions(+), 9 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap
in repository toolchain/ci/base-artifacts.
discards 76e0dc82 0: update: binutils-gcc: 2
new 5c4c156a 0: update: binutils-gcc: 2
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 (76e0dc82)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
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.xz | Bin 1528 -> 1496 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2756 bytes
04-build_abe-binutils/console.log.xz | Bin 52560 -> 50860 bytes
05-build_abe-bootstrap/console.log.xz | Bin 466080 -> 467844 bytes
06-check_regression/console.log.xz | Bin 416 -> 420 bytes
07-update_baseline/console.log | 36 ++++++++++++++++++++++++++++++++++
jenkins/manifest.sh | 12 ++++++------
7 files changed, 42 insertions(+), 6 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 master
in repository gcc.
from d76511138dc c, c++, c-family: -Wshift-negative-value and -Wshift-overfl [...]
new a5c9b7c4f95 Fortran: Fix CLASS handling in SIZEOF intrinsic
new 1c7b110e1e4 vect: fix out-of-bound access in supports_vec_convert_optab [...]
The 2 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/fortran/trans-intrinsic.cc | 16 +-
gcc/optabs-query.cc | 2 +-
gcc/testsuite/gfortran.dg/sizeof_6.f90 | 437 +++++++++++++++++++++++++++++++++
3 files changed, 447 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/sizeof_6.f90
--
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_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/gcc.
from 17bffa0c9f9 contrib: Fix non-portable sed commands in gcc-descr [PR102664/]
adds 2ab70a4a5c2 mips: avoid signed overflow in LUI_OPERAND [PR104842]
No new revisions were added by this update.
Summary of changes:
gcc/config/mips/mips.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.