This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change aassign_common_vars to check using the optree without using the linked list.
authorGerard Goossen <gerard@ggoossen.net>
Sat, 6 Aug 2011 15:50:40 +0000 (17:50 +0200)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 8 Aug 2011 22:49:45 +0000 (15:49 -0700)
commit3023b5f30c62e26185b48118c7c84030adb5b623
treeb9d1e004c45ec9433e09894f46dd6cdca71663ea
parent83f9fced9447634b1f940717275290f7a74ab633
Change aassign_common_vars to check using the optree without using the linked list.

Besides no longer depending on the op chain this also solves a bug
where the common vars where not detected because of logical operators.
op.c
t/op/array.t