This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 72af65b91cc c++: -fsanitize=vptr and -fstrong-eval-order. [PR95221] new 45c50b6a63a Suggest including <stdbool.h> for bool, true and false new af114c38db8 Suggest including <stdint.h> or <cstdint> for [u]int[8|16|32|64]_t
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/c-family/ChangeLog | 11 +++++ gcc/c-family/known-headers.cc | 38 +++++++++++++++++ gcc/testsuite/ChangeLog | 9 ++++ gcc/testsuite/g++.dg/spellcheck-stdint.C | 68 +++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/spellcheck-stdbool.c | 17 ++++++++ gcc/testsuite/gcc.dg/spellcheck-stdint.c | 62 ++++++++++++++++++++++++++++ 6 files changed, 205 insertions(+) create mode 100644 gcc/testsuite/g++.dg/spellcheck-stdint.C create mode 100644 gcc/testsuite/gcc.dg/spellcheck-stdbool.c create mode 100644 gcc/testsuite/gcc.dg/spellcheck-stdint.c