Subject: | Fails with 5.25 (and with 5.22 when -DPERL_OP_PARENT) |
cc -I/usr/local/lib/perl5/5.25/mach/CORE -DVERSION="0.013" -DXS_VERSION="0.013" -DPIC -fPIC -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_FORTIFY_SOURCE=2 -O2 -pipe -fstack-protector -fno-strict-aliasing -O2 -pipe -fstack-protector -fno-strict-aliasing -o lib/Params/Classify.o lib/Params/Classify.c
lib/Params/Classify.xs:628:14: error: no member named 'op_sibling' in 'struct op'
if(!pushop->op_sibling) pushop = cUNOPx(pushop)->op_first;
~~~~~~ ^
lib/Params/Classify.xs:629:27: error: no member named 'op_sibling' in 'struct op'
for(cvop = pushop; cvop->op_sibling; cvop = cvop->op_sibling) ;
~~~~ ^
lib/Params/Classify.xs:629:52: error: no member named 'op_sibling' in 'struct op'
for(cvop = pushop; cvop->op_sibling; cvop = cvop->op_sibling) ;
~~~~ ^
lib/Params/Classify.xs:638:16: error: no member named 'op_sibling' in 'struct op'
aop = pushop->op_sibling;
~~~~~~ ^
lib/Params/Classify.xs:639:13: error: no member named 'op_sibling' in 'struct op'
bop = aop->op_sibling;
~~~ ^
lib/Params/Classify.xs:643:11: error: no member named 'op_sibling' in 'struct op'
pushop->op_sibling = bop;
~~~~~~ ^
lib/Params/Classify.xs:644:8: error: no member named 'op_sibling' in 'struct op'
aop->op_sibling = NULL;
~~~ ^
lib/Params/Classify.xs:651:24: error: no member named 'op_sibling' in 'struct op'
} else if(bop && bop->op_sibling == cvop) {
~~~ ^
lib/Params/Classify.xs:670:11: error: no member named 'op_sibling' in 'struct op'
pushop->op_sibling = cvop;
~~~~~~ ^
lib/Params/Classify.xs:671:8: error: no member named 'op_sibling' in 'struct op'
aop->op_sibling = NULL;
~~~ ^
lib/Params/Classify.xs:672:8: error: no member named 'op_sibling' in 'struct op'
bop->op_sibling = NULL;
~~~ ^
11 errors generated.