[Issue 23227] DMD compiler can't be built without RTTI

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Aug 11 09:57:36 UTC 2022


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

Dennis <dkorpel at live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dkorpel at live.nl

--- Comment #1 from Dennis <dkorpel at live.nl> ---
> -fno-exceptions -fno-rtti -fasynchronous-unwind-tables

These are GDC flags I presume?

> Likely this is the compiler making use of certain feature that result in lowering that invoke `typeid()`.

Dynamic arrays and associative arrays are now being used in DMD's source code.

> Ideally the compiler should not be doing this.

Why not?

--


More information about the Digitalmars-d-bugs mailing list