This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5c4802f compiler: Don't crash on erroneous channel reads.
new 22c5bcc Move check_global_declaration from toplev.c to cgraphunit.c
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/cgraphunit.c | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
gcc/toplev.c | 63 ------------------------------------------------------
gcc/toplev.h | 1 -
4 files changed, 71 insertions(+), 65 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 48a08d2 Fix endianness assumption in LRA.
new 5c4802f compiler: Don't crash on erroneous channel 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:
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 9 +++++++++
2 files changed, 10 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 c208367 2015-09-16 John Marino <gnugcc(a)marino.st>
new 48a08d2 Fix endianness assumption in LRA.
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/lra-constraints.c | 2 +-
2 files 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 a151245 2015-09-16 Paolo Carlini <paolo.carlini(a)oracle.com>
new 12373dd compiler: Don't crash on malformed numeric constants.
new 3149d5c [PATCH] Move code out of tree-ssa-dom into tree-ssa-scopedtables
new c208367 2015-09-16 John Marino <gnugcc(a)marino.st>
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 | 20 +
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 29 +-
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/gfortran.dg/read_dir.f90 | 2 +-
gcc/tree-ssa-dom.c | 760 +--------------------------------
gcc/tree-ssa-scopedtables.c | 627 +++++++++++++++++++++++++++
gcc/tree-ssa-scopedtables.h | 121 ++++++
8 files changed, 803 insertions(+), 762 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 0849803 shrink-wrap: Fix up partitions (PR67587)
new a151245 2015-09-16 Paolo Carlini <paolo.carlini(a)oracle.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 | 4 ++++
gcc/doc/invoke.texi | 11 +++++++++--
2 files changed, 13 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.
bernie.ogden pushed a change to branch bernie/noise-experiment-build
in repository toolchain/abe.
at 5c4b0bd Enter hostname for Juno target
No new revisions were added by this update.
--
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.
bernie.ogden pushed a change to branch bernie/noise-experiment-mergeable
in repository toolchain/abe.
from b297342 Make ASLR, renice and env control available in conf file
new e4b1aed Read/modify cpufreq on bench CPU
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/controlledrun.sh | 6 +++---
1 file changed, 3 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 8f413f9 2015-09-16 Richard Biener <rguenther(a)suse.de>
new 0849803 shrink-wrap: Fix up partitions (PR67587)
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/function.c | 4 ++++
2 files changed, 10 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 master
in repository gcc.
from 925e34b * tree-ssa-sccvn.c (ao_ref_init_from_vn_reference): Use offs [...]
new 857612d 2015-09-16 Richard Biener <rguenther(a)suse.de>
new 8f413f9 2015-09-16 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 | 11 ++++++
gcc/cfgexpand.c | 4 ++-
gcc/fold-const.c | 4 +++
gcc/testsuite/ChangeLog | 10 ++++++
gcc/testsuite/gcc.dg/pr67271.c | 12 +++++++
gcc/testsuite/gcc.dg/torture/pr67253.c | 62 ++++++++++++++++++++++++++++++++++
6 files changed, 102 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr67271.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr67253.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.