On Tue, Feb 02, 2016 at 10:46:07PM -0500, Kevin Easton wrote: > On Tue, Feb 02, 2016 at 05:04:06PM +0000, Al Viro wrote:
> > the rules for ++ and -- might as well have been ++ postfix-expression and > > -- postfix-expression resp. > > Unless I'm mistaken, * cast-expression yields an lvalue. D'oh... Obviously correct (and just as obviously, ++*p is valid and quite common). Shouldn't have posted while half-asleep ;-/ Self-LART applied...