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 2f33032a93f Compute proper length for dynamic types of TYPE_CODE_TYPEDEF
new 4412332f4b3 gdb: add mailing list and IRC information to --help
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 | 8 ++++++++
gdb/main.c | 9 ++++++---
2 files changed, 14 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 releases/gcc-9
in repository gcc.
from cb05b2d55fb Daily bump.
new abfe42c1fb6 PR fortran/95091 - Buffer overflows with submodules and lon [...]
new 77137fbd464 PR fortran/95091 - Buffer overflows with submodules and lon [...]
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/class.c | 11 ++++++++---
gcc/testsuite/gfortran.dg/pr95091.f90 | 19 +++++++++++++++++++
2 files changed, 27 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr95091.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 3e9261f0e01 libstdc++: Fix some ranges algos optimizations [PR95578]
new bf6199ecc9c PR fortran/95091 - Buffer overflows with submodules and lon [...]
new 605e9b1a9b3 PR fortran/95091 - Buffer overflows with submodules and lon [...]
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/class.c | 13 ++++++++-----
gcc/testsuite/gfortran.dg/pr95091.f90 | 19 +++++++++++++++++++
2 files changed, 27 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr95091.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 2ee70f5d161 PR95331 - Unlimited polymorphic arrays have wrong bounds.
new 87af4f40453 PR fortran/95503 - Fix ICE in gfc_is_simply_contiguous, at [...]
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/expr.c | 4 +++-
gcc/testsuite/gfortran.dg/pr95503.f90 | 7 +++++++
2 files changed, 10 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr95503.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 3b3ad4af022 Fix formatting in rs6000.c.
new 19019cd3019 aix: xfail pure-virtual1.C expects weak __cxa_pure_virtual
new 2ee70f5d161 PR95331 - Unlimited polymorphic arrays have wrong bounds.
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/trans-array.c | 13 ++-
gcc/testsuite/g++.dg/abi/pure-virtual1.C | 1 +
.../gfortran.dg/{PR85868B.f90 => PR95331.f90} | 109 ++++++++++++---------
3 files changed, 74 insertions(+), 49 deletions(-)
copy gcc/testsuite/gfortran.dg/{PR85868B.f90 => PR95331.f90} (54%)
--
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 c61f678a4f4 aix: Don't implicitly include inttypes.h
new 3b3ad4af022 Fix formatting in rs6000.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:
gcc/config/rs6000/rs6000.c | 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 2ff0f48819c Wrong array section bounds when passing to an intent-in poi [...]
new 444035eafa2 rs6000: skip debug info statements
new c61f678a4f4 aix: Don't implicitly include inttypes.h
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/config/rs6000/rs6000.c | 3 +++
gcc/testsuite/gcc.dg/spellcheck-inttypes.c | 4 ++++
2 files changed, 7 insertions(+)
--
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 a8baf0a32b8 [gdb/testsuite] Make gdb.base/dbx.exp more robust
new 2f33032a93f Compute proper length for dynamic types of TYPE_CODE_TYPEDEF
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 | 6 ++++++
gdb/gdbtypes.c | 14 ++++++++++----
gdb/testsuite/ChangeLog | 12 ++++++++++++
gdb/testsuite/gdb.base/vla-datatypes.c | 28 +++++++++++++++++++++++++++-
gdb/testsuite/gdb.base/vla-datatypes.exp | 6 +++++-
5 files changed, 60 insertions(+), 6 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_gnu/gnu-release-arm-bootstrap_O3
in repository toolchain/ci/gcc.
from 6dee1cefd81 Daily bump.
adds d76ee72858d Daily bump.
adds cb05b2d55fb Daily bump.
No new revisions were added by this update.
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.