This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #43077] Make goto &sub leave @_ alone
authorFather Chrysostomos <sprout@cpan.org>
Mon, 12 Nov 2012 06:16:35 +0000 (22:16 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 12 Nov 2012 06:17:31 +0000 (22:17 -0800)
commit049bd5ffd62b73325d4b2e75e59ba04b3569137d
treec5dfb88befd077c98c60bfccf10f9b65665eb1c9
parent4e532ee7fc297c53c19bffa6ee3deaea7030335f
[perl #43077] Make goto &sub leave @_ alone

It is a little tricky, as we have to hang on to @_ while unwinding the
effects of local @_.
pp_ctl.c
t/op/goto.t