[svn r9] added a preliminary rebuild profile. llvmdc-posix - very handy :)

added readme.txt
added test/g.d - tests passing strings to functions
fixed test/dgs.d and test/funcptr, now all tests except those related to typeinfo should work.
This commit is contained in:
Tomas Lindquist Olsen
2007-09-05 07:16:31 +02:00
parent fcbcd83d8b
commit 5d2e8f1009
5 changed files with 101 additions and 2 deletions

View File

@@ -920,7 +920,7 @@ elem* CallExp::toElem(IRState* p)
assert(llargs[j] != 0);
}
else {
llargs[j] = arg->mem;
llargs[j] = arg->mem ? arg->mem : arg->val;
assert(llargs[j] != 0);
}