This is an automated email from the git hooks/post-receive script.
robert.savoye pushed a change to branch array
in repository toolchain/abe.
from 53ff5e7 Add support for manifest format to be a variable instead of a [...]
new 16d920d Remove gcc-multilib and g++multilib packages from missing to [...]
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:
configure | 2 +-
configure.ac | 2 +-
2 files changed, 2 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 master
in repository gcc.
from 382ac19 Proposed doc update for Explicit Reg Vars 2/3
new 64c7c74 gcc/
new 1f137e6 gcc/
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 | 45 ++++++++++++++++++
gcc/c/ChangeLog | 7 +++
gcc/c/c-typeck.c | 32 ++++++++++++-
gcc/cp/ChangeLog | 7 +++
gcc/cp/call.c | 15 +++++-
gcc/cp/typeck.c | 16 ++++++-
gcc/doc/tm.texi | 6 +++
gcc/doc/tm.texi.in | 2 +
gcc/omp-low.c | 2 +
gcc/optabs.c | 5 +-
gcc/stor-layout.c | 14 ++++--
gcc/target.def | 10 ++++
gcc/targhooks.c | 14 ++++++
gcc/targhooks.h | 1 +
gcc/testsuite/ChangeLog | 8 ++++
gcc/testsuite/g++.dg/ext/vector22.C | 1 -
gcc/testsuite/gcc.dg/lto/simd-function_0.c | 34 ++++++++++++++
gcc/tree-cfg.c | 21 +++------
gcc/tree-vect-generic.c | 57 ++++++++++++++---------
gcc/tree-vect-stmts.c | 8 ++--
gcc/tree.c | 74 ++++++++++++++++++++++++++++--
gcc/tree.h | 9 ++++
22 files changed, 332 insertions(+), 56 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/lto/simd-function_0.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 a15183e Add simple sign-stripping cases to match.pd
new 382ac19 Proposed doc update for Explicit Reg Vars 2/3
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 | 4 ++
gcc/doc/extend.texi | 137 +++++++++++++++++++++++++---------------------------
2 files changed, 70 insertions(+), 71 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 hjl/interrupt/master
in repository gcc.
from c0c11a6 Add a check for DRAP in interrupt function
new d6d2379 Update ix86_return_pops_args and ACCUMULATE_OUTGOING_ARGS
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/config/i386/i386.c | 19 +++++++++++++++++--
gcc/config/i386/i386.h | 13 ++++++++++---
gcc/testsuite/gcc.dg/torture/pr68037-1.c | 1 -
gcc/testsuite/gcc.dg/torture/pr68037-2.c | 1 -
gcc/testsuite/gcc.target/i386/interrupt-1.c | 4 ++--
gcc/testsuite/gcc.target/i386/interrupt-17.c | 9 +++------
6 files changed, 32 insertions(+), 15 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 77d2eb6 PR target/68018 * config/i386/i386.c (ix86_compute_frame_la [...]
new a15183e Add simple sign-stripping cases to match.pd
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/match.pd | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 77 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 gcc-5-branch
in repository gcc.
from 1c6adde Daily bump.
new 98d6eb0 PR c++/67557
new f19d49b PR c++/66583
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 | 11 +++++++
gcc/cp/call.c | 37 ++++++++++++++++++++++-
gcc/cp/init.c | 19 ++++++++++--
gcc/testsuite/g++.dg/cpp0x/anon-union1.C | 27 +++++++++++++++++
gcc/testsuite/g++.dg/init/elide3.C | 50 ++++++++++++++++++++++++++++++++
5 files changed, 140 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/anon-union1.C
create mode 100644 gcc/testsuite/g++.dg/init/elide3.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 2578db5 2015-10-21 Richard Biener <rguenther(a)suse.de>
new 77d2eb6 PR target/68018 * config/i386/i386.c (ix86_compute_frame_la [...]
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/i386/i386.c | 9 ++++++---
gcc/testsuite/ChangeLog | 13 +++++++++----
gcc/testsuite/gcc.target/i386/pr68018.c | 10 ++++++++++
4 files changed, 32 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr68018.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 911a6ef 2015-10-21 Richard Biener <rguenther(a)suse.de>
new 6d2b089 2015-10-21 Richard Biener <rguenther(a)suse.de>
new 2578db5 2015-10-21 Richard Biener <rguenther(a)suse.de>
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 | 14 +++++++++
gcc/fold-const.c | 37 +++++++++++-------------
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.dg/torture/pr68031.c | 11 +++++++
gcc/tree-ssa-sccvn.c | 52 +++++++++++++++++++++++++++++-----
5 files changed, 91 insertions(+), 28 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr68031.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 299794c libsanitizer/
new e57d6cc libsanitizer/
new e18652e libsanitizer/
new 911a6ef 2015-10-21 Richard Biener <rguenther(a)suse.de>
The 3 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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-39.c | 19 ++++++++++++++++
gcc/tree-ssa-ccp.c | 5 +++++
libsanitizer/ChangeLog | 10 +++++++++
libsanitizer/HOWTO_MERGE | 26 ++++++++++++++++++++++
.../sanitizer_common/sanitizer_stacktrace.cc | 4 ++--
7 files changed, 73 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-39.c
create mode 100644 libsanitizer/HOWTO_MERGE
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.