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 fa0d6c132c8 PR fortran/95500 - Segfault compiling extra interface on intrinsic
new 075bec57a1c PR fortran/95530, PR fortran/95537 - Buffer overflows with [...]
new 371739d01d0 PR fortran/95106 - truncation of long symbol names with EQU [...]
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/fortran/decl.c | 9 +++++++--
gcc/fortran/gfortran.h | 3 ++-
gcc/fortran/trans-common.c | 11 ++++++++---
gcc/testsuite/gfortran.dg/equiv_11.f90 | 12 ++++++++++++
4 files changed, 29 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/equiv_11.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 binutils-gdb.
from 982a38f60b0 gdb/python: Avoid use after free in py-tui.c
new 940dace9cff Revert "gdb/python: Avoid use after free in py-tui.c"
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:
gdb/ChangeLog | 5 +++++
gdb/python/py-tui.c | 2 +-
2 files changed, 6 insertions(+), 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-10
in repository gcc.
from 36442ee216a PR fortran/95530, PR fortran/95537 - Buffer overflows with [...]
new 1e20cd1b583 PR fortran/95106 - truncation of long symbol names with EQU [...]
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/trans-common.c | 5 +++--
gcc/testsuite/gfortran.dg/equiv_11.f90 | 12 ++++++++++++
2 files changed, 15 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/equiv_11.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 bcd96c9cce9 PR fortran/95530, PR fortran/95537 - Buffer overflows with [...]
new cecc73af498 c++: Make braced-init-list as template arg work with aggr i [...]
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/call.c | 4 +++-
gcc/testsuite/g++.dg/cpp2a/nontype-class38.C | 30 ++++++++++++++++++++++++++++
2 files changed, 33 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class38.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 releases/gcc-10
in repository gcc.
from 4b3ea558da6 PR fortran/95500 - Segfault compiling extra interface on intrinsic
new 2ee8913bbbb PR fortran/95090 - ICE: identifier overflow
new 78c4b06ac3d PR fortran/95090 - ICE: identifier overflow
new b3c17dfef86 PR fortran/95090 - ICE: identifier overflow
new 36442ee216a PR fortran/95530, PR fortran/95537 - Buffer overflows with [...]
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:
gcc/fortran/class.c | 18 ++++++++++++++----
gcc/fortran/decl.c | 9 +++++++--
gcc/fortran/gfortran.h | 3 ++-
gcc/fortran/iresolve.c | 3 ++-
gcc/fortran/trans-common.c | 6 +++++-
gcc/testsuite/gfortran.dg/pr95090.f90 | 19 +++++++++++++++++++
6 files changed, 49 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr95090.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 devel/c++-modules
in repository gcc.
from d34b6baae91 Add libcody with stub users
new 7400add66fd Add libcody as an external library
new 9a42c3334f1 Install V1 module protocol goop
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:
ChangeLog.modules | 32 +
Makefile.def | 4 -
Makefile.in | 1325 +-----------------
Makefile.tpl | 6 +
configure | 50 +-
configure.ac | 30 +-
gcc/Makefile.in | 13 +-
gcc/configure | 15 +-
gcc/configure.ac | 3 +
gcc/cp/Make-lang.in | 29 +-
gcc/cp/mapper-client.cc | 936 +++----------
gcc/cp/mapper-client.h | 143 --
gcc/cp/mapper-resolver.cc | 222 +++
gcc/cp/mapper-server.cc | 1950 +++++++--------------------
gcc/cp/mapper-server2.cc | 25 -
gcc/cp/mapper.h | 97 +-
gcc/cp/module.cc | 297 ++--
gcc/testsuite/g++.dg/modules/bad-mapper-1.C | 4 +-
gcc/testsuite/g++.dg/modules/bad-mapper-2.C | 4 +-
gcc/testsuite/g++.dg/modules/bad-mapper-3.C | 4 +-
gcc/testsuite/g++.dg/modules/map-2.C | 2 +-
libcody | 1 -
22 files changed, 1309 insertions(+), 3883 deletions(-)
delete mode 100644 gcc/cp/mapper-client.h
delete mode 100644 gcc/cp/mapper-server2.cc
delete mode 120000 libcody
--
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 aa9bdd7359e x86: Update Intel processor detection
new fa0d6c132c8 PR fortran/95500 - Segfault compiling extra interface on intrinsic
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/trans-expr.c | 1 +
gcc/testsuite/gfortran.dg/pr95500.f90 | 15 +++++++++++++++
2 files changed, 16 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/pr95500.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 releases/gcc-10
in repository gcc.
from 27e985479e9 [OpenACC 'exit data'] Strip 'GOMP_MAP_STRUCT' mappings
new 4b3ea558da6 PR fortran/95500 - Segfault compiling extra interface on intrinsic
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/trans-expr.c | 1 +
gcc/testsuite/gfortran.dg/pr95500.f90 | 15 +++++++++++++++
2 files changed, 16 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/pr95500.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 608832716e2 coroutines: co_returns are statements, not expressions.
new bcd96c9cce9 PR fortran/95530, PR fortran/95537 - Buffer overflows with [...]
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/decl.c | 9 +++++++--
gcc/fortran/gfortran.h | 3 ++-
gcc/fortran/trans-common.c | 6 +++++-
3 files changed, 14 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.