DynaLoader-Functions v0.004 Perl 5 v5.38.0 i86pc-solaris-thread-multi

Status
Pass
From
Nigel Horne
Dist
DynaLoader-Functions v0.004
Platform
Perl 5 v5.38.0 i86pc-solaris-thread-multi
Date
2023-11-22 07:56:41
ID
abfc6080-890c-11ee-af67-fb4f184c44d1
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language.  See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org


--
Dear Andrew Main (Zefram),

This is a computer-generated report for DynaLoader-Functions-0.004
on perl 5.38.0, created by CPAN-Reporter-1.2019.

Thank you for uploading your work to CPAN.  Congratulations!
All tests were successful.

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester:

this report is from an automated smoke testing program
and was not reviewed by a human for accuracy

------------------------------
PROGRAM OUTPUT
------------------------------

Output from './Build test':

compilet-QevQj.c:1:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 int boot_compilet() { return 1; }
     ^~~~~~~~~~~~~
In file included from t/dyna_low.c:3:0:
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/perl.h:203:22: warning: declaration of 'my_perl' shadows a parameter [-Wshadow]
 #  define pTHX  tTHX my_perl PERL_UNUSED_DECL
                      ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/perl.h:208:18: note: in expansion of macro 'pTHX'
 #  define pTHX_  pTHX,
                  ^~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv.h:1935:119: note: in expansion of macro 'pTHX_'
 Perl_SvPV_helper(pTHX_ SV *const sv, STRLEN *const lp, const U32 flags, const PL_SvPVtype type, char * (*non_trivial)(pTHX_ SV *, STRLEN * const, const U32), const bool or_null, const U32 return_flags);
                                                                                                                       ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/perl.h:203:22: note: shadowed declaration is here
 #  define pTHX  tTHX my_perl PERL_UNUSED_DECL
                      ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/perl.h:208:18: note: in expansion of macro 'pTHX'
 #  define pTHX_  pTHX,
                  ^~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv.h:1935:18: note: in expansion of macro 'pTHX_'
 Perl_SvPV_helper(pTHX_ SV *const sv, STRLEN *const lp, const U32 flags, const PL_SvPVtype type, char * (*non_trivial)(pTHX_ SV *, STRLEN * const, const U32), const bool or_null, const U32 return_flags);
                  ^
In file included from /export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/perl.h:3327:0,
                 from t/dyna_low.c:3:
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/cv.h: In function 'CvNAME_HEK':
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:99:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *p_ = (p); p_; })
                          ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/cv.h:91:32: note: in expansion of macro 'MUTABLE_PTR'
 #define CvFLAGS(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
                                ^~~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/cv.h:218:23: note: in expansion of macro 'CvFLAGS'
 #define CvNAMED(cv)  (CvFLAGS(cv) & CVf_NAMED)
                       ^~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/cv.h:281:12: note: in expansion of macro 'CvNAMED'
     return CvNAMED(sv)
            ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:99:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *p_ = (p); p_; })
                          ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/cv.h:282:20: note: in expansion of macro 'MUTABLE_PTR'
         ? ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_hek
                    ^
In file included from /export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/hv.h:707:0,
                 from /export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/perl.h:4539,
                 from t/dyna_low.c:3:
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/hv_func.h: In function 'S_perl_hash_with_seed':
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/hv_func.h:74:89: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
 # define PVT__PERL_HASH_WITH_STATE(state,str,len) (U32)zaphod32_hash_with_state((state),(U8*)(str),(len))
                                                                                         ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/hv_func.h:123:11: note: in expansion of macro 'PVT__PERL_HASH_WITH_STATE'
         : PVT__PERL_HASH_WITH_STATE((state),(str),(len)))
           ^~~~~~~~~~~~~~~~~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/hv_func.h:182:12: note: in expansion of macro 'PVT_PERL_HASH_WITH_STATE'
     return PVT_PERL_HASH_WITH_STATE((U8*)state,str,len);
            ^
In file included from /export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/perl.h:6227:0,
                 from t/dyna_low.c:3:
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/inline.h: In function 'Perl_av_count':
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:99:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *p_ = (p); p_; })
                          ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/embed.h:359:68: note: in definition of macro 'mg_size'
 # define mg_size(a)                             Perl_mg_size(aTHX_ a)
                                                                    ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:109:30: note: in expansion of macro 'MUTABLE_PTR'
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/av.h:97:36: note: in expansion of macro 'MUTABLE_SV'
                          ? mg_size(MUTABLE_SV(av)) : AvFILLp(av))
                                    ^~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/inline.h:61:12: note: in expansion of macro 'AvFILL'
     return AvFILL(av) + 1;
            ^
In file included from /export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/perl.h:3327:0,
                 from t/dyna_low.c:3:
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/inline.h: In function 'Perl_av_store_simple':
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:99:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *p_ = (p); p_; })
                          ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:109:30: note: in expansion of macro 'MUTABLE_PTR'
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv.h:394:50: note: in expansion of macro 'MUTABLE_SV'
 #define SvREFCNT_dec(sv) Perl_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                                  ^~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/inline.h:106:9: note: in expansion of macro 'SvREFCNT_dec'
         SvREFCNT_dec(ary[key]);
         ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/inline.h: In function 'Perl_av_new_alloc':
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:99:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *p_ = (p); p_; })
                          ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:104:30: note: in expansion of macro 'MUTABLE_PTR'
 #define MUTABLE_AV(p) ((AV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/av.h:212:17: note: in expansion of macro 'MUTABLE_AV'
 #define newAV() MUTABLE_AV(newSV_type(SVt_PVAV))
                 ^~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/inline.h:202:21: note: in expansion of macro 'newAV'
     AV * const av = newAV();
                     ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/inline.h: In function 'Perl_CvGV':
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:99:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *p_ = (p); p_; })
                          ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/cv.h:91:32: note: in expansion of macro 'MUTABLE_PTR'
 #define CvFLAGS(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
                                ^~~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/cv.h:218:23: note: in expansion of macro 'CvFLAGS'
 #define CvNAMED(cv)  (CvFLAGS(cv) & CVf_NAMED)
                       ^~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/inline.h:233:12: note: in expansion of macro 'CvNAMED'
     return CvNAMED(sv)
            ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:99:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *p_ = (p); p_; })
                          ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/inline.h:235:20: note: in expansion of macro 'MUTABLE_PTR'
         : ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_gv;
                    ^
In file included from /export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/perl.h:3327:0,
                 from t/dyna_low.c:3:
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/inline.h: In function 'Perl_is_utf8_valid_partial_char_flags':
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:155:23: warning: cast from function call of type 'STRLEN {aka unsigned int}' to non-matching type '_Bool' [-Wbad-function-cast]
 #define cBOOL(cbool) ((bool) (cbool))
                       ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/inline.h:2334:12: note: in expansion of macro 'cBOOL'
     return cBOOL(is_utf8_char_helper_(s0, e, flags));
            ^
In file included from /export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/perl.h:4530:0,
                 from t/dyna_low.c:3:
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/inline.h: In function 'Perl_cx_pushsub':
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:99:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *p_ = (p); p_; })
                          ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv.h:375:23: note: in definition of macro 'SvREFCNT'
 #define SvREFCNT(sv) (sv)->sv_refcnt
                       ^~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:109:30: note: in expansion of macro 'MUTABLE_PTR'
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv.h:392:59: note: in expansion of macro 'MUTABLE_SV'
 #define SvREFCNT_inc_simple_void_NN(sv) (void)(++SvREFCNT(MUTABLE_SV(sv)))
                                                           ^~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/inline.h:2821:5: note: in expansion of macro 'SvREFCNT_inc_simple_void_NN'
     SvREFCNT_inc_simple_void_NN(cv);
     ^
In file included from /export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/perl.h:3327:0,
                 from t/dyna_low.c:3:
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/inline.h: In function 'Perl_cx_popsub_common':
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:99:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *p_ = (p); p_; })
                          ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:109:30: note: in expansion of macro 'MUTABLE_PTR'
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv.h:394:50: note: in expansion of macro 'MUTABLE_SV'
 #define SvREFCNT_dec(sv) Perl_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                                  ^~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/inline.h:2841:5: note: in expansion of macro 'SvREFCNT_dec'
     SvREFCNT_dec(cv);
     ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/inline.h: In function 'Perl_cx_popsub_args':
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:99:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *p_ = (p); p_; })
                          ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:109:30: note: in expansion of macro 'MUTABLE_PTR'
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv.h:394:50: note: in expansion of macro 'MUTABLE_SV'
 #define SvREFCNT_dec(sv) Perl_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                                  ^~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/cop.h:884:9: note: in expansion of macro 'SvREFCNT_dec'
         SvREFCNT_dec(cx_pop_savearray_av);     \
         ^~~~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/inline.h:2859:5: note: in expansion of macro 'CX_POP_SAVEARRAY'
     CX_POP_SAVEARRAY(cx);
     ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:99:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *p_ = (p); p_; })
                          ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:104:30: note: in expansion of macro 'MUTABLE_PTR'
 #define MUTABLE_AV(p) ((AV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/inline.h:2860:10: note: in expansion of macro 'MUTABLE_AV'
     av = MUTABLE_AV(PAD_SVl(0));
          ^
In file included from /export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/perl.h:4530:0,
                 from t/dyna_low.c:3:
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/inline.h: In function 'Perl_cx_pushformat':
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:99:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *p_ = (p); p_; })
                          ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv.h:375:23: note: in definition of macro 'SvREFCNT'
 #define SvREFCNT(sv) (sv)->sv_refcnt
                       ^~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:109:30: note: in expansion of macro 'MUTABLE_PTR'
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv.h:392:59: note: in expansion of macro 'MUTABLE_SV'
 #define SvREFCNT_inc_simple_void_NN(sv) (void)(++SvREFCNT(MUTABLE_SV(sv)))
                                                           ^~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/inline.h:2898:5: note: in expansion of macro 'SvREFCNT_inc_simple_void_NN'
     SvREFCNT_inc_simple_void_NN(cv);
     ^
In file included from /export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/perl.h:3327:0,
                 from t/dyna_low.c:3:
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:99:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *p_ = (p); p_; })
                          ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:109:30: note: in expansion of macro 'MUTABLE_PTR'
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv.h:380:55: note: in expansion of macro 'MUTABLE_SV'
 #define SvREFCNT_inc_void(sv)  Perl_SvREFCNT_inc_void(MUTABLE_SV(sv))
                                                       ^~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/inline.h:2900:5: note: in expansion of macro 'SvREFCNT_inc_void'
     SvREFCNT_inc_void(cx->blk_format.dfoutgv);
     ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/inline.h: In function 'Perl_cx_popformat':
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:99:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *p_ = (p); p_; })
                          ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:109:30: note: in expansion of macro 'MUTABLE_PTR'
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv.h:399:56: note: in expansion of macro 'MUTABLE_SV'
 #define SvREFCNT_dec_NN(sv) Perl_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                        ^~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/inline.h:2916:5: note: in expansion of macro 'SvREFCNT_dec_NN'
     SvREFCNT_dec_NN(dfout);
     ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:99:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *p_ = (p); p_; })
                          ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:109:30: note: in expansion of macro 'MUTABLE_PTR'
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv.h:399:56: note: in expansion of macro 'MUTABLE_SV'
 #define SvREFCNT_dec_NN(sv) Perl_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                        ^~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/inline.h:2923:5: note: in expansion of macro 'SvREFCNT_dec_NN'
     SvREFCNT_dec_NN(cv);
     ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/inline.h: In function 'Perl_cx_popeval':
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:99:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *p_ = (p); p_; })
                          ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:109:30: note: in expansion of macro 'MUTABLE_PTR'
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv.h:399:56: note: in expansion of macro 'MUTABLE_SV'
 #define SvREFCNT_dec_NN(sv) Perl_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                        ^~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/inline.h:2981:9: note: in expansion of macro 'SvREFCNT_dec_NN'
         SvREFCNT_dec_NN(sv);
         ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:99:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *p_ = (p); p_; })
                          ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:109:30: note: in expansion of macro 'MUTABLE_PTR'
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv.h:399:56: note: in expansion of macro 'MUTABLE_SV'
 #define SvREFCNT_dec_NN(sv) Perl_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                        ^~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/inline.h:2987:9: note: in expansion of macro 'SvREFCNT_dec_NN'
         SvREFCNT_dec_NN(sv);
         ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/inline.h: In function 'Perl_cx_poploop':
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:99:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *p_ = (p); p_; })
                          ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:109:30: note: in expansion of macro 'MUTABLE_PTR'
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv.h:399:56: note: in expansion of macro 'MUTABLE_SV'
 #define SvREFCNT_dec_NN(sv) Perl_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                        ^~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/inline.h:3043:9: note: in expansion of macro 'SvREFCNT_dec_NN'
         SvREFCNT_dec_NN(sv);
         ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:99:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *p_ = (p); p_; })
                          ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:109:30: note: in expansion of macro 'MUTABLE_PTR'
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv.h:399:56: note: in expansion of macro 'MUTABLE_SV'
 #define SvREFCNT_dec_NN(sv) Perl_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                        ^~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/inline.h:3047:13: note: in expansion of macro 'SvREFCNT_dec_NN'
             SvREFCNT_dec_NN(sv);
             ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:99:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *p_ = (p); p_; })
                          ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:109:30: note: in expansion of macro 'MUTABLE_PTR'
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv.h:394:50: note: in expansion of macro 'MUTABLE_SV'
 #define SvREFCNT_dec(sv) Perl_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                                  ^~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/inline.h:3058:9: note: in expansion of macro 'SvREFCNT_dec'
         SvREFCNT_dec(cursv);
         ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:99:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *p_ = (p); p_; })
                          ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:109:30: note: in expansion of macro 'MUTABLE_PTR'
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv.h:394:50: note: in expansion of macro 'MUTABLE_SV'
 #define SvREFCNT_dec(sv) Perl_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                                  ^~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/inline.h:3061:9: note: in expansion of macro 'SvREFCNT_dec'
         SvREFCNT_dec(cx->blk_loop.itervar_u.svp);
         ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/inline.h: In function 'Perl_cx_popgiven':
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:99:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *p_ = (p); p_; })
                          ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:109:30: note: in expansion of macro 'MUTABLE_PTR'
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv.h:394:50: note: in expansion of macro 'MUTABLE_SV'
 #define SvREFCNT_dec(sv) Perl_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                                  ^~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/inline.h:3107:5: note: in expansion of macro 'SvREFCNT_dec'
     SvREFCNT_dec(sv);
     ^
In file included from /export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/perl.h:7811:0,
                 from t/dyna_low.c:3:
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/inline.h: In function 'Perl_get_vtbl':
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/inline.h:3686:18: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
         ? NULL : (MGVTBL*)PL_magic_vtables + vtbl_id;
                  ^
In file included from /export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/perl.h:3327:0,
                 from t/dyna_low.c:3:
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv_inline.h: In function 'Perl_newSV_type':
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:99:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *p_ = (p); p_; })
                          ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:109:30: note: in expansion of macro 'MUTABLE_PTR'
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv_inline.h:62:22: note: in expansion of macro 'MUTABLE_SV'
         PL_sv_root = MUTABLE_SV(SvARENA_CHAIN(p));              \
                      ^~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv_inline.h:111:13: note: in expansion of macro 'uproot_SV'
             uproot_SV(p);                              \
             ^~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv_inline.h:376:5: note: in expansion of macro 'new_SV'
     new_SV(sv);
     ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:99:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *p_ = (p); p_; })
                          ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:109:30: note: in expansion of macro 'MUTABLE_PTR'
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv.h:2684:20: note: in expansion of macro 'MUTABLE_SV'
         SV * sv_ = MUTABLE_SV(sv);                          \
                    ^~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv_inline.h:387:9: note: in expansion of macro 'SET_SVANY_FOR_BODYLESS_IV'
         SET_SVANY_FOR_BODYLESS_IV(sv);
         ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:99:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *p_ = (p); p_; })
                          ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:109:30: note: in expansion of macro 'MUTABLE_PTR'
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv.h:1481:28: note: in expansion of macro 'MUTABLE_SV'
                 SV * sv_ = MUTABLE_SV(sv);                                  \
                            ^~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv_inline.h:388:9: note: in expansion of macro 'SvIV_set'
         SvIV_set(sv, 0);
         ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:99:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *p_ = (p); p_; })
                          ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:109:30: note: in expansion of macro 'MUTABLE_PTR'
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv.h:1489:28: note: in expansion of macro 'MUTABLE_SV'
                 SV * sv_ = MUTABLE_SV(sv);                                  \
                            ^~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv_inline.h:396:9: note: in expansion of macro 'SvNV_set'
         SvNV_set(sv, 0);
         ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:99:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *p_ = (p); p_; })
                          ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:108:30: note: in expansion of macro 'MUTABLE_PTR'
 #define MUTABLE_IO(p) ((IO *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv_inline.h:495:29: note: in expansion of macro 'MUTABLE_IO'
             IO * const io = MUTABLE_IO(sv);
                             ^
In file included from /export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/perl.h:4530:0,
                 from t/dyna_low.c:3:
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:99:35: warning: declaration of 'p_' shadows a previous local [-Wshadow]
 #  define MUTABLE_PTR(p) ({ void *p_ = (p); p_; })
                                   ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv.h:1527:54: note: in definition of macro 'SvSTASH_set'
                 (((XPVMG*)  SvANY(sv))->xmg_stash = (val)); } STMT_END
                                                      ^~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:107:30: note: in expansion of macro 'MUTABLE_PTR'
 #define MUTABLE_HV(p) ((HV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv_inline.h:504:29: note: in expansion of macro 'MUTABLE_HV'
             SvSTASH_set(io, MUTABLE_HV(SvREFCNT_inc(GvHV(iogv))));
                             ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:109:30: note: in expansion of macro 'MUTABLE_PTR'
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv.h:377:45: note: in expansion of macro 'MUTABLE_SV'
 #define SvREFCNT_inc(sv)  Perl_SvREFCNT_inc(MUTABLE_SV(sv))
                                             ^~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv_inline.h:504:40: note: in expansion of macro 'SvREFCNT_inc'
             SvSTASH_set(io, MUTABLE_HV(SvREFCNT_inc(GvHV(iogv))));
                                        ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:99:35: note: shadowed declaration is here
 #  define MUTABLE_PTR(p) ({ void *p_ = (p); p_; })
                                   ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv.h:1527:54: note: in definition of macro 'SvSTASH_set'
                 (((XPVMG*)  SvANY(sv))->xmg_stash = (val)); } STMT_END
                                                      ^~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:107:30: note: in expansion of macro 'MUTABLE_PTR'
 #define MUTABLE_HV(p) ((HV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv_inline.h:504:29: note: in expansion of macro 'MUTABLE_HV'
             SvSTASH_set(io, MUTABLE_HV(SvREFCNT_inc(GvHV(iogv))));
                             ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:99:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *p_ = (p); p_; })
                          ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv.h:1527:54: note: in definition of macro 'SvSTASH_set'
                 (((XPVMG*)  SvANY(sv))->xmg_stash = (val)); } STMT_END
                                                      ^~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:107:30: note: in expansion of macro 'MUTABLE_PTR'
 #define MUTABLE_HV(p) ((HV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv_inline.h:504:29: note: in expansion of macro 'MUTABLE_HV'
             SvSTASH_set(io, MUTABLE_HV(SvREFCNT_inc(GvHV(iogv))));
                             ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:109:30: note: in expansion of macro 'MUTABLE_PTR'
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv.h:377:45: note: in expansion of macro 'MUTABLE_SV'
 #define SvREFCNT_inc(sv)  Perl_SvREFCNT_inc(MUTABLE_SV(sv))
                                             ^~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv_inline.h:504:40: note: in expansion of macro 'SvREFCNT_inc'
             SvSTASH_set(io, MUTABLE_HV(SvREFCNT_inc(GvHV(iogv))));
                                        ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:99:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *p_ = (p); p_; })
                          ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv.h:1527:54: note: in definition of macro 'SvSTASH_set'
                 (((XPVMG*)  SvANY(sv))->xmg_stash = (val)); } STMT_END
                                                      ^~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:107:30: note: in expansion of macro 'MUTABLE_PTR'
 #define MUTABLE_HV(p) ((HV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv_inline.h:504:29: note: in expansion of macro 'MUTABLE_HV'
             SvSTASH_set(io, MUTABLE_HV(SvREFCNT_inc(GvHV(iogv))));
                             ^
In file included from t/dyna_low.c:3:0:
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv_inline.h: At top level:
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/perl.h:203:22: warning: declaration of 'my_perl' shadows a parameter [-Wshadow]
 #  define pTHX  tTHX my_perl PERL_UNUSED_DECL
                      ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/perl.h:208:18: note: in expansion of macro 'pTHX'
 #  define pTHX_  pTHX,
                  ^~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv_inline.h:911:40: note: in expansion of macro 'pTHX_'
                  char * (*non_trivial)(pTHX_ SV *, STRLEN * const, const U32),
                                        ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/perl.h:203:22: note: shadowed declaration is here
 #  define pTHX  tTHX my_perl PERL_UNUSED_DECL
                      ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/perl.h:208:18: note: in expansion of macro 'pTHX'
 #  define pTHX_  pTHX,
                  ^~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv_inline.h:906:18: note: in expansion of macro 'pTHX_'
 Perl_SvPV_helper(pTHX_
                  ^
In file included from /export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/perl.h:7812:0,
                 from t/dyna_low.c:3:
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv_inline.h: In function 'Perl_SvPV_helper':
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv_inline.h:935:20: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
             return (char *) SvPVX_const(sv);
                    ^
In file included from /export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/perl.h:3327:0,
                 from t/dyna_low.c:3:
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv_inline.h: In function 'Perl_newRV_noinc':
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:99:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *p_ = (p); p_; })
                          ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:109:30: note: in expansion of macro 'MUTABLE_PTR'
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv.h:1515:28: note: in expansion of macro 'MUTABLE_SV'
                 SV * sv_ = MUTABLE_SV(sv);                                  \
                            ^~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv_inline.h:979:5: note: in expansion of macro 'SvRV_set'
     SvRV_set(sv, tmpRef);
     ^
In file included from t/dyna_low.c:3:0:
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv_inline.h: In function 'Perl_sv_setpv_freshbuf':
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:155:23: warning: cast from function call of type 'long int' to non-matching type '_Bool' [-Wbad-function-cast]
 #define cBOOL(cbool) ((bool) (cbool))
                       ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/perl.h:4231:62: note: in definition of macro 'EXPECT'
 #  define EXPECT(expr,val)                  __builtin_expect(expr,val)
                                                              ^~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/perl.h:4252:52: note: in expansion of macro 'cBOOL'
 #define UNLIKELY(cond)                      EXPECT(cBOOL(cond),FALSE)
                                                    ^~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv.h:1724:13: note: in expansion of macro 'UNLIKELY'
         if (UNLIKELY(TAINT_get)) \
             ^~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/perl.h:996:24: note: in expansion of macro 'cBOOL'
 #   define TAINT_get  (cBOOL(UNLIKELY(PL_tainted)))    /* Is something tainted? */
                        ^~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv.h:1724:22: note: in expansion of macro 'TAINT_get'
         if (UNLIKELY(TAINT_get)) \
                      ^~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv_inline.h:996:5: note: in expansion of macro 'SvTAINT'
     SvTAINT(sv);
     ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/handy.h:155:23: warning: cast from function call of type 'long int' to non-matching type '_Bool' [-Wbad-function-cast]
 #define cBOOL(cbool) ((bool) (cbool))
                       ^
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/perl.h:4231:62: note: in definition of macro 'EXPECT'
 #  define EXPECT(expr,val)                  __builtin_expect(expr,val)
                                                              ^~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/perl.h:4252:52: note: in expansion of macro 'cBOOL'
 #define UNLIKELY(cond)                      EXPECT(cBOOL(cond),FALSE)
                                                    ^~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv.h:1718:42: note: in expansion of macro 'UNLIKELY'
 #define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                                          ^~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/perl.h:997:27: note: in expansion of macro 'cBOOL'
 #   define TAINTING_get  (cBOOL(UNLIKELY(PL_tainting)))
                           ^~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv.h:1718:51: note: in expansion of macro 'TAINTING_get'
 #define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                                                   ^~~~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv.h:1725:13: note: in expansion of macro 'SvTAINTED_on'
             SvTAINTED_on(sv);         \
             ^~~~~~~~~~~~
/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE/sv_inline.h:996:5: note: in expansion of macro 'SvTAINT'
     SvTAINT(sv);
     ^
t/dyna_low.c: At top level:
t/dyna_low.c:30:23: warning: no previous prototype for 'dynalow_foo' [-Wmissing-prototypes]
 Q_EXPORT_CALLCONV int dynalow_foo(void)
                       ^~~~~~~~~~~
t/dyna_low.c:35:23: warning: no previous prototype for 'dynalow_bar' [-Wmissing-prototypes]
 Q_EXPORT_CALLCONV int dynalow_bar(void)
                       ^~~~~~~~~~~
t/dyna_low.c:41:23: warning: no previous prototype for 'boot_t__dyna_low' [-Wmissing-prototypes]
 Q_EXPORT_CALLCONV int boot_t__dyna_low(void)
                       ^~~~~~~~~~~~~~~~
t/dyna_low.t .. ok
t/pod_cvg.t ... ok
t/pod_syn.t ... ok
All tests successful.
Files=3, Tests=8,  2 wallclock secs ( 0.04 usr  0.03 sys +  1.03 cusr  0.36 csys =  1.46 CPU)
Result: PASS

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module        Need  Have    
    ------------- ----- --------
    Carp          0     1.54    
    Config        0     5.038000
    DynaLoader    0     1.54    
    Exporter      0     5.77    
    parent        0     0.241   
    perl          5.006 5.038000
    strict        0     1.12    
    warnings      0     1.65    

build_requires:

    Module        Need  Have    
    ------------- ----- --------
    Module::Build 0     0.4234  
    perl          5.006 5.038000
    strict        0     1.12    
    Test::More    0     1.302194
    warnings      0     1.65    

configure_requires:

    Module        Need  Have    
    ------------- ----- --------
    Module::Build 0     0.4234  
    perl          5.006 5.038000
    strict        0     1.12    
    warnings      0     1.65    


------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    AUTOMATED_TESTING = 1
    NONINTERACTIVE_TESTING = 1
    PATH = /export/home/njh/perl5/perlbrew/bin:/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/bin:/export/home/njh/perl5/perlbrew/bin:/export/home/njh/src/njh/smoker/bin:/usr/bin
    PERL5LIB = /export/home/njh/.cpan/build/Params-Classify-0.015-5/blib/arch:/export/home/njh/.cpan/build/Params-Classify-0.015-5/blib/lib:/export/home/njh/.cpan/build/Neo4j-Driver-0.41-5/blib/arch:/export/home/njh/.cpan/build/Neo4j-Driver-0.41-5/blib/lib:/export/home/njh/.cpan/build/Neo4j-Types-2.00-4/blib/arch:/export/home/njh/.cpan/build/Neo4j-Types-2.00-4/blib/lib:/export/home/njh/.cpan/build/Neo4j-Error-0.01-5/blib/arch:/export/home/njh/.cpan/build/Neo4j-Error-0.01-5/blib/lib:/export/home/njh/.cpan/build/Mock-Quick-1.111-5/blib/arch:/export/home/njh/.cpan/build/Mock-Quick-1.111-5/blib/lib:/export/home/njh/.cpan/build/Exporter-Declare-0.114-5/blib/arch:/export/home/njh/.cpan/build/Exporter-Declare-0.114-5/blib/lib:/export/home/njh/.cpan/build/aliased-0.34-5/blib/arch:/export/home/njh/.cpan/build/aliased-0.34-5/blib/lib:/export/home/njh/.cpan/build/Meta-Builder-0.004-5/blib/arch:/export/home/njh/.cpan/build/Meta-Builder-0.004-5/blib/lib:/export/home/njh/.cpan/build/Fennec-Lite-0.004-5/blib/arch:/export/home/njh/.cpan/build/Fennec-Lite-0.004-5/blib/lib:/export/home/njh/.cpan/build/File-Slurp-9999.32-4/blib/arch:/export/home/njh/.cpan/build/File-Slurp-9999.32-4/blib/lib:/export/home/njh/.cpan/build/V-0.17_01-5/blib/arch:/export/home/njh/.cpan/build/V-0.17_01-5/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 27269
    PERL5_CPAN_IS_RUNNING = 27269
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 27258,27269
    PERLBREW_LIB = 
    PERLBREW_MANPATH = /export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/man
    PERLBREW_PATH = /export/home/njh/perl5/perlbrew/bin:/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/bin
    PERLBREW_PERL = perl-5.38.0-thread
    PERLBREW_ROOT = /export/home/njh/perl5/perlbrew
    PERLBREW_SHELLRC_VERSION = 0.98
    PERLBREW_VERSION = 0.98
    PERL_LOCAL_LIB_ROOT = 
    PERL_MM_USE_DEFAULT = 1
    PERL_USE_UNSAFE_INC = 1
    SHELL = /usr/bin/bash
    TMPDIR = /tmp/smoker-Mzjl0/testwrapper.27261

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/bin/perl5.38.0
    $UID/$EUID = 101 / 101
    $GID = 10 10
    $EGID = 10 10

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.36    
    CPAN::Meta          2.150010
    Cwd                 3.89    
    ExtUtils::CBuilder  0.280238
    ExtUtils::Command   7.70    
    ExtUtils::Install   2.22    
    ExtUtils::MakeMaker 7.70    
    ExtUtils::Manifest  1.73    
    ExtUtils::ParseXS   3.51    
    File::Spec          3.88    
    JSON                n/a     
    JSON::PP            4.16    
    Module::Build       0.4234  
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test2               1.302194
    Test::Harness       3.44    
    Test::More          1.302194
    YAML                1.30    
    YAML::Syck          1.34    
    version             0.9929  


--

Summary of my perl5 (revision 5 version 38 subversion 0) configuration:
   
  Platform:
    osname=solaris
    osvers=2.11
    archname=i86pc-solaris-thread-multi
    uname='sunos njh1 5.11 illumos-06524cf4e4 i86pc i386 i86pc '
    config_args='-de -Dprefix=/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread -Dusedevel -Dusethreads -Accflags=-O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -ftree-vectorize -mmmx -msse -mfpmath=sse -msse2 -msse3 -msse4.1 -msse4.2 -mtune=native -Aeval:scriptdir=/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/bin'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=define
    usemultiplicity=define
    use64bitint=undef
    use64bitall=undef
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
  Compiler:
    cc='/usr/bin/gcc'
    ccflags ='-D_REENTRANT -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -ftree-vectorize -mmmx -msse -mfpmath=sse -msse2 -msse3 -msse4.1 -msse4.2 -mtune=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/gnu/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
    optimize='-O'
    cppflags='-D_REENTRANT -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -ftree-vectorize -mmmx -msse -mfpmath=sse -msse2 -msse3 -msse4.1 -msse4.2 -mtune=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/gnu/include'
    ccversion=''
    gccversion='7.5.0'
    gccosandvers=''
    intsize=4
    longsize=4
    ptrsize=4
    doublesize=8
    byteorder=1234
    doublekind=3
    d_longlong=define
    longlongsize=8
    d_longdbl=define
    longdblsize=12
    longdblkind=3
    ivtype='long'
    ivsize=4
    nvtype='double'
    nvsize=8
    Off_t='off_t'
    lseeksize=8
    alignbytes=4
    prototype=define
  Linker and Libraries:
    ld='/usr/bin/gcc'
    ldflags =' -fstack-protector-strong -L/usr/gnu/lib '
    libpth=/usr/gcc/7/lib /usr/lib /usr/gnu/lib /usr/ccs/lib
    libs=-lpthread -lsocket -lnsl -lgdbm -ldb -ldl -lm -lc
    perllibs=-lpthread -lsocket -lnsl -ldl -lm -lc
    libc=/lib/libc.so
    so=so
    useshrplib=true
    libperl=libperl.so
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs
    dlext=so
    d_dlsymun=undef
    ccdlflags='  -R /export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi/CORE'
    cccdlflags='-fPIC'
    lddlflags='-shared -L/usr/gnu/lib -fstack-protector-strong'


Characteristics of this binary (from libperl): 
  Compile-time options:
    HAS_LONG_DOUBLE
    HAS_STRTOLD
    HAS_TIMES
    MULTIPLICITY
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_HASH_FUNC_ZAPHOD32
    PERL_HASH_USE_SBOX32
    PERL_MALLOC_WRAP
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    PERL_USE_DEVEL
    PERL_USE_SAFE_PUTENV
    USE_ITHREADS
    USE_LARGE_FILES
    USE_LOCALE
    USE_LOCALE_COLLATE
    USE_LOCALE_CTYPE
    USE_LOCALE_NUMERIC
    USE_LOCALE_TIME
    USE_PERLIO
    USE_PERL_ATOF
    USE_REENTRANT_API
    USE_THREAD_SAFE_LOCALE
  Built under solaris
  Compiled at Jul  3 2023 11:16:47
  %ENV:
    PERL5LIB="/export/home/njh/.cpan/build/Params-Classify-0.015-5/blib/arch:/export/home/njh/.cpan/build/Params-Classify-0.015-5/blib/lib:/export/home/njh/.cpan/build/Neo4j-Driver-0.41-5/blib/arch:/export/home/njh/.cpan/build/Neo4j-Driver-0.41-5/blib/lib:/export/home/njh/.cpan/build/Neo4j-Types-2.00-4/blib/arch:/export/home/njh/.cpan/build/Neo4j-Types-2.00-4/blib/lib:/export/home/njh/.cpan/build/Neo4j-Error-0.01-5/blib/arch:/export/home/njh/.cpan/build/Neo4j-Error-0.01-5/blib/lib:/export/home/njh/.cpan/build/Mock-Quick-1.111-5/blib/arch:/export/home/njh/.cpan/build/Mock-Quick-1.111-5/blib/lib:/export/home/njh/.cpan/build/Exporter-Declare-0.114-5/blib/arch:/export/home/njh/.cpan/build/Exporter-Declare-0.114-5/blib/lib:/export/home/njh/.cpan/build/aliased-0.34-5/blib/arch:/export/home/njh/.cpan/build/aliased-0.34-5/blib/lib:/export/home/njh/.cpan/build/Meta-Builder-0.004-5/blib/arch:/export/home/njh/.cpan/build/Meta-Builder-0.004-5/blib/lib:/export/home/njh/.cpan/build/Fennec-Lite-0.004-5/blib/arch:/export/home/njh/.cpan/build/Fennec-Lite-0.004-5/blib/lib:/export/home/njh/.cpan/build/File-Slurp-9999.32-4/blib/arch:/export/home/njh/.cpan/build/File-Slurp-9999.32-4/blib/lib:/export/home/njh/.cpan/build/V-0.17_01-5/blib/arch:/export/home/njh/.cpan/build/V-0.17_01-5/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="27269"
    PERL5_CPAN_IS_RUNNING="27269"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="27258,27269"
    PERLBREW_LIB=""
    PERLBREW_MANPATH="/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/man"
    PERLBREW_PATH="/export/home/njh/perl5/perlbrew/bin:/export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/bin"
    PERLBREW_PERL="perl-5.38.0-thread"
    PERLBREW_ROOT="/export/home/njh/perl5/perlbrew"
    PERLBREW_SHELLRC_VERSION="0.98"
    PERLBREW_VERSION="0.98"
    PERL_LOCAL_LIB_ROOT=""
    PERL_MM_USE_DEFAULT="1"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /export/home/njh/.cpan/build/Params-Classify-0.015-5/blib/arch
    /export/home/njh/.cpan/build/Params-Classify-0.015-5/blib/lib
    /export/home/njh/.cpan/build/Neo4j-Driver-0.41-5/blib/arch
    /export/home/njh/.cpan/build/Neo4j-Driver-0.41-5/blib/lib
    /export/home/njh/.cpan/build/Neo4j-Types-2.00-4/blib/arch
    /export/home/njh/.cpan/build/Neo4j-Types-2.00-4/blib/lib
    /export/home/njh/.cpan/build/Neo4j-Error-0.01-5/blib/arch
    /export/home/njh/.cpan/build/Neo4j-Error-0.01-5/blib/lib
    /export/home/njh/.cpan/build/Mock-Quick-1.111-5/blib/arch
    /export/home/njh/.cpan/build/Mock-Quick-1.111-5/blib/lib
    /export/home/njh/.cpan/build/Exporter-Declare-0.114-5/blib/arch
    /export/home/njh/.cpan/build/Exporter-Declare-0.114-5/blib/lib
    /export/home/njh/.cpan/build/aliased-0.34-5/blib/arch
    /export/home/njh/.cpan/build/aliased-0.34-5/blib/lib
    /export/home/njh/.cpan/build/Meta-Builder-0.004-5/blib/arch
    /export/home/njh/.cpan/build/Meta-Builder-0.004-5/blib/lib
    /export/home/njh/.cpan/build/Fennec-Lite-0.004-5/blib/arch
    /export/home/njh/.cpan/build/Fennec-Lite-0.004-5/blib/lib
    /export/home/njh/.cpan/build/File-Slurp-9999.32-4/blib/arch
    /export/home/njh/.cpan/build/File-Slurp-9999.32-4/blib/lib
    /export/home/njh/.cpan/build/V-0.17_01-5/blib/arch
    /export/home/njh/.cpan/build/V-0.17_01-5/blib/lib
    /export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/site_perl/5.38.0/i86pc-solaris-thread-multi
    /export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/site_perl/5.38.0
    /export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0/i86pc-solaris-thread-multi
    /export/home/njh/perl5/perlbrew/perls/perl-5.38.0-thread/lib/5.38.0
    .