This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from acb696b792e analyzer: add testcase of using closed fd without warning.
new c785204735b d: Build the D sources in the front-end with -fno-exceptions
new 208fbc779c7 d: Merge upstream dmd 56589f0f4, druntime 651389b5, phobos [...]
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/d/Make-lang.in | 6 +-
gcc/d/dmd/MERGE | 2 +-
gcc/d/dmd/cparse.d | 118 +++-
gcc/d/dmd/dmodule.d | 2 +-
gcc/d/dmd/expressionsem.d | 8 +
gcc/d/dmd/globals.d | 2 +-
gcc/d/dmd/globals.h | 2 +-
gcc/d/dmd/hdrgen.d | 17 +-
gcc/d/dmd/mtype.d | 15 +-
gcc/d/dmd/tokens.d | 5 +-
gcc/d/dmd/tokens.h | 1 +
gcc/d/dmd/typesem.d | 9 +-
gcc/testsuite/gdc.test/compilable/test3004.d | 4 +-
gcc/testsuite/gdc.test/compilable/vcg-ast.d | 3 +
.../gdc.test/fail_compilation/diag_in_array.d | 20 +
libphobos/libdruntime/MERGE | 2 +-
libphobos/libdruntime/core/internal/parseoptions.d | 17 +
libphobos/libdruntime/core/thread/osthread.d | 9 +
libphobos/libdruntime/rt/aApply.d | 108 +++-
libphobos/libdruntime/rt/aApplyR.d | 71 ++-
libphobos/libdruntime/rt/aaA.d | 39 +-
libphobos/libdruntime/rt/arrayassign.d | 83 ++-
libphobos/libdruntime/rt/lifetime.d | 378 ++++++++----
libphobos/src/MERGE | 2 +-
libphobos/src/std/complex.d | 4 +-
libphobos/src/std/file.d | 35 +-
libphobos/src/std/math/exponential.d | 648 ++++++++++++---------
27 files changed, 1120 insertions(+), 490 deletions(-)
create mode 100644 gcc/testsuite/gdc.test/fail_compilation/diag_in_array.d
--
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
in repository toolchain/ci/interesting-commits.
from c5e6c22 Add regression dc969061c68e62328607d68215ed8b9ef4a1e4b1 from [...]
new ad1af28 Add regression dc969061c68e62328607d68215ed8b9ef4a1e4b1 from [...]
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 | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards e1f60af1 0: update: binutils-llvm-linux-qemu: boot
new 80bdd4a7 0: update: binutils-llvm-linux-qemu: boot
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (e1f60af1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 1632 -> 1676 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2728 bytes
03-build_abe-binutils/console.log.xz | Bin 31396 -> 30884 bytes
04-build_kernel_llvm/console.log.xz | Bin 62984 -> 64952 bytes
05-build_abe-qemu/console.log.xz | Bin 33296 -> 32780 bytes
06-build_linux/console.log.xz | Bin 3908 -> 4032 bytes
07-boot_linux/console.log.xz | Bin 6140 -> 6144 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 22 +++++++++++-----------
10 files changed, 16 insertions(+), 16 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_bmk_gnu_eabi_stm32/gnu_eabi-release-arm_eabi-coremark-O3
in repository toolchain/ci/newlib.
from e7ffbdb01 newlib/libc/sys/rtems/include/sys/cpuset.h
adds 54930ae7d Cygwin: poll: Fix a bug on inquiring same fd with different events.
adds 27fd806cd RTEMS: _KERNEL tweak for <sys/cpuset.h>
adds 746c8116d Cygwin: console: Allow pasting very long text input.
adds 2c2c2b631 Cygwin: console: Fix new bugs in cons_master_thread().
adds 1503d14af Cygwin: stdio: don't try again to read after EOF
adds 72f855f32 Cygwin: implement getfacl(1) for socket files
adds b3e25f0bc Cygwin: console: Fix issue of pasting very long text input again.
adds fc74dbf22 Cygwin: spawn: Treat empty path as the current directory.
No new revisions were added by this update.
Summary of changes:
newlib/libc/stdio/refill.c | 8 --
newlib/libc/sys/rtems/include/sys/cpuset.h | 2 +
winsup/cygwin/fhandler.h | 5 +
winsup/cygwin/fhandler_console.cc | 183 +++++++++++++++++++++++------
winsup/cygwin/poll.cc | 8 +-
winsup/cygwin/release/3.3.6 | 9 ++
winsup/cygwin/release/3.4.0 | 10 ++
winsup/cygwin/sec_posixacl.cc | 76 ++++++++++++
winsup/cygwin/spawn.cc | 21 +++-
winsup/cygwin/wincap.cc | 12 ++
winsup/cygwin/wincap.h | 2 +
winsup/doc/new-features.xml | 4 +
12 files changed, 291 insertions(+), 49 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_bmk_gnu_eabi_stm32/gnu_eabi-release-arm_eabi-coremark-O3
in repository toolchain/ci/binutils-gdb.
from fa7673bf14 Automatic date update in version.in
adds faa0405980 Automatic date update in version.in
adds f1f91e76db Automatic date update in version.in
adds 9f3ab5dddb Automatic date update in version.in
adds 04d55a034c Automatic date update in version.in
adds 7f9a495a16 libctf: fix linking together multiple objects derived from t [...]
adds b8a2baa80b libctf: tests: prune warnings from compiler output
adds ed74e861d7 Automatic date update in version.in
adds 04d235629f Automatic date update in version.in
adds 969726c31f Automatic date update in version.in
adds c26e2c8be8 Automatic date update in version.in
adds f0b3db3175 Automatic date update in version.in
adds 37eaf1f099 Automatic date update in version.in
adds 178b942b8e Automatic date update in version.in
adds 3972c8ffe0 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
libctf/ctf-dedup.c | 2 +
libctf/ctf-impl.h | 4 +
libctf/ctf-link.c | 161 ++++++++++++++++-----
libctf/testsuite/config/default.exp | 7 +
libctf/testsuite/lib/ctf-lib.exp | 4 +-
.../libctf-regression/libctf-repeat-cu-lib.c | 9 ++
.../libctf-regression/libctf-repeat-cu-main.c | 5 +
.../testsuite/libctf-regression/libctf-repeat-cu.d | 7 +
.../libctf-regression/libctf-repeat-cu.exp | 118 +++++++++++++++
10 files changed, 283 insertions(+), 36 deletions(-)
create mode 100644 libctf/testsuite/libctf-regression/libctf-repeat-cu-lib.c
create mode 100644 libctf/testsuite/libctf-regression/libctf-repeat-cu-main.c
create mode 100644 libctf/testsuite/libctf-regression/libctf-repeat-cu.d
create mode 100644 libctf/testsuite/libctf-regression/libctf-repeat-cu.exp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.