This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Linaro gcc mirror + linaro-local branches".
The branch, gcc-4_9-branch has been updated
via cbb69fdd9a8af32962ffa8d5921666c7c5685f02 (commit)
from b4d560bc11ab56306d202a3f7acc2aeab4739124 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit cbb69fdd9a8af32962ffa8d5921666c7c5685f02
Author: jamborm <jamborm@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Wed Jul 8 11:24:38 2015 +0000
Make gcc/testsuite/g++.dg/ipa/pr61160-3.C main return zero.
2015-07-08 Martin Jambor <mjambor(a)suse.cz>
PR ipa/61820
Backport from mainline r212915
2014-07-22 Martin Jambor <mjambor(a)suse.cz>
PR ipa/61160
* g++.dg/ipa/pr61160-3.C (main): Return zero.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_9-branch@225543 138bc75d-0d04-0410-961f-82ee72b054a4
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index dfeaa5e..2b37667 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,12 @@
+2015-07-08 Martin Jambor <mjambor(a)suse.cz>
+
+ PR ipa/61820
+ Backport from mainline r212915
+ 2014-07-22 Martin Jambor <mjambor(a)suse.cz>
+
+ PR ipa/61160
+ * g++.dg/ipa/pr61160-3.C (main): Return zero.
+
2015-07-05 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
Backport from mainline r224725
diff --git a/gcc/testsuite/g++.dg/ipa/pr61160-3.C b/gcc/testsuite/g++.dg/ipa/pr61160-3.C
index 8184ec2..d7a3afb 100644
--- a/gcc/testsuite/g++.dg/ipa/pr61160-3.C
+++ b/gcc/testsuite/g++.dg/ipa/pr61160-3.C
@@ -33,5 +33,6 @@ void *test (MMixin & anExample)
int main ()
{
CExample c;
- return (test (c) != &c);
+ test (c);
+ return 0;
}
-----------------------------------------------------------------------
Summary of changes:
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/g++.dg/ipa/pr61160-3.C | 3 ++-
2 files changed, 11 insertions(+), 1 deletion(-)
hooks/post-receive
--
Linaro gcc mirror + linaro-local branches
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Linaro gcc mirror + linaro-local branches".
The branch, trunk has been updated
via b85ca4c869b6a4b03e24b89bca22cca1cb749727 (commit)
from 23243077b92be8d60d9e0996bd3c8c39ada9a2e0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
gcc/ChangeLog | 5 +++++
gcc/config/s390/s390.c | 5 ++++-
2 files changed, 9 insertions(+), 1 deletion(-)
hooks/post-receive
--
Linaro gcc mirror + linaro-local branches
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Linaro gcc mirror + linaro-local branches".
The branch, master has been updated
via b85ca4c869b6a4b03e24b89bca22cca1cb749727 (commit)
from 23243077b92be8d60d9e0996bd3c8c39ada9a2e0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
gcc/ChangeLog | 5 +++++
gcc/config/s390/s390.c | 5 ++++-
2 files changed, 9 insertions(+), 1 deletion(-)
hooks/post-receive
--
Linaro gcc mirror + linaro-local branches
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Linaro gcc mirror + linaro-local branches".
The branch, trunk has been updated
via 23243077b92be8d60d9e0996bd3c8c39ada9a2e0 (commit)
from 815c8a84806f429271f17c7d10fc640d6ff0985d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/tree.c | 6 ++++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/abi/abi-tag15.C | 3 +++
4 files changed, 18 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/abi/abi-tag15.C
hooks/post-receive
--
Linaro gcc mirror + linaro-local branches
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Linaro gcc mirror + linaro-local branches".
The branch, master has been updated
via 23243077b92be8d60d9e0996bd3c8c39ada9a2e0 (commit)
from 815c8a84806f429271f17c7d10fc640d6ff0985d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/tree.c | 6 ++++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/abi/abi-tag15.C | 3 +++
4 files changed, 18 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/abi/abi-tag15.C
hooks/post-receive
--
Linaro gcc mirror + linaro-local branches
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Linaro gcc mirror + linaro-local branches".
The branch, trunk has been updated
via 66259e2f0f059c7d0381554450fdd10a53e7a537 (commit)
from c240086701cfdd12a30d488fd18e0e691a76d5e2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
gcc/ChangeLog | 5 +++++
gcc/config/i386/i386.md | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
hooks/post-receive
--
Linaro gcc mirror + linaro-local branches
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Linaro gcc mirror + linaro-local branches".
The branch, master has been updated
via 66259e2f0f059c7d0381554450fdd10a53e7a537 (commit)
from c240086701cfdd12a30d488fd18e0e691a76d5e2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
gcc/ChangeLog | 5 +++++
gcc/config/i386/i386.md | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
hooks/post-receive
--
Linaro gcc mirror + linaro-local branches
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Linaro gcc mirror + linaro-local branches".
The branch, trunk has been updated
via c240086701cfdd12a30d488fd18e0e691a76d5e2 (commit)
via c53e8810abe97e626c52059b75eda34be4f58cf7 (commit)
from 023b6147fe26b533b23bbe67d5c68efd448fadf9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
gcc/ChangeLog | 6 ++
gcc/config/arm/arm.c | 125 ++++++++------------------
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/gcc.target/arm/unsigned-float.c | 3 +-
4 files changed, 51 insertions(+), 87 deletions(-)
hooks/post-receive
--
Linaro gcc mirror + linaro-local branches