This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9dfbd7e * config/pa/pa.c (pa_function_ok_for_sibcall): Remove specia [...]
new ca083a8 PR libstdc++/67361 * include/bits/regex_error.h: Add __thro [...]
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:
libstdc++-v3/ChangeLog | 13 +++++++
libstdc++-v3/include/bits/regex_automaton.h | 6 ++-
libstdc++-v3/include/bits/regex_automaton.tcc | 11 ++++--
libstdc++-v3/include/bits/regex_compiler.h | 12 ++++--
libstdc++-v3/include/bits/regex_compiler.tcc | 37 ++++++++++++------
libstdc++-v3/include/bits/regex_error.h | 11 ++++++
libstdc++-v3/include/bits/regex_scanner.tcc | 55 +++++++++++++++++++--------
7 files changed, 110 insertions(+), 35 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 d664fab Daily bump.
new b38b2f0 * config/pa/pa.c (pa_function_ok_for_sibcall): Remove specia [...]
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/pa/pa.c | 8 --------
2 files changed, 5 insertions(+), 8 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-4_9-branch
in repository gcc.
from 9a0a580 Daily bump.
new b42b558 * config/pa/pa.c (pa_function_ok_for_sibcall): Remove specia [...]
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/pa/pa.c | 8 --------
2 files changed, 5 insertions(+), 8 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 d027442 /cp 2015-09-18 Ville Voutilainen <ville.voutilainen(a)gmail.com>
new 9dfbd7e * config/pa/pa.c (pa_function_ok_for_sibcall): Remove specia [...]
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/pa/pa.c | 8 --------
2 files changed, 5 insertions(+), 8 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/master
in repository gcc.
discards 080bb20 Implement x86 interrupt/exception attributes
discards db24ee4 Add __builtin_interrupt_data
new 6f2edc4 Implement x86 interrupt/exception attributes
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 (080bb20)
\
N -- N -- N refs/heads/hjl/interrupt/master (6f2edc4)
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 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/config/i386/i386.c | 171 +++++++++++++++++----
gcc/config/i386/sse.md | 10 +-
gcc/doc/extend.texi | 18 ++-
gcc/testsuite/gcc.target/i386/interrupt-387-err.c | 9 +-
.../gcc.target/i386/{pr66960-1.c => interrupt-4.c} | 2 +-
.../gcc.target/i386/{pr66960-1.c => interrupt-5.c} | 8 +-
.../gcc.target/i386/{pr66960-1.c => interrupt-6.c} | 5 +-
gcc/testsuite/gcc.target/i386/interrupt-bnd.c | 16 ++
gcc/testsuite/gcc.target/i386/interrupt-mmx-err.c | 10 +-
gcc/testsuite/gcc.target/i386/interrupt-xmm.c | 16 ++
gcc/testsuite/gcc.target/i386/interrupt-ymm.c | 16 ++
gcc/testsuite/gcc.target/i386/interrupt-zmm.c | 16 ++
12 files changed, 250 insertions(+), 47 deletions(-)
copy gcc/testsuite/gcc.target/i386/{pr66960-1.c => interrupt-4.c} (84%)
copy gcc/testsuite/gcc.target/i386/{pr66960-1.c => interrupt-5.c} (54%)
copy gcc/testsuite/gcc.target/i386/{pr66960-1.c => interrupt-6.c} (60%)
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-bnd.c
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-xmm.c
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-ymm.c
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-zmm.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/gcc-5-branch
in repository gcc.
discards 57a9f12 Implement x86 interrupt/exception attributes
discards 7fde018 Pass VOIDmode to gen_rtx_SET on GCC 5 branch
discards 49d5a5d Add __builtin_interrupt_data
new 7d2e0fd Implement x86 interrupt/exception attributes
new 496ff3f 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 (57a9f12)
\
N -- N -- N refs/heads/hjl/interrupt/gcc-5-branch (496ff3f)
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/config/i386/i386.c | 171 +++++++++++++++++----
gcc/config/i386/sse.md | 10 +-
gcc/doc/extend.texi | 18 ++-
gcc/testsuite/gcc.target/i386/interrupt-387-err.c | 9 +-
.../gcc.target/i386/{pr66960-1.c => interrupt-4.c} | 2 +-
.../gcc.target/i386/{pr66960-1.c => interrupt-5.c} | 8 +-
.../gcc.target/i386/{pr66960-1.c => interrupt-6.c} | 5 +-
gcc/testsuite/gcc.target/i386/interrupt-bnd.c | 16 ++
gcc/testsuite/gcc.target/i386/interrupt-mmx-err.c | 10 +-
gcc/testsuite/gcc.target/i386/interrupt-xmm.c | 16 ++
gcc/testsuite/gcc.target/i386/interrupt-ymm.c | 16 ++
gcc/testsuite/gcc.target/i386/interrupt-zmm.c | 16 ++
12 files changed, 250 insertions(+), 47 deletions(-)
copy gcc/testsuite/gcc.target/i386/{pr66960-1.c => interrupt-4.c} (84%)
copy gcc/testsuite/gcc.target/i386/{pr66960-1.c => interrupt-5.c} (54%)
copy gcc/testsuite/gcc.target/i386/{pr66960-1.c => interrupt-6.c} (60%)
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-bnd.c
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-xmm.c
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-ymm.c
create mode 100644 gcc/testsuite/gcc.target/i386/interrupt-zmm.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 a8a9753 [PATCH] avail_expr_stack is no longer file scoped
new d027442 /cp 2015-09-18 Ville Voutilainen <ville.voutilainen(a)gmail.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/cp/ChangeLog | 6 ++++
gcc/cp/parser.c | 39 ++++++++++++++++++++--
gcc/testsuite/ChangeLog | 9 +++++
gcc/testsuite/g++.dg/cpp1z/nested-namespace-def1.C | 19 +++++++++++
gcc/testsuite/g++.dg/cpp1z/nested-namespace-def2.C | 5 +++
gcc/testsuite/g++.dg/cpp1z/nested-namespace-def3.C | 5 +++
gcc/testsuite/g++.dg/lookup/name-clash5.C | 4 +--
gcc/testsuite/g++.dg/lookup/name-clash6.C | 4 +--
8 files changed, 84 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/nested-namespace-def1.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/nested-namespace-def2.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/nested-namespace-def3.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.
ryan.arnold pushed a change to branch releases/linaro-5.1-2015.08-rc1
in repository toolchain/release-notes.
from 4950f7b Create release notes for release linaro-5.1-2015.08-rc1.
new 0d40496 Create release notes for source archive linaro-5.1-2015.08-rc1.
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:
components/toolchain/gcc-linaro/5/README.textile | 53 ++++++++++++++++++++++++
1 file changed, 53 insertions(+)
create mode 100644 components/toolchain/gcc-linaro/5/README.textile
--
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 d661eff Daily bump.
new a8a9753 [PATCH] avail_expr_stack is no longer file scoped
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 | 31 ++++++++++++
gcc/tree-ssa-dom.c | 123 +++++++++++++++++++++++++++-------------------
gcc/tree-ssa-threadedge.c | 69 +++++++++++++++++---------
gcc/tree-ssa-threadedge.h | 2 +-
gcc/tree-vrp.c | 3 +-
5 files changed, 153 insertions(+), 75 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.
ryan.arnold pushed a change to branch releases/linaro-5.1-2015.08-rc1
in repository toolchain/release-notes.
from 004d0fd Create release notes for release linaro-4.9-2015.05.
new 4950f7b Create release notes for release linaro-5.1-2015.08-rc1.
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:
components/toolchain/binaries/README.textile | 34 ++++++++++++++++++++++------
1 file changed, 27 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.