> No problem, thanks for pointing out that it needed to be done. It > would be nice if globalsmodref inferred that functions which only > store to their byval args are really readnone. I guess you mean readonly, since readnone+byval doesn't really work. D.