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 16ffddc6b99 Simplify ada_identical_enum_types_p
new abb27dd124f Disable gprofng build for *musl*
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:
configure | 2 ++
configure.ac | 2 ++
2 files changed, 4 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 91555eddd48 ld/PDB: handle pointers to members
new 16ffddc6b99 Simplify ada_identical_enum_types_p
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/ada-lang.c | 9 +++------
1 file changed, 3 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.
unknown user pushed a change to branch master
in repository glibc.
from 34e52acd55 support: Report errno constants in TEST_COMPARE failures
new 6b08116b2d x86: Add new architecture type for Hygon processors
new d14aecbffc x86: Add cache information support for Hygon processors
new ca90758b2a x86: Enable non-temporal memset for Hygon processors
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:
sysdeps/x86/cpu-features.c | 28 ++++++++++++++---
sysdeps/x86/dl-cacheinfo.h | 62 +++++++++++++++++++++++++++++++++++++-
sysdeps/x86/include/cpu-features.h | 1 +
3 files changed, 85 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.
unknown user pushed a change to branch master
in repository gcc.
from 26ee954476b c++: Check template parameters in member class template spe [...]
new b8357103288 json.h: fix typo in comment
new 276cc4324b9 pretty-print: fixes to selftests
new aa3b9502911 testsuite: generalize support for Python tests for SARIF output
new 6a1c359e284 testsuite: add event IDs to multithreaded event plugin test
new ac707d30ce4 diagnostics: consolidate on_{begin,end}_diagnostic into on_ [...]
new 92c5265d22a diagnostics: move output formats from diagnostic.{c,h} to t [...]
The 6 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/Makefile.in | 1 +
gcc/diagnostic-format-json.cc | 25 +--
gcc/diagnostic-format-sarif.cc | 41 ++--
gcc/diagnostic-format-text.cc | 209 +++++++++++++++++++++
gcc/diagnostic-format-text.h | 56 ++++++
gcc/diagnostic-format.h | 83 ++++++++
gcc/diagnostic-global-context.cc | 1 +
gcc/diagnostic.cc | 175 +----------------
gcc/diagnostic.h | 85 +--------
gcc/gcc.cc | 1 +
gcc/json.h | 2 +-
gcc/opts.cc | 1 +
gcc/pretty-print.cc | 39 +++-
.../gcc.dg/plugin/diagnostic-test-metadata-sarif.c | 17 ++
.../plugin/diagnostic-test-metadata-sarif.py | 55 ++++++
...nostic-test-paths-multithreaded-inline-events.c | 4 +-
.../diagnostic-test-paths-multithreaded-sarif.c | 17 +-
.../diagnostic-test-paths-multithreaded-sarif.py | 109 +++++++++++
...stic-test-paths-multithreaded-separate-events.c | 4 +-
.../gcc.dg/plugin/diagnostic_group_plugin.c | 1 +
.../gcc.dg/plugin/diagnostic_plugin_test_paths.c | 46 +++--
gcc/testsuite/gcc.dg/plugin/plugin.exp | 4 +-
.../{gcc.dg/sarif-output => lib}/sarif.py | 0
gcc/testsuite/lib/scansarif.exp | 16 ++
24 files changed, 665 insertions(+), 327 deletions(-)
create mode 100644 gcc/diagnostic-format-text.cc
create mode 100644 gcc/diagnostic-format-text.h
create mode 100644 gcc/diagnostic-format.h
create mode 100644 gcc/testsuite/gcc.dg/plugin/diagnostic-test-metadata-sarif.c
create mode 100644 gcc/testsuite/gcc.dg/plugin/diagnostic-test-metadata-sarif.py
create mode 100644 gcc/testsuite/gcc.dg/plugin/diagnostic-test-paths-multithreaded [...]
rename gcc/testsuite/{gcc.dg/sarif-output => lib}/sarif.py (100%)
--
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 cc372be5d0a Remove an unneeded include that was added by mistake.
new 26ee954476b c++: Check template parameters in member class template spe [...]
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/pt.cc | 5 +++++
gcc/testsuite/g++.dg/template/spec42.C | 17 +++++++++++++++++
gcc/testsuite/g++.dg/template/spec43.C | 18 ++++++++++++++++++
3 files changed, 40 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/template/spec42.C
create mode 100644 gcc/testsuite/g++.dg/template/spec43.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 a733b2c9046 gdb: imply --once if connecting via stdio
new 91555eddd48 ld/PDB: handle pointers to members
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:
ld/pdb.c | 17 +++++++++++++++++
ld/pdb.h | 9 +++++++++
ld/testsuite/ld-pe/pdb-types1-typelist.d | 4 +++-
ld/testsuite/ld-pe/pdb-types1b.s | 30 +++++++++++++++++++++++++++++-
ld/testsuite/ld-pe/pdb.exp | 2 +-
5 files changed, 59 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 master
in repository gcc.
from eb63f9580f0 Fix bootstap-errors due to enabling -gvariable-location-views
new cc372be5d0a Remove an unneeded include that was added by mistake.
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-if-conv.cc | 1 -
1 file changed, 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 binutils-gdb.
from 08919701099 Change message when reaching end of reverse history.
new a733b2c9046 gdb: imply --once if connecting via stdio
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/testsuite/gdb.server/server-pipe.exp | 13 ++++++++++++-
gdbserver/server.cc | 4 ++++
2 files changed, 16 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 master
in repository glibc.
from f071795d80 mach: Fix bogus negative return
new 79f44e1a47 inet: Avoid label at end of compound statement in tst-if_nameindex
new 34e52acd55 support: Report errno constants in TEST_COMPARE failures
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:
inet/tst-if_nameindex.c | 1 +
support/support_test_compare_failure.c | 11 ++++++++++-
2 files changed, 11 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 master
in repository gcc.
from a8260ebeae0 libcpp: deduplicate definition of padding size
new eb63f9580f0 Fix bootstap-errors due to enabling -gvariable-location-views
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/configure | 2 +-
gcc/configure.ac | 2 +-
gcc/dwarf2out.cc | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.