This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5341cfc compiler: Record each import as a distinct alias.
new 0ac4202 2015-10-06 Louis Krupp <louis.krupp(a)zoho.com> PR fortran/65 [...]
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/fortran/ChangeLog | 5 +++++
gcc/fortran/resolve.c | 15 ++++++++++++---
gcc/testsuite/ChangeLog | 5 +++++
3 files changed, 22 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 9a0ecfb 2015-10-06 Sandra Loosemore <sandra(a)codesourcery.com>
new 5341cfc compiler: Record each import as a distinct alias.
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/gogo.cc | 97 ++++++++++++++++------
gcc/go/gofrontend/gogo.h | 97 +++++++++++-----------
gcc/go/gofrontend/parse.cc | 4 +-
gcc/go/gofrontend/unsafe.cc | 2 -
.../go.test/test/fixedbugs/issue5957.dir/c.go | 2 +-
gcc/testsuite/go.test/test/import4.dir/import4.go | 4 +-
7 files changed, 129 insertions(+), 79 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 b1d20e3 move dr->alias_set to a helper structure
new 5c5b9e6 gcc/ChangeLog:
new 9a0ecfb 2015-10-06 Sandra Loosemore <sandra(a)codesourcery.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 | 11 ++++++++++
gcc/config/aarch64/iterators.md | 1 +
gcc/config/nios2/nios2.c | 10 ++++++---
gcc/doc/invoke.texi | 5 +++--
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/aarch64/get_lane_f16_1.c | 25 +++++++++++++++++++++++
6 files changed, 51 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/get_lane_f16_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 789fbb5 * c-parser.c (c_parser_statement_after_labels): Use protect [...]
new 1ef4838 remove dead code in computation of alias sets
new b7dae41 remove unused struct base_alias_pair
new b1d20e3 move dr->alias_set to a helper structure
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 | 47 +++++++
gcc/graphite-poly.c | 24 +---
gcc/graphite-poly.h | 52 +++++--
gcc/graphite-sese-to-poly.c | 333 +++++---------------------------------------
4 files changed, 121 insertions(+), 335 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 2519f1f [gcc] 2015-10-05 Michael Meissner <meissner(a)linux.vnet.ibm. [...]
new 47cad92 Remove duplicate target line.
new 392f5cc PR c++/67863 * call.c (build_conditional_expr_1): Build the [...]
new 789fbb5 * c-parser.c (c_parser_statement_after_labels): Use protect [...]
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/c/ChangeLog | 13 ++++++++++++
gcc/c/c-parser.c | 23 ++++++++--------------
gcc/c/c-typeck.c | 7 +++----
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/call.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
.../c-c++-common/Wtautological-compare-4.c | 15 ++++++++++++++
gcc/testsuite/gcc.target/powerpc/pr67808.c | 1 -
8 files changed, 51 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/Wtautological-compare-4.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 f8ec736 Remove ATTRIBUTE_UNUSED from `decl' parameter of default_elf_ [...]
new 2519f1f [gcc] 2015-10-05 Michael Meissner <meissner(a)linux.vnet.ibm. [...]
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 | 18 ++++++++
gcc/config/rs6000/rs6000.md | 69 ++++++++++++++++--------------
gcc/testsuite/ChangeLog | 6 +++
gcc/testsuite/gcc.target/powerpc/pr67808.c | 46 ++++++++++++++++++++
4 files changed, 106 insertions(+), 33 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr67808.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 7e18bd4 PR 67861 * gimple-fold.c (gimple_fold_builtin): Add break a [...]
new f8ec736 Remove ATTRIBUTE_UNUSED from `decl' parameter of default_elf_ [...]
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/varasm.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 4f745ee gcc * config/msp430/msp430.c (ATTR_NOINIT): New constant. (A [...]
new f151e2a * config.gcc (lm32-elf): Add newlib-stdint.h to tm_file.
new 154ae8e * config/arm/arm.c (arm_emit_probe_stack_range): Adjust comm [...]
new 5e76179 Rename scop->ctx to isl_context
new 7e18bd4 PR 67861 * gimple-fold.c (gimple_fold_builtin): Add break a [...]
The 4 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 | 22 ++++++++++++++++++++++
gcc/config.gcc | 2 +-
gcc/config/arm/arm.c | 25 +++++++++++++------------
gcc/config/arm/arm.md | 4 +---
gcc/gimple-fold.c | 1 +
gcc/graphite-optimize-isl.c | 2 +-
6 files changed, 39 insertions(+), 17 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.