This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 024b90a * zh_TW.po: Update.
new 01b280d format
new 1d56a34 * cp-tree.h (SIMPLE_TARGET_EXPR_P): New. * init.c (get_nsdm [...]
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/cp/ChangeLog | 6 ++++++
gcc/cp/constexpr.c | 2 +-
gcc/cp/cp-tree.h | 6 ++++++
gcc/cp/init.c | 3 +--
gcc/cp/typeck2.c | 3 +--
5 files changed, 15 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 master
in repository gcc.
from feec154 PR c++/67557
new 024b90a * zh_TW.po: Update.
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:
libcpp/po/ChangeLog | 4 +++
libcpp/po/zh_TW.po | 80 ++++++++++++++++-------------------------------------
2 files changed, 28 insertions(+), 56 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 b347741 Daily bump.
new a15510d * zh_TW.po: Update.
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:
libcpp/po/ChangeLog | 4 +++
libcpp/po/zh_TW.po | 80 ++++++++++++++++-------------------------------------
2 files changed, 28 insertions(+), 56 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/calls
in repository gcc.
discards 947555b Implement x86 interrupt attribute
adds a361141 gcc/
adds da2ceb8 * config/rs6000/rs6000.c (rs6000_xcoff_debug_unwind_info): Al [...]
adds 8f0567c gcc/
adds feec154 PR c++/67557
new 9713d25 Implement x86 interrupt attribute
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 (947555b)
\
N -- N -- N refs/heads/hjl/interrupt/calls (9713d25)
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/ChangeLog | 28 ++
gcc/config/rs6000/rs6000.c | 5 +-
gcc/cp/ChangeLog | 7 +
gcc/cp/call.c | 37 +-
gcc/testsuite/ChangeLog | 10 +
gcc/testsuite/g++.dg/init/elide3.C | 50 +++
gcc/testsuite/gcc.dg/loop-unswitch-2.c | 15 +
gcc/testsuite/gcc.dg/loop-unswitch-3.c | 26 ++
gcc/testsuite/gcc.dg/loop-unswitch-4.c | 52 +++
.../{vect-outer-simd-1.c => vect-outer-simd-3.c} | 20 +-
gcc/tree-ssa-loop-unswitch.c | 451 +++++++++++++++++++--
gcc/tree-vect-loop.c | 2 +
12 files changed, 656 insertions(+), 47 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/init/elide3.C
create mode 100644 gcc/testsuite/gcc.dg/loop-unswitch-2.c
create mode 100644 gcc/testsuite/gcc.dg/loop-unswitch-3.c
create mode 100644 gcc/testsuite/gcc.dg/loop-unswitch-4.c
copy gcc/testsuite/gcc.dg/vect/{vect-outer-simd-1.c => vect-outer-simd-3.c} (79%)
--
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 8f0567c gcc/
new feec154 PR c++/67557
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 | 7 ++++++
gcc/cp/call.c | 37 +++++++++++++++++++++++++++-
gcc/testsuite/g++.dg/init/elide3.C | 50 ++++++++++++++++++++++++++++++++++++++
3 files changed, 93 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/init/elide3.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 a361141 gcc/
new da2ceb8 * config/rs6000/rs6000.c (rs6000_xcoff_debug_unwind_info): Al [...]
new 8f0567c gcc/
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 | 10 ++++++++++
gcc/config/rs6000/rs6000.c | 5 +----
gcc/testsuite/ChangeLog | 4 ++++
.../{vect-outer-simd-1.c => vect-outer-simd-3.c} | 20 ++++++++++++--------
gcc/tree-vect-loop.c | 2 ++
5 files changed, 29 insertions(+), 12 deletions(-)
copy gcc/testsuite/gcc.dg/vect/{vect-outer-simd-1.c => vect-outer-simd-3.c} (79%)
--
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/calls
in repository gcc.
discards 4ec17b7 Implement x86 interrupt attribute
new 947555b Implement x86 interrupt attribute
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 (4ec17b7)
\
N -- N -- N refs/heads/hjl/interrupt/calls (947555b)
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:
--
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/calls
in repository gcc.
discards 42e6a19 Implement x86 interrupt attribute
new 4ec17b7 Implement x86 interrupt attribute
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 (42e6a19)
\
N -- N -- N refs/heads/hjl/interrupt/calls (4ec17b7)
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:
--
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 e3cd52d * tree-ssa-reassoc.c (dump_ops_vector): Print newline after [...]
new a361141 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 | 18 ++
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/gcc.dg/loop-unswitch-2.c | 15 ++
gcc/testsuite/gcc.dg/loop-unswitch-3.c | 26 ++
gcc/testsuite/gcc.dg/loop-unswitch-4.c | 52 ++++
gcc/tree-ssa-loop-unswitch.c | 451 ++++++++++++++++++++++++++++++---
6 files changed, 534 insertions(+), 34 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/loop-unswitch-2.c
create mode 100644 gcc/testsuite/gcc.dg/loop-unswitch-3.c
create mode 100644 gcc/testsuite/gcc.dg/loop-unswitch-4.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.