This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 9deb68060 0: update: binutils-gcc: 2
new 906087ddb 0: update: binutils-gcc: 2
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 (9deb68060)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
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 1532 -> 1496 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2740 bytes
04-build_abe-binutils/console.log.xz | Bin 66352 -> 65632 bytes
05-build_abe-bootstrap_O3/console.log.xz | Bin 466548 -> 465456 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 14 insertions(+), 14 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_kernel/llvm-master-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 8a3be35f8 3: reset: linux-9bc62afe03afdf33904f5e784e1ad68c50ff00bb: 20149
new f3fbde669 3: reset: linux-9bc62afe03afdf33904f5e784e1ad68c50ff00bb: 20149
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 (8a3be35f8)
\
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 1616 -> 1772 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2764 bytes
03-build_abe-binutils/console.log.xz | Bin 43784 -> 44476 bytes
04-build_llvm/console.log.xz | Bin 59340 -> 59316 bytes
05-build_abe-qemu/console.log.xz | Bin 30948 -> 31608 bytes
06-build_linux/console.log.xz | Bin 4096 -> 4132 bytes
08-check_regression/console.log.xz | Bin 480 -> 480 bytes
09-update_baseline/console.log | 8 ++++----
jenkins/manifest.sh | 4 ++--
9 files changed, 6 insertions(+), 6 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_gcc_check/master-arm
in repository toolchain/ci/gcc.
from 146b83e14a0 rs6000: Optimize __builtin_shuffle when it's used to zero t [...]
adds eca767aa51d c++: Implement DR2351 - void{} [PR102820]
adds 4cd2a27a1c9 Force -fexcess-precision=standard for fp-uint64-convert-double-1.c
adds f1ba6a819de gimple-fold: Preserve location in gimple_fold_builtin_memset
No new revisions were added by this update.
Summary of changes:
gcc/cp/semantics.c | 33 ++++++++++++--
gcc/gimple-fold.c | 1 +
gcc/testsuite/g++.dg/cpp0x/dr2351.C | 51 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/Wstringop-overflow-62.c | 4 +-
.../gcc.dg/torture/fp-uint64-convert-double-1.c | 2 +-
5 files changed, 85 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/dr2351.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_gcc_check/master-arm
in repository toolchain/ci/binutils-gdb.
from 208eb58158 Automatic date update in version.in
adds c82ebeb7e6 obcopy vs. files with silly section alignment
adds c45c3dba8c ELF core file size checks
adds dd6b67bec8 Re: arm: add unwinder encoding support for PACBTI
new 09854a8870 Support for a new pacbti unwind opcode.
new 91b7c7e522 Document "memory-tag-violations".
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:
ChangeLog | 5 +++
bfd/elf.c | 9 +++--
bfd/elfcode.h | 5 +--
bfd/elfcore.h | 39 +++++++++-------------
binutils/readelf.c | 2 ++
.../testsuite/gas/arm/unwind-pacbti-m-readelf.d | 0
.../testsuite/gas/arm/unwind-pacbti-m.d | 0
.../testsuite/gas/arm/unwind-pacbti-m.s | 0
gdb/doc/gdb.texinfo | 12 ++++---
9 files changed, 41 insertions(+), 31 deletions(-)
rename unwind-pacbti-m-readelf.d => gas/testsuite/gas/arm/unwind-pacbti-m-readelf. [...]
rename unwind-pacbti-m.d => gas/testsuite/gas/arm/unwind-pacbti-m.d (100%)
rename unwind-pacbti-m.s => gas/testsuite/gas/arm/unwind-pacbti-m.s (100%)
--
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_gcc_check/master-arm
in repository toolchain/ci/base-artifacts.
discards d96a6b45d 0: update: binutils-gcc: 1
new bb2b04f75 0: update: binutils-gcc: 1
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 (d96a6b45d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-arm (bb [...]
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 1532 -> 1532 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 64524 -> 63912 bytes
04-build_abe-gcc/console.log.xz | Bin 231288 -> 232184 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3812 -> 3812 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2644 -> 2776 bytes
07-check_regression/console.log.xz | Bin 2380 -> 2608 bytes
07-check_regression/results.compare | 16 +-
07-check_regression/results.compare2 | 47 +-
08-update_baseline/console.log | 106 +-
08-update_baseline/results.compare | 16 +-
08-update_baseline/results.compare2 | 47 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 2675424 -> 2711280 bytes
sumfiles/g++.sum | 146 +-
sumfiles/gcc.log.xz | Bin 2279760 -> 2246096 bytes
sumfiles/gcc.sum | 4095 +++++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 873100 -> 874256 bytes
sumfiles/gfortran.sum | 94 +-
sumfiles/libatomic.log.xz | Bin 2160 -> 2144 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 169304 -> 169476 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2516 -> 2528 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 455404 -> 452088 bytes
sumfiles/libstdc++.sum | 10 +-
27 files changed, 2363 insertions(+), 2252 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_gnu_cross_check_gcc/master-aarch64
in repository toolchain/ci/gdb.
from 208eb58158 Automatic date update in version.in
adds c82ebeb7e6 obcopy vs. files with silly section alignment
adds c45c3dba8c ELF core file size checks
No new revisions were added by this update.
Summary of changes:
bfd/elf.c | 9 +++++++--
bfd/elfcode.h | 5 +++--
bfd/elfcore.h | 39 ++++++++++++++++-----------------------
3 files changed, 26 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64
in repository toolchain/ci/gcc.
from 146b83e14a0 rs6000: Optimize __builtin_shuffle when it's used to zero t [...]
adds eca767aa51d c++: Implement DR2351 - void{} [PR102820]
adds 4cd2a27a1c9 Force -fexcess-precision=standard for fp-uint64-convert-double-1.c
adds f1ba6a819de gimple-fold: Preserve location in gimple_fold_builtin_memset
No new revisions were added by this update.
Summary of changes:
gcc/cp/semantics.c | 33 ++++++++++++--
gcc/gimple-fold.c | 1 +
gcc/testsuite/g++.dg/cpp0x/dr2351.C | 51 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/Wstringop-overflow-62.c | 4 +-
.../gcc.dg/torture/fp-uint64-convert-double-1.c | 2 +-
5 files changed, 85 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/dr2351.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_gnu_cross_check_gcc/master-aarch64
in repository toolchain/ci/binutils-gdb.
from 208eb58158 Automatic date update in version.in
adds c82ebeb7e6 obcopy vs. files with silly section alignment
adds c45c3dba8c ELF core file size checks
No new revisions were added by this update.
Summary of changes:
bfd/elf.c | 9 +++++++--
bfd/elfcode.h | 5 +++--
bfd/elfcore.h | 39 ++++++++++++++++-----------------------
3 files changed, 26 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 87f3c7fcb 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new b1639490c 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
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 (87f3c7fcb)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_check_gcc/mast [...]
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 1560 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 45052 -> 44936 bytes
04-build_abe-stage1/console.log.xz | Bin 71740 -> 71516 bytes
06-build_abe-linux/console.log.xz | Bin 8772 -> 8792 bytes
07-build_abe-glibc/console.log.xz | Bin 235780 -> 235936 bytes
08-build_abe-stage2/console.log.xz | Bin 201256 -> 200988 bytes
09-build_abe-gdb/console.log.xz | Bin 44480 -> 44652 bytes
10-build_abe-qemu/console.log.xz | Bin 29768 -> 30212 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3888 -> 3892 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2716 -> 2848 bytes
13-check_regression/console.log.xz | Bin 5472 -> 5100 bytes
13-check_regression/extra-bisect-params | 1 -
13-check_regression/fails.sum | 66 -
13-check_regression/results.compare | 50 +-
13-check_regression/results.compare2 | 331 +--
13-check_regression/results.regressions | 101 -
14-update_baseline/console.log | 709 +++---
14-update_baseline/extra-bisect-params | 1 -
14-update_baseline/fails.sum | 66 -
14-update_baseline/results.compare | 50 +-
14-update_baseline/results.compare2 | 331 +--
14-update_baseline/results.regressions | 101 -
jenkins/manifest.sh | 18 +-
sumfiles/g++.log.xz | Bin 3280396 -> 3244676 bytes
sumfiles/g++.sum | 134 +-
sumfiles/gcc.log.xz | Bin 2822980 -> 2817016 bytes
sumfiles/gcc.sum | 4056 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 871860 -> 876768 bytes
sumfiles/gfortran.sum | 2 +-
sumfiles/libatomic.log.xz | Bin 2272 -> 2272 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 166244 -> 166512 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2644 -> 2640 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 406788 -> 411492 bytes
sumfiles/libstdc++.sum | 12 +-
38 files changed, 2762 insertions(+), 3273 deletions(-)
delete mode 100644 13-check_regression/extra-bisect-params
delete mode 100644 13-check_regression/fails.sum
delete mode 100644 13-check_regression/results.regressions
delete mode 100644 14-update_baseline/extra-bisect-params
delete mode 100644 14-update_baseline/fails.sum
delete mode 100644 14-update_baseline/results.regressions
--
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 09854a8870e Support for a new pacbti unwind opcode.
new 91b7c7e5228 Document "memory-tag-violations".
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:
ChangeLog | 5 +++++
gdb/doc/gdb.texinfo | 12 ++++++++----
2 files changed, 13 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 dd6b67bec88 Re: arm: add unwinder encoding support for PACBTI
new 09854a8870e Support for a new pacbti unwind opcode.
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:
binutils/readelf.c | 2 ++
1 file changed, 2 insertions(+)
--
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_gcc_bootstrap/master-arm-bootstrap_profiled_lto
in repository toolchain/ci/base-artifacts.
discards 01f430e52 0: update: binutils-gcc: 2
new 9f6dfab6e 0: update: binutils-gcc: 2
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 (01f430e52)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
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 1544 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2792 bytes
04-build_abe-binutils/console.log.xz | Bin 65016 -> 67048 bytes
05-build_abe-bootstrap_profiled_lto/console.log.xz | Bin 967432 -> 966688 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 12 ++++++------
7 files 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-arm
in repository toolchain/ci/glibc.
from 9b7cfab180 x86_64: Add evex optimized __memcmpeq in memcmpeq-evex.S
adds 6838920383 riscv: Fix incorrect jal with HIDDEN_JUMPTARGET
adds b3cf94ef15 login: Add back libutil as an empty library
adds 1d56fd3bae x86_64: Add memcmpeq.S to fix disable-multi-arch build
new 88e316b064 Handle NULL input to malloc_usable_size [BZ #28506]
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:
login/Makefile | 4 +++-
malloc/malloc-debug.c | 13 +++++------
malloc/malloc.c | 25 ++++++++--------------
malloc/tst-malloc-usable.c | 22 ++++++++-----------
sysdeps/riscv/setjmp.S | 2 +-
sysdeps/unix/sysv/linux/riscv/setcontext.S | 5 +++--
.../{multiarch/memcmpeq-sse2.S => memcmpeq.S} | 6 ++----
7 files changed, 34 insertions(+), 43 deletions(-)
copy sysdeps/x86_64/{multiarch/memcmpeq-sse2.S => memcmpeq.S} (91%)
--
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_gnu_native_check_binutils/master-arm
in repository toolchain/ci/base-artifacts.
discards 76397de40 0: update: binutils-gcc-linux-glibc-gdb: 1
new 0574b038b 0: update: binutils-gcc-linux-glibc-gdb: 1
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 (76397de40)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_binutil [...]
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 1568 -> 1520 bytes
02-prepare_abe/console.log.xz | Bin 2788 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 66112 -> 64556 bytes
04-build_abe-gcc/console.log.xz | Bin 231524 -> 230968 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 8760 -> 8708 bytes
07-build_abe-glibc/console.log.xz | Bin 228100 -> 228732 bytes
08-build_abe-gdb/console.log.xz | Bin 54296 -> 53736 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3808 -> 3796 bytes
10-build_abe-check_binutils/console.log.xz | Bin 2808 -> 2088 bytes
11-check_regression/console.log.xz | Bin 2388 -> 2732 bytes
11-check_regression/extra-bisect-params | 1 +
11-check_regression/fails.sum | 6 +
11-check_regression/results.compare | 17 +-
11-check_regression/results.compare2 | 31 +--
11-check_regression/results.regressions | 18 ++
12-update_baseline/console.log | 119 +++++++----
12-update_baseline/extra-bisect-params | 1 +
12-update_baseline/fails.sum | 6 +
12-update_baseline/results.compare | 17 +-
12-update_baseline/results.compare2 | 31 +--
12-update_baseline/results.regressions | 18 ++
jenkins/manifest.sh | 24 +--
sumfiles/binutils.log.xz | Bin 52888 -> 53028 bytes
sumfiles/binutils.sum | 58 ++---
sumfiles/gas.log.xz | Bin 96272 -> 96456 bytes
sumfiles/gas.sum | 275 ++++++++++++------------
sumfiles/ld.log.xz | Bin 128128 -> 128104 bytes
sumfiles/ld.sum | 330 ++++++++++++++---------------
29 files changed, 539 insertions(+), 413 deletions(-)
create mode 100644 11-check_regression/extra-bisect-params
create mode 100644 11-check_regression/fails.sum
create mode 100644 11-check_regression/results.regressions
create mode 100644 12-update_baseline/extra-bisect-params
create mode 100644 12-update_baseline/fails.sum
create mode 100644 12-update_baseline/results.regressions
--
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_gcc_bootstrap/master-arm-bootstrap
in repository toolchain/ci/gcc.
from 146b83e14a0 rs6000: Optimize __builtin_shuffle when it's used to zero t [...]
adds eca767aa51d c++: Implement DR2351 - void{} [PR102820]
adds 4cd2a27a1c9 Force -fexcess-precision=standard for fp-uint64-convert-double-1.c
adds f1ba6a819de gimple-fold: Preserve location in gimple_fold_builtin_memset
No new revisions were added by this update.
Summary of changes:
gcc/cp/semantics.c | 33 ++++++++++++--
gcc/gimple-fold.c | 1 +
gcc/testsuite/g++.dg/cpp0x/dr2351.C | 51 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/Wstringop-overflow-62.c | 4 +-
.../gcc.dg/torture/fp-uint64-convert-double-1.c | 2 +-
5 files changed, 85 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/dr2351.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_gcc_bootstrap/master-arm-bootstrap
in repository toolchain/ci/binutils-gdb.
from 208eb58158 Automatic date update in version.in
adds c82ebeb7e6 obcopy vs. files with silly section alignment
adds c45c3dba8c ELF core file size checks
No new revisions were added by this update.
Summary of changes:
bfd/elf.c | 9 +++++++--
bfd/elfcode.h | 5 +++--
bfd/elfcore.h | 39 ++++++++++++++++-----------------------
3 files changed, 26 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap
in repository toolchain/ci/base-artifacts.
discards e6d99c2e6 0: update: binutils-gcc: 2
new b6d78fa0b 0: update: binutils-gcc: 2
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 (e6d99c2e6)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
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 1508 -> 1496 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2744 bytes
04-build_abe-binutils/console.log.xz | Bin 66640 -> 64484 bytes
05-build_abe-bootstrap/console.log.xz | Bin 471336 -> 471236 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 12 ++++++------
7 files 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 c45c3dba8cc ELF core file size checks
new dd6b67bec88 Re: arm: add unwinder encoding support for PACBTI
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:
.../testsuite/gas/arm/unwind-pacbti-m-readelf.d | 0
unwind-pacbti-m.d => gas/testsuite/gas/arm/unwind-pacbti-m.d | 0
unwind-pacbti-m.s => gas/testsuite/gas/arm/unwind-pacbti-m.s | 0
3 files changed, 0 insertions(+), 0 deletions(-)
rename unwind-pacbti-m-readelf.d => gas/testsuite/gas/arm/unwind-pacbti-m-readelf. [...]
rename unwind-pacbti-m.d => gas/testsuite/gas/arm/unwind-pacbti-m.d (100%)
rename unwind-pacbti-m.s => gas/testsuite/gas/arm/unwind-pacbti-m.s (100%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.