This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ffc74822468 c: add -Wmissing-variable-declarations [PR65213] new a349ba16f18 libbacktrace: look for _pgmptr on Windows new cc2003cd875 Fix PR 93044: extra cast is not removed new a2f31d79ad6 Daily bump.
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: ChangeLog | 10 ++ gcc/ChangeLog | 227 +++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 5 + gcc/c/ChangeLog | 11 ++ gcc/cp/ChangeLog | 5 + gcc/fortran/ChangeLog | 5 + gcc/match.pd | 10 ++ gcc/po/ChangeLog | 4 + gcc/testsuite/ChangeLog | 82 ++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/cast-1.c | 12 ++ gcc/testsuite/gcc.dg/tree-ssa/cast-2.c | 12 ++ libbacktrace/ChangeLog | 7 + libbacktrace/config.h.in | 4 + libbacktrace/configure | 13 ++ libbacktrace/configure.ac | 3 + libbacktrace/fileline.c | 27 +++- 17 files changed, 432 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/cast-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/cast-2.c