This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Perl_newASSIGNOP: fix on g++ builds
authorDavid Mitchell <davem@iabyn.com>
Sun, 25 Sep 2016 18:30:39 +0000 (19:30 +0100)
committerDavid Mitchell <davem@iabyn.com>
Tue, 4 Oct 2016 10:18:40 +0000 (11:18 +0100)
commitc62c27bf164f6671b74cfff2449a8b553f7081ae
treec545884f848fd25ec55b732da70668f29a8435a0
parent4ad59fdb481181ca4ec84ec004a9b4a58ab357f6
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;
op.c