Thread overview | ||||||
---|---|---|---|---|---|---|
|
July 02, 2017 [Issue 14723] Typeinfo sent to GC does not retain storage class information | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=14723 Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dlang-bugzilla@thecybershad | |ow.net Hardware|x86_64 |All OS|Linux |All --- Comment #1 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> --- This looks like a very simple fix. In Druntime, in rt.lifetime, in _d_newitemU, change: auto blkInf = GC.qalloc(size, flags, ti); to: auto blkInf = GC.qalloc(size, flags, _ti); If you still would like this changed, please submit a PR. -- |
July 04, 2017 [Issue 14723] Typeinfo sent to GC does not retain storage class information | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=14723 alexanderheistermann@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alexanderheistermann@gmail. | |com -- |
December 17, 2022 [Issue 14723] Typeinfo sent to GC does not retain storage class information | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=14723 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P3 -- |
December 07 [Issue 14723] Typeinfo sent to GC does not retain storage class information | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=14723 --- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/dmd/issues/17303 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB -- |
Copyright © 1999-2021 by the D Language Foundation