annotate nocompile/ifloat_02.d @ 1576:b3e16c86558e

[Issue 1398] New: GDC doesn't generate correct code <mariusmuja@gmail.com> 2007-08-04 http://d.puremagic.com/issues/show_bug.cgi?id=1398
author thomask
date Thu, 21 Feb 2008 15:20:08 +0000
parents fa85aed6d38a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
400
fa85aed6d38a added checks for dissallowed conversions between float, ifloat and cfloat
thomask
parents:
diff changeset
1 // $HeadURL$
fa85aed6d38a added checks for dissallowed conversions between float, ifloat and cfloat
thomask
parents:
diff changeset
2 // $Date$
fa85aed6d38a added checks for dissallowed conversions between float, ifloat and cfloat
thomask
parents:
diff changeset
3 // $Author$
fa85aed6d38a added checks for dissallowed conversions between float, ifloat and cfloat
thomask
parents:
diff changeset
4
fa85aed6d38a added checks for dissallowed conversions between float, ifloat and cfloat
thomask
parents:
diff changeset
5 module dstress.nocompile.ifloat_02;
fa85aed6d38a added checks for dissallowed conversions between float, ifloat and cfloat
thomask
parents:
diff changeset
6
fa85aed6d38a added checks for dissallowed conversions between float, ifloat and cfloat
thomask
parents:
diff changeset
7 ifloat i = 2.0 + 0.3f;