In perl.git, the branch smoke-me/davem/pushre2 has been created
<http://perl5.git.perl.org/perl.git/commitdiff/83e6f18cd12bcd2dd40b9a5c382d98fa6dcd80dc?hp=0000000000000000000000000000000000000000>
at 83e6f18cd12bcd2dd40b9a5c382d98fa6dcd80dc (commit)
- Log -----------------------------------------------------------------
commit 83e6f18cd12bcd2dd40b9a5c382d98fa6dcd80dc
Author: David Mitchell <[email protected]>
Date: Sun Sep 25 19:30:39 2016 +0100
Perl_newASSIGNOP: fix on g++ builds
op.c: In function âOP* Perl_newASSIGNOP(PerlInterpreter*, I32, OP*, I32,
OP*)â:
op.c:6605:15: error: jump to label âdetach_splitâ [-fpermissive]
detach_split:
^
op.c:6631:22: note: from here
goto detach_split;
^
op.c:6584:30: note: skips initialization of âPMOP* const pmâ
PMOP * const pm = (PMOP*)right;
-----------------------------------------------------------------------
--
Perl5 Master Repository