This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 15ca380 fix PR68314: revert all patches touching the construction of [...]
new cf521cd Fix missing ChangeLog entry for Graphite head files fix.
new 638a694 Daily bump.
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 | 13 +++++++++++++
gcc/DATESTAMP | 2 +-
2 files changed, 14 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 gcc-5-branch
in repository gcc.
from 35bf40a PR go/68496 reflect: Allocate space for FFI functions re [...]
new 3f86e92 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 efd085b [AArch64] PR target/68363 Check that argument is real INSN in [...]
new c850130 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 master
in repository gcc.
from f76989f PR go/68496 reflect: Allocate space for FFI functions re [...]
new 15ca380 fix PR68314: revert all patches touching the construction of [...]
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/graphite-optimize-isl.c | 20 +---
gcc/graphite-poly.c | 2 -
gcc/graphite-poly.h | 3 -
gcc/graphite-sese-to-poly.c | 235 ++++++++++----------------------------------
5 files changed, 73 insertions(+), 202 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 gcc-5-branch
in repository gcc.
from 073aa6d [gcc] 2015-11-23 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 35bf40a PR go/68496 reflect: Allocate space for FFI functions re [...]
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:
libgo/runtime/go-reflect-call.c | 6 ++++++
1 file changed, 6 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 daebf4f Fix PR objc/68438 (uninitialized source ranges)
new f76989f PR go/68496 reflect: Allocate space for FFI functions re [...]
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 +-
libgo/runtime/go-reflect-call.c | 6 ++++++
2 files changed, 7 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 4b57a6e 2015-11-23 Matthias Klose <doko(a)ubuntu.com>
new daebf4f Fix PR objc/68438 (uninitialized source ranges)
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 | 7 ++
gcc/c/c-parser.c | 17 +++-
gcc/testsuite/ChangeLog | 8 ++
.../objc.dg/plugin/diagnostic-test-expressions-1.m | 94 ++++++++++++++++++++++
.../{g++.dg => objc.dg}/plugin/plugin.exp | 32 +++++---
5 files changed, 143 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/objc.dg/plugin/diagnostic-test-expressions-1.m
copy gcc/testsuite/{g++.dg => objc.dg}/plugin/plugin.exp (81%)
--
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 bec4f12 PR tree-optimization/68455 * tree-vrp.c (extract_range_from [...]
new f6a850e call update_ssa once
new 0a3e957 fix PR68279: bail out when scev gets instantiated to not_known
new 24d4744 fix PR68493: bail out when codegen_error is set
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 | 37 +++++++++
gcc/graphite-isl-ast-to-gimple.c | 11 +--
gcc/graphite-poly.c | 1 -
gcc/graphite-poly.h | 6 +-
gcc/graphite-sese-to-poly.c | 103 ++++++++++++++++++-------
gcc/graphite-sese-to-poly.h | 26 -------
gcc/graphite.c | 27 +++----
gcc/sese.c | 6 +-
gcc/testsuite/ChangeLog | 12 +++
gcc/testsuite/gcc.dg/graphite/pr68493.c | 34 ++++++++
gcc/testsuite/gfortran.dg/graphite/pr68279.f90 | 28 +++++++
11 files changed, 203 insertions(+), 88 deletions(-)
delete mode 100644 gcc/graphite-sese-to-poly.h
create mode 100644 gcc/testsuite/gcc.dg/graphite/pr68493.c
create mode 100644 gcc/testsuite/gfortran.dg/graphite/pr68279.f90
--
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 4a92d1a [AArch64] PR target/68363 Check that argument is real INSN in [...]
new 073aa6d [gcc] 2015-11-23 Michael Meissner <meissner(a)linux.vnet.ibm.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 | 21 +++++++++
gcc/config/rs6000/rs6000.md | 69 ++++++++++++++++--------------
gcc/testsuite/ChangeLog | 8 ++++
gcc/testsuite/gcc.target/powerpc/pr67808.c | 46 ++++++++++++++++++++
4 files changed, 111 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.