annotate undefined/creal_31.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 a6d3a59e2356
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
875
a6d3a59e2356 bobef <bobef@lessequal.com>
thomask
parents:
diff changeset
1 // $HeadURL$
a6d3a59e2356 bobef <bobef@lessequal.com>
thomask
parents:
diff changeset
2 // $Date$
a6d3a59e2356 bobef <bobef@lessequal.com>
thomask
parents:
diff changeset
3 // $Author$
a6d3a59e2356 bobef <bobef@lessequal.com>
thomask
parents:
diff changeset
4
a6d3a59e2356 bobef <bobef@lessequal.com>
thomask
parents:
diff changeset
5 // @author@ Thomas Kuehne <thomas-dloop@kuehne.cn>
a6d3a59e2356 bobef <bobef@lessequal.com>
thomask
parents:
diff changeset
6 // @date@ 2006-03-02
a6d3a59e2356 bobef <bobef@lessequal.com>
thomask
parents:
diff changeset
7 // @uri@ news:du1rjs$1si3$1@digitaldaemon.com
a6d3a59e2356 bobef <bobef@lessequal.com>
thomask
parents:
diff changeset
8
a6d3a59e2356 bobef <bobef@lessequal.com>
thomask
parents:
diff changeset
9 module dstress.undefined.creal_31;
a6d3a59e2356 bobef <bobef@lessequal.com>
thomask
parents:
diff changeset
10
a6d3a59e2356 bobef <bobef@lessequal.com>
thomask
parents:
diff changeset
11 int main(){
a6d3a59e2356 bobef <bobef@lessequal.com>
thomask
parents:
diff changeset
12 if(1.0 > 1.0i){
a6d3a59e2356 bobef <bobef@lessequal.com>
thomask
parents:
diff changeset
13 // unordered or "greater than" ?
a6d3a59e2356 bobef <bobef@lessequal.com>
thomask
parents:
diff changeset
14 }
a6d3a59e2356 bobef <bobef@lessequal.com>
thomask
parents:
diff changeset
15
a6d3a59e2356 bobef <bobef@lessequal.com>
thomask
parents:
diff changeset
16 return 0;
a6d3a59e2356 bobef <bobef@lessequal.com>
thomask
parents:
diff changeset
17 }