[Issue 20458] CRTP + pass alias to virtual member to mixin = runtime crash

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Mar 22 18:30:46 UTC 2023


https://issues.dlang.org/show_bug.cgi?id=20458

Basile-z <b2.temp at gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |b2.temp at gmx.com

--- Comment #1 from Basile-z <b2.temp at gmx.com> ---
With assertions built in DMD your code triggers this : 
https://github.com/dlang/dmd/blob/498822ec8efb8e2b68e257b01fa1e097ec6e3a88/compiler/src/dmd/dsymbolsem.d#L5261,
so the vtbl seems to be started already, probably with "test" but then is
rebuild again, without

--


More information about the Digitalmars-d-bugs mailing list