annotate nocompile/o/opMod_01_G.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 86c0a56d7547
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
547
e482f375f716 int opMod 0
thomask
parents:
diff changeset
1 // $HeadURL$
e482f375f716 int opMod 0
thomask
parents:
diff changeset
2 // $Date$
e482f375f716 int opMod 0
thomask
parents:
diff changeset
3 // $Author$
e482f375f716 int opMod 0
thomask
parents:
diff changeset
4
1381
86c0a56d7547 added bugzilla url
thomask
parents: 547
diff changeset
5 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=1018
86c0a56d7547 added bugzilla url
thomask
parents: 547
diff changeset
6 // @desc@ [Issue 1018] regression: Error: divide by 0
86c0a56d7547 added bugzilla url
thomask
parents: 547
diff changeset
7
86c0a56d7547 added bugzilla url
thomask
parents: 547
diff changeset
8 // __DSTRESS_ELINE__ 14
547
e482f375f716 int opMod 0
thomask
parents:
diff changeset
9
e482f375f716 int opMod 0
thomask
parents:
diff changeset
10 module dstress.nocompile.o.opMod_01_G;
e482f375f716 int opMod 0
thomask
parents:
diff changeset
11
e482f375f716 int opMod 0
thomask
parents:
diff changeset
12 const long a = 2;
e482f375f716 int opMod 0
thomask
parents:
diff changeset
13 const long b = 0;
e482f375f716 int opMod 0
thomask
parents:
diff changeset
14 const long c = a % b;