https://issues.dlang.org/show_bug.cgi?id=17339
--- Comment #1 from [email protected] --- Commit pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/b21f445de6e4e8aeb5447c09fde0e8fb179ce99c workaround Issue 17339 - ambiguous mangling with const alias args - with multiple definitions with identical mangling getsegment(".text", p) returns the section from the previous instance and later the linker complains about a group referencing an earlier section - fixed by reusing the existing group section (while leaving the new one empty) --
