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 70e88fa Daily bump.
new 4b4d5a7 gcc/ Backport from mainline 2015-09-14 Oleg Endo <olegend [...]
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/config/sh/sh-protos.h | 25 ++++++++++---------------
2 files changed, 19 insertions(+), 15 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 70e88fa Daily bump.
new 4b4d5a7 gcc/ Backport from mainline 2015-09-14 Oleg Endo <olegend [...]
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/config/sh/sh-protos.h | 25 ++++++++++---------------
2 files changed, 19 insertions(+), 15 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 70e88fa Daily bump.
new 4b4d5a7 gcc/ Backport from mainline 2015-09-14 Oleg Endo <olegend [...]
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/config/sh/sh-protos.h | 25 ++++++++++---------------
2 files changed, 19 insertions(+), 15 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 42acab1 switch from gimple to gimple*
new 9f4680b [PATCH] Fix 47679 by improving jump threading
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/testsuite/ChangeLog | 5 +
gcc/testsuite/g++.dg/warn/Wuninitialized-6.C | 333 +++++++++++++++++++++++++++
gcc/tree-ssa-dom.c | 2 +-
gcc/tree-ssa-dom.h | 3 +
gcc/tree-ssa-threadedge.c | 5 +
6 files changed, 355 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wuninitialized-6.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 67fd4fc 2015-09-19 Andrew Dixie <andrewd(a)gentrack.com> [...]
new 08d9039 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 b42b558 * config/pa/pa.c (pa_function_ok_for_sibcall): Remove specia [...]
new 4b3a143 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 b38b2f0 * config/pa/pa.c (pa_function_ok_for_sibcall): Remove specia [...]
new 70e88fa 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 ca083a8 PR libstdc++/67361 * include/bits/regex_error.h: Add __thro [...]
new 67fd4fc 2015-09-19 Andrew Dixie <andrewd(a)gentrack.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 | 10 ++++++++++
gcc/config/rs6000/xcoff.h | 26 +++++++++++++++++++++-----
2 files changed, 31 insertions(+), 5 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 hjl/interrupt/gcc-5-branch
in repository gcc.
discards 496ff3f Pass VOIDmode to gen_rtx_SET on GCC 5 branch
discards 7d2e0fd Implement x86 interrupt/exception attributes
new 51c7228 Implement x86 interrupt/exception attributes
new 006046d Pass VOIDmode to gen_rtx_SET on GCC 5 branch
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 (496ff3f)
\
N -- N -- N refs/heads/hjl/interrupt/gcc-5-branch (006046d)
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 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/testsuite/gcc.target/i386/interrupt-7.c | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-7.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.