[Bug c++/98327] C++ Module ICE on Linux

euloanty at live dot com gcc-bugzilla@gcc.gnu.org
Wed Dec 16 18:27:05 GMT 2020


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

fdlbxtqi <euloanty at live dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nathan at gcc dot gnu.org

--- Comment #1 from fdlbxtqi <euloanty at live dot com> ---
module;
#include <iostream>
#include <string_view>
export module hello;
export inline void greeter (std::string_view name) noexcept
{
  std::cout << "Hello " << name << "!\n";
}


More information about the Gcc-bugs mailing list