This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f56280d57fb Daily bump. new ec2365e0753 c++/modules: Fix dangling pointer with imported_temploid_friends new 0c43c673b0d c++: Allow IS_FAKE_BASE_TYPE for union types [PR114954]
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/cp/cp-tree.h | 3 ++- gcc/cp/decl.cc | 4 ++++ gcc/cp/module.cc | 19 ++++++++++++++++--- gcc/testsuite/g++.dg/modules/pr114954.C | 14 ++++++++++++++ 4 files changed, 36 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/g++.dg/modules/pr114954.C