This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix misoptimization of C<my($x,$y); $x = $y = 1 + $z;> (from
authorGurusamy Sarathy <gsar@cpan.org>
Tue, 15 Feb 2000 16:41:53 +0000 (16:41 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Tue, 15 Feb 2000 16:41:53 +0000 (16:41 +0000)
commit6b66af1727d09fb9889253a844f0fb19f8fd63e9
treea14be121c3a2388c5d932f95e2499b55ece2977c
parent0994714a4e4e0304c91b2fa0c73d50669931b7e2
fix misoptimization of C<my($x,$y); $x = $y = 1 + $z;> (from
Ilya Zakharevich)

p4raw-id: //depot/perl@5100
op.c
t/op/lex_assign.t