This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bd28244ec92 c++: improve some modules comments new f5e488c0ee6 fortran: use_iso_fortran_env_module tweaks [PR118337] new 933f0c20d4c c++: Fix up modules handling of namespace scope structured [...] new 38a13ea4117 c++: Fix up ICEs on constexpr inline asm strings in templat [...]
The 3 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 | 1 + gcc/cp/module.cc | 21 +- gcc/cp/parser.cc | 21 +- gcc/cp/pt.cc | 9 +- gcc/cp/semantics.cc | 43 +++ gcc/fortran/module.cc | 17 +- gcc/testsuite/g++.dg/cpp1z/constexpr-asm-4.C | 83 +++++ gcc/testsuite/g++.dg/cpp1z/constexpr-asm-5.C | 367 +++++++++++++++++++++ .../g++.dg/modules/{bfield-3.H => decomp-2_a.H} | 9 +- gcc/testsuite/g++.dg/modules/decomp-2_b.C | 11 + 10 files changed, 557 insertions(+), 25 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-asm-4.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-asm-5.C copy gcc/testsuite/g++.dg/modules/{bfield-3.H => decomp-2_a.H} (54%) create mode 100644 gcc/testsuite/g++.dg/modules/decomp-2_b.C