This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-8
in repository gcc.
from c4081a0b257 Daily bump.
new 99f496bea7c Daily bump.
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/DATESTAMP | 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 0d1b4edc5ff analyzer: fix ICE on RANGE_EXPR in CONSTRUCTORs [PR96763]
new 73a2b8dd17d c++: Implement P1009: Array size deduction in new-expressions.
new 18056e45db1 analyzer: fix ICE on unknown index in CONSTRUCTOR [PR96860]
new ee7bfbe5eb7 analyzer: gather builtin/internal fn handling into switch s [...]
new bc62bfb0f43 analyzer: handle __builtin___memset_chk [PR96798]
new 1da918e153b rs6000, remove improperly defined and unsupported builtins.
new 13e4ba28f36 Daily bump.
new be7ad7dfdb3 test/rs6000: Add Power9 and up as vect_len target
new ef688fdfc61 Correct Changelog for fix to PR96806
The 8 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 | 58 ++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/analyzer/ChangeLog | 57 +++++++++++++++++++++++
gcc/analyzer/region-model.cc | 49 ++++++++++++++++----
gcc/analyzer/region.cc | 3 +-
gcc/analyzer/store.cc | 33 +++++++++-----
gcc/analyzer/store.h | 6 +--
gcc/config/rs6000/altivec.h | 4 --
gcc/cp/ChangeLog | 17 +++++++
gcc/cp/call.c | 4 +-
gcc/cp/init.c | 55 +++++++++++++++++++++--
gcc/cp/parser.c | 13 ++++--
gcc/cp/pt.c | 4 ++
gcc/d/ChangeLog | 10 +++++
gcc/doc/sourcebuild.texi | 20 +++++++++
gcc/testsuite/ChangeLog | 75 +++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/sfinae4.C | 8 +++-
gcc/testsuite/g++.dg/cpp2a/new-array1.C | 70 +++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp2a/new-array2.C | 22 +++++++++
gcc/testsuite/g++.dg/cpp2a/new-array3.C | 17 +++++++
gcc/testsuite/g++.dg/cpp2a/new-array4.C | 10 +++++
gcc/testsuite/gcc.dg/analyzer/memset-1.c | 14 ++++++
gcc/testsuite/gcc.dg/analyzer/pr96860-1.c | 9 ++++
gcc/testsuite/gcc.dg/analyzer/pr96860-2.c | 8 ++++
gcc/testsuite/lib/target-supports.exp | 2 +-
gcc/tree.c | 15 +++++++
gcc/tree.h | 1 +
27 files changed, 548 insertions(+), 38 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/new-array1.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/new-array2.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/new-array3.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/new-array4.C
create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr96860-1.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr96860-2.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 releases/gcc-10
in repository gcc.
from 9f980cdba9e tree-optimization/96854 - SLP reduction of two-operator is broken
new fd732eee98b Daily bump.
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/fortran/ChangeLog | 9 +++++++++
gcc/testsuite/ChangeLog | 18 ++++++++++++++++++
4 files changed, 42 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 dejagnu.
from 693acb6 Prepare NEWS file for release
new 9922ae1 Add GFDL notice to doc/runtest.1
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:
ChangeLog | 3 +++
doc/runtest.1 | 7 ++++++-
2 files changed, 9 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 264fc0e27bf gdb: change type of field_info::non_public_fields to bool
new 973695d6bb8 Work around incorrect/broken pathnames in NT_FILE note
new efe24f056fd corefile.exp: XFAIL warning-free test when testing on docker
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:
gdb/ChangeLog | 10 +++++
gdb/corelow.c | 84 ++++++++++++++++++++++++++++++++----
gdb/testsuite/ChangeLog | 9 ++++
gdb/testsuite/gdb.base/corefile.exp | 7 +++
gdb/testsuite/gdb.base/corefile2.exp | 27 ++++++++++++
5 files changed, 129 insertions(+), 8 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 master
in repository dejagnu.
from 8423481 Add missing copyright and GPL notices to some testsuite files
new 693acb6 Prepare NEWS file for release
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:
ChangeLog | 4 +++
NEWS | 90 +++++++++++++++++++++++++++++++--------------------------------
2 files changed, 49 insertions(+), 45 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 tested
in repository toolchain/jenkins-scripts.
from c1856649 tcwg-benchmark-bare.sh: New script to run benchmarks on bare-metal
adds 73ab5ac9 Increase memory allocation for build containers
adds 70b59f1a tcwg-llvm-release: Deal with flang and mlir
No new revisions were added by this update.
Summary of changes:
jenkins-helpers.sh | 7 +------
start-container-docker.sh | 2 +-
start-container-qemu.sh | 2 +-
tcwg-llvm-release.sh | 6 +++++-
4 files changed, 8 insertions(+), 9 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 master
in repository binutils-gdb.
from 6a42ec96cab Automatic date update in version.in
new 2de01bdb2e2 gdb: fix indentation of struct field_info
new 264fc0e27bf gdb: change type of field_info::non_public_fields to bool
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:
gdb/ChangeLog | 9 +++++++++
gdb/dwarf2/read.c | 60 +++++++++++++++++++++++++++----------------------------
2 files changed, 39 insertions(+), 30 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.