This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bddff888c82 PR libstdc++/91057 fix bootstrap failure on powerpc new 4f99d8385c5 pretty-print: support URL escape sequences (PR 87488) new a5c1ee57b5f [PATCH 1/3] S/390: Do not use signaling vector comparisons on z13
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/ChangeLog | 36 +++++++++++++++++ gcc/common.opt | 20 +++++++++ gcc/config/s390/vector.md | 22 +++++++++- gcc/diagnostic-color.c | 20 +++++++++ gcc/{config/glibc-c.c => diagnostic-url.h} | 31 +++++++------- gcc/diagnostic.c | 13 ++++++ gcc/diagnostic.h | 1 + gcc/doc/invoke.texi | 13 ++++++ gcc/gcc.c | 5 +++ gcc/opts-global.c | 1 + gcc/opts.c | 4 ++ gcc/pretty-print.c | 65 +++++++++++++++++++++++++++++- gcc/pretty-print.h | 6 +++ gcc/testsuite/ChangeLog | 5 +++ gcc/testsuite/lib/prune.exp | 2 +- 15 files changed, 225 insertions(+), 19 deletions(-) copy gcc/{config/glibc-c.c => diagnostic-url.h} (52%)