This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch pinskia/mcpunative-aarch64
in repository gcc.
at 7efdc3d Daily bump.
No new revisions were added by this update.
--
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 50e770f Implement C++17 std::invoke and LWG DR 2219
new 7efdc3d 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 86e064a Daily bump.
new 6735c3f 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 c7b110f Daily bump.
new 18cb9373 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 bd20ab5 Return deferred future if thread cannot be run
new 50e770f Implement C++17 std::invoke and LWG DR 2219
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 | 17 ++
libstdc++-v3/include/std/functional | 273 +++++++--------------
libstdc++-v3/include/std/future | 2 +-
libstdc++-v3/include/std/type_traits | 74 +++++-
libstdc++-v3/testsuite/20_util/bind/ref_neg.cc | 11 +-
.../20_util/function_objects/mem_fn/55463.cc | 12 -
6 files changed, 175 insertions(+), 214 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 9627a89 2015-10-24 Steven G. Kargl <kargl(a)gcc.gnu.org>
new bd20ab5 Return deferred future if thread cannot be run
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 | 5 +++
libstdc++-v3/include/std/future | 17 +++++++--
.../30_threads/async/{any.cc => except.cc} | 42 ++++++++++++++--------
3 files changed, 46 insertions(+), 18 deletions(-)
copy libstdc++-v3/testsuite/30_threads/async/{any.cc => except.cc} (69%)
--
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 9c5a8ac 2015-10-24 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 9627a89 2015-10-24 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/decl.c | 6 +++++-
gcc/testsuite/ChangeLog | 15 +++++++++++++++
gcc/testsuite/gfortran.dg/pr68055.f90 | 13 +++++++++++++
4 files changed, 39 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr68055.f90
--
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 526b93b * gcc-interface/utils2.c (build_binary_op): Tweak formatting [...]
new 9c5a8ac 2015-10-24 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 9 +++
gcc/fortran/array.c | 8 ++-
gcc/fortran/decl.c | 67 +++++++++++++++-------
gcc/fortran/match.c | 5 ++
gcc/testsuite/gfortran.dg/array_constructor_26.f03 | 1 -
gcc/testsuite/gfortran.dg/array_constructor_27.f03 | 1 -
gcc/testsuite/gfortran.dg/char_type_len_2.f90 | 7 ++-
gcc/testsuite/gfortran.dg/large_real_kind_3.F90 | 1 -
gcc/testsuite/gfortran.dg/pr67802.f90 | 8 +--
gcc/testsuite/gfortran.dg/pr67805.f90 | 37 ++++++++++++
gcc/testsuite/gfortran.dg/used_before_typed_3.f90 | 4 +-
11 files changed, 114 insertions(+), 34 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr67805.f90
--
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.
robert.savoye pushed a change to branch array
in repository toolchain/abe.
from d17b139 Don't continue for mingw, it's now handled by build().
new 35e7e37 Reverse logic of mingw test to determine component list
new 9fbd8e2 Fix embedded quotes
new ec41257 Fix indenting in one line
new ea3f995 Remove extraneous argument to tr
The 4 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:
config/sources.conf | 2 +-
lib/component.sh | 4 ++--
lib/globals.sh | 6 +++---
lib/make.sh | 2 +-
4 files changed, 7 insertions(+), 7 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 eaaf539 DR 1518 DR 1630 PR c++/54835 PR c++/60417 * call.c (conv [...]
new 526b93b * gcc-interface/utils2.c (build_binary_op): Tweak formatting [...]
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/ada/ChangeLog | 5 +++++
gcc/ada/gcc-interface/utils2.c | 12 ++++++------
2 files changed, 11 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.