This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 96069d84337 Daily bump.
new e0997c14af5 c: C2x enums with fixed underlying type [PR61469]
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-family/c-common.h | 24 +++
gcc/c-family/c-warn.cc | 3 +-
gcc/c/c-convert.cc | 8 +-
gcc/c/c-decl.cc | 325 +++++++++++++++++++++++++-----------
gcc/c/c-objc-common.cc | 8 +-
gcc/c/c-parser.cc | 139 ++++++++++++---
gcc/c/c-tree.h | 25 ++-
gcc/c/c-typeck.cc | 56 ++++---
gcc/cp/cp-tree.h | 24 ---
gcc/testsuite/gcc.dg/c11-enum-4.c | 7 +
gcc/testsuite/gcc.dg/c11-enum-5.c | 7 +
gcc/testsuite/gcc.dg/c11-enum-6.c | 8 +
gcc/testsuite/gcc.dg/c2x-enum-6.c | 167 ++++++++++++++++++
gcc/testsuite/gcc.dg/c2x-enum-7.c | 97 +++++++++++
gcc/testsuite/gcc.dg/c2x-enum-8.c | 7 +
gcc/testsuite/gcc.dg/gnu2x-enum-1.c | 11 ++
16 files changed, 732 insertions(+), 184 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/c11-enum-4.c
create mode 100644 gcc/testsuite/gcc.dg/c11-enum-5.c
create mode 100644 gcc/testsuite/gcc.dg/c11-enum-6.c
create mode 100644 gcc/testsuite/gcc.dg/c2x-enum-6.c
create mode 100644 gcc/testsuite/gcc.dg/c2x-enum-7.c
create mode 100644 gcc/testsuite/gcc.dg/c2x-enum-8.c
create mode 100644 gcc/testsuite/gcc.dg/gnu2x-enum-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_kernel/llvm-release-aarch64-norov-allmodconfig
in repository toolchain/ci/base-artifacts.
from bba440ce8d 23: onsuccess: #62: all: Success after binutils/llvm/qemu: 1 [...]
new 3e6cf0485b 24: onsuccess: #63: all: Success after binutils/llvm/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.xz | Bin 1720 -> 1724 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 30180 -> 30184 bytes
04-build_kernel_llvm/console.log.xz | Bin 65204 -> 63596 bytes
05-build_abe-qemu/console.log.xz | Bin 32040 -> 32084 bytes
06-build_linux/console.log.xz | Bin 3520 -> 3512 bytes
07-boot_linux/console.log.xz | Bin 504 -> 504 bytes
08-check_regression/console.log.xz | Bin 3820 -> 3692 bytes
dashboard/dashboard-generate.sh | 2 +-
git/binutils_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 | 28 ++++++++++++++--------------
16 files changed, 21 insertions(+), 21 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 c58a5b7fd96 Automatic date update in version.in
new 79e24d0a6c0 PowerPC: Add support for RFC02653 - Dense Math Facility
new bb98553cad4 PowerPC: Add support for RFC02658 - MMA+ Outer-Product Inst [...]
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:
gas/config/tc-ppc.c | 16 ++-
gas/testsuite/gas/ppc/outerprod.d | 215 ++++++++++++++++++++++----------
gas/testsuite/gas/ppc/outerprod.s | 61 +++++++++
gas/testsuite/gas/ppc/ppc.exp | 2 +
gas/testsuite/gas/ppc/rfc02653.d | 27 ++++
gas/testsuite/gas/ppc/rfc02653.s | 18 +++
gas/testsuite/gas/ppc/rfc02658.d | 51 ++++++++
gas/testsuite/gas/ppc/rfc02658.s | 28 +++++
include/opcode/ppc.h | 33 ++---
opcodes/ppc-dis.c | 3 +
opcodes/ppc-opc.c | 253 ++++++++++++++++++++++++++++++++++----
11 files changed, 598 insertions(+), 109 deletions(-)
create mode 100644 gas/testsuite/gas/ppc/rfc02653.d
create mode 100644 gas/testsuite/gas/ppc/rfc02653.s
create mode 100644 gas/testsuite/gas/ppc/rfc02658.d
create mode 100644 gas/testsuite/gas/ppc/rfc02658.s
--
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 ca0220d42e0 lto: do not load LTO stream for aliases [PR107418]
new 578e0131c22 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 | 8 ++++++++
gcc/DATESTAMP | 2 +-
gcc/lto/ChangeLog | 8 ++++++++
3 files changed, 17 insertions(+), 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.
unknown user pushed a change to branch releases/gcc-11
in repository gcc.
from 48e5d0f2eca IRA: Make sure array is big enough
new 8c41ad17906 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 | 8 ++++++++
gcc/DATESTAMP | 2 +-
2 files changed, 9 insertions(+), 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.
unknown user pushed a change to branch releases/gcc-10
in repository gcc.
from df6696f369f Daily bump.
new 0586159b574 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/DATESTAMP | 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.
unknown user pushed a change to branch master
in repository gcc.
from fc01cfa9678 Aarch64: Do not define DONT_USE_BUILTIN_SETJMP
new 0a2984dd105 runtime: use _libgo_off_t_type when calling C mmap
new 96069d84337 Daily bump.
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/ChangeLog | 85 +++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 18 +++++++++
gcc/go/gofrontend/MERGE | 2 +-
gcc/lto/ChangeLog | 5 +++
gcc/testsuite/ChangeLog | 34 +++++++++++++++++
libgo/go/runtime/mem_gccgo.go | 6 ++-
7 files changed, 148 insertions(+), 4 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 a09f33be653 sim/cgen: initialize variable at creation in engine_run_n
new c58a5b7fd96 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.