Subject: | Compilation error with perl 5.25.x (op_sibling) |
With bleadperl (e.g. perl 5.25.4) compilation fails:
cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -DVERSION=\"0.08\" -DXS_VERSION=\"0.08\" -fPIC "-I/opt/perl-5.25.4/lib/5.25.4/x86_64-linux/CORE" optimizer.c
optimizer.xs: In function âc_extend_peepâ:
optimizer.xs:462:17: error: âOPâ has no member named âop_siblingâ
if (o->op_next->op_sibling) {
^
optimizer.xs:463:37: error: âOPâ has no member named âop_siblingâ
const OPCODE type = o->op_next->op_sibling->op_type;
^
Related ticket: https://rt.perl.org/Ticket/Display.html?id=128179