This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f7a5c993e58 Regenerate gcc.pot
new 628c2221d38 i386: Avoid =&r,r,r andn double-word alternative for ia32 [ [...]
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/i386/i386.md | 9 +-
gcc/testsuite/g++.target/i386/pr114810.C | 861 +++++++++++++++++++++++++++++++
2 files changed, 866 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.target/i386/pr114810.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 users/simark/try-remove-vla
in repository binutils-gdb.
at 62abb86c61a gdb, gdbserver, gdbsupport: remove -Wno-vla-cxx-extension
This branch includes the following new commits:
new 22813df1897 gdb: remove uses of VLA
new 62abb86c61a gdb, gdbserver, gdbsupport: remove -Wno-vla-cxx-extension
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.
--
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 3e562e4be87 arm: Fix MVE vmla encoding
new c527001f381 gdb: adjust copyright years of extract-store-integer.{c,h}
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:
gdb/extract-store-integer.c | 2 +-
gdb/extract-store-integer.h | 2 +-
2 files changed, 2 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 0bf94da59fe Fortran: check C_SIZEOF on additions from TS29113/F2018 [PR103496]
new f7a5c993e58 Regenerate gcc.pot
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/po/gcc.pot | 6798 ++++++++++++++++++++++++++++----------------------------
1 file changed, 3415 insertions(+), 3383 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 master
in repository toolchain/ci/interesting-commits.
from 114c8bd68 Add entry f99409459270831685f043987f8d09b9510ccabe from https [...]
new 805a0988a Add entry 6b03ce374e0dc64868b4b6665056dfc3fda0e98f from https [...]
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:
llvm/sha1/6b03ce374e0dc64868b4b6665056dfc3fda0e98f/jira/description | 2 +-
llvm/sha1/6b03ce374e0dc64868b4b6665056dfc3fda0e98f/status.txt | 2 +-
.../tcwg_bmk-code_speed-cpu2017rate/llvm-aarch64-master-O2/details.txt | 3 +--
.../llvm-aarch64-master-O2/status-summary.txt | 2 +-
.../tcwg_bmk-code_speed-cpu2017rate/llvm-aarch64-master-O2/status.txt | 2 +-
.../tcwg_bmk-code_speed-cpu2017rate/status.txt | 2 +-
6 files changed, 6 insertions(+), 7 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 azanella/bz31664-openat2
in repository glibc.
at 921efb18ef linux: Add openat2 (BZ 31664)
This branch includes the following new commits:
new 921efb18ef linux: Add openat2 (BZ 31664)
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.
--
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 release/2.37/master
in repository glibc.
from 89ce64b269 iconv: ISO-2022-CN-EXT: fix out-of-bound writes when writing [...]
new ae014a15b4 nptl: Fix tst-cancel30 on kernels without ppoll_time64 support
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:
sysdeps/pthread/tst-cancel30.c | 15 +++++++++++----
1 file changed, 11 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 glibc.
from 16c8dfba14 Revert "Allow glibc to be compiled without EXEC_PAGESIZE"
new f4724843ad nptl: Fix tst-cancel30 on kernels without ppoll_time64 support
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:
sysdeps/pthread/tst-cancel30.c | 15 +++++++++++----
1 file changed, 11 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 gcc.
from 4f9401d1a80 c++/modules: deduced return type merging [PR114795]
new 0bf94da59fe Fortran: check C_SIZEOF on additions from TS29113/F2018 [PR103496]
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/testsuite/gfortran.dg/c_sizeof_8.f90 | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/c_sizeof_8.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.