This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a0bc7fd4213 d: Fix D lexer sometimes fails to compile code read from stdin
new a8b5d63503b build: TAGS and .cc transition
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/Makefile.in | 6 +++---
gcc/c/Make-lang.in | 2 +-
gcc/cp/Make-lang.in | 2 +-
gcc/d/Make-lang.in | 2 +-
gcc/fortran/Make-lang.in | 2 +-
gcc/go/Make-lang.in | 2 +-
gcc/objc/Make-lang.in | 2 +-
gcc/objcp/Make-lang.in | 2 +-
8 files changed, 10 insertions(+), 10 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_gcc/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 2ee5d7dd4 0: update: binutils-gcc-linux-glibc-gdb: 1
new ac9ad9c2d 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 (2ee5d7dd4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_gcc/mas [...]
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 1556 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2696 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 38212 -> 38676 bytes
04-build_abe-gcc/console.log.xz | Bin 209904 -> 211664 bytes
05-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
06-build_abe-linux/console.log.xz | Bin 9276 -> 9588 bytes
07-build_abe-glibc/console.log.xz | Bin 238144 -> 238352 bytes
08-build_abe-gdb/console.log.xz | Bin 37812 -> 37700 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3828 -> 3824 bytes
10-build_abe-check_gcc/console.log.xz | Bin 2576 -> 2624 bytes
11-check_regression/console.log.xz | Bin 2512 -> 3052 bytes
11-check_regression/results.compare | 16 +-
11-check_regression/results.compare2 | 102 +-
12-update_baseline/console.log | 318 ++-
12-update_baseline/results.compare | 16 +-
12-update_baseline/results.compare2 | 102 +-
jenkins/manifest.sh | 24 +-
sumfiles/g++.log.xz | Bin 3640604 -> 3672804 bytes
sumfiles/g++.sum | 150 +-
sumfiles/gcc.log.xz | Bin 3230956 -> 3188868 bytes
sumfiles/gcc.sum | 4514 +++++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 1058996 -> 1066388 bytes
sumfiles/gfortran.sum | 66 +-
sumfiles/libatomic.log.xz | Bin 2272 -> 2268 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 215980 -> 215976 bytes
sumfiles/libgomp.sum | 22 +-
sumfiles/libitm.log.xz | Bin 2668 -> 2668 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 440976 -> 436384 bytes
sumfiles/libstdc++.sum | 10 +-
31 files changed, 2810 insertions(+), 2540 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-10
in repository gcc.
from 5dd5507265e C-family : Fix a C++ ODR violation [PR97854].
new 5f75e80ecb3 [PATCH] Objective-C: NeXT runtime fixes.
new 903c18c65c4 Objective-C, NeXT: Fix messenging non-aggregate return-in-memory.
new 22b86cdc4d7 libstdc++: Implement P2325 changes to default-constructibil [...]
new 656cd104362 libstdc++: invalid default init in _CachedPosition [PR101231]
The 4 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-family/c-opts.c | 4 +-
gcc/config/darwin-sections.def | 1 +
gcc/config/darwin.c | 2 +
gcc/objc/objc-gnu-runtime-abi-01.c | 32 +---
gcc/objc/objc-next-metadata-tags.h | 2 +
gcc/objc/objc-next-runtime-abi-01.c | 9 +-
gcc/objc/objc-next-runtime-abi-02.c | 58 +++----
gcc/objc/objc-runtime-shared-support.c | 9 +-
libstdc++-v3/include/bits/iterator_concepts.h | 3 +-
libstdc++-v3/include/bits/stl_iterator.h | 3 +-
libstdc++-v3/include/std/ranges | 80 ++++++----
libstdc++-v3/include/std/span | 3 +-
libstdc++-v3/testsuite/std/ranges/istream_view.cc | 12 ++
libstdc++-v3/testsuite/std/ranges/p2325.cc | 181 ++++++++++++++++++++++
libstdc++-v3/testsuite/std/ranges/single_view.cc | 15 ++
libstdc++-v3/testsuite/std/ranges/view.cc | 2 +-
16 files changed, 308 insertions(+), 108 deletions(-)
create mode 100644 libstdc++-v3/testsuite/std/ranges/p2325.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 27621da2733 Daily bump.
new 5dd5507265e C-family : Fix a C++ ODR violation [PR97854].
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/c-family/stub-objc.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.