https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103701
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Last reconfirmed| |2024-02-01 Ever confirmed|0 |1 --- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- ``` export module Hajime; export import :Output; export import :Languages; export import :Installer; export import :Server; export import :Getvarsfromfile; export import :Wizard; ``` So the preprocessed source here is not enough to reproduce the issue though.