This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 503de75 gcc/
new 39fa38c [Patch ARM] Delete ASM_OUTPUT_DEF and fall back to default .s [...]
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/config/arm/linux-elf.h | 11 -----------
2 files changed, 4 insertions(+), 11 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 13ee2de PR c++/70393 * varasm.c (output_constructor_regular_field): [...]
new 503de75 gcc/
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 | 8 ++++++++
gcc/config/i386/i386.c | 9 ++++++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr70442.c | 20 ++++++++++++++++++++
4 files changed, 39 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr70442.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 8cb82ed PR target/70292 * gcc.c-torture/pr70292.c: New test.
new 5e0d03a Fix PR target/70453.
new 13ee2de PR c++/70393 * varasm.c (output_constructor_regular_field): [...]
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/i386/sse.md | 2 +-
gcc/cp/ChangeLog | 6 +++
gcc/cp/constexpr.c | 37 +++++++++++++++----
gcc/testsuite/ChangeLog | 10 +++++
gcc/testsuite/g++.dg/cpp0x/constexpr-virtual6.C | 49 +++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr70453.c | 18 +++++++++
gcc/varasm.c | 29 +++++++++------
8 files changed, 142 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-virtual6.C
create mode 100644 gcc/testsuite/gcc.target/i386/pr70453.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 gcc-5-branch
in repository gcc.
from 4da9d34 Backport from mainline 2016-03-12 Andrey Bel [...]
new 8622ea6 Fix PR target/70453.
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/config/i386/sse.md | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr70453.c | 18 ++++++++++++++++++
4 files changed, 29 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr70453.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 gcc-5-branch
in repository gcc.
from 562fc51 Backport from mainline 2016-03-21 Andrey Bel [...]
new 4da9d34 Backport from mainline 2016-03-12 Andrey Bel [...]
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 | 9 +++++++
gcc/sel-sched.c | 59 ++++++++++++++++++++++++++----------------
gcc/testsuite/gcc.dg/pr69307.c | 34 ++++++++++++++++++++++++
3 files changed, 79 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr69307.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 7952b66 PR c/70297 * c-decl.c (merge_decls): Also set TYPE_ALIGN an [...]
new 8cb82ed PR target/70292 * gcc.c-torture/pr70292.c: New test.
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 | 5 +++++
gcc/testsuite/gcc.dg/pr70292.c | 12 ++++++++++++
2 files changed, 17 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/pr70292.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 1607cc7 PR rtl-optimization/70460 * ira.c (indirect_jump_optimize): [...]
new 7952b66 PR c/70297 * c-decl.c (merge_decls): Also set TYPE_ALIGN an [...]
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 | 29 +++++++++++++++++++++++++++++
gcc/cp/ChangeLog | 5 +++++
gcc/cp/decl.c | 9 +++++++++
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/c-c++-common/pr70297.c | 9 +++++++++
gcc/testsuite/g++.dg/cpp0x/typedef-redecl.C | 12 ++++++++++++
gcc/testsuite/gcc.dg/typedef-redecl2.c | 13 +++++++++++++
8 files changed, 89 insertions(+)
create mode 100644 gcc/testsuite/c-c++-common/pr70297.c
create mode 100644 gcc/testsuite/g++.dg/cpp0x/typedef-redecl.C
create mode 100644 gcc/testsuite/gcc.dg/typedef-redecl2.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 gcc-5-branch
in repository gcc.
from 6c01cda Backport from mainline 2016-03-15 Andrey Bel [...]
new 562fc51 Backport from mainline 2016-03-21 Andrey Bel [...]
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 | 9 +++++++++
gcc/sched-deps.c | 3 ++-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.c-torture/compile/{pr20583.c => pr69102.c} | 11 +----------
4 files changed, 20 insertions(+), 11 deletions(-)
copy gcc/testsuite/gcc.c-torture/compile/{pr20583.c => pr69102.c} (51%)
--
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 d508653 PR rtl-optimization/70460 * ira.c (indirect_jump_optimize): [...]
new 23dfa39 Backport from mainline 2016-03-15 Andrey Bel [...]
new a78e048 Backport from mainline 2016-03-15 Andrey Bel [...]
new 6c01cda Backport from mainline 2016-03-15 Andrey Bel [...]
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 | 33 +++++++++++++++++++++
gcc/sched-deps.c | 18 ++++++++----
gcc/sched-int.h | 1 +
gcc/sel-sched-ir.c | 51 ++++++++++++++++++++++++---------
gcc/testsuite/ChangeLog | 16 +++++++++++
gcc/testsuite/gcc.dg/pr69032.c | 11 +++++++
gcc/testsuite/gcc.target/i386/pr64411.C | 27 +++++++++++++++++
7 files changed, 138 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr69032.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr64411.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 gcc-4_9-branch
in repository gcc.
from bc2d76b [RS6000] reload_vsx_from_gprsf splitter
new 653c026 PR rtl-optimization/70460 * ira.c (indirect_jump_optimize): [...]
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 | 8 ++++++++
gcc/ira.c | 24 +++++++++++-----------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.c-torture/execute/pr70460.c | 29 +++++++++++++++++++++++++++
4 files changed, 54 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr70460.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.