This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 42b45e8 2015-08-12 Richard Biener <rguenther(a)suse.de>
new 4dcd273 [AArch64] Do not ICE after apologising for -mcmodel=large -fPIC
new 75f8723 2015-08-12 Paolo Carlini <paolo.carlini(a)oracle.com>
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 | 5 +++++
gcc/config/aarch64/aarch64.c | 1 +
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/warn/Wunused-result-1.C | 8 ++++++++
4 files changed, 19 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/warn/Wunused-result-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 trunk
in repository gcc.
from 6b97fdc 2015-08-12 Yvan Roux <yvan.roux(a)linaro.org>
new 42b45e8 2015-08-12 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 | 17 ++++
gcc/testsuite/ChangeLog | 22 +++++
gcc/testsuite/g++.dg/tree-ssa/pr61034.C | 2 +-
gcc/testsuite/gcc.dg/fold-compare-2.c | 4 +-
gcc/testsuite/gcc.dg/pr50763.c | 4 +-
gcc/testsuite/gcc.dg/predict-3.c | 6 +-
gcc/testsuite/gcc.dg/tree-ssa/20030709-2.c | 8 +-
gcc/testsuite/gcc.dg/tree-ssa/pr19831-3.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pr20657.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pr21001.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pr37508.c | 12 ++-
gcc/testsuite/gcc.dg/tree-ssa/vrp04.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/vrp07.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/vrp09.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/vrp16.c | 9 +-
gcc/testsuite/gcc.dg/tree-ssa/vrp20.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/vrp25.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/vrp87.c | 13 +--
gcc/tree-ssa-sccvn.c | 149 ++++++++++++++++++++++++++++-
19 files changed, 223 insertions(+), 39 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 trunk
in repository gcc.
from cd7d030 * tree-vrp.c (simplify_min_or_max_using_ranges): New. (simp [...]
new 6b97fdc 2015-08-12 Yvan Roux <yvan.roux(a)linaro.org>
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/config/arm/arm.md | 4 ++--
2 files changed, 8 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 trunk
in repository gcc.
from 7ad1d78 * c-decl.c (grokdeclarator): Call error_at instead of error [...]
new cd7d030 * tree-vrp.c (simplify_min_or_max_using_ranges): New. (simp [...]
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/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.dg/vrp-min-max-1.c | 27 +++++++++++++++++
gcc/testsuite/gcc.dg/vrp-min-max-2.c | 17 +++++++++++
gcc/tree-vrp.c | 56 +++++++++++++++++++++++++++++++++++-
5 files changed, 109 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/vrp-min-max-1.c
create mode 100644 gcc/testsuite/gcc.dg/vrp-min-max-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 trunk
in repository gcc.
from 4631ab0 * doc/xml/manual/appendix_contributing.xml: Update patch ema [...]
new 7ad1d78 * c-decl.c (grokdeclarator): Call error_at instead of error [...]
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/ChangeLog | 5 +++++
gcc/c/c-decl.c | 4 ++--
2 files changed, 7 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 2ee9f21 2015-08-12 Richard Biener <rguenther(a)suse.de>
new f8c2307 [MIPS] Scheduler fix for the 74k & 24k.
new 4631ab0 * doc/xml/manual/appendix_contributing.xml: Update patch ema [...]
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 | 6 ++++++
gcc/config/mips/mips.c | 2 +-
gcc/config/mips/sb1.md | 6 +++---
libstdc++-v3/ChangeLog | 6 ++++++
.../doc/html/manual/appendix_contributing.html | 3 ++-
libstdc++-v3/doc/html/manual/status.html | 20 ++++++++++----------
.../doc/xml/manual/appendix_contributing.xml | 3 ++-
libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 19 +++++++------------
8 files changed, 37 insertions(+), 28 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 5614ca6 Fix vect/trapv-vect-reduc-4.c for sparc
new db98150 2015-08-12 Richard Biener <rguenther(a)suse.de>
new 2ee9f21 2015-08-12 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 | 31 +++++
gcc/gimple.c | 4 +
gcc/gimple.h | 209 +++++++++++++++++++++++------
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-43.c | 6 +-
gcc/tree-ssa-pre.c | 26 +++-
gcc/tree-ssa-sccvn.c | 74 +++++-----
7 files changed, 282 insertions(+), 72 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 trunk
in repository gcc.
from 9807036 Daily bump.
new 5614ca6 Fix vect/trapv-vect-reduc-4.c for sparc
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 | 6 ++++++
gcc/testsuite/gcc.dg/vect/trapv-vect-reduc-4.c | 3 ++-
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 trunk
in repository gcc.
from a6b7f00 compiler: Check for EOF in malformed signatures.
new 9807036 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.