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 4210c6c62f6 Fortran - fix handling of optional allocatable DT arguments [...]
new 0fabf86a52c Fortran - fix handling of substring start and end indices
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/fortran/expr.c | 4 ++--
gcc/testsuite/gfortran.dg/substr_6.f90 | 2 ++
2 files changed, 4 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64
in repository toolchain/ci/base-artifacts.
discards c745af14a 0: update: binutils-gcc: 1
new b3043ee06 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 (c745af14a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-aarch64 [...]
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 1520 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2780 bytes
03-build_abe-binutils/console.log.xz | Bin 50896 -> 52524 bytes
04-build_abe-gcc/console.log.xz | Bin 197468 -> 198808 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3832 -> 3832 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2936 -> 2732 bytes
07-check_regression/console.log.xz | Bin 2800 -> 2952 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 | 110 +-
07-check_regression/results.regressions | 27 +
08-update_baseline/console.log | 439 ++-
08-update_baseline/extra-bisect-params | 1 +
08-update_baseline/fails.sum | 7 +
08-update_baseline/results.compare | 26 +-
08-update_baseline/results.compare2 | 110 +-
08-update_baseline/results.regressions | 27 +
jenkins/manifest.sh | 10 +-
sumfiles/g++.log.xz | Bin 3380236 -> 3386444 bytes
sumfiles/g++.sum | 122 +-
sumfiles/gcc.log.xz | Bin 2867096 -> 2908960 bytes
sumfiles/gcc.sum | 4640 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 862508 -> 859392 bytes
sumfiles/gfortran.sum | 42 +-
sumfiles/libatomic.log.xz | Bin 2176 -> 2176 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 164748 -> 164828 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2528 -> 2536 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 429332 -> 419800 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 2794 insertions(+), 2837 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-9
in repository gcc.
from 51093f402ef Daily bump.
new 4210c6c62f6 Fortran - fix handling of optional allocatable DT arguments [...]
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/fortran/trans-expr.c | 11 +++++++++++
gcc/testsuite/gfortran.dg/intent_out_14.f90 | 24 ++++++++++++++++++++++++
2 files changed, 35 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/intent_out_14.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_native_check_gcc/master-aarch64
in repository toolchain/ci/glibc.
from 7e84ac3a3a elf: Include <sysdep.h> in elf/dl-debug-symbols.S
adds 064b475a2e powerpc: Fix unrecognized instruction errors with recent GCC
adds f3e6645633 nptl: Fix type of pthread_mutexattr_getrobust_np, pthread_mu [...]
adds 0b5ca7c3e5 regex: copy back from Gnulib
No new revisions were added by this update.
Summary of changes:
include/intprops.h | 18 +++-
include/regex.h | 3 +-
misc/sys/cdefs.h | 22 +++--
posix/regcomp.c | 8 +-
posix/regex.c | 1 +
posix/regex.h | 49 +++++++---
posix/regex_internal.c | 10 +-
posix/regex_internal.h | 8 +-
posix/regexec.c | 101 ++++++++++++---------
sysdeps/nptl/pthread.h | 4 +-
.../powerpc/powerpc64/tst-ucontext-ppc64-vscr.c | 1 +
11 files changed, 145 insertions(+), 80 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.