This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b6680c20845 [PR99123] inline-asm: Don't use decompose_mem_address to fi [...]
new 35da095d7e0 libgcc: Avoid signed negation overflow in __powi?f2 [PR99236]
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:
libgcc/libgcc2.c | 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 9e0d8a375ba cris: support -fstack-usage
new 3dfd5493cf9 libstdc++: More efficient date from days
new 97d6161f6a7 libstdc++: More efficient days from date
new 126793971be libstdc++: More efficient is_leap
new 8265ab07f3b libstdc++: More efficient last day of month
new b6680c20845 [PR99123] inline-asm: Don't use decompose_mem_address to fi [...]
The 5 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/lra-constraints.c | 10 --
.../gcc.target/i386/{20020729-1.c => pr99123.c} | 11 +-
libstdc++-v3/include/std/chrono | 128 +++++++++++++++------
.../three_way.cc => std/time/year/2.cc} | 27 +++--
.../testsuite/std/time/year_month_day/3.cc | 71 ++++++++++++
.../testsuite/std/time/year_month_day/4.cc | 71 ++++++++++++
6 files changed, 261 insertions(+), 57 deletions(-)
copy gcc/testsuite/gcc.target/i386/{20020729-1.c => pr99123.c} (74%)
copy libstdc++-v3/testsuite/{20_util/time_point/comparison_operators/three_way.cc [...]
create mode 100644 libstdc++-v3/testsuite/std/time/year_month_day/3.cc
create mode 100644 libstdc++-v3/testsuite/std/time/year_month_day/4.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_kernel/gnu-master-aarch64-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 28b04f59 0: update: binutils-gcc-linux-qemu: boot
new 63f859b5 0: update: binutils-gcc-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 (28b04f59)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 150 +-
02-prepare_abe/console.log | 174 +-
03-build_abe-binutils/console.log | 12351 +++++------
04-build_abe-stage1/console.log | 14844 +++++++------
05-build_linux/console.log | 826 +-
06-build_abe-qemu/console.log | 6495 +++---
07-boot_linux/console.log | 8 +-
08-check_regression/console.log | 18 +-
08-check_regression/results.regressions | 2 +-
09-update_baseline/console.log | 12 +-
09-update_baseline/results.regressions | 2 +-
console.log | 34880 +++++++++++++++---------------
jenkins/manifest.sh | 22 +-
13 files changed, 34832 insertions(+), 34952 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/gnu-release-arm-bootstrap_O1
in repository toolchain/ci/gcc.
from 89b7f2b821e Add mi_thunk support for vcalls on hppa.
adds d41bf7f6cc6 Daily bump.
adds 041f720c821 aarch64: Add cpu cost tables for A64FX
adds e111925dbdd PR fortran/99169 - Do not clobber allocatable intent(out) d [...]
adds 626f4f5c659 Daily bump.
adds 01af81169f0 Fortran: Fix for class defined operators [PR99124].
new fcfd5cc0f42 arm: Fix CMSE support detection in libgcc (PR target/99157)
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 | 14 +++
gcc/DATESTAMP | 2 +-
gcc/config/aarch64/aarch64-cost-tables.h | 103 +++++++++++++++++++++
gcc/config/aarch64/aarch64.c | 53 ++++++++++-
gcc/fortran/ChangeLog | 26 ++++++
gcc/fortran/resolve.c | 11 ++-
gcc/fortran/trans-array.c | 7 +-
gcc/fortran/trans-expr.c | 1 +
gcc/testsuite/ChangeLog | 15 +++
gcc/testsuite/gfortran.dg/class_assign_4.f90 | 12 ++-
.../gfortran.dg/class_defined_operator_2.f03 | 31 +++++++
gcc/testsuite/gfortran.dg/elemental_result_2.f90 | 33 +++++++
gcc/testsuite/gfortran.dg/intent_optimize_3.f90 | 16 ++++
libgcc/config/arm/t-arm | 2 +-
libgomp/ChangeLog | 8 ++
15 files changed, 320 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/class_defined_operator_2.f03
create mode 100644 gcc/testsuite/gfortran.dg/elemental_result_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/intent_optimize_3.f90
--
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/gnu-release-arm-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards ea985089 0: update: gcc-89b7f2b821e0a158fee586b3d655f9a7d925b9c3: 1
new bc9708a2 0: update: gcc-fcfd5cc0f428262fcce874a4c3b41e06d1296901: 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 (ea985089)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-boot [...]
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 | 128 +-
02-prepare_abe/console.log | 398 +-
04-build_abe-bootstrap_O1/console.log | 95810 +++++++++++++++----------------
05-check_regression/console.log | 4 +-
06-update_baseline/console.log | 6 +-
console.log | 96346 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
7 files changed, 96357 insertions(+), 96345 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.