[Issue 18312] string concatenation with -betterC fails with linker errors

2018-01-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18312 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment #1 fr

[Issue 18312] string concatenation with -betterC fails with linker errors

2018-01-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18312 --- Comment #2 from Mike Franklin --- > What is the expected result? If TypeInfo is indeed required to perform string concatenation, then the compiler should emit a compile-time error by checking the `global.params.usetypeinfo` flag. This can be im

[Issue 18312] string concatenation with -betterC fails with linker errors

2018-01-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18312 Steven Schveighoffer changed: What|Removed |Added Keywords||betterC --- Comment #3 from Steven Sc

[Issue 18312] string concatenation with -betterC fails with linker errors

2018-01-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18312 --- Comment #4 from anonymous4 --- Array concatenation still implies automatic memory management of some form. Not sure something like that can fit in betterC. You can implement something like stringConcat("`",s,"`") that will use memory management o

[Issue 18312] string concatenation with -betterC fails with linker errors

2018-02-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18312 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #5 from

[Issue 18312] string concatenation with -betterC fails with linker errors

2018-02-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18312 --- Comment #6 from Walter Bright --- https://github.com/dlang/dmd/pull/7868 --

[Issue 18312] string concatenation with -betterC fails with linker errors

2018-02-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18312 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 18312] string concatenation with -betterC fails with linker errors

2018-02-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18312 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/2a671e0bbfa37427f73494ecca79144e659e0122 fix Issue 18312 - string concatenation with -betterC fails