This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f7d28818179 Fortran: BOZ literal constants are not compatible to any ty [...]
new 593254ae03a analyzer: add sm-fd.dot
new 57bbf3a403b analyzer: fixes to file-descriptor handling
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/analyzer/sm-fd.cc | 34 +++++------
gcc/analyzer/sm-fd.dot | 109 +++++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/analyzer/fd-3.c | 18 +++++-
3 files changed, 141 insertions(+), 20 deletions(-)
create mode 100644 gcc/analyzer/sm-fd.dot
--
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-next-defconfig
in repository toolchain/ci/base-artifacts.
from e8a33098e0 18: onsuccess: #436: boot: Success after binutils/llvm/linux [...]
new 5f868e9553 19: onsuccess: #437: boot: Success after binutils/llvm/linux [...]
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 1692 -> 1688 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2744 bytes
03-build_abe-binutils/console.log.xz | Bin 30264 -> 30444 bytes
04-build_kernel_llvm/console.log.xz | Bin 65108 -> 64240 bytes
05-build_abe-qemu/console.log.xz | Bin 31656 -> 31756 bytes
06-build_linux/console.log.xz | Bin 3724 -> 3200 bytes
07-boot_linux/console.log.xz | Bin 5652 -> 5672 bytes
08-check_regression/console.log.xz | Bin 4484 -> 4456 bytes
08-check_regression/mail-body.txt | 2 +-
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 | 4 ++--
mail/mail-subject.txt | 2 +-
manifest.sh | 32 ++++++++++++++++----------------
results | 2 +-
19 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 releases/gcc-11
in repository gcc.
from f747b2ca817 Daily bump.
new 531731c449d aarch64: fix off-by-one in reading cpuinfo
new f6daf95983d aarch64: update Ampere-1 core definition
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/config/aarch64/aarch64-cores.def | 2 +-
gcc/config/aarch64/driver-aarch64.c | 4 ++--
gcc/testsuite/gcc.target/aarch64/cpunative/info_18 | 8 ++++++++
.../gcc.target/aarch64/cpunative/native_cpu_18.c | 15 +++++++++++++++
4 files changed, 26 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/cpunative/info_18
create mode 100644 gcc/testsuite/gcc.target/aarch64/cpunative/native_cpu_18.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 master
in repository gcc.
from 068baae1864 bpf: add preserve_field_info builtin
new f7d28818179 Fortran: BOZ literal constants are not compatible to any ty [...]
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/fortran/symbol.cc | 4 ++++
gcc/testsuite/gfortran.dg/illegal_boz_arg_4.f90 | 13 +++++++++++++
2 files changed, 17 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/illegal_boz_arg_4.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 d2249cd9adf c++: Implement -Wdangling-reference [PR106393]
new 068baae1864 bpf: add preserve_field_info builtin
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/bpf/bpf.cc | 402 +++++++++++++++++----
gcc/config/bpf/coreout.cc | 5 +-
gcc/config/bpf/coreout.h | 2 +-
gcc/doc/extend.texi | 77 ++++
.../bpf/core-builtin-fieldinfo-errors-1.c | 23 ++
.../bpf/core-builtin-fieldinfo-errors-2.c | 23 ++
.../bpf/core-builtin-fieldinfo-existence-1.c | 34 ++
.../bpf/core-builtin-fieldinfo-lshift-1-be.c | 37 ++
.../bpf/core-builtin-fieldinfo-lshift-1-le.c | 37 ++
.../bpf/core-builtin-fieldinfo-lshift-2.c | 37 ++
.../bpf/core-builtin-fieldinfo-offset-1.c | 56 +++
.../bpf/core-builtin-fieldinfo-rshift-1.c | 36 ++
.../bpf/core-builtin-fieldinfo-rshift-2.c | 35 ++
.../gcc.target/bpf/core-builtin-fieldinfo-sign-1.c | 33 ++
.../gcc.target/bpf/core-builtin-fieldinfo-sign-2.c | 45 +++
.../gcc.target/bpf/core-builtin-fieldinfo-size-1.c | 43 +++
16 files changed, 850 insertions(+), 75 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/bpf/core-builtin-fieldinfo-errors-1.c
create mode 100644 gcc/testsuite/gcc.target/bpf/core-builtin-fieldinfo-errors-2.c
create mode 100644 gcc/testsuite/gcc.target/bpf/core-builtin-fieldinfo-existence-1.c
create mode 100644 gcc/testsuite/gcc.target/bpf/core-builtin-fieldinfo-lshift-1-be.c
create mode 100644 gcc/testsuite/gcc.target/bpf/core-builtin-fieldinfo-lshift-1-le.c
create mode 100644 gcc/testsuite/gcc.target/bpf/core-builtin-fieldinfo-lshift-2.c
create mode 100644 gcc/testsuite/gcc.target/bpf/core-builtin-fieldinfo-offset-1.c
create mode 100644 gcc/testsuite/gcc.target/bpf/core-builtin-fieldinfo-rshift-1.c
create mode 100644 gcc/testsuite/gcc.target/bpf/core-builtin-fieldinfo-rshift-2.c
create mode 100644 gcc/testsuite/gcc.target/bpf/core-builtin-fieldinfo-sign-1.c
create mode 100644 gcc/testsuite/gcc.target/bpf/core-builtin-fieldinfo-sign-2.c
create mode 100644 gcc/testsuite/gcc.target/bpf/core-builtin-fieldinfo-size-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.
unknown user pushed a change to branch topic/aslr_support
in repository newlib.
at 914269f5c Cygwin: memory_layout.h: define absolute MMAP_STORAGE_HIGH va [...]
This branch includes the following new commits:
new 0410e6e91 Cygwin: add memory_layout.h
new 591fec858 Cygwin: decouple cygheap from Cygwin DLL
new e0cba7bc8 Cygwin: decouple shared mem regions from Cygwin DLL
new cc59725fa Cygwin: memory_layout.h: fix comments
new 914269f5c Cygwin: memory_layout.h: define absolute MMAP_STORAGE_HIGH va [...]
The 5 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-master-aarch64-stable-defconfig
in repository toolchain/ci/base-artifacts.
from f6dc2acf62 22: onsuccess: #501: boot: Success after binutils/gcc/linux/ [...]
new b4f1e89ca9 23: onsuccess: #502: boot: Success after binutils/gcc/linux/ [...]
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 1708 -> 1720 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 30648 -> 30612 bytes
04-build_abe-stage1/console.log.xz | Bin 73036 -> 74156 bytes
05-build_abe-qemu/console.log.xz | Bin 31988 -> 31852 bytes
06-build_linux/console.log.xz | Bin 5520 -> 5508 bytes
07-boot_linux/console.log.xz | Bin 6264 -> 6248 bytes
08-check_regression/console.log.xz | Bin 4508 -> 4360 bytes
08-check_regression/mail-body.txt | 2 +-
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 | 4 ++--
mail/mail-subject.txt | 2 +-
manifest.sh | 32 ++++++++++++++++----------------
19 files changed, 30 insertions(+), 30 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-12
in repository gcc.
from 29a1eb400bd Daily bump.
new 4b54eb8afe8 aarch64: fix off-by-one in reading cpuinfo
new 3668a59ae22 aarch64: update Ampere-1 core definition
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/config/aarch64/aarch64-cores.def | 2 +-
gcc/config/aarch64/driver-aarch64.cc | 4 ++--
gcc/testsuite/gcc.target/aarch64/cpunative/info_18 | 8 ++++++++
.../gcc.target/aarch64/cpunative/native_cpu_18.c | 15 +++++++++++++++
4 files changed, 26 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/cpunative/info_18
create mode 100644 gcc/testsuite/gcc.target/aarch64/cpunative/native_cpu_18.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.