This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 15563293a92 Daily bump. new e3fab19a79e c++: Fix for decltype and bit-fields [PR95009]
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/typeck.c | 14 ++++-- gcc/testsuite/g++.dg/cpp0x/decltype-bitfield1.C | 65 +++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/decltype-bitfield2.C | 18 +++++++ 3 files changed, 94 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype-bitfield1.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype-bitfield2.C