This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from af362af18f4 c++: ICE with deferred noexcept when deducing targs [PR82099] new 606f2af1973 c++: Fix ICE with __builtin_bit_cast [PR98469]
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/cp/constexpr.c | 9 +++++++++ gcc/cp/semantics.c | 4 ++++ gcc/testsuite/g++.dg/cpp2a/bit-cast8.C | 11 +++++++++++ gcc/testsuite/g++.dg/cpp2a/bit-cast9.C | 15 +++++++++++++++ 4 files changed, 39 insertions(+) create mode 100644 gcc/testsuite/g++.dg/cpp2a/bit-cast8.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/bit-cast9.C