This is an automated email from the git hooks/post-receive script.
Christophe Lyon pushed a change to branch master
in repository toolchain/tcwg-regression.
from 1c70bb0 Fix test for bug-2123.
new 948f833 bug-2123: Do not skip on bare-metal targets.
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:
bug-2123/build.sh | 13 +------------
1 file changed, 1 insertion(+), 12 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 lld.
from 087baa5 [COFF] Don't let /def override /out filename
new 6631b2e [ELF] - Detemplate GdbIndexSection.
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:
ELF/InputFiles.h | 16 +++++++++-------
ELF/SyntheticSections.cpp | 30 +++++++++++-------------------
ELF/SyntheticSections.h | 5 ++---
ELF/Writer.cpp | 2 +-
4 files changed, 23 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 master
in repository gcc.
from b14a6ed PR c/67338 * fold-const.c (round_up_loc): Negate divisor in [...]
new 2eaf983 PR sanitizer/78158 * tsan.c (instrument_builtin_call): If t [...]
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 | 4 ++++
gcc/tsan.c | 16 ++++++++--------
2 files changed, 12 insertions(+), 8 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 2e5e78a Fix CL.
new b14a6ed PR c/67338 * fold-const.c (round_up_loc): Negate divisor 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:
gcc/ChangeLog | 6 ++++++
gcc/fold-const.c | 2 +-
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/gcc.dg/pr67338.c | 4 ++++
4 files changed, 14 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr67338.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 3b7f953 PR c++/35878 * init.c (std_placement_new_fn_p, build_new_1) [...]
new 2e5e78a Fix CL.
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/cp/ChangeLog | 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 048100d PR c/80097 * c-typeck.c (build_binary_op): Add EXCESS_PRECI [...]
new 3b7f953 PR c++/35878 * init.c (std_placement_new_fn_p, build_new_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:
gcc/cp/ChangeLog | 7 ++++++-
gcc/cp/init.c | 7 ++++---
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/init/pr35878_1.C | 6 ++++--
gcc/testsuite/g++.dg/init/pr35878_2.C | 6 ++++--
gcc/testsuite/g++.dg/init/pr35878_3.C | 6 ++++--
6 files changed, 30 insertions(+), 10 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 llvm.
from cf6aac6 [APInt] Add LLVM_READONLY to some methods.
new 995cf14 [APFloat] Tag the fltSemantic getter functions with LLVM_READNONE.
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:
include/llvm/ADT/APFloat.h | 14 +++++++-------
1 file changed, 7 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 master
in repository binutils-gdb.
from 09220ea Automatic date update in version.in
new cee59b3 Fix break on Python 2
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/ChangeLog | 5 +++++
gdb/doc/ChangeLog | 5 +++++
gdb/doc/python.texi | 3 ++-
gdb/python/py-record-btrace.c | 5 +++++
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.python/py-record-btrace.exp | 6 +++++-
6 files changed, 27 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 compiler-rt.
from 43d584f [Builtin] Implement lit-test support (part 1 of 2: test cases [...]
new afa3b5b Revert "Bypass potential libc's sysconf wrappers for sysconf( [...]
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:
lib/sanitizer_common/sanitizer_linux.cc | 3 ---
.../Linux/sysconf_interceptor_bypass_test.cc | 21 ---------------------
2 files changed, 24 deletions(-)
delete mode 100644 test/sanitizer_common/TestCases/Linux/sysconf_interceptor_bypas [...]
--
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 4885982 gcc/
new 048100d PR c/80097 * c-typeck.c (build_binary_op): Add EXCESS_PRECI [...]
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/ChangeLog | 6 ++++++
gcc/c/c-typeck.c | 6 ++++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/ubsan/pr80097.c | 10 ++++++++++
4 files changed, 25 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/ubsan/pr80097.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.