C compiler incorrectly handles castes on lhs

Chris Torek chris at umcp-cs.UUCP
Sat Sep 21 08:16:24 AEST 1985


Casting an lvalue turns it into an rvalue; rvalues may not be used
as the lhs of an assignment operator.  Thus the compiler is correct
to complain.
-- 
In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 4251)
UUCP:	seismo!umcp-cs!chris
CSNet:	chris at umcp-cs		ARPA:	chris at maryland



More information about the Comp.bugs.4bsd.ucb-fixes mailing list