This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from df7f2736509 libstdc++: Guard use of new built-in with __has_builtin
new 817e878a316 c++: introduce TRAIT_TYPE alongside TRAIT_EXPR
new 9ca14715407 c++: implement __remove_cv, __remove_reference and __remove_cvref
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-family/c-common.cc | 3 ++
gcc/c-family/c-common.h | 1 +
gcc/cp/constraint.cc | 3 ++
gcc/cp/cp-objcp-common.cc | 5 ++-
gcc/cp/cp-tree.def | 9 ++--
gcc/cp/cp-tree.h | 23 ++++++++++-
gcc/cp/cxx-pretty-print.cc | 62 +++++++++++++++++++++-------
gcc/cp/cxx-pretty-print.h | 2 +-
gcc/cp/error.cc | 14 +++----
gcc/cp/mangle.cc | 5 ++-
gcc/cp/module.cc | 24 ++++++++++-
gcc/cp/parser.cc | 42 +++++++++++++------
gcc/cp/pt.cc | 29 +++++++++----
gcc/cp/semantics.cc | 55 ++++++++++++++++++------
gcc/cp/tree.cc | 22 +++++++---
gcc/cp/typeck.cc | 7 +++-
gcc/testsuite/g++.dg/cpp0x/alias-decl-59.C | 4 +-
gcc/testsuite/g++.dg/ext/has-builtin-1.C | 9 ++++
gcc/testsuite/g++.dg/ext/remove_cv.C | 32 ++++++++++++++
gcc/testsuite/g++.dg/ext/remove_cvref.C | 32 ++++++++++++++
gcc/testsuite/g++.dg/ext/remove_reference.C | 32 ++++++++++++++
gcc/testsuite/g++.dg/ext/underlying_type13.C | 7 ++++
gcc/testsuite/g++.dg/ext/underlying_type14.C | 8 ++++
gcc/testsuite/g++.dg/ext/underlying_type7.C | 2 +-
libstdc++-v3/include/bits/unique_ptr.h | 5 +--
25 files changed, 354 insertions(+), 83 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/remove_cv.C
create mode 100644 gcc/testsuite/g++.dg/ext/remove_cvref.C
create mode 100644 gcc/testsuite/g++.dg/ext/remove_reference.C
create mode 100644 gcc/testsuite/g++.dg/ext/underlying_type13.C
create mode 100644 gcc/testsuite/g++.dg/ext/underlying_type14.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_native_build/master-aarch64
in repository toolchain/ci/base-artifacts.
from 24ffed7146 52: onsuccess: #466: 1: Success after binutils/gcc: 25 commits
new 826d1bda50 53: onsuccess: #467: 6: Success after binutils/gcc/linux/gli [...]
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 1664 -> 1652 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2716 bytes
04-build_abe-binutils/console.log.xz | Bin 38348 -> 37532 bytes
05-build_abe-gcc/console.log.xz | Bin 146708 -> 211624 bytes
06-clean_sysroot/console.log.xz | Bin 0 -> 312 bytes
07-build_abe-linux/console.log.xz | Bin 0 -> 8624 bytes
08-build_abe-glibc/console.log.xz | Bin 0 -> 241704 bytes
09-build_abe-gdb/console.log.xz | Bin 0 -> 38408 bytes
10-check_regression/console.log.xz | Bin 3568 -> 4808 bytes
10-check_regression/mail-body.txt | 8 ++++++-
dashboard/dashboard-generate.sh | 2 +-
dashboard/squad/score/results-functional.json | 1 +
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/gdb_rev | 2 +-
git/glibc_rev | 2 +-
git/linux_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 10 ++++++--
mail/mail-subject.txt | 2 +-
manifest.sh | 33 ++++++++++++++++----------
results | 8 ++++++-
22 files changed, 52 insertions(+), 24 deletions(-)
create mode 100644 06-clean_sysroot/console.log.xz
create mode 100644 07-build_abe-linux/console.log.xz
create mode 100644 08-build_abe-glibc/console.log.xz
create mode 100644 09-build_abe-gdb/console.log.xz
create mode 100644 dashboard/squad/score/results-functional.json
--
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 1557c9ff815 Automatic date update in version.in
new 55b0ce4403e Add -B to the help output from gprof, and add suitable docu [...]
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:
gprof/ChangeLog | 7 +++++++
gprof/gprof.c | 2 +-
gprof/gprof.texi | 5 ++++-
3 files changed, 12 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.
unknown user pushed a change to branch releases/gcc-12
in repository gcc.
from 7f323c284f7 Daily bump.
new afea1ae84f0 OpenACC: Fix reduction tree-sharing issue [PR106982]
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/omp-low.cc | 19 +++++++++++--------
gcc/testsuite/c-c++-common/goacc/reduction-7.c | 22 ++++++++++++++++++++++
gcc/testsuite/c-c++-common/goacc/reduction-8.c | 12 ++++++++++++
3 files changed, 45 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/goacc/reduction-7.c
create mode 100644 gcc/testsuite/c-c++-common/goacc/reduction-8.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.
unknown user pushed a change to branch master
in repository gcc.
from a0aafbc324a place `const volatile' objects in read-only sections
new a1f7f9541c2 c++: import/export NTTP objects
new df7f2736509 libstdc++: Guard use of new built-in with __has_builtin
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/cp/module.cc | 35 ++++++++++++++++++++++
.../g++.dg/modules/{noexcept-1_a.H => 100616_a.H} | 3 +-
gcc/testsuite/g++.dg/modules/100616_b.C | 7 +++++
gcc/testsuite/g++.dg/modules/100616_c.C | 7 +++++
gcc/testsuite/g++.dg/modules/100616_d.C | 10 +++++++
libstdc++-v3/include/std/type_traits | 7 ++++-
6 files changed, 67 insertions(+), 2 deletions(-)
copy gcc/testsuite/g++.dg/modules/{noexcept-1_a.H => 100616_a.H} (65%)
create mode 100644 gcc/testsuite/g++.dg/modules/100616_b.C
create mode 100644 gcc/testsuite/g++.dg/modules/100616_c.C
create mode 100644 gcc/testsuite/g++.dg/modules/100616_d.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.