id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	lang	patch	platform
906	[PIR] Assignment syntactic sugar restricted to destination parameters	allison	kjs	"IMCC currently allows the '=' syntactic sugar on all opcodes, even when the first register is an input argument rather than an output argument. PIRC correctly detects and handles these cases, so when the transition to PIRC is made any code using, for example:

    $S0 = print
    $P0 = substr 1, 2, ""x"" 

Will have to change to: 

    print $S0 
    substr $P0, 1, 2, ""x"" 

This behavior will not be changed in IMCC. See http://rt.perl.org/rt3/Public/Bug/Display.html?id=36283 for the history."	deprecation	closed	normal	2.6	pirc	1.4.0	medium	wontfix					
