https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99000

Sergey Shumakov <skarnproject at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |skarnproject at gmail dot com

--- Comment #14 from Sergey Shumakov <skarnproject at gmail dot com> ---
This flag actually causes Godbolt to timeout. set(CMAKE_CXX_SCAN_FOR_MODULES
ON) to the rescue (https://godbolt.org/z/Ee5bdM38c). Yet, this does not compile
with the original redefinition false positive.

The modularized example, in contrast, (https://godbolt.org/z/vTza6eGY3)
compiles even on GCC 15.1 Does that mean that the redefinition issue only
stands for normal TUs and works in the global module fragment for the
modularized one?

Reply via email to