[Issue 434] Compiler crash on template function syntax error
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Oct 16 01:33:52 PDT 2006
http://d.puremagic.com/issues/show_bug.cgi?id=434
------- Comment #1 from braddr at puremagic.com 2006-10-16 03:33 -------
This bug was introduced between dmd 168 and 169. Prior to 169 dmd errored out
with:
434.d(7): opCall() is not an lvalue
434.d(7): cannot take address of opCall()
434.d(7): cannot implicitly convert expression (&(opCall())) of type int to
char[] delegate(char[])
$ cat -n 434.d | grep 7
7 char[] delegate(char[]) d=&f.opCall;
--
More information about the Digitalmars-d-bugs
mailing list