This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0ebc7d3 Cache reals for 1/4, 1/6 and 1/9
new 7aa5890 Fix PR c/65345 for arm
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-builtins.c | 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 master
in repository gcc.
from ebd1f44 * cp-gimplify.c (genericize_if_stmt): Use protected_set_expr [...]
new 0ebc7d3 Cache reals for 1/4, 1/6 and 1/9
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 | 11 +++++++++++
gcc/builtins.c | 31 ++++++-------------------------
gcc/real.c | 35 ++++++++++++++++++++---------------
gcc/real.h | 16 +++++++++++-----
4 files changed, 48 insertions(+), 45 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 a27d141e3 [PATCH][PR tree-optimization/67816] Fix jump threading when D [...]
new ebd1f44 * cp-gimplify.c (genericize_if_stmt): Use protected_set_expr [...]
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 | 11 +++++++++++
gcc/cp/cp-gimplify.c | 7 +++----
gcc/cp/decl.c | 3 +--
gcc/cp/parser.c | 10 ++++------
gcc/cp/semantics.c | 8 +++-----
5 files changed, 22 insertions(+), 17 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 28cb74c reorg.c: use vec<rtx_insn *> instead of rtx_insn_list for the [...]
new a27d141e3 [PATCH][PR tree-optimization/67816] Fix jump threading when D [...]
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 | 14 +++++
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gcc.c-torture/compile/pr67816.c | 19 +++++++
gcc/tree-ssa-dom.c | 9 +++-
gcc/tree-ssa-threadupdate.c | 75 +++++++++++++++++++--------
gcc/tree-ssa-threadupdate.h | 2 +-
6 files changed, 97 insertions(+), 26 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr67816.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 hjl/interrupt/master
in repository gcc.
discards bf0a838 Implement x86 interrupt attribute
discards 0e0db44 Support unaligned SSE moves outside realigned area
discards b437f5e Merge ix86_maybe_switch_abi with ix86_set_current_function
adds f8ec736 Remove ATTRIBUTE_UNUSED from `decl' parameter of default_elf_ [...]
adds 2519f1f [gcc] 2015-10-05 Michael Meissner <meissner(a)linux.vnet.ibm. [...]
adds 47cad92 Remove duplicate target line.
adds 392f5cc PR c++/67863 * call.c (build_conditional_expr_1): Build the [...]
adds 789fbb5 * c-parser.c (c_parser_statement_after_labels): Use protect [...]
adds 1ef4838 remove dead code in computation of alias sets
adds b7dae41 remove unused struct base_alias_pair
adds b1d20e3 move dr->alias_set to a helper structure
adds 5c5b9e6 gcc/ChangeLog:
adds 9a0ecfb 2015-10-06 Sandra Loosemore <sandra(a)codesourcery.com>
adds 5341cfc compiler: Record each import as a distinct alias.
adds 0ac4202 2015-10-06 Louis Krupp <louis.krupp(a)zoho.com> PR fortran/65 [...]
adds d9a8cab Daily bump.
new 9cfc5f3 Merge ix86_maybe_switch_abi with ix86_set_current_function
new 881c0ed Support unaligned SSE moves outside realigned area
new 457240b Implement x86 interrupt attribute
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (bf0a838)
\
N -- N -- N refs/heads/hjl/interrupt/master (457240b)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 81 +++++
gcc/DATESTAMP | 2 +-
gcc/c/ChangeLog | 13 +
gcc/c/c-parser.c | 23 +-
gcc/c/c-typeck.c | 7 +-
gcc/config/aarch64/iterators.md | 1 +
gcc/config/i386/i386.c | 4 +-
gcc/config/nios2/nios2.c | 10 +-
gcc/config/rs6000/rs6000.md | 69 +++--
gcc/cp/ChangeLog | 6 +
gcc/cp/call.c | 2 +-
gcc/doc/invoke.texi | 5 +-
gcc/fortran/ChangeLog | 5 +
gcc/fortran/resolve.c | 15 +-
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 -
gcc/graphite-poly.c | 24 +-
gcc/graphite-poly.h | 52 +++-
gcc/graphite-sese-to-poly.c | 333 ++-------------------
gcc/testsuite/ChangeLog | 20 ++
.../c-c++-common/Wtautological-compare-4.c | 15 +
gcc/testsuite/gcc.target/aarch64/get_lane_f16_1.c | 25 ++
gcc/testsuite/gcc.target/i386/interrupt-2.c | 2 +-
gcc/testsuite/gcc.target/i386/interrupt-24.c | 2 +-
gcc/testsuite/gcc.target/i386/interrupt-3.c | 2 +-
gcc/testsuite/gcc.target/i386/interrupt-4.c | 2 +-
gcc/testsuite/gcc.target/i386/interrupt-5.c | 2 +-
gcc/testsuite/gcc.target/powerpc/pr67808.c | 45 +++
.../go.test/test/fixedbugs/issue5957.dir/c.go | 2 +-
gcc/testsuite/go.test/test/import4.dir/import4.go | 4 +-
gcc/varasm.c | 2 +-
34 files changed, 494 insertions(+), 483 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/Wtautological-compare-4.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/get_lane_f16_1.c
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 bf00102 PR c++/67810 * parser.c (cp_parser_fold_expr_p): Remove. ( [...]
new 28cb74c reorg.c: use vec<rtx_insn *> instead of rtx_insn_list for the [...]
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/reorg.c | 356 +++++++++++++++++++++++++---------------------------------
2 files changed, 172 insertions(+), 201 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 d9a8cab Daily bump.
new bf00102 PR c++/67810 * parser.c (cp_parser_fold_expr_p): Remove. ( [...]
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 | 13 +++
gcc/cp/parser.c | 153 +++++++++++++++++++------------
gcc/cp/pt.c | 12 +++
gcc/testsuite/g++.dg/cpp1y/var-templ45.C | 8 ++
gcc/testsuite/g++.dg/cpp1z/fold2.C | 4 +-
gcc/testsuite/g++.dg/cpp1z/fold6.C | 42 +++++++++
6 files changed, 170 insertions(+), 62 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ45.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/fold6.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 0ac4202 2015-10-06 Louis Krupp <louis.krupp(a)zoho.com> PR fortran/65 [...]
new d9a8cab 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.
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 7bdd530 2015-10-06 Richard Biener <rguenther(a)suse.de>
new 6250e18 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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-4_9-branch
in repository gcc.
from 9fbac9d Daily bump.
new e117c6f 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.