This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 92e7ab1 PR c/69407 * c-common.c (resolve_overloaded_builtin): Set T [...]
new a75d875 Tweak the pipeline model for Exynos M1
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 | 7 +++++++
gcc/config/aarch64/aarch64.c | 2 +-
2 files 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 gcc.
from 7378dbf PR c/70264: fix crash in compatible_locations_p with BUILTINS [...]
new 92e7ab1 PR c/69407 * c-common.c (resolve_overloaded_builtin): Set T [...]
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/ChangeLog | 6 ++++++
gcc/c-family/c-common.c | 4 ++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/atomic-op-6.c | 11 +++++++++++
4 files changed, 26 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/atomic-op-6.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 e2895b7 PR c++/70144 * cp-tree.h (magic_varargs_p): Return int inst [...]
new 7378dbf PR c/70264: fix crash in compatible_locations_p with BUILTINS [...]
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 | 6 ++++++
gcc/diagnostic-show-locus.c | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/c-c++-common/pr70264.c | 13 +++++++++++++
4 files changed, 30 insertions(+)
create mode 100644 gcc/testsuite/c-c++-common/pr70264.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 hsa
in repository gcc.
from 1a76205 Merged trunk revision 234177 into the hsa branch
new 13bef90 [hsa branch] Use an obstack instead of multiple alloc pools
new b7418f4 [hsa branch] Create openmp -fopt-info optimization group
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/ChangeLog.hsa | 69 ++++++++++++++++
gcc/doc/invoke.texi | 2 +
gcc/doc/optinfo.texi | 3 +
gcc/dumpfile.c | 1 +
gcc/dumpfile.h | 3 +-
gcc/hsa-gen.c | 227 +++++++++++++++------------------------------------
gcc/omp-low.c | 56 ++++++-------
7 files changed, 173 insertions(+), 188 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 gcc.
from 5ec4a94 Properly set flag_pie and flag_pic
new f7995d7 PR c++/70272 * decl.c (begin_destructor_body): Don't insert [...]
new e2895b7 PR c++/70144 * cp-tree.h (magic_varargs_p): Return int inst [...]
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/ChangeLog | 16 +++++++++++++++
gcc/cp/call.c | 32 ++++++++++++++++++++---------
gcc/cp/cp-tree.h | 2 +-
gcc/cp/decl.c | 4 +++-
gcc/testsuite/ChangeLog | 11 ++++++++++
gcc/testsuite/c-c++-common/pr70144-1.c | 9 ++++++++
gcc/testsuite/c-c++-common/pr70144-2.c | 12 +++++++++++
gcc/testsuite/g++.dg/opt/flifetime-dse5.C | 2 +-
gcc/testsuite/g++.dg/opt/flifetime-dse6.C | 11 ++++++++++
gcc/testsuite/g++.dg/tree-ssa/ehcleanup-1.C | 2 +-
10 files changed, 87 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr70144-1.c
create mode 100644 gcc/testsuite/c-c++-common/pr70144-2.c
create mode 100644 gcc/testsuite/g++.dg/opt/flifetime-dse6.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.
bernie.ogden pushed a change to branch benchmarking-paranoia
in repository toolchain/abe.
discards f99e04e Suppress host key checking prompt
discards f43c87f ssh/rsync invocations take input from /dev/null
discards 06a42a8 Do not try to validate non-http(s) URLs
discards 4c2fa4a Check that only one of the paranoia cases is being employed
new 0912537 Check that only one of the paranoia cases is being employed
new 497a40c Do not try to validate non-http(s) URLs
new e918372 ssh/rsync invocations take input from /dev/null
new 6b93775 Suppress host key checking prompt
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 (f99e04e)
\
N -- N -- N refs/heads/benchmarking-paranoia (6b93775)
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 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:
scripts/Benchmark.sh | 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.
bernie.ogden pushed a change to branch benchmarking-paranoia
in repository toolchain/abe.
discards 70851b5 Suppress host key checking prompt
discards 19f2a4a ssh/rsync invocations take input from /dev/null
discards 368b2de Do not try to validate non-http(s) URLs
discards 68e1b91 Check that both or neither of the ssh-paranoia case values are set
discards 8d64361 Validate URLs requiring user/password auth
discards 36ff314 Report response code when curl fails
discards 790d410 Guard against insecure credential transmission
discards b8baa7a Make validation stages stand out clearly
discards 7ac1069 Split a pair of long lines into parts
discards a3a224a Support secret-passing for paranoid benchmarking
new 8aa7269 Support secret-passing for paranoid benchmarking
new 6e733af Split a pair of long lines into parts
new 7548e86 Make validation stages stand out clearly
new 078eb6a Guard against insecure credential transmission
new 0aef17f Report response code when curl fails
new 1c1138b Validate URLs requiring user/password auth
new 6a481d7 Check that both or neither of the ssh-paranoia case values are set
new 4c2fa4a Check that only one of the paranoia cases is being employed
new 06a42a8 Do not try to validate non-http(s) URLs
new f43c87f ssh/rsync invocations take input from /dev/null
new f99e04e Suppress host key checking prompt
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 (70851b5)
\
N -- N -- N refs/heads/benchmarking-paranoia (f99e04e)
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 11 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:
scripts/Benchmark.sh | 6 ++++++
1 file changed, 6 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.