annotate compile/b/bug_expression_4420_B.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 b36225ffff87
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1465
b36225ffff87 [Issue 991] expression.c:4257: virtual Expression* DotIdExp::semantic(Scope*): Assertion `0' failed.
thomask
parents:
diff changeset
1 // $HeadURL$
b36225ffff87 [Issue 991] expression.c:4257: virtual Expression* DotIdExp::semantic(Scope*): Assertion `0' failed.
thomask
parents:
diff changeset
2 // $Date$
b36225ffff87 [Issue 991] expression.c:4257: virtual Expression* DotIdExp::semantic(Scope*): Assertion `0' failed.
thomask
parents:
diff changeset
3 // $Author$
b36225ffff87 [Issue 991] expression.c:4257: virtual Expression* DotIdExp::semantic(Scope*): Assertion `0' failed.
thomask
parents:
diff changeset
4
b36225ffff87 [Issue 991] expression.c:4257: virtual Expression* DotIdExp::semantic(Scope*): Assertion `0' failed.
thomask
parents:
diff changeset
5 // @author@ Frits van Bommel <fvbommel@wxs.nl>
b36225ffff87 [Issue 991] expression.c:4257: virtual Expression* DotIdExp::semantic(Scope*): Assertion `0' failed.
thomask
parents:
diff changeset
6 // @date@ 2007-01-31
b36225ffff87 [Issue 991] expression.c:4257: virtual Expression* DotIdExp::semantic(Scope*): Assertion `0' failed.
thomask
parents:
diff changeset
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=991
b36225ffff87 [Issue 991] expression.c:4257: virtual Expression* DotIdExp::semantic(Scope*): Assertion `0' failed.
thomask
parents:
diff changeset
8 // @desc@ [Issue 991] expression.c:4257: virtual Expression* DotIdExp::semantic(Scope*): Assertion `0' failed.
b36225ffff87 [Issue 991] expression.c:4257: virtual Expression* DotIdExp::semantic(Scope*): Assertion `0' failed.
thomask
parents:
diff changeset
9
b36225ffff87 [Issue 991] expression.c:4257: virtual Expression* DotIdExp::semantic(Scope*): Assertion `0' failed.
thomask
parents:
diff changeset
10 module dstress.compile.b.bug_expression_4420_B;
b36225ffff87 [Issue 991] expression.c:4257: virtual Expression* DotIdExp::semantic(Scope*): Assertion `0' failed.
thomask
parents:
diff changeset
11
b36225ffff87 [Issue 991] expression.c:4257: virtual Expression* DotIdExp::semantic(Scope*): Assertion `0' failed.
thomask
parents:
diff changeset
12 template Template(Ts...) {
b36225ffff87 [Issue 991] expression.c:4257: virtual Expression* DotIdExp::semantic(Scope*): Assertion `0' failed.
thomask
parents:
diff changeset
13 alias Ts tuple;
b36225ffff87 [Issue 991] expression.c:4257: virtual Expression* DotIdExp::semantic(Scope*): Assertion `0' failed.
thomask
parents:
diff changeset
14 }
b36225ffff87 [Issue 991] expression.c:4257: virtual Expression* DotIdExp::semantic(Scope*): Assertion `0' failed.
thomask
parents:
diff changeset
15
b36225ffff87 [Issue 991] expression.c:4257: virtual Expression* DotIdExp::semantic(Scope*): Assertion `0' failed.
thomask
parents:
diff changeset
16 static if(!is(typeof(Template!(1).tuple))){
b36225ffff87 [Issue 991] expression.c:4257: virtual Expression* DotIdExp::semantic(Scope*): Assertion `0' failed.
thomask
parents:
diff changeset
17 static assert(0);
b36225ffff87 [Issue 991] expression.c:4257: virtual Expression* DotIdExp::semantic(Scope*): Assertion `0' failed.
thomask
parents:
diff changeset
18 }