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 c2cf30e7608 Run isort
new d9d782dd8b6 Introduce and use aggregate_assigner type
new 542ea7fe46d Implement Ada 2022 iterated assignment
new b64e3e1c36e Introduce ada_parse_state
new 48497d85e3b Move "int_storage" global into ada_parse_state
new 68d7f5b02f2 Move "components" and "associations" into ada_parse_state
new 06c3813858a Move "assignments" global into ada_parse_state
new ed08e2b3714 Move "iterated_associations" into ada_parse_state
new 65586abcf3d Move "temp_parse_space" into ada_parse_state
new d9346cbfcbf Move "paren_depth" into ada_parse_state
new 33a03c12131 Move "returned_complete" into ada_parse_state
new 0298128e07b Remove "numbuf" global
new 051889c8104 Constify ada-lex.l:attributes
The 12 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/ada-exp.h | 165 ++++++++++++----
gdb/ada-exp.y | 212 ++++++++++++++-------
gdb/ada-lang.c | 202 +++++++++++---------
gdb/ada-lex.l | 48 ++---
.../{recursive-variant.exp => iterated-assign.exp} | 10 +-
.../{delta-assign => iterated-assign}/main.adb | 8 +-
.../{delta-assign => iterated-assign}/pck.adb | 0
.../{null_array => iterated-assign}/pck.ads | 6 +-
8 files changed, 415 insertions(+), 236 deletions(-)
copy gdb/testsuite/gdb.ada/{recursive-variant.exp => iterated-assign.exp} (72%)
copy gdb/testsuite/gdb.ada/{delta-assign => iterated-assign}/main.adb (83%)
copy gdb/testsuite/gdb.ada/{delta-assign => iterated-assign}/pck.adb (100%)
copy gdb/testsuite/gdb.ada/{null_array => iterated-assign}/pck.ads (81%)
--
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 374c1cbbf06 [gdb/testsuite] Add missing include in gdb.base/ctf-ptype.c
new 8a99b2b8174 Remove .flake8
new 2fde5149d73 Fix flake8 errors in dap/server.py
new a311bd9e2b2 Ignore unsed import in dap/__init__.py
new 5ac754cf462 Remove unused import from gdb/__init__.py
new 80c69af864c Remove bare "except" from disassembler.py
new 788050bf18c Suppress star import errors
new 99364b187fd Specify ImportError in styling.py
new 34b0776fd73 Suppress some "undefined" warnings from flake8
new e2238b2e206 Do not use bare "except"
The 9 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/.flake8 | 2 --
gdb/python/lib/gdb/__init__.py | 23 ++++++++++++-----------
gdb/python/lib/gdb/dap/__init__.py | 32 +++++++++++++++++---------------
gdb/python/lib/gdb/dap/server.py | 3 ++-
gdb/python/lib/gdb/disassembler.py | 26 ++++++++++----------------
gdb/python/lib/gdb/styling.py | 8 ++++----
gdb/setup.cfg | 3 ++-
7 files changed, 47 insertions(+), 50 deletions(-)
delete mode 100644 gdb/.flake8
--
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-13
in repository gcc.
from 2d9a9488e26 Fix SSA corruption due to widening_mul opt on conflict acro [...]
new 0dd82c0fba6 Fortran: set shape of initializers of zero-sized arrays [PR [...]
new ec8303dea72 Fortran: error recovery on arithmetic overflow on unary ope [...]
new 2808797fc4d Fortran: error recovery while simplifying expressions [PR10 [...]
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/fortran/arith.cc | 127 +++++++++++++++------
gcc/fortran/decl.cc | 3 +-
.../gfortran.dg/arithmetic_overflow_2.f90 | 12 ++
.../gfortran.dg/arithmetic_overflow_3.f90 | 48 ++++++++
gcc/testsuite/gfortran.dg/zero_sized_13.f90 | 28 +++++
5 files changed, 182 insertions(+), 36 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/arithmetic_overflow_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/arithmetic_overflow_3.f90
create mode 100644 gcc/testsuite/gfortran.dg/zero_sized_13.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 d5aa2ca06aa aarch64: Fix typo in comment about FEATURE_STRING
new 0e64bbb8823 libstdc++: Allow adjacent __maybe_present_t<false, ...> fie [...]
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/include/std/ranges | 13 ++++++++-----
libstdc++-v3/testsuite/std/ranges/adaptors/sizeof.cc | 4 ++++
2 files changed, 12 insertions(+), 5 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-11
in repository gcc.
from 3d05b9ac1c6 fortran: Ignore use statements on error [PR107426]
new 4de35949e46 Fix SSA corruption due to widening_mul opt on conflict acro [...]
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.dg/pr111407.c | 21 +++++++++++++++++++++
gcc/tree-ssa-math-opts.c | 8 ++++++++
2 files changed, 29 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/pr111407.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 master
in repository gcc.
from 1e459e6625f Prettify output of debug_dwarf_die
new d5aa2ca06aa aarch64: Fix typo in comment about FEATURE_STRING
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/aarch64/aarch64-option-extensions.def | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 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-12
in repository gcc.
from 38dd703d368 fortran: Ignore use statements on error [PR107426]
new 5f23f9f141c Fix SSA corruption due to widening_mul opt on conflict acro [...]
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.dg/pr111407.c | 21 +++++++++++++++++++++
gcc/tree-ssa-math-opts.cc | 8 ++++++++
2 files changed, 29 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/pr111407.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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from deb812c3d Add entry 839bc42772ba7af66af3bd16efed4a69511312ae from https [...]
new 99fbbc964 Add entry 839bc42772ba7af66af3bd16efed4a69511312ae from https [...]
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:
.../jira/description | 5 +++++
.../839bc42772ba7af66af3bd16efed4a69511312ae/jira/yaml | 5 +++++
.../839bc42772ba7af66af3bd16efed4a69511312ae/status.txt | 5 +++++
.../master-arm_v7a_softfp_eabi/details.txt | 16 ++++++++--------
.../reproduction_instructions.txt | 4 ++--
.../master-arm_v7a_softfp_eabi}/status-summary.txt | 0
.../master-arm_v7a_softfp_eabi/status.txt | 6 +++---
.../tcwg_gnu_embed_check_gcc}/status-summary.txt | 0
.../tcwg_gnu_embed_check_gcc/status.txt | 4 ++--
9 files changed, 30 insertions(+), 15 deletions(-)
copy gcc/sha1/{af66ad89e8169f44db723813662917cf4cbb78fc => 839bc42772ba7af66af3bd1 [...]
copy gcc/sha1/839bc42772ba7af66af3bd16efed4a69511312ae/{tcwg_bootstrap_check/maste [...]
copy {binutils/sha1/313f04b6edcd09e0e7ff224bd54a892ab8f029aa => gcc/sha1/839bc4277 [...]
copy gcc/sha1/{63ae6bc60c0f67fb2791991bf4b6e7e0a907d420 => 839bc42772ba7af66af3bd1 [...]
copy {binutils/sha1/313f04b6edcd09e0e7ff224bd54a892ab8f029aa => gcc/sha1/839bc4277 [...]
copy gcc/sha1/{df66fa08578a28b3acc8bdb6257b68c245a6a0fa => 839bc42772ba7af66af3bd1 [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.