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 6a8ffd8 Do not describe -std=c11 etc. as experimental in c.opt help text.
new 0f5f61a Backport PR libstdc++/65142 fix from mainline
new b6d2e57 Backport PR libstdc++/67707 fix from mainline
new 7aa63ae Backport PR libstdc++/65049 fix from mainline
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:
libstdc++-v3/ChangeLog | 40 +++++++++++++
libstdc++-v3/include/bits/char_traits.h | 68 ++++++++++++++++++----
libstdc++-v3/include/bits/stl_deque.h | 1 +
libstdc++-v3/include/ext/pod_char_traits.h | 4 ++
libstdc++-v3/src/c++11/random.cc | 23 ++++++--
.../requirements/char/65049.cc} | 24 +++++---
.../requirements/char16_t/65049.cc} | 24 +++++---
.../requirements/char32_t/65049.cc} | 24 +++++---
.../requirements/wchar_t/65049.cc} | 24 +++++---
.../23_containers/deque/allocator/move.cc | 10 ++++
.../deque/requirements/dr438/assign_neg.cc | 2 +-
.../deque/requirements/dr438/constructor_1_neg.cc | 2 +-
.../deque/requirements/dr438/constructor_2_neg.cc | 2 +-
.../deque/requirements/dr438/insert_neg.cc | 2 +-
14 files changed, 200 insertions(+), 50 deletions(-)
copy libstdc++-v3/testsuite/21_strings/{basic_string/cons/char/65085.cc => char_tr [...]
copy libstdc++-v3/testsuite/21_strings/{basic_string/cons/char/65085.cc => char_tr [...]
copy libstdc++-v3/testsuite/21_strings/{basic_string/cons/char/65085.cc => char_tr [...]
copy libstdc++-v3/testsuite/21_strings/{basic_string/cons/char/65085.cc => char_tr [...]
--
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 56626c6 Implement x86 interrupt attribute
new 92e4cc3 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 (56626c6)
\
N -- N -- N refs/heads/hjl/interrupt/calls (92e4cc3)
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/testsuite/gcc.target/i386/interrupt-387-err.c | 6 +++---
1 file changed, 3 insertions(+), 3 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 535d631 Re: [PATCH] Improve DOM's optimization of control statements
new 6d7cad9 * testsuite/util/testsuite_fs.h (nonexistent_path): Use less [...]
new de74aa1 Allow Filesystem TS to compile without wchar_t
new 689db5e nvptx offloading linking
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 | 15 +
gcc/config/nvptx/mkoffload.c | 677 ++-------------------
libgomp/ChangeLog | 10 +
libgomp/config/nvptx/fortran.c | 40 ++
libgomp/config/nvptx/oacc-init.c | 42 ++
libgomp/config/nvptx/oacc-parallel.c | 358 +++++++++++
libgomp/config/nvptx/openacc.f90 | 102 ++++
libgomp/oacc-init.c | 6 +-
libgomp/oacc-ptx.h | 426 -------------
libgomp/plugin/plugin-nvptx.c | 30 -
libstdc++-v3/ChangeLog | 14 +
libstdc++-v3/include/bits/locale_conv.h | 8 +-
libstdc++-v3/include/experimental/fs_path.h | 8 +
libstdc++-v3/src/filesystem/path.cc | 6 +-
.../experimental/filesystem/path/assign/assign.cc | 4 +
.../experimental/filesystem/path/concat/strings.cc | 4 +
.../filesystem/path/construct/range.cc | 9 +-
libstdc++-v3/testsuite/util/testsuite_fs.h | 8 +-
18 files changed, 668 insertions(+), 1099 deletions(-)
create mode 100644 libgomp/config/nvptx/openacc.f90
delete mode 100644 libgomp/oacc-ptx.h
--
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 02ce3c0 * system.h (ROUND_UP): New macro definition. (ROUND_DOWN): [...]
new cba2297 [PR target/67822] OpenMP offloading to nvptx fails
new 535d631 Re: [PATCH] Improve DOM's optimization of control statements
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/nvptx/mkoffload.c | 7 +++++--
gcc/tree-ssa-dom.c | 6 ++++++
3 files changed, 22 insertions(+), 2 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 802c32c PR c/67730 * c-typeck.c (convert_for_assignment): Use the e [...]
new 02ce3c0 * system.h (ROUND_UP): New macro definition. (ROUND_DOWN): [...]
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 | 40 +++++++++++++++++++++++++++-------------
gcc/config/i386/i386.c | 24 ++++++++++++------------
gcc/config/i386/i386.h | 3 +--
gcc/ggc-page.c | 6 +-----
gcc/system.h | 6 ++++++
5 files changed, 47 insertions(+), 32 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 c0999a5 * genemit.c (gen_exp): Remove -Wduplicated-cond hack.
new 802c32c PR c/67730 * c-typeck.c (convert_for_assignment): Use the e [...]
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 | 6 ++++++
gcc/c/c-typeck.c | 4 ++++
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.dg/pr67730-1.c | 16 ++++++++++++++++
gcc/testsuite/gcc.dg/pr67730-2.c | 22 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr67730.h | 32 ++++++++++++++++++++++++++++++++
6 files changed, 87 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/pr67730-1.c
create mode 100644 gcc/testsuite/gcc.dg/pr67730-2.c
create mode 100644 gcc/testsuite/gcc.dg/pr67730.h
--
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 de7e71b PR libstdc++/67747 use readdir instead of readdir_r
new c0999a5 * genemit.c (gen_exp): Remove -Wduplicated-cond hack.
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/c-family/ChangeLog | 4 ++++
gcc/c-family/c.opt | 2 +-
gcc/genemit.c | 2 +-
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/c-c++-common/Wduplicated-cond-2.c | 1 +
6 files changed, 15 insertions(+), 2 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 3322856 reject loops early where ivs cannot be represented
new de7e71b PR libstdc++/67747 use readdir instead of readdir_r
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 | 8 ++++++
libstdc++-v3/src/filesystem/dir.cc | 57 +++++++++++++++++---------------------
2 files changed, 33 insertions(+), 32 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.