Thread overview | ||||||
---|---|---|---|---|---|---|
|
April 11 [Issue 24496] "Undefined reference to internal" when -c with SysTime.max in init | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=24496 FeepingCreature <default_357-line@yahoo.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |industry -- |
April 11 [Issue 24496] "Undefined reference to internal" when -c with SysTime.max in init | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=24496 --- Comment #1 from FeepingCreature <default_357-line@yahoo.de> --- Simplified: a.d: import b; static second = first; void main() { } b.d: static first = new immutable Object; /usr/bin/ld: b.o:(.data+0x0): undefined reference to `internal' -- |
April 29 [Issue 24496] "Undefined reference to internal" when -c with SysTime.max in init | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=24496 kinke <kinke@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kinke@gmx.net --- Comment #2 from kinke <kinke@gmx.net> --- Oh nice, thx for the test case! We have been hitting these weird issues too, especially with enabled coverage. -- |
April 29 [Issue 24496] "Undefined reference to internal" when -c with SysTime.max in init | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=24496 kinke <kinke@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |backend -- |
Copyright © 1999-2021 by the D Language Foundation