This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from dc939264516 libstdc++: Fix bug in std::span test new 7a1602afe90 Check for bitwise identity when encoding VECTOR_CSTs (PR 92768)
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/ChangeLog | 7 +++++++ gcc/fold-const.c | 17 ++++++++++++++--- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.dg/pr92768.c | 6 ++++++ gcc/tree-core.h | 3 ++- gcc/tree-vector-builder.h | 2 +- 6 files changed, 35 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr92768.c