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 6d9c2ed0212 tree-optimization/102893 - properly DCE empty loops inside [...]
new 973e0bc1542 libstdc++: missing constexpr for __[nm]iter_base [PR102358]
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:
libstdc++-v3/include/bits/stl_iterator.h | 2 ++
.../testsuite/25_algorithms/move/constexpr.cc | 19 +++++++++++++++++++
2 files changed, 21 insertions(+)
create mode 100644 libstdc++-v3/testsuite/25_algorithms/move/constexpr.cc
--
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 c4015dab1a4 tree-optimization/103237 - avoid vectorizing unhandled doub [...]
new f9982b5a81a libstdc++: missing constexpr for __[nm]iter_base [PR102358]
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:
libstdc++-v3/include/bits/stl_iterator.h | 2 ++
.../testsuite/25_algorithms/move/constexpr.cc | 19 +++++++++++++++++++
2 files changed, 21 insertions(+)
create mode 100644 libstdc++-v3/testsuite/25_algorithms/move/constexpr.cc
--
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_O3
in repository toolchain/ci/binutils-gdb.
from 19f7966ede gas local label and dollar label handling
adds 868d1834ce gdb: convert callback_handler_installed from int to bool
adds 1f841a9348 gdb/tui: add a missing white space character
adds c212f39d9a ld: Support customized output section type
adds fb583cfc09 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 10 +++++
bfd/bfd-in2.h | 7 +++-
bfd/elf.c | 4 +-
bfd/section.c | 4 +-
bfd/version.h | 2 +-
gdb/event-top.c | 6 +--
gdb/tui/tui-io.c | 2 +-
ld/ChangeLog | 13 ++++++
ld/NEWS | 3 ++
ld/ld.texi | 16 ++++++--
ld/ldgram.y | 11 ++++--
ld/ldlang.c | 55 +++++++++++++++++++++++---
ld/ldlang.h | 7 +++-
ld/ldlex.l | 1 +
ld/mri.c | 4 +-
ld/testsuite/ld-scripts/output-section-types.d | 18 +++++----
ld/testsuite/ld-scripts/output-section-types.t | 7 ++++
17 files changed, 136 insertions(+), 34 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_O3
in repository toolchain/ci/base-artifacts.
discards baabb2a7 0: update: binutils-gcc: 2
new bb46543f 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 (baabb2a7)
\
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 1536 -> 1512 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 52200 -> 51064 bytes
05-build_abe-bootstrap_O3/console.log.xz | Bin 460844 -> 458432 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.
unknown user pushed a change to branch releases/gcc-9
in repository gcc.
from 437b606ba19 Daily bump.
new 68c80396906 tree-optimization/103237 - avoid vectorizing unhandled doub [...]
new 1ac5fbea476 middle-end/103181 - fix operation_could_trap_p for vector division
new 523f5950c70 tree-optimization/102798 - avoid copying PTA info to old SSA names
The 3 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/gcc.dg/pr102798.c | 41 +++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr103248.c | 8 +++++++
gcc/testsuite/gcc.dg/torture/pr103181.c | 24 +++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr103237.c | 24 +++++++++++++++++++
gcc/tree-eh.c | 32 +++++++++++++++++++++----
gcc/tree-vect-data-refs.c | 3 ++-
gcc/tree-vect-loop.c | 11 +++++++++
7 files changed, 137 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr102798.c
create mode 100644 gcc/testsuite/gcc.dg/pr103248.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr103181.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr103237.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/gcc.
from 837eb12629d libbacktrace: gather address ranges from skeleton units
adds 550cabd0023 Clean up MPX-related bit_{MPX,BNDREGS,BNDCSR}.
new f99ad11af95 openmp: Ensure proper diagnostics for -> in map/to/from cla [...]
new 1c2b44b5236 valtrack: Avoid creating raw SUBREGs with VOIDmode argument [...]
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/c/c-parser.cc | 11 ++++++++++-
gcc/config/i386/cpuid.h | 5 -----
gcc/testsuite/gcc.dg/dfp/pr104557.c | 22 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/gomp/pr104532.c | 15 +++++++++++++++
gcc/valtrack.cc | 4 +++-
5 files changed, 50 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/dfp/pr104557.c
create mode 100644 gcc/testsuite/gcc.dg/gomp/pr104532.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/base-artifacts.
discards e90c1a4a 0: update: binutils-gcc: 1
new 0d757584 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 (e90c1a4a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-arm (0d757584)
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 1516 -> 1528 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 51012 -> 51512 bytes
04-build_abe-gcc/console.log.xz | Bin 229688 -> 229520 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3836 -> 3804 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2484 -> 2920 bytes
07-check_regression/console.log.xz | Bin 2836 -> 3016 bytes
07-check_regression/extra-bisect-params | 1 +
07-check_regression/fails.sum | 7 +
07-check_regression/results.compare | 26 +-
07-check_regression/results.compare2 | 92 +-
07-check_regression/results.regressions | 27 +
08-update_baseline/console.log | 247 +-
08-update_baseline/extra-bisect-params | 1 +
08-update_baseline/fails.sum | 7 +
08-update_baseline/results.compare | 26 +-
08-update_baseline/results.compare2 | 92 +-
08-update_baseline/results.regressions | 27 +
jenkins/manifest.sh | 8 +-
sumfiles/g++.log.xz | Bin 2759008 -> 2740240 bytes
sumfiles/g++.sum | 102 +-
sumfiles/gcc.log.xz | Bin 2325888 -> 2355360 bytes
sumfiles/gcc.sum | 4242 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 893132 -> 892452 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2172 -> 2176 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 188956 -> 188676 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2536 -> 2532 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 454756 -> 443664 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 2535 insertions(+), 2446 deletions(-)
create mode 100644 07-check_regression/extra-bisect-params
create mode 100644 07-check_regression/fails.sum
create mode 100644 07-check_regression/results.regressions
create mode 100644 08-update_baseline/extra-bisect-params
create mode 100644 08-update_baseline/fails.sum
create mode 100644 08-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 releases/gcc-11
in repository gcc.
from c08d4266e48 tree-optimization/103864 - SLP reduction of reductions with [...]
new 634c2bc38ff tree-optimization/45178 - DCE of dead control flow in infin [...]
new 6d9c2ed0212 tree-optimization/102893 - properly DCE empty loops inside [...]
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/testsuite/gcc.dg/tree-ssa/ssa-dce-3.c | 9 +++++----
gcc/testsuite/gcc.dg/tree-ssa/ssa-dce-9.c | 10 ++++++++++
gcc/tree-ssa-dce.c | 14 +++++++++-----
3 files changed, 24 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-dce-9.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.