This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c3a63fb3854 c++: Avoid [[nodiscard]] warning in requires-expr [PR98019] new 4164e58bfd5 fold-const: Fix up native_encode_initializer missing field [...] new 0673fc69117 fold-const: Fix native_encode_initializer bitfield handling [...]
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/fold-const.c | 5 ++-- gcc/testsuite/g++.dg/cpp2a/bit-cast7.C | 39 +++++++++++++++++++++++++++ gcc/testsuite/gcc.c-torture/compile/pr98199.c | 7 +++++ 3 files changed, 49 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/bit-cast7.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr98199.c