[Issue 16107] [ICE] - Internal error: backend/cgcod.c 2297

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Mar 25 06:24:02 UTC 2018


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

Seb <greensunny12 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greensunny12 at gmail.com

--- Comment #11 from Seb <greensunny12 at gmail.com> ---
> Seb, do you confirm that run.dlang.io adds -g ?

Yes, -g is always added except if you just use -c

https://github.com/dlang-tour/core-exec/blob/master/entrypoint.sh

So the failure is still there:

https://run.dlang.io/is/8NVvW1

All compilers (called dreg) is a different image, but again omits -g only for
-g:

https://github.com/dlang-tour/core-dreg/blob/master/entrypoint.sh

--


More information about the Digitalmars-d-bugs mailing list