[Issue 377] Compiler error when using -inline only
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Sep 28 03:09:50 PDT 2006
http://d.puremagic.com/issues/show_bug.cgi?id=377
------- Comment #2 from boris.kolar at globera.com 2006-09-28 05:09 -------
Full, verbose compiler output (input is file main.d, described in the first
post):
# dmd.exe -v -inline main.d
parse main
semantic Application
semantic2 Application
semantic3 Application
inline scan Application
main.d(11): (((this).model).list)() is not an lvalue
main.d(11): &(((this).model).list)() is not an lvalue
main.d(11): &(_init_11Application4List) is not an lvalue
--
More information about the Digitalmars-d-bugs
mailing list