This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 58bcbab7b75 C++: namespaces and scopes for enum values (PR c++/88121)
new 81c011e2de0 /cp 2018-11-29 Paolo Carlini <paolo.carlini(a)oracle.com>
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/cp/ChangeLog | 7 +++
gcc/cp/decl.c | 58 +++++++++++++++-------
gcc/testsuite/ChangeLog | 22 ++++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-47969.C | 3 +-
gcc/testsuite/g++.dg/cpp0x/constexpr-48324.C | 2 +-
.../{constexpr-base6.C => constexpr-base6b.C} | 5 +-
gcc/testsuite/g++.dg/cpp0x/constexpr-ex2.C | 4 +-
gcc/testsuite/g++.dg/cpp0x/scoped_enum2.C | 3 +-
gcc/testsuite/g++.dg/cpp1y/pr63996.C | 2 +-
gcc/testsuite/g++.dg/ext/constexpr-vla5.C | 2 +-
gcc/testsuite/g++.dg/ext/stmtexpr15.C | 3 +-
gcc/testsuite/g++.dg/ext/vla1.C | 5 +-
gcc/testsuite/g++.dg/other/fold1.C | 2 +-
gcc/testsuite/g++.dg/parse/array-size2.C | 4 +-
gcc/testsuite/g++.dg/parse/crash36.C | 2 +-
gcc/testsuite/g++.dg/ubsan/pr81530.C | 2 +-
gcc/testsuite/g++.dg/warn/Wvla-1.C | 2 +-
gcc/testsuite/g++.dg/warn/Wvla-2.C | 2 +-
gcc/testsuite/g++.old-deja/g++.brendan/array1.C | 2 +-
gcc/testsuite/g++.old-deja/g++.bugs/900402_02.C | 8 +--
gcc/testsuite/g++.old-deja/g++.law/init3.C | 2 +-
gcc/testsuite/g++.old-deja/g++.mike/p6149.C | 2 +-
22 files changed, 99 insertions(+), 45 deletions(-)
copy gcc/testsuite/g++.dg/cpp0x/{constexpr-base6.C => constexpr-base6b.C} (57%)
--
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-release-aarch64-lts-allyesconfig
in repository toolchain/gcc.
from f37f815d8a7 2018-11-28 Aaron Sawdey <acsawdey(a)linux.ibm.com>
adds a9a931e4fd4 Daily bump.
adds 06403f63899 [PR c++/87531] operator= lookup in templates
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 6 +++
gcc/cp/class.c | 13 +++++++
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/g++.dg/lookup/pr87531.C | 73 +++++++++++++++++++++++++++++++++++
5 files changed, 98 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/lookup/pr87531.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 d247a0a25ad gcc/ PR target/87496 * config/rs6000/rs6000.c (rs6000_opt [...]
new 58bcbab7b75 C++: namespaces and scopes for enum values (PR c++/88121)
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/cp/ChangeLog | 17 ++++
gcc/cp/cp-name-hint.h | 1 +
gcc/cp/error.c | 25 ++++-
gcc/cp/name-lookup.c | 72 ++++++++++++--
gcc/testsuite/ChangeLog | 6 ++
.../g++.dg/lookup/suggestions-scoped-enums.C | 110 +++++++++++++++++++++
.../g++.dg/lookup/suggestions-unscoped-enums.C | 91 +++++++++++++++++
7 files changed, 310 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lookup/suggestions-scoped-enums.C
create mode 100644 gcc/testsuite/g++.dg/lookup/suggestions-unscoped-enums.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_kernel/gnu-release-aarch64-mainline-allmodconfig
in repository toolchain/binutils-gdb.
from f3f67028ac Automatic date update in version.in
adds 637d905555 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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 clang.
from e1fea8ec60 [OpenMP] Add a new version of the SPMD deinit kernel function
new 7b0baf3769 [OPENMP][NVPTX]Call get __kmpc_global_thread_num in worker a [...]
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:
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 4 ++++
test/OpenMP/nvptx_target_codegen.cpp | 2 +-
2 files changed, 5 insertions(+), 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 libcxx.
from ebdb54773 Revert commit r347904 because it broke older compilers
new 8e2d4ad9c [libcxx] Make UNSUPPORTED for std::async test more fine grained
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:
test/std/thread/futures/futures.async/async_race.38682.pass.cpp | 9 ++++++++-
1 file changed, 8 insertions(+), 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 binutils-gdb.
from 12951a2f08 RISC-V: Add missing c.unimp instruction.
new e61667ef14 Implement the "gdb_signal_to/from_target" gdbarch methods fo [...]
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:
gdb/ChangeLog | 8 ++
gdb/fbsd-tdep.c | 285 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 293 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.