This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a change to branch bernie/benchmarking-uinstance-stability
in repository toolchain/abe.
from 7137218 Pass COMPILER_FLAGS through default_makeflags
new bf503f6 Add a TODO about setting COMPILER_FLAGS on CLI
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:
scripts/benchmark.sh | 3 +++
1 file changed, 3 insertions(+)
--
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 gcc-5-branch
in repository gcc.
from f350aab PR c++/68585 * constexpr.c (cxx_eval_bare_aggregate): Fix ' [...]
new 2d5ab11 Backport PR69648 fix from mainline (set of picreg removed dur [...]
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 | 13 +++++++++++--
gcc/lra-constraints.c | 4 +++-
2 files changed, 14 insertions(+), 3 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 57d00b6 [gcc] 2016-02-18 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 4550fbd PR testsuite/68580 * c-c++-common/tsan/pr65400-1.c (v, q, o): [...]
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/testsuite/ChangeLog | 15 ++++++++++-----
gcc/testsuite/c-c++-common/tsan/pr65400-1.c | 6 +++---
2 files changed, 13 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 gcc.
from 0808dfc 2016-02-18 Richard Biener <rguenther(a)suse.de>
new d92404e PR target/62554 PR target/69610 gcc * con [...]
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 | 11 +++++++
gcc/config/arm/arm.c | 31 +++++++++++++++++++
gcc/testsuite/ChangeLog | 8 +++++
gcc/testsuite/gcc.target/arm/pr62554.c | 51 ++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/arm/pr69610-1.c | 14 +++++++++
gcc/testsuite/gcc.target/arm/pr69610-2.c | 33 +++++++++++++++++++++
6 files changed, 148 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/arm/pr62554.c
create mode 100644 gcc/testsuite/gcc.target/arm/pr69610-1.c
create mode 100644 gcc/testsuite/gcc.target/arm/pr69610-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 master
in repository gcc.
from e99b10c Daily bump.
new f67cece * mangle.c (maybe_check_abi_tags): Add for_decl parm. Call [...]
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 | 8 +++++++
gcc/cp/mangle.c | 43 ++++++++++++++++++++++-------------
gcc/testsuite/g++.dg/abi/abi-tag16a.C | 4 ++--
gcc/testsuite/g++.dg/abi/abi-tag18.C | 20 ++++++++++++++++
gcc/testsuite/g++.dg/abi/abi-tag18a.C | 20 ++++++++++++++++
5 files changed, 77 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/abi/abi-tag18.C
create mode 100644 gcc/testsuite/g++.dg/abi/abi-tag18a.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 2bc9f5c Do not emit red stack zones for a fn with no_sanitize_address
new 57d00b6 [gcc] 2016-02-18 Michael Meissner <meissner(a)linux.vnet.ibm.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/ChangeLog | 11 +++++++++++
gcc/config/rs6000/predicates.md | 13 +++++++++++--
gcc/config/rs6000/rs6000.md | 6 +++---
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/powerpc/fusion.c | 29 +++++++++--------------------
gcc/testsuite/gcc.target/powerpc/fusion3.c | 27 +++++++++------------------
6 files changed, 49 insertions(+), 43 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 gcc-4_9-branch
in repository gcc.
from 7b1eb84 Daily bump.
new 9f2e0a9 * gcc.dg/pr69522.c: Add empty dg-options.
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/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.dg/pr69522.c | 1 +
2 files changed, 8 insertions(+)
--
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 gcc-5-branch
in repository gcc.
from 8e627eb Daily bump.
new 3f543b7 PR c++/68679 * decl2.c (reset_type_linkage_2): Look through [...]
new f350aab PR c++/68585 * constexpr.c (cxx_eval_bare_aggregate): Fix ' [...]
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 | 8 +++++
gcc/cp/constexpr.c | 3 +-
gcc/cp/decl2.c | 12 +++++--
gcc/testsuite/g++.dg/cpp0x/constexpr-initlist9.C | 41 ++++++++++++++++++++++++
gcc/testsuite/g++.dg/other/anon8.C | 9 ++++++
5 files changed, 69 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-initlist9.C
create mode 100644 gcc/testsuite/g++.dg/other/anon8.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 63ad69d 2016-02-18 Richard Biener <rguenther(a)suse.de>
new 2bc9f5c Do not emit red stack zones for a fn with no_sanitize_address
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 | 10 ++++++++++
gcc/cfgexpand.c | 20 ++++++++++++++++----
2 files changed, 26 insertions(+), 4 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 gcc-5-branch
in repository gcc.
from 2d5ab11 Backport PR69648 fix from mainline (set of picreg removed dur [...]
new fb478fd 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.