annotate nocompile/real_24.d @ 1630:d0efa3ae5522 default tip

run/mini/naked_asm5: New x86_64 ABI passes the arguments in reverse order.
author David Nadlinger <code@klickverbot.at>
date Sat, 23 Apr 2011 22:57:32 +0200
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 // __DSTRESS_ELINE__ 9
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 module dstress.nocompile.real_24;
fa85aed6d38a added checks for dissallowed conversions between float, ifloat and cfloat
thomask
parents:
diff changeset
8
fa85aed6d38a added checks for dissallowed conversions between float, ifloat and cfloat
thomask
parents:
diff changeset
9 real r = 2.0L + 0.1Li;