This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 896048cf43d c++: Add __builtin_bit_cast to implement std::bit_cast [PR93121] new 5d103763b9b Fix PR middle-end/98082 new 277ff3406d5 Fix PR middle-end/98099
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/expmed.c | 3 ++- gcc/function.c | 6 ++++-- gcc/testsuite/g++.dg/cpp2a/pr98082.C | 14 ++++++++++++++ gcc/testsuite/gcc.dg/pr98099.c | 12 ++++++++++++ 4 files changed, 32 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/pr98082.C create mode 100644 gcc/testsuite/gcc.dg/pr98099.c