This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix bug [perl #24508] Wrong assignment in nested assignment
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 19 Nov 2003 21:06:01 +0000 (21:06 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 19 Nov 2003 21:06:01 +0000 (21:06 +0000)
commit9133b6393363c0c6671c1b2c6b2ecadb3ff402ee
treee5733590379b01e4b042c5c8b61a3bce38c468c1
parent1388f78e6435bdc1f8dfb795b726c64c719a88aa
Fix bug [perl #24508] Wrong assignment in nested assignment
together with subroutine call
Apparently concat still doesn't deal correctly with lexicals
in all cases. Disable the whole TARGET_MY optimisation for it.
(and remove the corresponding code from the peephole optimiser.)

p4raw-id: //depot/perl@21752
op.c
opcode.h
opcode.pl
t/op/concat.t