Thread overview
[Issue 23227] DMD compiler can't be built without RTTI
Aug 11, 2022
Dennis
Dec 17, 2022
Iain Buclaw
August 11, 2022
https://issues.dlang.org/show_bug.cgi?id=23227

Dennis <dkorpel@live.nl> changed:

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

--- Comment #1 from Dennis <dkorpel@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?

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=23227

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

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

--- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/dmd/issues/20127

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--