This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3e745c1 Remove redundant conditional expressions in <system_error>
new 8efb09c Make std::random_device retry after short reads
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:
libstdc++-v3/ChangeLog | 4 ++++
libstdc++-v3/src/c++11/random.cc | 24 +++++++++++++++++-------
2 files changed, 21 insertions(+), 7 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 947ed59 Split up optabs.[hc]
new 6904f6c Only do shrink_to_fit() when exceptions enabled
new 3e745c1 Remove redundant conditional expressions in <system_error>
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:
libstdc++-v3/ChangeLog | 10 ++++++++++
libstdc++-v3/include/bits/allocator.h | 8 ++++++--
libstdc++-v3/include/bits/basic_string.h | 12 ++++++++----
libstdc++-v3/include/std/system_error | 4 ++--
4 files changed, 26 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 706dca6 PR middle-end/65958 * config/arm/linux-elf.h (STACK_CHECK_S [...]
new e429e3b compiler: Issue channel type errors earlier.
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 8 +++++++-
gcc/go/gofrontend/statements.cc | 5 ++++-
3 files changed, 12 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 gcc-5-branch
in repository gcc.
from e217b76 libgo: Use stat_atim.go on Solaris 12+
new 11cdaa3 PR middle-end/67222 * gimple-low.c (lower_stmt): Do [...]
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/gimple-low.c | 3 ++-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.dg/torture/pr67222.c | 19 +++++++++++++++++++
gcc/tree-ssa-alias.c | 6 +++---
5 files changed, 45 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr67222.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 gcc-5-branch
in repository gcc.
from 9091c20 Daily bump.
new e217b76 libgo: Use stat_atim.go on Solaris 12+
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:
libgo/Makefile.am | 4 +
libgo/Makefile.in | 386 +++++++++++++++++++++++++++++++----------------------
libgo/aclocal.m4 | 74 ++++++----
libgo/configure | 45 ++++++-
libgo/configure.ac | 6 +
5 files changed, 321 insertions(+), 194 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 aoliva/pr64164
in repository gcc.
from cdcf758 improve alignment computation in gimple_can_coalesce_p
new c9ae425 use reg for by-ref aggregate
new 2b27ef1 headers for MINIMUM_ALIGNMENT
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/function.c | 2 +-
gcc/tree-ssa-coalesce.c | 3 ++-
2 files changed, 3 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 aoliva/pr64164
in repository gcc.
from bb763a6 no coalesce on different alignment
new cdcf758 improve alignment computation in gimple_can_coalesce_p
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/tree-ssa-coalesce.c | 7 ++++++-
1 file changed, 6 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 654561a 2015-09-17 Richard Biener <rguenther(a)suse.de>
new 706dca6 PR middle-end/65958 * config/arm/linux-elf.h (STACK_CHECK_S [...]
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 | 29 ++
gcc/config/arm/arm-protos.h | 1 +
gcc/config/arm/arm.c | 536 ++++++++++++++++++++------
gcc/config/arm/arm.md | 24 ++
gcc/config/arm/linux-elf.h | 3 +
gcc/config/arm/unspecs.md | 2 +
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/gcc.target/arm/stack-checking.c | 21 +
8 files changed, 507 insertions(+), 113 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/stack-checking.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 linaro/gcc-5-branch
in repository gcc.
from ac19ac6 Merge branches/gcc-5-branch rev 227732.
adds ee80bac Make Linaro GCC Snapshot 5.2-2015.09.
adds 0e86927 gcc/ * LINARO-VERSION: Bump version number, post snapshot.
No new revisions were added by this update.
Summary of changes:
gcc/LINARO-VERSION | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.