This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9890323 2015-12-17 Andrew Burgess <andrew.burgess(a)embecosm.com> gcc [...]
new d84b851 2015-12-17 Richard Biener <rguenther(a)suse.de>
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr68951.c | 12 ++++++++++++
gcc/tree-vect-data-refs.c | 6 ++++++
4 files changed, 29 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr68951.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 966a7fd Merge branches/gcc-5-branch rev 231642.
adds cb74384a Make Linaro GCC Snapshot 5.3-2015.12.
adds 1a9849c 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.
This is an automated email from the git hooks/post-receive script.
yvan.roux pushed a change to branch toolchain-snapshots
in repository toolchain/release-notes.
from 6e19524 Toolchain sources: Update release notes for gcc-5-2015.11 snapshot.
new f13619e Toolchain sources: Update release notes for gcc-5-2015.12 snapshot.
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:
components/toolchain/gcc-linaro/5/README.textile | 212 +++++++++--------------
1 file changed, 81 insertions(+), 131 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 28a07e6 2015-12-17 Richard Biener <rguenther(a)suse.de>
new 9890323 2015-12-17 Andrew Burgess <andrew.burgess(a)embecosm.com> gcc [...]
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 | 5 +++++
gcc/config/arc/arc.c | 15 ++++++++-------
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/arc/loop-hazard-1.c | 16 ++++++++++++++++
4 files changed, 33 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arc/loop-hazard-1.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 ffebb4e Only support -gstabs on Mac OS X if assember supports it (PR [...]
new 28a07e6 2015-12-17 Richard Biener <rguenther(a)suse.de>
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/gimple-ssa.h | 10 +++-------
gcc/tree-ssa.c | 1 -
3 files changed, 9 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 b52cf69 2015-12-17 Andrew Burgess <andrew.burgess(a)embecosm.com>
new ffebb4e Only support -gstabs on Mac OS X if assember supports it (PR [...]
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 | 15 ++++++++++++
gcc/config.in | 6 +++++
gcc/config/darwin.h | 7 +++---
gcc/config/i386/darwin.h | 4 ++++
gcc/configure | 31 +++++++++++++++++++++++++
gcc/configure.ac | 5 ++++
gcc/doc/sourcebuild.texi | 3 +++
gcc/testsuite/ChangeLog | 12 ++++++++++
gcc/testsuite/g++.dg/cpp0x/alias-decl-debug-0.C | 3 +--
gcc/testsuite/g++.dg/other/PR23205.C | 3 +--
gcc/testsuite/g++.dg/other/pr23205-2.C | 3 +--
gcc/testsuite/gcc.dg/20040813-1.c | 3 +--
gcc/testsuite/gcc.dg/darwin-20040809-2.c | 2 +-
gcc/testsuite/lib/target-supports.exp | 9 +++++++
gcc/testsuite/objc.dg/stabs-1.m | 3 +--
15 files changed, 95 insertions(+), 14 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 fe3a066 2015-12-17 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
new b52cf69 2015-12-17 Andrew Burgess <andrew.burgess(a)embecosm.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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/arc/jump-around-jump.c | 2 +-
2 files changed, 5 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 ea7ec26 Fix some blockers of PR c++/24666 (arrays decay to pointers t [...]
new fe3a066 2015-12-17 Thomas Preud'homme <thomas.preudhomme(a)arm.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/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/c-c++-common/attr-simd-3.c | 1 -
gcc/testsuite/lib/target-supports.exp | 7 +------
3 files changed, 11 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 9768b22 Avoid code duplication in cp_tree_[operand|code]_length
new ea7ec26 Fix some blockers of PR c++/24666 (arrays decay to pointers 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/cp/ChangeLog | 9 +++++++
gcc/cp/typeck.c | 16 +++++++------
gcc/testsuite/ChangeLog | 11 +++++++++
gcc/testsuite/g++.dg/conversion/pr16333.C | 10 ++++++++
gcc/testsuite/g++.dg/conversion/pr41426.C | 40 +++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/conversion/pr59878.C | 25 +++++++++++++++++++
gcc/testsuite/g++.dg/conversion/pr66895.C | 16 +++++++++++++
7 files changed, 120 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/conversion/pr16333.C
create mode 100644 gcc/testsuite/g++.dg/conversion/pr41426.C
create mode 100644 gcc/testsuite/g++.dg/conversion/pr59878.C
create mode 100644 gcc/testsuite/g++.dg/conversion/pr66895.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 e751c05 Correct ChangeLogs for PR c++/42121 and related.
new 9768b22 Avoid code duplication in cp_tree_[operand|code]_length
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 | 5 +++++
gcc/cp/tree.c | 19 +++----------------
2 files changed, 8 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.