[Bug c++/110447] [modules] unexpected attachment of GMF decls to a named module.
iains at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jun 28 08:48:43 GMT 2023
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110447
Iain Sandoe <iains at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nathan at acm dot org
--- Comment #1 from Iain Sandoe <iains at gcc dot gnu.org> ---
note that if I reverse the include/import order like so...
#include <iostream>
import Foo; // assume module 'foo' contain the declarations from `<iostream>`
all is (or at least appears to be) OK.
More information about the Gcc-bugs
mailing list