This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #29790] Optimization busted: '@a = "b", sort @a' drops "b"
authorDave Mitchell <davem@fdisolutions.com>
Sat, 22 May 2004 11:15:34 +0000 (11:15 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Sat, 22 May 2004 11:15:34 +0000 (11:15 +0000)
commitdb7511dbe8b6c31eca42cd71bbe3853dbf1d748b
treeb9e04dc31eb56b6bc412786fd543be589d6718af
parent42975ef9995a99592a4475f9992c94ccb4ff52ab
 [perl #29790] Optimization busted: '@a = "b", sort @a' drops "b"
 Fix the sort-in-place optimization of change #22349.
p4raw-link: @22349 on //depot/perl: fe1bc4cf71e7b04d33e679798964a090d9fa7b46

p4raw-id: //depot/perl@22839
op.c
t/op/sort.t