[Issue 555] New: Integral ireal literals can't be specified
Thomas Kuehne
thomas-dloop at kuehne.cn
Sat Nov 25 05:47:34 PST 2006
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
d-bugmail at puremagic.com schrieb am 2006-11-18:
> http://d.puremagic.com/issues/show_bug.cgi?id=555
> ireal x = 4.Li; // works
> ireal y = 4.0Li; // works
> ireal z = 4Li; // fails
>
> asdf.d(3): semicolon expected, not 'i'
> asdf.d(3): no identifier for declarator i
>
> Or:
>
> creal x = 2L + 4.Li; // works
> creal y = 3L + 4.0Li; // works
> creal z = 4L + 4Li; // fails
>
> Which shows the discrepancy - the real numbers work, but the imaginary fails.
>
> Not that important, since you can just write 4i, but it seems inconsistent
> since you can write both 123.456i and 123.456Li, but not 123456i and 123456Li.
Added to DStress as
http://dstress.kuehne.cn/compile/f/float_literal_dec_18_A.d
http://dstress.kuehne.cn/compile/f/float_literal_dec_18_B.d
http://dstress.kuehne.cn/compile/f/float_literal_dec_18_C.d
http://dstress.kuehne.cn/compile/f/float_literal_dec_18_D.d
http://dstress.kuehne.cn/compile/f/float_literal_dec_18_E.d
http://dstress.kuehne.cn/compile/f/float_literal_dec_18_F.d
Thomas
-----BEGIN PGP SIGNATURE-----
iD8DBQFFaE+cLK5blCcjpWoRAgwwAKCoCVd/T6Eyeulwwd9vvw5CWZjPFgCdHlX2
+SNQB6t9MnRzpwEzWrKeSUY=
=S0hs
-----END PGP SIGNATURE-----
More information about the Digitalmars-d-bugs
mailing list