This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from be377ef9ce3 asf: Fix null pointer dereference in is_store_forwarding [P [...]
new c125e86853a gimple-warn-recursion.cc: add missing auto_diagnostic_group
new 3cff171b243 diagnostics: fix comment in buffering.h
new 268ec60da01 diagnostics: rename option_manager to option_id_manager and [...]
new 7dea2582b3a diagnostics: split source_printing_options out into its own header
new 74f59bf10df diagnostics: move diagnostics::counters to its own header
new 0fb30003867 diagnostics: avoid stray trailing space in html sink in sar [...]
new 7969e4859ed diagnostics: improve support for nesting levels [PR116253]
new b963237a903 optinfo: use enum class
The 8 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/diagnostics/buffering.h | 10 +-
gcc/diagnostics/context.cc | 20 ++-
gcc/diagnostics/context.h | 128 ++--------------
gcc/diagnostics/{macro-unwinding.h => counters.h} | 34 ++++-
gcc/diagnostics/html-sink.cc | 12 +-
gcc/diagnostics/lazy-paths.cc | 6 +-
gcc/diagnostics/option-id-manager.h | 56 +++++++
gcc/diagnostics/source-printing-options.h | 76 ++++++++++
gcc/doc/libgdiagnostics/topics/compatibility.rst | 9 ++
.../libgdiagnostics/topics/physical-locations.rst | 16 ++
gcc/dump-context.h | 10 +-
gcc/dumpfile.cc | 57 +++----
gcc/gimple-warn-recursion.cc | 1 +
gcc/libgdiagnostics++.h | 10 ++
gcc/libgdiagnostics-private.h | 7 +
gcc/libgdiagnostics.cc | 77 ++++++++--
gcc/libgdiagnostics.h | 10 ++
gcc/libgdiagnostics.map | 8 +
gcc/libsarifreplay.cc | 12 ++
gcc/libsarifreplay.h | 1 +
gcc/lto-wrapper.cc | 13 +-
gcc/opt-problem.cc | 2 +-
gcc/optinfo-emit-json.cc | 12 +-
gcc/optinfo.cc | 40 ++---
gcc/optinfo.h | 57 ++++---
gcc/opts-common.cc | 2 +-
gcc/opts-diagnostic.h | 19 +--
gcc/opts.cc | 4 +-
gcc/sarif-replay.cc | 13 +-
.../gcc.dg/plugin/diagnostic-test-graphs-html.py | 2 +-
.../gcc.dg/plugin/diagnostic-test-nesting-html.c | 13 ++
.../gcc.dg/plugin/diagnostic-test-nesting-html.py | 69 +++++++++
gcc/testsuite/gcc.dg/plugin/plugin.exp | 1 +
.../libgdiagnostics.dg/test-multiple-lines.c | 1 +
.../2.1.0-valid/embedded-links-check-html.py | 2 +-
.../2.1.0-valid/graphs-check-html.py | 2 +-
.../2.1.0-valid/nested-diagnostics-1.sarif | 164 +++++++++++++++++++++
gcc/toplev.cc | 8 +-
38 files changed, 722 insertions(+), 262 deletions(-)
copy gcc/diagnostics/{macro-unwinding.h => counters.h} (51%)
create mode 100644 gcc/diagnostics/option-id-manager.h
create mode 100644 gcc/diagnostics/source-printing-options.h
create mode 100644 gcc/testsuite/gcc.dg/plugin/diagnostic-test-nesting-html.c
create mode 100644 gcc/testsuite/gcc.dg/plugin/diagnostic-test-nesting-html.py
create mode 100644 gcc/testsuite/sarif-replay.dg/2.1.0-valid/nested-diagnostics-1.sarif
--
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 glibc.
from ad4589e2d8 hurd: support: Fix running SGID tests
new d7da87980c errlist: add missing entries for MIPS/SPARC
new 0f8c3c4329 manual: document getsubopt standardization.
new 6e3e14fd4c manual: Use sys/select.h instead of sys/time.h for select example.
new 4d059af105 manual: Adjust documentation to standardization of select
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:
manual/examples/select.c | 2 +-
manual/llio.texi | 21 +++++++++------------
manual/startup.texi | 4 ++--
sysdeps/gnu/errlist.h | 9 +++++++++
4 files changed, 21 insertions(+), 15 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 bb80bcec3b8 ada: Update Assertion_Policy handling in GNATProve mode
new 102179f11d3 c++: Add #line testcase for CWG2580 [PR120778]
new be377ef9ce3 asf: Fix null pointer dereference in is_store_forwarding [P [...]
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/avoid-store-forwarding.cc | 9 +++-
gcc/testsuite/g++.dg/DRs/dr2580.C | 87 ++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr121303.c | 26 ++++++++++
3 files changed, 121 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/DRs/dr2580.C
create mode 100644 gcc/testsuite/gcc.target/i386/pr121303.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 binutils-gdb.
from a977b9bed31 Automatic date update in version.in
new 059477e4baa windres PR 33244 testcase
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:
binutils/testsuite/binutils-all/windres/psql.rc | 822 +++++++++++++++++++++
.../testsuite/binutils-all/windres/windres.exp | 18 +-
2 files changed, 839 insertions(+), 1 deletion(-)
create mode 100644 binutils/testsuite/binutils-all/windres/psql.rc
--
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 b9f443b6177 libcpp: Use pedwarn instead of warning for CWG2578 diagnost [...]
new 446aac86a4b Fail early when SLP instance build fails
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/tree-vect-slp.cc | 88 +++++++++++++++++++++++++++++++++-------------------
1 file changed, 56 insertions(+), 32 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 d49d359b0c5 libstdc++: Fix dereferencing of std::indirect xvalues [PR121128]
new b9f443b6177 libcpp: Use pedwarn instead of warning for CWG2578 diagnost [...]
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/g++.dg/DRs/dr2578.C | 10 ++++++++++
libcpp/macro.cc | 5 ++++-
2 files changed, 14 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/DRs/dr2578.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 d9f34c951ab aarch64: Check the mode of SVE ACLE function results
new d49d359b0c5 libstdc++: Fix dereferencing of std::indirect xvalues [PR121128]
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/bits/indirect.h | 7 ++-
.../testsuite/std/memory/indirect/access.cc | 58 ++++++++++++++++++++++
.../testsuite/std/memory/polymorphic/access.cc | 53 ++++++++++++++++++++
3 files changed, 116 insertions(+), 2 deletions(-)
create mode 100644 libstdc++-v3/testsuite/std/memory/indirect/access.cc
create mode 100644 libstdc++-v3/testsuite/std/memory/polymorphic/access.cc
--
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 main
in repository newlib.
from d61692cbd Cygwin: bump API version for addition of new/delete wrappers
new 22580ced9 Fix missing declarations in libgloss m68k
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:
libgloss/m68k/leds.c | 2 ++
libgloss/m68k/mc68ec.c | 2 +-
libgloss/m68k/sim-abort.c | 3 +++
libgloss/m68k/sim-funcs.c | 1 +
libgloss/m68k/sim-inbyte.c | 2 ++
libgloss/m68k/sim-print.c | 2 ++
libgloss/m68k/sim-sbrk.c | 2 ++
7 files changed, 13 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.