This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d61ffe12443 Daily bump.
new 87fce92c5c3 This patch removes the use of the "register" keyword from t [...]
new 5b959c22bc0 tree-optimization/95897 - fix fold-left SLP reduction insert place
new e195c8045a1 coroutines: Handle bad g-r-o-o-a-f cases.
new e74c7607309 coroutines: Handle non-method promise expressions [PR95519]
new 2ca78835619 d/testsuite: Amend test to actually trigger the ICE being fixed
new b3d77404c06 Take into account range info to optimize range tests into b [...]
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/ada/exp_ch4.adb | 13 +-
gcc/cp/coroutines.cc | 192 ++++++++++++---------
.../g++.dg/coroutines/coro-bad-grooaf-00-static.C | 15 ++
gcc/testsuite/g++.dg/coroutines/coro1-allocators.h | 5 +-
.../coroutines/torture/pr95519-00-return_void.C | 63 +++++++
.../torture/pr95519-01-initial-suspend.C | 69 ++++++++
.../coroutines/torture/pr95519-02-final_suspend.C | 69 ++++++++
.../coroutines/torture/pr95519-03-return-value.C | 80 +++++++++
.../coroutines/torture/pr95519-04-yield-value.C | 84 +++++++++
.../g++.dg/coroutines/torture/pr95519-05-gro.C | 64 +++++++
.../g++.dg/coroutines/torture/pr95519-06-grooaf.C | 49 ++++++
.../torture/pr95519-07-unhandled-exception.C | 69 ++++++++
gcc/testsuite/gcc.dg/vect/pr95897.c | 13 ++
gcc/testsuite/gdc.dg/pr95250.d | 2 +-
gcc/testsuite/gnat.dg/opt86_pkg.ads | 8 +
gcc/testsuite/gnat.dg/opt86a.adb | 36 ++++
gcc/testsuite/gnat.dg/opt86b.adb | 37 ++++
gcc/testsuite/gnat.dg/opt86c.adb | 37 ++++
gcc/tree-ssa-reassoc.c | 116 +++++++++----
gcc/tree-vect-loop.c | 3 +-
gcc/tree-vect-slp.c | 25 ++-
gcc/tree-vect-stmts.c | 4 +-
gcc/tree-vectorizer.h | 1 -
include/libiberty.h | 6 +-
libiberty/bsearch.c | 12 +-
libiberty/bsearch_r.c | 12 +-
26 files changed, 943 insertions(+), 141 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/coroutines/coro-bad-grooaf-00-static.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/pr95519-00-return_void.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/pr95519-01-initial-suspend.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/pr95519-02-final_suspend.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/pr95519-03-return-value.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/pr95519-04-yield-value.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/pr95519-05-gro.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/pr95519-06-grooaf.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/pr95519-07-unhandled-ex [...]
create mode 100644 gcc/testsuite/gcc.dg/vect/pr95897.c
create mode 100644 gcc/testsuite/gnat.dg/opt86_pkg.ads
create mode 100644 gcc/testsuite/gnat.dg/opt86a.adb
create mode 100644 gcc/testsuite/gnat.dg/opt86b.adb
create mode 100644 gcc/testsuite/gnat.dg/opt86c.adb
--
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/lto-offload
in repository gcc.
from 20f466326ca This patch disables the movsicc pattern in the M32R backend [...]
adds 35a335a1592 PR fortran/95826 - Buffer overflows with PDTs and long symbols
adds 77d455ee81e PR fortran/95828 - Buffer overflows with SELECT RANK
No new revisions were added by this update.
Summary of changes:
gcc/fortran/decl.c | 8 +++++---
gcc/fortran/match.c | 2 +-
gcc/fortran/resolve.c | 2 +-
gcc/testsuite/gfortran.dg/pr95826.f90 | 20 ++++++++++++++++++++
gcc/testsuite/gfortran.dg/pr95828.f90 | 21 +++++++++++++++++++++
5 files changed, 48 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr95826.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr95828.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 devel/c++-modules
in repository gcc.
from d07d094efd5 Merge master 68df8e8c343
new a534cd6685b Fix stupid communicating server bugs.
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:
ChangeLog.modules | 4 ++++
gcc/cp/mapper-server.cc | 4 ++--
2 files changed, 6 insertions(+), 2 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 glibc.
from 1d21fb1061 S390: Optimize __memset_z196.
new 6e540caa21 Set width of JUNGSEONG/JONGSEONG characters from UD7B0 to UD [...]
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:
localedata/charmaps/UTF-8 | 2 ++
localedata/locales/i18n_ctype | 2 +-
localedata/locales/tr_TR | 2 +-
localedata/locales/translit_circle | 2 +-
localedata/locales/translit_cjk_compat | 2 +-
localedata/locales/translit_combining | 2 +-
localedata/locales/translit_compat | 2 +-
localedata/locales/translit_font | 2 +-
localedata/locales/translit_fraction | 2 +-
localedata/unicode-gen/utf8_gen.py | 9 ++++++++-
10 files changed, 18 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_cross/gnu-release-arm-check_cross
in repository toolchain/ci/base-artifacts.
from 86ef7350 2: reset: binutils-gcc-glibc-qemu: 1
new 0fb75075 3: reset: binutils-gcc-glibc-qemu: 1
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 | 180 +-
02-prepare_abe/console.log | 218 +-
03-build_abe-binutils/console.log | 11387 +--
04-build_abe-stage1/console.log | 18205 ++--
05-build_abe-linux/console.log | 194 +-
06-build_abe-glibc/console.log | 39359 ++++----
07-build_abe-stage2/console.log | 46051 +++++----
08-build_abe-qemu/console.log | 2313 +-
09-build_abe-dejagnu/console.log | 80 +-
10-build_abe-check_gcc/console.log | 29259 +++---
11-check_regression/console.log | 53 +-
11-check_regression/results.regressions | 41 +-
11-check_regression/trigger-build-gcc | 2 +-
12-update_baseline/console.log | 95 +-
12-update_baseline/results.regressions | 41 +-
console.log | 149762 ++++++++++++++---------------
jenkins/manifest.sh | 10 +-
results | 41 +-
sumfiles/g++.sum | 2 +-
sumfiles/gcc.sum | 6 +-
sumfiles/gfortran.sum | 10 +-
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.sum | 4 +-
25 files changed, 146324 insertions(+), 150995 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_bmk_tx1/llvm-master-aarch64-spec2k6-O3
in repository toolchain/ci/glibc.
from 1b90d52df9 htl: Fix case when sem_*wait is canceled while holding a token
adds 6f3331f26d elf: Include <stdbool.h> in <dl-tunables.h> because bool is used
adds 1fb7dc751e htl: Add wrapper header for <semaphore.h> with hidden __sem_post
adds f6b955e8ba S390: Regenerate ULPs.
adds 087942251f nptl: Don't madvise user provided stack
adds 2034c70e64 elf: Include <stddef.h> (for size_t), <sys/stat.h> in <ldconfig.h>
new 0792c8ae1a S390: Optimize __memcpy_z196.
new 1d21fb1061 S390: Optimize __memset_z196.
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:
elf/dl-tunables.h | 2 ++
nptl/pthread_create.c | 5 +++--
sysdeps/generic/ldconfig.h | 2 ++
sysdeps/htl/include/semaphore.h | 9 +++++++++
sysdeps/htl/sem-post.c | 2 +-
sysdeps/htl/sem-timedwait.c | 2 +-
sysdeps/s390/fpu/libm-test-ulps | 2 ++
sysdeps/s390/memcpy-z900.S | 21 +++++++++++++++------
sysdeps/s390/memset-z900.S | 19 +++++++++----------
9 files changed, 44 insertions(+), 20 deletions(-)
create mode 100644 sysdeps/htl/include/semaphore.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.