This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12
in repository gcc.
from 6340b1c2361 Daily bump.
new e9d58614b0b libstdc++: Fix size passed to operator delete [PR108097]
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:
libstdc++-v3/include/std/stacktrace | 6 ++++--
1 file changed, 4 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 gcc.
from 049dccd080c ipa-sra: Fix parameter description.
new 881c6cabce5 libstdc++: Fix size passed to operator delete [PR108097]
new 9316ad3b435 OpenMP/Fortran: Combined directives with map/firstprivate o [...]
new 330b9a8d87d OpenMP: Duplicate checking for map clauses in Fortran (PR107214)
The 3 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/gfortran.h | 30 +++--
gcc/fortran/openmp.cc | 109 ++++++++++++---
gcc/fortran/trans-openmp.cc | 37 +++++-
gcc/testsuite/gfortran.dg/gomp/pr107214-2.f90 | 6 +
gcc/testsuite/gfortran.dg/gomp/pr107214-3.f90 | 14 ++
gcc/testsuite/gfortran.dg/gomp/pr107214-4.f90 | 147 +++++++++++++++++++++
gcc/testsuite/gfortran.dg/gomp/pr107214-5.f90 | 11 ++
gcc/testsuite/gfortran.dg/gomp/pr107214-6.f90 | 9 ++
gcc/testsuite/gfortran.dg/gomp/pr107214-7.f90 | 33 +++++
gcc/testsuite/gfortran.dg/gomp/pr107214-8.f90 | 18 +++
gcc/testsuite/gfortran.dg/gomp/pr107214.f90 | 7 +
.../combined-directive-splitting-1.f90 | 41 ++++++
libstdc++-v3/include/std/stacktrace | 6 +-
13 files changed, 438 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr107214-2.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr107214-3.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr107214-4.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr107214-5.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr107214-6.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr107214-7.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr107214-8.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr107214.f90
create mode 100644 libgomp/testsuite/libgomp.fortran/combined-directive-splitting-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 gcc.
from 8c2451ba460 AArch64: div-by-255, ensure that arguments are registers. [ [...]
new 049dccd080c ipa-sra: Fix parameter description.
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/doc/invoke.texi | 3 ++-
gcc/params.opt | 2 +-
2 files changed, 3 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 binutils-gdb.
from 8a0c0290261 Re: ld, gold: remove support for -z bndplt (MPX prefix)
new 45664f164a0 gdb/remote: remove some manual reference count handling
new 91e3d1d1a54 gdb: have target_stack automate reference count handling
new 9678f8fe975 gdb: remove decref_target
new c8181f706f5 gdb: remove the pop_all_targets (and friends) global functions
new 740a579fd5f gdb: ensure all targets are popped before an inferior is de [...]
new 5d80df4a109 gdb/maint: add core file name to 'maint info program-spaces [...]
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:
gdb/NEWS | 4 +
gdb/doc/gdb.texinfo | 8 +-
gdb/event-top.c | 3 +-
gdb/inferior.c | 57 ++++++++++++++
gdb/inferior.h | 20 +++++
gdb/progspace.c | 18 ++++-
gdb/remote.c | 40 ++++++----
gdb/scoped-mock-context.h | 2 +-
gdb/target.c | 85 ++++++--------------
gdb/target.h | 25 ++----
gdb/testsuite/gdb.python/py-connection-removed.exp | 92 ++++++++++++++++++++++
gdb/top.c | 3 +-
12 files changed, 252 insertions(+), 105 deletions(-)
create mode 100644 gdb/testsuite/gdb.python/py-connection-removed.exp
--
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 81f86cb969c contrib: add copyright for my scripts
new 8c2451ba460 AArch64: div-by-255, ensure that arguments are registers. [ [...]
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/aarch64/aarch64.cc | 16 ++++++++--------
gcc/testsuite/gcc.target/aarch64/pr107988-1.c | 10 ++++++++++
2 files changed, 18 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr107988-1.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_gnu_native_fast_check_gdb/release-arm
in repository toolchain/ci/base-artifacts.
from f953b232471 5: onsuccess: #12: 1: Success after binutils/gcc/gdb: 11 commits
new 08e6f040d8b 6: onsuccess: #13: 1: Success after binutils/gcc/linux/gdb: [...]
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 1728 -> 1736 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 52008 -> 51600 bytes
04-build_abe-gcc/console.log.xz | Bin 230292 -> 229524 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 8732 -> 8712 bytes
07-build_abe-glibc/console.log.xz | Bin 232296 -> 232292 bytes
08-build_abe-gdb/console.log.xz | Bin 46556 -> 46732 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3816 -> 3900 bytes
10-build_abe-check_gdb/console.log.xz | Bin 2476 -> 2488 bytes
11-check_regression/console.log.xz | Bin 5028 -> 5504 bytes
11-check_regression/results.compare | 4 ++--
11-check_regression/results.compare2 | 6 +++---
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/gdb_rev | 2 +-
git/linux_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 32 ++++++++++++++++----------------
sumfiles/gdb.log.xz | Bin 12052 -> 12080 bytes
sumfiles/gdb.sum | 34 +++++++++++++++++-----------------
24 files changed, 46 insertions(+), 46 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 binutils-gdb.
from ad2f3a3f72a asan: buffer overflow in sh_reloc
new 8a0c0290261 Re: ld, gold: remove support for -z bndplt (MPX prefix)
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:
gold/testsuite/Makefile.am | 39 ----------
gold/testsuite/Makefile.in | 162 ++++++++++++------------------------------
gold/testsuite/bnd_ifunc_1.s | 16 -----
gold/testsuite/bnd_ifunc_1.sh | 36 ----------
gold/testsuite/bnd_ifunc_2.s | 28 --------
gold/testsuite/bnd_ifunc_2.sh | 50 -------------
gold/testsuite/bnd_plt_1.s | 9 ---
gold/testsuite/bnd_plt_1.sh | 52 --------------
8 files changed, 44 insertions(+), 348 deletions(-)
delete mode 100644 gold/testsuite/bnd_ifunc_1.s
delete mode 100755 gold/testsuite/bnd_ifunc_1.sh
delete mode 100644 gold/testsuite/bnd_ifunc_2.s
delete mode 100755 gold/testsuite/bnd_ifunc_2.sh
delete mode 100644 gold/testsuite/bnd_plt_1.s
delete mode 100755 gold/testsuite/bnd_plt_1.sh
--
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/llvm-master-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
from 6bedf581c43 37: onsuccess: #516: 23187: Success after binutils/llvm/qem [...]
new 4e20eb3df60 38: force: #518: 23165: Failure after linux: 0 commits
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 1716 -> 1888 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2784 bytes
03-build_abe-binutils/console.log.xz | Bin 31640 -> 32024 bytes
04-build_kernel_llvm/console.log.xz | Bin 63884 -> 65652 bytes
05-build_abe-qemu/console.log.xz | Bin 30344 -> 30580 bytes
06-build_linux/console.log.xz | Bin 5120 -> 4956 bytes
08-check_regression/console.log.xz | Bin 3900 -> 3108 bytes
08-check_regression/jira-body.txt | 2 +-
08-check_regression/mail-body.txt | 15 +++++++++++++--
08-check_regression/mail-subject.txt | 2 +-
08-check_regression/results.regressions | 11 +++++++++++
08-check_regression/trigger-bisect | 2 ++
09-update_baseline/console.log | 2 +-
dashboard/dashboard-generate.sh | 2 +-
git/linux_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 15 +++++++++++++--
mail/mail-subject.txt | 2 +-
manifest.sh | 24 +++++++++++-------------
results | 13 ++++++++++++-
20 files changed, 69 insertions(+), 25 deletions(-)
create mode 100644 08-check_regression/results.regressions
create mode 100644 08-check_regression/trigger-bisect
--
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-master-arm-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
from 478e8396847 33: onsuccess: #492: 33: Success after binutils/gcc/linux/q [...]
new baf088ac2ef 34: onsuccess: #493: 33: Success after binutils/gcc/linux/q [...]
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 1932 -> 1740 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2772 bytes
03-build_abe-binutils/console.log.xz | Bin 32452 -> 31976 bytes
04-build_abe-stage1/console.log.xz | Bin 91984 -> 92516 bytes
05-build_abe-qemu/console.log.xz | Bin 30568 -> 30664 bytes
06-build_linux/console.log.xz | Bin 6116 -> 5248 bytes
08-check_regression/console.log.xz | Bin 4100 -> 4148 bytes
09-update_baseline/console.log | 8 ++++----
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 30 +++++++++++++++---------------
17 files changed, 27 insertions(+), 27 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 95dc11475da rust: Fix up aarch64-linux bootstrap [PR106072]
new 81f86cb969c contrib: add copyright for my scripts
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:
contrib/analyze_brprob.py | 2 ++
contrib/analyze_brprob_spec.py | 2 ++
contrib/check-params-in-docs.py | 2 ++
contrib/check_GNU_style.py | 2 ++
contrib/check_GNU_style_lib.py | 2 ++
contrib/filter-clang-warnings.py | 2 ++
contrib/gcc-changelog/git_check_commit.py | 2 ++
contrib/gcc-changelog/git_commit.py | 2 ++
contrib/gcc-changelog/git_email.py | 2 ++
contrib/gcc-changelog/git_repository.py | 2 ++
contrib/gcc-changelog/git_update_version.py | 2 ++
contrib/gcc-changelog/test_email.py | 2 ++
contrib/mark_spam.py | 2 ++
13 files changed, 26 insertions(+)
--
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/llvm-master-aarch64-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
from c93fedbf584 29: onsuccess: #490: boot: Success after binutils/llvm/linu [...]
new 79e740f6e00 30: onsuccess: #491: boot: Success after binutils/llvm/linu [...]
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 1948 -> 1792 bytes
02-prepare_abe/console.log.xz | Bin 2780 -> 2808 bytes
03-build_abe-binutils/console.log.xz | Bin 32544 -> 32820 bytes
04-build_kernel_llvm/console.log.xz | Bin 64360 -> 66888 bytes
05-build_abe-qemu/console.log.xz | Bin 30920 -> 31580 bytes
06-build_linux/console.log.xz | Bin 3088 -> 3164 bytes
07-boot_linux/console.log.xz | Bin 504 -> 504 bytes
08-check_regression/console.log.xz | Bin 4356 -> 4296 bytes
09-update_baseline/console.log | 8 ++++----
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/linux_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 30 +++++++++++++++---------------
18 files changed, 27 insertions(+), 27 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/modula-2
in repository gcc.
from 2922dd09879 Add list of potential target datatype comments to SYSTEM.def
new 144b3ad102b Move hand built ChangeLogs out of the way premerge.
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/m2/{ChangeLog => ChangeLog-2022} | 0
libgm2/{ChangeLog => ChangeLog-2022} | 0
2 files changed, 0 insertions(+), 0 deletions(-)
rename gcc/m2/{ChangeLog => ChangeLog-2022} (100%)
rename libgm2/{ChangeLog => ChangeLog-2022} (100%)
--
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/modula-2
in repository gcc.
from 28f261c515c Tidyup fixes relating to python3 detection and documentatio [...]
new 2922dd09879 Add list of potential target datatype comments to SYSTEM.def
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/m2/gm2-libs-coroutines/SYSTEM.def | 17 +++++++++-
gcc/m2/gm2-libs-iso/SYSTEM.def | 18 +++++++++--
gcc/m2/gm2-libs/SYSTEM.def | 18 +++++++++--
gcc/m2/target-independent/SYSTEM-iso.texi | 18 +++++++++--
gcc/m2/target-independent/SYSTEM-pim.texi | 18 +++++++++--
gcc/m2/target-independent/gm2-libs.texi | 53 ++++++++++++++++++++++++++++---
6 files changed, 128 insertions(+), 14 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_check_bootstrap/release-arm-check_bootstrap_lto
in repository toolchain/ci/base-artifacts.
from 51a24db7499 35: onsuccess: #151: 1: Success after binutils/gcc: 8 commits
new 61c496e95ac 36: onsuccess: #152: 1: Success after binutils/gcc: 19 commits
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 1744 -> 1740 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 51284 -> 52280 bytes
04-build_abe-bootstrap_lto/console.log.xz | Bin 469988 -> 472904 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3816 -> 3852 bytes
06-build_abe-check_bootstrap_lto/console.log.xz | Bin 2444 -> 2448 bytes
07-check_regression/console.log.xz | Bin 4592 -> 5136 bytes
07-check_regression/results.compare | 16 +-
07-check_regression/results.compare2 | 70 +-
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 18 +-
sumfiles/g++.log.xz | Bin 2810424 -> 2834244 bytes
sumfiles/g++.sum | 120 +-
sumfiles/gcc.log.xz | Bin 2497408 -> 2479056 bytes
sumfiles/gcc.sum | 4313 ++++++++++++-----------
sumfiles/gfortran.log.xz | Bin 942480 -> 947872 bytes
sumfiles/gfortran.sum | 92 +-
sumfiles/libatomic.log.xz | Bin 2304 -> 2300 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 206828 -> 207404 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2724 -> 2720 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 471056 -> 464340 bytes
sumfiles/libstdc++.sum | 10 +-
30 files changed, 2387 insertions(+), 2290 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 binutils-gdb.
from 2698da268bd gdb: add SYMBOL_LOOKUP_SCOPED_DEBUG_ENTER_EXIT
new d1da8dd5bdf Fix haiku ld dependencies
new ad2f3a3f72a asan: buffer overflow in sh_reloc
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:
bfd/coff-sh.c | 3 ++-
ld/emulparams/aarch64haiku.sh | 2 +-
ld/emulparams/armelf_haiku.sh | 2 +-
ld/emulparams/elf32ppchaiku.sh | 4 ++--
ld/emulparams/elf_mipsel_haiku.sh | 4 ++--
ld/emulparams/elf_x86_64_haiku.sh | 4 ++--
6 files changed, 10 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.