[Issue 18927] Regression: Number with real suffix "L" sometimes fails to compile

2018-05-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18927 ki...@gmx.net changed: What|Removed |Added CC||ki...@gmx.net --- Comment #4 from ki...@gmx.n

[Issue 18927] Regression: Number with real suffix "L" sometimes fails to compile

2018-05-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18927 --- Comment #3 from Sophie --- L is supposed to also be a suffix for reals, not only for long integers. --

[Issue 18927] Regression: Number with real suffix "L" sometimes fails to compile

2018-05-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18927 Simen Kjaeraas changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 18927] Regression: Number with real suffix "L" sometimes fails to compile

2018-05-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18927 --- Comment #1 from Sophie --- Ok, this code does not compile either: /Users/pineapple/Dropbox/Projects/d/mobile-td/test.d(4): Error: cannot implicitly convert expression 2001L of type long to float import std.stdio; unittest{ alias T = flo