GCC 11.1 Released

Iain Buclaw ibuclaw at gdcproject.org
Wed Jun 9 08:47:18 UTC 2021


On Wednesday, 9 June 2021 at 07:15:40 UTC, Elronnd wrote:
> On Thursday, 27 May 2021 at 01:04:37 UTC, Iain Buclaw wrote:
>> 2. The promise of dynamically generating D bindings from C 
>> headers never really materialized.  Actual work of adding a 
>> GCC compiler switch to dump D code was [completed to around 
>> 95% of what was 
>> needed](https://github.com/D-Programming-GDC/gcc/compare/1cb2d1d5ce178cb68f0bd475299d2e0b25a4a756...ibuclaw/dumpspec), but then stalled on the just how this feature would integrate this into druntime.
>
> Could this also support c++?  If so, that seems like it could 
> potentially be a reason to continue development on it 
> preferentially to importC.  Calypso-ish :)

Because it works on the debug info/generic tree level, all 
languages GCC supports can be used to emit D bindings for their 
code.


More information about the Digitalmars-d-announce mailing list