Hi,
This list is mostly just a bugzilla feed and so isn't widely monitored.
If you're confident the behaviour is a bug then it would be better to
file a bugzilla ticket. If you're not sure and want to double-check
what the correct behaviour is then it'd be better to ask on gcc-help.
Thanks,
Rich
Hi,
This is a rather strange thing, which suspiciously looks like bug. I have a
file like this:
```
export module engine.memory : align_type;
export import engine.core;
export I32 get_5()
{
return 5;
}
export namespace engine::memory
{
enum class AlignType : I32
{
align_1