This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10
in repository gcc.
from ee5c3db6c5b Update ChangeLog and version files for release
new f34e22a4c73 Update BASE-VER after GCC 10.2 release
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/BASE-VER | 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 annotated tag releases/gcc-10.2.0
in repository gcc.
at c4c335fff82 (tag)
tagging ee5c3db6c5b2c3332912fb4c9cfa2864569ebd9a (commit)
replaces releases/gcc-10.1.0
tagged by Richard Biener
on Thu Jul 23 06:35:44 2020 +0000
- Log -----------------------------------------------------------------
GCC 10.2.0 release
-----BEGIN PGP SIGNATURE-----
iQFGBAABCAAwFiEEf3T5fBA0aO5ddQtYOrAJlvwmpkEFAl8ZL8ESHHJndWVudGhl
ckBzdXNlLmRlAAoJEDqwCZb8JqZBtRwIAJlC4vyxTDbZNWvaxT98fU596+MnobfG
E77YAm3UsggfFkBgZ8mj16ojIZ7M0SkCfEEqyYX8LLmnpkC/SPLPrjy0UA81ncZG
Lx0dUy79O5SE4x/0txZRe65IunokdCbj9mkJff43CRMPign4ivxzvHk/2+dD/1VC
dW59WxB1+/akdLL71Ay5c0TttMH6Zo/lXySxtAROEnLz4Y2J99dwodtm9RZzJL6p
oOkOinwGAAH5BI/oo129v3F9mFAtu/kakMaRcdexhhi/j0vX390b5uQx+Of7bWzR
/a4onfB1jIwQGEKV7aoQ9YYna+idKDwS7ojr5lUS5YxgAb44mrCS5OA=
=M7zx
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 08e068265e4 Daily bump.
new ee5c3db6c5b Update ChangeLog and version files for release
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.
--
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 releases/gcc-9
in repository gcc.
from 9db53472af1 Daily bump.
new 0a5be099c6f 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 releases/gcc-8
in repository gcc.
from eb2a8a9e14f Daily bump.
new a946595a750 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 6e1e0decc9e c++: Don't add enums to class's decl_list
new ae575662833 rs6000: __builtin_mma_disassemble_acc() doesn't store eleme [...]
new e55ba804d3b OpenMP: Support 'if (simd:/cancel:' in Fortran
new 1f53367fb5f libstdc++: Add static assertions to futures and promises [L [...]
new 3ea9abca71f Daily bump.
new 5029d42c401 c-c++-common/builtin-has-attribute-4.c: Require visibility.
The 5 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:
ChangeLog | 4 +
gcc/ChangeLog | 42 +++++++
gcc/DATESTAMP | 2 +-
gcc/c-family/ChangeLog | 5 +
gcc/c/ChangeLog | 6 +
gcc/config/rs6000/rs6000-call.c | 3 +-
gcc/cp/ChangeLog | 42 +++++++
gcc/fortran/ChangeLog | 21 ++++
gcc/fortran/dump-parse-tree.c | 2 +
gcc/fortran/gfortran.h | 2 +
gcc/fortran/openmp.c | 46 ++++++--
gcc/fortran/trans-openmp.c | 17 ++-
gcc/testsuite/ChangeLog | 47 ++++++++
.../c-c++-common/builtin-has-attribute-4.c | 1 +
gcc/testsuite/gcc.target/powerpc/mma-double-test.c | 8 +-
gcc/testsuite/gcc.target/powerpc/mma-single-test.c | 16 +--
gcc/testsuite/gfortran.dg/gomp/cancel-2.f90 | 15 +++
gcc/testsuite/gfortran.dg/gomp/cancel-3.f90 | 35 ++++++
gcc/testsuite/gfortran.dg/gomp/if-1.f90 | 122 +++++++++++++++++++++
libgomp/ChangeLog | 14 +++
libstdc++-v3/ChangeLog | 19 ++++
libstdc++-v3/include/std/future | 15 +++
.../future/requirements/lwg3458.cc} | 22 ++--
.../promise/requirements/lwg3466.cc} | 22 ++--
.../shared_future/requirements/lwg3458.cc} | 20 ++--
25 files changed, 491 insertions(+), 57 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/gomp/cancel-2.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/cancel-3.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/if-1.f90
copy libstdc++-v3/testsuite/{23_containers/list/debug/90102.cc => 30_threads/futur [...]
copy libstdc++-v3/testsuite/{23_containers/list/debug/90102.cc => 30_threads/promi [...]
copy libstdc++-v3/testsuite/{23_containers/deque/debug/90102.cc => 30_threads/shar [...]
--
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 devel/c++-modules
in repository gcc.
from 20eb7c128f5 Merge trunk 6e1e0decc9e
new 3c843d89684 Revert ada to trunk
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:
ChangeLog.modules | 3 +++
gcc/c-family/c-ada-spec.c | 22 ++++++++--------------
2 files changed, 11 insertions(+), 14 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1
in repository toolchain/ci/interesting-commits.
from 893b13c Add last-good fb5577d4f883ba21a6fe048ffd59ca3659cdb491 from h [...]
new c9dbbb2 Add regression c6e13667e787b3a72b794422ab506d5403ddcd21 from [...]
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:
llvm | 1 +
1 file changed, 1 insertion(+)
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1
in repository toolchain/ci/interesting-commits.
from 11be0c1 Add regression 00472067c34ccbceb2fad4b905524f3c780bb7d5 from [...]
new 893b13c Add last-good fb5577d4f883ba21a6fe048ffd59ca3659cdb491 from h [...]
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:
llvm | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.